Hi:
Thanks for your reply. I know that FreeBSD developers are busy people and
give up precious time for FreeBSD development. I respect that a great deal,
and appreciate the developers taking the time to help. I also understand
that the time constraints require that users spend some time look
On Tue, Feb 29, 2000 at 12:58:26PM -0800, Jordan K. Hubbard wrote:
> I'm still here for another hour, dammit. :-)
>
> I'm also going to be reachable for most of that week since Holland
> does have Internet connections now, you know. They got it along with
> electric lighting and running water at
Donn Miller <[EMAIL PROTECTED]> wrote:
> Thomas Graichen wrote:
>>
>> one other thing: does anyone have the XFree86 pre 4.0 snapshot running
>> with moused and SysMouse ? - it works fine for me without moused and the
>> moues directly under X - but with moused and "SysMouse" "/dev/sysmouse"
>> not
Cliff Rowley <[EMAIL PROTECTED]> wrote:
> Greetings, I'm just wondering if anyone has encountered the following, and
> what solutions you may have come up with / ideas you may have.
> This may not be a FreeBSD problem, since I am using the latest XFree86
> pre-4.0 snapshot.
> First:
> Almost ev
Joseph Jacobson wrote:
>
> Kernel option VESA fails (see dmesg below). Is this a problem with my
> graphics card?
Are you, by any chance, both compiling in VESA _and_ loading it with
loader?
> Kernel option PNPBIOS causes the mouse to stop working. A pointer is
> visible at boot (w/ moused) u
In <[EMAIL PROTECTED]>, Bruce Evans wrote:
> On Fri, 25 Feb 2000, Martin Cracauer wrote:
> > It is possible that we indroduced the bug by our profiling changes?
> > The line in i386.c that generates the code in question is from
> > revision 1.5, which is the profiling delta from the original gcc.
On 01-Mar-00 F. Heinrichmeyer wrote:
> I had until now no success in using the new linux-acrobat-4.05 from bash
> or from my windowmanager menu. But it works fine when called from
> linux-netscape!
Perhaps this happens because the 'acroread4' program is a shell script
with bash'ism's.. It fails
> In any case, one major offender is imlib. Since I've recently gone
> Gnome, I've had to turn off imlib's "MIT-SHM shared memory" option
> or things would go bad after a few minutes or hours of use.
That explains the errors when running xchat, but that doesnt explain
Netscape ;)
The annoying t
It also helps to take all the plugins away!
--
Fritz Heinrichmeyer mailto:[EMAIL PROTECTED]
FernUniversitaet Hagen, LG ES, 58084 Hagen (Germany)
tel:+49 2331/987-1166 fax:987-355 http://www-es.fernuni-hagen.de/~jfh
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-curren
> that the time constraints require that users spend some time looking into
> problems on their own.
It's good to see that you are willing to help. :-) The output below is
excellent, and should cover most hardware related questions.
> One other clue: the floppy drive light remains on while the
On Tue, 29 Feb 2000, John Polstra wrote:
> In article <[EMAIL PROTECTED]>,
> Daniel Eischen <[EMAIL PROTECTED]> wrote:
> > On Tue, 29 Feb 2000, John Polstra wrote:
> >
> > > Shouldn't the test against PS_SUSPENDED be "==" instead of "!="?
> >
> > Yes, it should be "==" instead of "!=".
> >
>
> options SHMMAXPGS=4096
> options SHMALL=16384
> options SHMSEG=16
> options SEMMNI=32
> options SEMMNS=128
Tried those, same error :(
_XF86BigfontQueryFont: could not attach shm segment
Cliff Rowley
- while (!asleep) { code(); }
To Unsubscribe: send
I am seeing the same thing with a world built yesterday afternoon. I
don't know if this is an issue with multiple dlopen'ed libraries or
what. Here is what I believe the port is doing. During the build
process, the main apache server is built. The ssl layer is created as
an add-in module (.so)
> On Mon, 28 Feb 2000, Matthew Frost wrote:
>
> > I'm experiencing some problems with ntpd. It would appear that a few
> > (10-15) minutes after I start it, the machine crashes completely...
> >
> > Feb 28 14:10:02 egrorian ntpd[153]: ntpd 4.0.99b Mon Feb 28 12:12:17 GMT 2000 (1)
> > Feb 28 14:
On 1 Mar 2000, Thomas Graichen wrote:
> > Basically, does your mouse work under syscons? That's the main thing.
>
> yes - "Auto" did it - looks like "SysMouse" as config entry in the
> XF86Config is broken - anyone here from the XFree86 devel people
> to take a look at this ?
$ grep -5 -in sys
On 1 Mar 2000, Thomas Graichen wrote:
> > "XFree86-BigFont extension: shmat() failed, size = 4096, errno = 24"
>
> with those options the error is gone for me - i think the relevant
> one is the SHMALL (the others are for postgres) - i found this out
> by simply reading the piece of source of XF
On Wed, 1 Mar 2000, Cliff Rowley wrote:
> > options SHMMAXPGS=4096
> > options SHMALL=16384
> > options SHMSEG=16
> > options SEMMNI=32
> > options SEMMNS=128
>
> Tried those, same error :(
>
> _XF86BigfontQueryFont: could not attach shm segment
Try incr
> Try increasing SHMSEG to 128.
Appears to be working fine with SHMAXPGS=4097 and SHMSEG=128 - fingers
crossed ;) Thanks for your help everyone...
Cliff Rowley
- while (!asleep) { code(); }
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the
Kris Kennaway <[EMAIL PROTECTED]> writes:
> You don;t have the ncurses port installed?
No, I do not. It does not build.
I will try doing an update (using sysinstall) to one of the latest
-current snapshots and do the buildworld again from there.
Roland
To Unsubscribe: send mail to [
-current of Feb, 26th.
Innocently I wanted to
mount -t cd9660 /dev/acd1c /dist
to grab some newer XF86 from the CD when
cd9660: device not configured
was thrown at me.
--
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe
> "Nicolas" == Nicolas Souchu <[EMAIL PROTECTED]> writes:
Nicolas> On Sun, Jan 30, 2000 at 02:42:39PM -0500, Brian Dean wrote:
>>
>>
>> For what its worth, I am able to reproduce this problem on my
>> system.
Nicolas> Would you mind trying this patch before I send it to Jordan?
I certainl
Daniel Eischen wrote:
>
> On Tue, 29 Feb 2000, John Polstra wrote:
>
> > In article <[EMAIL PROTECTED]>,
> > Daniel Eischen <[EMAIL PROTECTED]> wrote:
> > > On Tue, 29 Feb 2000, John Polstra wrote:
> > >
> > > > Shouldn't the test against PS_SUSPENDED be "==" instead of "!="?
> > >
> > > Yes, i
It seems Christoph Kukulies wrote:
>
> -current of Feb, 26th.
>
> Innocently I wanted to
>
> mount -t cd9660 /dev/acd1c /dist
>
> to grab some newer XF86 from the CD when
>
> cd9660: device not configured
>
> was thrown at me.
And you have an acd1 device ??
check you /dev for up to date
On Wed, 1 Mar 2000, Christoph Kukulies wrote:
> mount -t cd9660 /dev/acd1c /dist
>
> to grab some newer XF86 from the CD when
>
> cd9660: device not configured
>
> was thrown at me.
Check device major number. It should be like this
blaze:netcenter$ ls -l /dev/*acd*
crw-r- 1 root oper
Attached is a little patch that make /usr/src/lib/libpam/modules/pam_ssh
work as expected (else it bombs directly with unresolved symbols).
--
UNIX *IS* user friendly. It's just selective about who its friends are.
--unknown
Index: M
On 1 Mar, Donn Miller wrote:
> It looks like SHMMAXPGS has to be a power of two + 1. (The original
No.
> config file says
>
> options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)"
> options SHMMAXPGS=1025
Thats from LINT.
> So, it looks like SHMMAXPGS has to be a power of two + 1. Tha
Hi
How does one query glist (grown defect list) from scsi device ?
Wouldn't it be nice if weekly/monthly scripts saved/compared glist
with previous versions, so admins can be alerted when devices
start dying.
L.
_
Lauri Laupmaa
+3725013369
To Unsubscribe: send mail to [EMAIL PRO
On Wed, Mar 01, 2000 at 03:40:38PM +0100, Soren Schmidt wrote:
> It seems Christoph Kukulies wrote:
> >
> > -current of Feb, 26th.
> >
> > Innocently I wanted to
> >
> > mount -t cd9660 /dev/acd1c /dist
> >
> > to grab some newer XF86 from the CD when
> >
> > cd9660: device not configured
Hi.
This patch implements login.access(5) mechanism in OpenSSH,
add more auth_*() LOGIN_CAP functions for login(1) compatibility
and use += to preserve CFLAGS from make.conf
Please review and commit.
--- secure/usr.sbin/sshd/Makefile.old Mon Feb 28 22:27:31 2000
+++ secure/usr.sbin/sshd/Makef
On Wed, Mar 01, 2000 at 03:40:38PM +0100, Soren Schmidt wrote:
> It seems Christoph Kukulies wrote:
> >
> > -current of Feb, 26th.
> >
> > Innocently I wanted to
> >
> > mount -t cd9660 /dev/acd1c /dist
> >
> > to grab some newer XF86 from the CD when
> >
> > cd9660: device not configured
* Cliff Rowley <[EMAIL PROTECTED]> [000301 03:54] wrote:
> > In any case, one major offender is imlib. Since I've recently gone
> > Gnome, I've had to turn off imlib's "MIT-SHM shared memory" option
> > or things would go bad after a few minutes or hours of use.
>
> That explains the errors when
> >
> > Kernel option VESA fails (see dmesg below). Is this a problem with my
> > graphics card?
>
> Are you, by any chance, both compiling in VESA _and_ loading it with
> loader?
>
> > Kernel option PNPBIOS causes the mouse to stop working. A pointer is
> > visible at boot (w/ moused) until
On Tue, Feb 29, 2000 at 03:57:19PM -0600, Ade Lovett wrote:
> On Tue, Feb 29, 2000 at 01:41:43PM -0500, Christopher Masto wrote:
> >
> > In any case, one major offender is imlib. Since I've recently gone
> > Gnome, I've had to turn off imlib's "MIT-SHM shared memory" option
> > or things would g
On Wed, 1 Mar 2000, Alfred Perlstein wrote:
>I used to have a shell script to do this, but i don't know where it
>went.
>
>--
>-Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]]
I do! (line is wrapped)
#!/bin/sh
ipcs | sed "s/[ ][ ]*/ /g" | cut -f 2 -d" " | sed
"s/[^0-9]//g
* Adam <[EMAIL PROTECTED]> [000301 09:24] wrote:
>
>
> On Wed, 1 Mar 2000, Alfred Perlstein wrote:
>
> >I used to have a shell script to do this, but i don't know where it
> >went.
> >
> >--
> >-Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]]
>
> I do! (line is wrapped)
>
> #!/bin/s
Hi!
I have a Ensoniq AudioPCI 64 card, and can't get a bit of sound from it
since i've installed it on my FreeBSD box.
dmesg:
...
pcm0: port 0xd000-0xd03f irq 12 at device 12.0 on pci0
...
cat /dev/sndstat
FreeBSD Audio Driver (newpcm) Feb 22 2000 17:10:37
Installed devices:
pcm0: at io
On Wed, 1 Mar 2000, Alfred Perlstein wrote:
>* Adam <[EMAIL PROTECTED]> [000301 09:24] wrote:
>>
>>
>> On Wed, 1 Mar 2000, Alfred Perlstein wrote:
>>
>> >I used to have a shell script to do this, but i don't know where it
>> >went.
>> >
>> >--
>> >-Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL
On Wed, Mar 01, 2000 at 11:54:35AM -0500, Adam wrote:
> #!/bin/sh
> ipcs | sed "s/[ ][ ]*/ /g" | cut -f 2 -d" " | sed
> "s/[^0-9]//g" | xargs -t -n 1 ipcrm -m
Always with the sed. ipcrm `ipcs -m | awk '$1 == "m" { print "-m " $2 }'`
anyone?
--
Christopher Masto Senior Networ
On Tue, Feb 29, 2000 at 01:41:43PM -0500, Christopher Masto wrote:
> Personally, I have this extreme distaste for sysv shared memory. It
> is a very scarce resource that is not freed automatically, and seems
> to go completely against the unix model. Reminds me of having to free
> memory on the
Phoenix wrote:
>If it is the same kind of acer as I have you may be in luck,
>hidden away on the back panel hidden behind a sticker and a
>metal knockout there are 2 ps/2 style connectors. Pull the
>top off of your box and see if you have them (near the parrellel
>port) I have been running -curren
On Wed, Mar 01, 2000 at 06:20:28PM +0100, Anton Berezin wrote:
> I would say that the programs you've mentioned are badly written then.
>
> It takes no more than
>
> XSync(disp,False);
> shmctl( shmid, IPC_RMID, 0);
It takes no more than a well-designed operating system service
On Wed, 1 Mar 2000, Hostas Red wrote:
> Hi!
>
> I have a Ensoniq AudioPCI 64 card, and can't get a bit of sound from it
> since i've installed it on my FreeBSD box.
>
> dmesg:
> ...
> pcm0: port 0xd000-0xd03f irq 12 at device 12.0 on pci0
> ...
>
>
> cat /dev/sndstat
>
> FreeBSD Audio D
I've got a server, tyan 1832DL with 2 CPU onborad, Mylex DAC960
and 3*9G IBM SCSI Disk. I build a RAID-0 Disk by Mylex dos utility,
I like to install FreeBSD 4.0-current, but I cannot boot FreeBSD by
floppy image 4.0-2214-CURRENT.
If I remove Mylex DAC960, floopy image can boot FreeB
On Wed, Mar 01, 2000 at 07:58:34AM -0800, Alfred Perlstein wrote:
> > It'd be nice if we had a utility that could clean out and reclaim the
> > shared memory in 1 swoop. Then we'd be able to shut down XFree86 (and
> > obviously any other apps using shared memory), and get on with life :)
> >
> >
According to Wes Morgan:
> merge. Until that point I was using the stock ntp4 from udel with no
> problems. But I tried the one shipping with 4.0 and it locks up completely
> (looks like a hardware lockup). The ntp4 from udel works completely
> though. Odd :)
Yes, that's odd. I've never seen that
Hi!
On Wed, 1 Mar 2000, R Joseph Wright wrote:
> > I have a Ensoniq AudioPCI 64 card, and can't get a bit of sound from it
> > since i've installed it on my FreeBSD box.
> >
> > dmesg:
> > ...
> > pcm0: port 0xd000-0xd03f irq 12 at device 12.0 on pci0
> > ...
> >
> >
> > cat /dev/sndstat
I wrote:
> I will try doing an update (using sysinstall) to one of the latest
> -current snapshots and do the buildworld again from there.
Ok, I did just that and it still fails at
/usr/src/contrib/ncurses/ncurses/tinfo/comp_hash.c:
cc -o make_hash -O -pipe -I. -I/usr/src/lib/libncurses
-I/usr/
Hi!
On Wed, 1 Mar 2000, Sean O'Connell wrote:
> > Of coz, not once :) Also I've tried DEVFS' devices (cat a.au /devs/audio0
> > or something :).
> >
> > It doesn't helps :(
>
> Does it play cd audio? I have seen some cases where the mixer
> part worked ok (music cd's), but lots of silence fro
> > Weird. Are you sure your BIOS is set to PnP OS = No?
>
> heh, when I set this option to "no" in my bios... -CURRENT won't even
> finish probing the hardware... it just hangs in the boot-probe messages.
You know, if you included some more details this might even be a useful
bug report.
--
>
> I've got a server, tyan 1832DL with 2 CPU onborad, Mylex DAC960
> and 3*9G IBM SCSI Disk. I build a RAID-0 Disk by Mylex dos utility,
> I like to install FreeBSD 4.0-current, but I cannot boot FreeBSD by
> floppy image 4.0-2214-CURRENT.
You need to use a 4.0 snapshot from 2220 or
In article <[EMAIL PROTECTED]>,
Christopher Masto <[EMAIL PROTECTED]> wrote:
> On Wed, Mar 01, 2000 at 06:20:28PM +0100, Anton Berezin wrote:
> > I would say that the programs you've mentioned are badly written then.
> >
> > It takes no more than
> >
> > XSync(disp,False);
> > s
Hi all,
I Just like to ask if there will be support for GRE in 4.X releases
(without tunnels implementations), because its needed by wccp protocol
managed by Squid & Cisco routers, to create Cache Engines, there are some
patches & files that works in the squid home page, Im using them right n
< said:
> It takes no more than a well-designed operating system service to
> ensure that badly written programs don't fail to release resources
> when they crash.
Unfortunately, the System V shared-memory API is brain-damaged and
does not permit this.
-GAWollman
--
Garrett A. Wollman | O Si
On Wed, Mar 01, 2000 at 11:28:13AM -0800, John Polstra wrote:
> > It takes no more than a well-designed operating system service to
> > ensure that badly written programs don't fail to release resources
> > when they crash.
>
> We didn't design that particular service. That's why it's called
> S
> "John" == John Polstra <[EMAIL PROTECTED]> writes:
John> Applications need to clean up after themselves. The OS has
John> no way of knowing whether an application wants its shared
John> memory segments to survive after it terminates.
Tricky when the program crashes. Remember t
Phoenix wrote:
>If it is the same kind of acer as I have you may be in luck, hidden
>away on the back panel hidden behind a sticker and a metal knockout there
>are 2 ps/2 style connectors. Pull the top off of your box and see if you
>have them (near the parrellel port) I have been running -
On Wed, Mar 01, 2000 at 02:57:38PM -0500, Christopher Masto wrote:
> > Also, it's persistent for legitimate design reasons, just like files
> > are. Applications need to clean up after themselves.
>
> You can have many more than 32 files. Files are (usually)
> well-organized and have names, so
Hi:
I looked in BIOS setup to see if there were any settings that I could try
changing to make the boot floopies work. The only ones that I found that
seemed to apply were (defaults in brackets):
Configuration Table[Disabled]
PCI IRQ setting[Auto]
PCI IRQ sh
In message <[EMAIL PROTECTED]>, Christopher Masto writes:
>SysV shared memory is limited, unnamed, unorganized, and uses up a
>very scarce resource.
You know, you should go back in the archives to when sysV IPC was
released, and you will be able to find some *really* nasty but
technically compet
In message <38BD4CD9.22420.5550BD1@localhost> "Lauri Laupmaa" writes:
: How does one query glist (grown defect list) from scsi device ?
I use camcontrol defects -P or -G to get them.
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the mes
This message was sent from Geocrawler.com by "Victor Salaman" <[EMAIL PROTECTED]>
Be sure to reply to that address.
While doing a make release I just noticed
that /sbin/Makefile has DISTRIBUTION=des and
fails. Is this supposed to be like this? (I'm new
to making a release, but it seems odd)
G
On Wed, Mar 01, 2000 at 17:01:13 +0200, Lauri Laupmaa wrote:
> Hi
>
> How does one query glist (grown defect list) from scsi device ?
Like this:
# camcontrol defects da0 -f phys -G
Got 8 defects:
4818:4:54
1338:0:138
1250:1:46
2661:5:117
1696:5:5
1760:5:58
688:9:133
1130:9:166
> Wouldn't it be
Mike Tancsa [[EMAIL PROTECTED]] wrote:
<..>
> vm/vnode_pager.h -> vm/vnode_pager.ph
> *** Error code 1
>
> Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph.
> *** Error code 1
<..>
I recently saw this on some alphas. This is happening as part of
installworld.
My guess is that something about the
At 03:48 PM 3/1/00 -0500, Andrew Gallatin wrote:
>I recently saw this on some alphas. This is happening as part of
>installworld.
>
>My guess is that something about the installed perl or h2ph is just
>broken. I closed my eyes, crossed my fingers & did 'make -i
>installworld'.After install
On Wed, Mar 01, 2000 at 09:30:08PM +0100, Poul-Henning Kamp wrote:
> In message <[EMAIL PROTECTED]>, Christopher Masto writes:
>
> >SysV shared memory is limited, unnamed, unorganized, and uses up a
> >very scarce resource.
>
> You know, you should go back in the archives to when sysV IPC was
>
On Wed, 1 Mar 2000, Victor Salaman wrote:
> This message was sent from Geocrawler.com by "Victor Salaman" <[EMAIL PROTECTED]>
> Be sure to reply to that address.
>
> While doing a make release I just noticed
> that /sbin/Makefile has DISTRIBUTION=des and
> fails. Is this supposed to be like th
On 2000-Mar-02 07:10:39 +1100, Lyndon Nerenberg <[EMAIL PROTECTED]> wrote:
>I'm too lazy to look right this second ;-) ... do atexit() functions get
>run when a process takes (say) a segmentation fault?
Nope. If there's no userland signal handler, the process will never
return to userland after
On Wed, Mar 01, 2000 at 11:26:35AM -0800, Mike Smith wrote:
> >
> > I've got a server, tyan 1832DL with 2 CPU onborad, Mylex DAC960
> > and 3*9G IBM SCSI Disk. I build a RAID-0 Disk by Mylex dos utility,
> > I like to install FreeBSD 4.0-current, but I cannot boot FreeBSD by
> > floppy image
Hiya,
At the bottom of this message is the dmesg output from my 4.0-CURRENT box
with a kernel compiled February 27th. The kernel as of a cvsup this
afternoon now dies and prints the following message immediately after
initializing the keyboard:
atkbdc0: at port 0x60-0x6f on isa0
atkbd0: i
On Wed, 1 Mar 2000, Benjamin Greenwald wrote:
> Hiya,
>
> At the bottom of this message is the dmesg output from my 4.0-CURRENT box
> with a kernel compiled February 27th. The kernel as of a cvsup this
> afternoon now dies and prints the following message immediately after
> initializing the
In message <[EMAIL PROTECTED]>, Bruce Eva
ns writes:
>On Wed, 1 Mar 2000, Benjamin Greenwald wrote:
>
>> Hiya,
>>
>> At the bottom of this message is the dmesg output from my 4.0-CURRENT box
>> with a kernel compiled February 27th. The kernel as of a cvsup this
>> afternoon now dies and prints
We have found a fix that will change the building of librsaUSA to fix the
problem. The fix will get committed after the release engineer approve the
commit. The port will not need to be changed in the long run.
Jim Bloom
[EMAIL PROTECTED]
Jim Bloom wrote:
>
> You definitely don't need -lRSAgl
World of 2228 under VMWARE 2.0-468 under NT4.
Is this one for VMWARE?
lnc0 = bridged adapter (network cable disconnected)
lnc1 = host adapter
The following kernel diagnostics are presented during boot.
lnc0: starting DAD for fe80:0001::0250:56ff:fe98:95ec
lnc1: starting DAD for fe80:0002::
On Thu, 2 Mar 2000, Bruce Evans wrote:
> On Wed, 1 Mar 2000, Benjamin Greenwald wrote:
>
> > Hiya,
> >
> > At the bottom of this message is the dmesg output from my 4.0-CURRENT box
> > with a kernel compiled February 27th. The kernel as of a cvsup this
> > afternoon now dies and prints the f
> On Wed, Mar 01, 2000 at 11:26:35AM -0800, Mike Smith wrote:
> > >
> > > I've got a server, tyan 1832DL with 2 CPU onborad, Mylex DAC960
> > > and 3*9G IBM SCSI Disk. I build a RAID-0 Disk by Mylex dos utility,
> > > I like to install FreeBSD 4.0-current, but I cannot boot FreeBSD by
> > > f
On Wed, 1 Mar 2000, Doug Rabson wrote:
> I think it was a problem with psm.c which Peter has committed a fix for
> already. It bogusly freed the softc (sio.c does too but I doubt if it
> would happen in normal usage).
The free in sioclose() happens in normal usage after a pccard goes away.
Mana
On Wed, Mar 01, 2000 at 09:30:43AM -0500, Daniel M. Eischen wrote:
> I haven't run any other regression tests. I'll do that when I get
> some more time. Jason, can you also take a look at these changes and
> run some tests on them?
I just moved a couple of days ago and all my test boxes are sti
> World of 2228 under VMWARE 2.0-468 under NT4.
>
> Is this one for VMWARE?
>
> lnc0 = bridged adapter (network cable disconnected)
> lnc1 = host adapter
>
> The following kernel diagnostics are presented during boot.
>
> lnc0: starting DAD for fe80:0001::0250:56ff:fe98:95ec
> lnc1: starti
> After upgrading from 3.4 to RC2, i'm noticing something that I never saw
> before:
>
> Active Internet connections (including servers)
> Proto Recv-Q Send-Q Local Address Foreign Address(state)
> tcp0 0 127.0.0.1.4954 127.0.0.1.4242 SYN_SENT
> tcp
Hi,
I'm running a make release with sources current as of 7pm EST.
I'm in the process of trying to figure out the following failure.
===> usr.sbin/ktutil
install -c -s -o root -g wheel -m 555 ktutil /usr/sbin
install -c -o root -g wheel -m 444 ktutil.8.gz /usr/share/man/man8
cd /pub/FreeBS
4.0 had a security bug which would let any user EXCEPT root delete a SYSV
semaphore (the sense of a test was reversed). No other releases were
affected - rebuild your kernels if this is an issue. Good catch, Brian!
For "revision 1.8" in the below read "revision 1.9" (Jan 30, 1999).
-- Fo
> -- Forwarded message --
> Date: Wed, 1 Mar 2000 21:03:22 -0500 (EST)
> From: Brian Dean <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: cvs commit: src/sys/kern sysv_ipc.c
>
> [SNIP - KK]
>
> The bug is very easily tested/verified: just create
I found out much to my surprise that our SMP box is not collecting ANY
entropy for /dev/random. All the interesting IRQs are over 16, and
nobody uses the console.
>From sys/i386/i386/mem.c 1.79:
/*
* XXX the data is 16-bit due to a historical botch, so we use
* magic 1
If i try to load the example in
/usr/src/share/exaples/lkm/misc/module/misc_mod.o i get the following.
Pleeaaas help ?
borg# modload ./misc_mod.o
ld: /kernel: malformed input file (not rel or archive)
modload: /usr/bin/ld: return code 1
--
Johan Kruger ( B.Ing Electronic Engineering )
Deve
Johan Kruger wrote:
> If i try to load the example in
> /usr/src/share/exaples/lkm/misc/module/misc_mod.o i get the following.
> Pleeaaas help ?
>
> borg# modload ./misc_mod.o
> ld: /kernel: malformed input file (not rel or archive)
> modload: /usr/bin/ld: return code 1
What FreeBSD release
On Wed, 1 Mar 2000, Johan Kruger wrote:
> If i try to load the example in
> /usr/src/share/exaples/lkm/misc/module/misc_mod.o i get the following.
> Pleeaaas help ?
LKMs are deprecated in favour of KLDs. Do you have options LKM in your
kernel if you really wnt to play with the old technology
86 matches
Mail list logo