On Sat, Jun 28, 2008 at 03:37:36PM -0600, Philip Guenther wrote:
> On Sat, Jun 28, 2008 at 3:06 PM, Mark B. <[EMAIL PROTECTED]> wrote:
> > What is the default value for MALLOC_OPTIONS?
> >
> > /usr/src/lib/libc/stdlib/malloc.c says NULL, which is suprising, given
> > that OpenBSD will alert me to
Thanks Rod!! and Phillip!! for your help. I had done what you had
mentioned in your replies. I was double checking with experts to make
sure it was right. And it seems like I got it right.
Oh yeah, the TTL is set very LOW for just in case there was a goof up
on my side :) . I will be c
On Saturday, June 28, 2008, 16:32:18, Parvinder Bhasin wrote:
> ...
> How should I write out the config in named.conf to reflect the reverse
> zone?
> Lets say my network is 192.168.1.0/25.
> ...
> 2.1/25.1.168.192.in-addr.arpa. 300 IN PTR foobar.mydns.com
It's simpler if you establish an
Peter_APIIT writes:
> I very disappointed with this forum because no one willing to help me.
It is not a web forum, it is a mailing list.
No one on the list has any obligation to help you. If you want
support figure out your budget then call one of the commercial
organizations listed at http:/
On Sat, Jun 28, 2008 at 9:41 PM, Peter_APIIT <[EMAIL PROTECTED]> wrote:
> I very disappointed with this forum because no one willing to help me.
Someone tried, but you didn't really seem to listen what he said. He
pointed you at the privoxy FAQ entry that suggests verifying that
privoxy and tor o
I very disappointed with this forum because no one willing to help me.
--
View this message in context:
http://www.nabble.com/Squid--%3E-Privoxy--%3E-Tor-tp17880256p18177143.html
Sent from the openbsd user - misc mailing list archive at Nabble.com.
No one willing to help me.
--
View this message in context:
http://www.nabble.com/MaraDNS-Issue-tp17880221p18177133.html
Sent from the openbsd user - misc mailing list archive at Nabble.com.
Rob Lytle writes:
> Using audioctl and mixerctl I just experimented until I got
> settings that workied, then put them in a file sourced upon
> logon. Very simple hack.
Not really a hack. It's documented in mixerctl.conf(5).
Using audioctl and mixerctl I just experimented until I got settings that
workied, then put them in a file sourced upon logon. Very simple hack.
I used:
audioctl play.gain=255
mixerctl record.volume.mute=off
mixerctl record.source=mic (uses mic line input- mic2 uses laptop mic)
I am sure t
Hi,
I got the gmfsk program outputing digital data through the headphone jack
like I want, but no sound inputs work, either mic or line in. Mixers show
input on 100% and not muted.
The solution for getting sound out of the Gmfsk program was taking its
/dev/audio out of "stereo mode."
I would li
Hi all, a little help needed with some networking and pf:
I have one public IP with forwards traffic to my LAN, I am using "rdr"
and nat, a lot of nat rules for specific cases like smtp and so on, I
am also using ftp-proxy for the crappy ftp I can't get rid of.
The problem is that now I need to ad
On Sat, Jun 28, 2008 at 04:48:20PM -0700, Rob Lytle wrote:
> Hi,
>
> I'm having a problem with the azalia HDA sound driver. I've included a
> DMESG with option AZALIA_DEBUG in the kernel.
>
> Its important to me to have a pretty functional driver as I use digital
> sound card mutlimode-modems, gmf
On Sat, Jun 28, 2008 at 04:48:20PM -0700, Rob Lytle wrote:
> Hi,
>
> I'm having a problem with the azalia HDA sound driver. I've included a
> DMESG with option AZALIA_DEBUG in the kernel.
>
> Its important to me to have a pretty functional driver as I use digital
> sound card mutlimode-modems, g
Hi, using OpenBSD (4.3 current), what is the recommended way to set up
application level failover? Let's say I have content that is
constantly edited by several internal users (like a webserver dishing
up text and images) and is available to the internet. If I want to
have failover that content n
BTW, I think this TI multifunction (incl cardbus/PCMCIA) PCIXX12 (insert
remaining chip model number for XX) chip is becoming popular in laptops (at
least Sony) so I'm surprised its not supported. I once looked it up on the
TI web site and it appears to be a space saving chip consolidating cardbus
> > /usr/src/lib/libc/stdlib/malloc.c says NULL, which is suprising, given
> > that OpenBSD will alert me to memory issues for programs that
> > run fine on another BSD.
>
> All the options default to off, with the partial exception of the a/A
> option: the default behavior is not quite the same a
hmm, on Sat, Jun 28, 2008 at 11:01:25AM -0500, Marco Peereboom said that
> ACPI does knote and kqueue so it can be done properly. Are you planning
> on writing diffs?
i am afraid my knowledge of the kernel internals is not sufficient
for a task like this at the moment... i will definitely try,
b
Hi,
It appears that the slot applies no power to any card. I included as much
debug code as I could in /usr/src/sys/dev/pci/pccbb.cI had to
re-comment-out the lines:
#define PCCBB_PCMCIA_POLL
#define CB_PCMCIA_POLL
or the kernel build would crash. In the dmesg, it just looks like voltages
Hi,
I'm having a problem with the azalia HDA sound driver. I've included a
DMESG with option AZALIA_DEBUG in the kernel.
Its important to me to have a pretty functional driver as I use digital
sound card mutlimode-modems, gmfsk and gpsk31 in particular.
Here is the error message I get from gmfs
On Sat, Jun 28, 2008 at 5:32 PM, Mark B. <[EMAIL PROTECTED]> wrote:
...
> So the difference in my case was not malloc options but different
> realloc behavior. This lurking disaster worked until I ran it on
> OpenBSD:
>
> struct test *tp1, *tp2;
> fcn_that_reallocs(&tp1);
> tp2 = tp1
> fcn_that_re
On Sat, Jun 28, 2008 at 5:37 PM, Philip Guenther <[EMAIL PROTECTED]> wrote:
> On Sat, Jun 28, 2008 at 3:06 PM, Mark B. <[EMAIL PROTECTED]> wrote:
>> What is the default value for MALLOC_OPTIONS?
>
> All the options default to off, with the partial exception of the a/A
> option: the default behavior
On Sun, Jun 29, 2008 at 12:23:27AM +0200, Michael Lechtermann wrote:
> Hi,
>
> currently I am writing a script to automount encrypted vnconfig partitions
> (using hotplugd) when I insert an USB stick. The saltfile is on the USB
> stick, so basically there is no need to manually enter the encrypti
Hi,
currently I am writing a script to automount encrypted vnconfig partitions
(using hotplugd) when I insert an USB stick. The saltfile is on the USB stick,
so basically there is no need to manually enter the encryption key if only I
got access to the USB stick.
To be able to do that I need
On Sat, Jun 28, 2008 at 2:32 PM, Parvinder Bhasin
<[EMAIL PROTECTED]> wrote:
> I am having issues setting up reverse zone for my domain.
> We own only HALF or PART of the network instead of whole class C.
>
> How should I write out the config in named.conf to reflect the reverse zone?
For networks
On Sat, Jun 28, 2008 at 3:06 PM, Mark B. <[EMAIL PROTECTED]> wrote:
> What is the default value for MALLOC_OPTIONS?
>
> /usr/src/lib/libc/stdlib/malloc.c says NULL, which is suprising, given
> that OpenBSD will alert me to memory issues for programs that
> run fine on another BSD.
All the options
On Sat, 28 Jun 2008 23:12:50 +0200
Tobias Ulmer <[EMAIL PROTECTED]> wrote:
> On Sat, Jun 28, 2008 at 09:46:11PM +0200, Sebastian Rother wrote:
> > [...]
>
> Face it, OpenBSD sucks, i'm using FreeBSD now and it's so much better!!
> You can also try linux, they have an optimized (assembler!) aes mo
On Sat, Jun 28, 2008 at 09:46:11PM +0200, Sebastian Rother wrote:
> [...]
Face it, OpenBSD sucks, i'm using FreeBSD now and it's so much better!!
You can also try linux, they have an optimized (assembler!) aes module,
that gives you awesome transfer rates!
Tobias
What is the default value for MALLOC_OPTIONS?
/usr/src/lib/libc/stdlib/malloc.c says NULL, which is suprising, given
that OpenBSD will alert me to memory issues for programs that
run fine on another BSD.
Also, what options do folks use when they want to really test things
out?
A big thank you fo
Hi all,
I am having issues setting up reverse zone for my domain.
We own only HALF or PART of the network instead of whole class C.
How should I write out the config in named.conf to reflect the reverse
zone?
Lets say my network is 192.168.1.0/25.
This is how I wrote my named.conf
zone "1/
ACPI does knote and kqueue so it can be done properly. Are you planning
on writing diffs?
On Sat, Jun 28, 2008 at 01:58:25PM +0200, frantisek holop wrote:
> hi there,
>
> is there a way to assign custom functions to acpi events,
> something like hotplugd for device events?
>
> the thing is, tha
Hi misc@,
today I got my eeepc 900 and was eager to install 4.3-current on it.
So I downloaded the latest snapshot of bsd.rd and pxeboot and netbooted
the eee. Sadly the kernel boot stops after attaching pciide0 at pci0.
I also tried to boot /bsd.rd -d in the hope to get more information
about w
Oh, BTW, I'm running -CURRENT cvsup'd from noon yesterday (Friday). Rob
On Sat, Jun 28, 2008 at 6:56 AM, Rob Lytle <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm trying to force the deletion of a package that some others depend
> upon. I've used "pkg_delete -F {option} {package} with all the -F switc
Hi,
I'm trying to force the deletion of a package that some others depend upon.
I've used "pkg_delete -F {option} {package} with all the -F switches and I
can't get rid of it. It just keeps on telling me I can't delete it because
other packages depend upon it. Any wisdom appreciated. I checked
That is fixed in 4.3 or in -current not sure if it made the previous
release.
On Sat, Jun 28, 2008 at 10:17:02AM +0200, Torsten Frost wrote:
> I have a few machines with the same behavior. The boxes run fine
> unless you tax them with
> things like unpacking ports, du on a large tree or dd'ng some
hi there,
is there a way to assign custom functions to acpi events,
something like hotplugd for device events?
the thing is, that most of the notebooks assign events to
a lot of fn+function keys. often these are not functional
or semi-functional in openbsd so why not use them for something
else,
BALAJI INSTITUTE OF TECHNOLOGY & SCIENCE
Laknepally (V), Narsampet (M), Warangal - 506 331
Dr. A. R. P. Reddy, Chairman
Cell : 9866078586, Email ID : [EMAIL PROTECTED]
Dear HR Colleague,
Sub: Inviting HR professionals to undertake campus recruitment at our
campus if any
openings exist in
Andre van Zyl wrote:
On the contrary, Mark, right now I personally have a higher regard for
Thilo, who actually posted an opinion.
Dear Andre,
We are not at a popularity contest so it's not about having a "higher
regard" for someone, but about technical facts ( --> eepc, documentation).
No
On 2008-06-28, Dimitri <[EMAIL PROTECTED]> wrote:
> Today I start my OpenBSD machine, but this is crashed and I dont know wath is
> problem.
Which kernel are you running - i386, amd64, some other arch?
bsd or bsd.mp? Which release or snapshot? Did it work before with
the exact same setup, or did y
I guess the previous message got garbled somehow.
Dell 1950 with a PERC5 raid1 SATA 160gb mirror. 4.2-RELEASE
A 300mb dd write makes an unkillable process. Outputs a few "sd0: not
queued, error 5" lines.
Recently flashed the card to the latest firmware. Behaves somewhat better.
Happens with
I have a few machines with the same behavior. The boxes run fine
unless you tax them with
things like unpacking ports, du on a large tree or dd'ng some
/dev/zero to disk. The 1950 can route 400mbit
ethernet with no problems for weeks if you don't mess with the disks,
so i guess the hardware is
reas
Hello all.
Today I start my OpenBSD machine, but this is crashed and I dont know wath is
problem.
The errror is:
(http://farm4.static.flickr.com/3012/2617892868_126aa463c9_o.jpg)
extent 'PCI I/O MEMORY SPACES' (0X0 - 0xfff), flags=0
uvm_fault(0xd076da00, 0xd05a4000, 0, 1) -> e
kernel: page fa
41 matches
Mail list logo