Re: syslogd blocking = can't su to root

2001-12-31 Thread Chris Wilmes

On Sun, 30 Dec 2001, Chris Johnson wrote:

 Ours is also connected to a KVM switch, and that switch uses the scroll lock
 key to bring up a menu of machines it's connected to (I've never seen it, but
 that's how it was described to me). Someone else suggested that maybe scroll
 lock was on on the first virtual terminal, causing the console to block. This
 seems likely to be the cause of the problem, and I'll have someone check it out
 when the office opens back up after the holiday.
 

Yes, Belkin KVM switches listen for the Scroll lock key to be pressed
twice in a row, then the up, down, left, or right arrow keys will
determine which adjacent computer to switch to.

It is possible to get them stuck.

If a person presses Scroll lock once, the switch doesn't do anything, the
computer behaves normally and does whatever Scroll lock is supposed to do.

It he or she presses Scroll Lock twice in a row, though, the KVM switch
makes a beep, and waits for one of the arrow keys to be pressed.  Unless
I'm mistaken, it disreguards any other input at that time.  Just before it
does that, it sends a second Scroll Lock signal to the current computer,
to return it to its old Scroll Lock state.

Apart from the arrow keys, a person can also switch computers by pressing
the appropriate button on the KVM switch, of course.

If it turns out that the KVM switch is at fault, just let me say that
you're not the only one to accidently put the switch in this limbo state.

Chris Wilmes



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: 4.4-STABLE crashes - suspects new ata-driver over wd-drivers

2001-12-31 Thread Søren Schmidt

It seems Nils Holland wrote:
 root@poison pciconf -r -b pci0:0:0 0x0:0xff

Thanks! this was a kernel without the corruption fix, and it shows
that you need it, the MWQ bug has been fixed in your BIOS...

I have a new improved patch in the works that covers more chipset
comboes, it'll go into -current shortly, and I hope to get 
permission to get it in 4.5, but so far the RE@ doesn't respond...

-Søren

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Monitord broken by 4.5-pre?

2001-12-31 Thread Robert D. Hughes

I started using monitord several months ago when I had a problem with snort coring on 
this box. Since upgrading to 4.5-pre, monitord cores at startup. I can then start it 
manually with the script, but it doesn't restart monitored processes that die. The 
following is the output of a back-trace on the core:

Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i386-unknown-freebsd...(no debugging symbols found)...
Core was generated by `monitord'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libc.so.4...(no debugging symbols found)...done.
Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols found)...done.
#0  0x8049802 in free ()
(gdb) bt
#0  0x8049802 in free ()
#1  0x280fd9e0 in .curbrk () from /usr/lib/libc.so.4
#2  0x80493fe in free ()
#3  0x8048d70 in free ()
#4  0x8048b95 in free ()

Not being a programmer, this means nothing to me. I've tried doing a make deinstall  
make reinstall thinking maybe something needed to be linked against the newer libs, 
but no luck. Ports are current as of a week or so ago. Also, installing portupgrade 
didn't help.

Thanks,
Rob

Great spirits have always encountered violent opposition from mediocre minds. -- 
Albert Einstein 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: Yamaha opl sound

2001-12-31 Thread doug

I have sound working on 4.4 and 4.3 but never got KDE 2.1.2 to work. After
fishing around a bit I decided to use XMMS YMMV.

On Sun, 30 Dec 2001, Tim Kellers wrote:

 
 After doing battle with a Toshiba 4010CDS --now it dual boots into Win98
 and 4.5 Pre-Release, I'm at a loss to make the sound work in KDE2.2
 
 The sound card is recognized (see attached dmesg -a).
 
 I just read through the stable archives on Freebsd.org and I saw where
 some folks were having problems with Yamaha sound on laptops, but I didn't
 see any resolution.
 
 Since this is a new install of 4.5 Pre, i figured I'd ask here, first.
 
 TIA,
 
 Tim Kellers
 CPE/NJIT
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



4.5-RELEASE

2001-12-31 Thread Holt Grendal

Hi,

Its 4.5-RELEASE still planned for January 15, 2002?

Holt

__
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: Problem with compact flash reader under -stable

2001-12-31 Thread Duane H. Hesser


On 31-Dec-01 Lawrence S. Lansing wrote:
 Are you sure it's generating a FAT filesystem on the card? From the looks
 of things, it isn't
 
 Since dd if=/dev/rda0 failed without actually reading any blocks
 (details of this noted in my last e-mail), I'm inclined to think that the
 filesystem/partition on the disk shouldn't be the source of my trouble. 
 To avoid putting my foot in my mouth on a mailing list, I double-checked
 under windows.  It's FAT, according to win2k. 
 


Relevant standards:
DCF - Design rule for Camera File System
 http://www.pima.net/standards/it10/PIMA15740/dcf.htm

USB Still Image Capture Device Definition 
 http://www.usb.org/developers/data/devclass/usb_still_img10.pdf

It appears to me, though, that the USB spec merely gives vendors a target
to avoid.  Apparently, they interpret it as Unspecified Serial Bus, since
they all seem to go their own way.  I have a Microtech Zio flash card reader
which is too large for a keychain holder and too small for a paperweight.
It is recognized by the ugen driver as SHUTTLE SCM Micro USBAT-02 and
usbdevs -v reveals its ID as 04e6:1010, so I know it's there (but then, I
knew that, as it was me that plugged it in :=).

The Linux folks seem to spend a lot of time playing with (or looking for)
specialized drivers for USB devices; you may be able to get some clues at

http://www.qbik.ch/usb/devices/showdev.php?id=536

 For what it's worth, win2k didn't require any special drivers, or
 anything--it seems to be generic umass.  This is probably the only time
 I've ever literally been able to plug and play under windows, too. :)
 I'm thoroughly stumped as to why FreeBSD is having a hard time with it.
 
 
 -Larry Lansing
 RPI Class of 2003
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-stable in the body of the message
 

--
Duane H. Hesser
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Museum

2001-12-31 Thread Sherlock Holmes

The Sherlock Holmes Museum
221b Baker Street, London England
http://www.sherlock-holmes-museum.org.uk/happynewyear.html


A Happy New Year to all our visitors, old and new!

Please see our Victorian New Year Greetings Card that we have made especially for you.

You can email it to any friend, and print it out as a free souvenir from London!


Yours faithfully,


John Riley
Assistant Curator
http://www.sherlock-holmes-museum.org.uk

To REMOVE Please Click Here:
http://www.sherlock-holmes-museum.org.uk/remove.html
 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: 4.5-RELEASE

2001-12-31 Thread Kevin Oberman

 Date: Mon, 31 Dec 2001 11:34:57 -0800 (PST)
 From: Holt Grendal [EMAIL PROTECTED]
 Sender: [EMAIL PROTECTED]
 
 Hi,
 
 Its 4.5-RELEASE still planned for January 15, 2002?

The latest information is always at http://www.freebsd.org/releases/

It's January 20, 2002.

R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: [EMAIL PROTECTED]  Phone: +1 510 486-8634

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: Problem with compact flash reader under -stable

2001-12-31 Thread Peter Radcliffe

Duane H. Hesser [EMAIL PROTECTED] probably said:
 It appears to me, though, that the USB spec merely gives vendors a target
 to avoid.  Apparently, they interpret it as Unspecified Serial Bus, since
 they all seem to go their own way.  I have a Microtech Zio flash card reader
 which is too large for a keychain holder and too small for a paperweight.
 It is recognized by the ugen driver as SHUTTLE SCM Micro USBAT-02 and
 usbdevs -v reveals its ID as 04e6:1010, so I know it's there (but then, I
 knew that, as it was me that plugged it in :=).

I played with one of these last night - got it recognised by umass but
all I managed to do was hang my machine with any tweaks that I
tried. Another SHUTTLE device is '#if 0'-ed out in umass because the
ATAPI code isn't ready for primtime and I'm wondering if the other
devices made by them are similar.

The sandisk SDDR-31 was my answer - works just fine, shame it's not
as small as some of them (at some point I'll hack on the travel flash
which is at least recognised and probably just needs quirking.

P.

-- 
pir[EMAIL PROTECTED] [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: Problem with compact flash reader under -stable

2001-12-31 Thread mikea

On Mon, Dec 31, 2001 at 04:12:01PM -0500, Peter Radcliffe wrote:
 Duane H. Hesser [EMAIL PROTECTED] probably said:
  It appears to me, though, that the USB spec merely gives vendors a target
  to avoid.  Apparently, they interpret it as Unspecified Serial Bus, since
  they all seem to go their own way.  I have a Microtech Zio flash card reader
  which is too large for a keychain holder and too small for a paperweight.
  It is recognized by the ugen driver as SHUTTLE SCM Micro USBAT-02 and
  usbdevs -v reveals its ID as 04e6:1010, so I know it's there (but then, I
  knew that, as it was me that plugged it in :=).
 
 I played with one of these last night - got it recognised by umass but
 all I managed to do was hang my machine with any tweaks that I
 tried. Another SHUTTLE device is '#if 0'-ed out in umass because the
 ATAPI code isn't ready for primtime and I'm wondering if the other
 devices made by them are similar.
 
 The sandisk SDDR-31 was my answer - works just fine, shame it's not
 as small as some of them (at some point I'll hack on the travel flash
 which is at least recognised and probably just needs quirking.

This is beginning to pique my interest quite strongly. I have a
USB flash memory reader at home, and I just rebuilt everything 
to bring it all up to FreeBSD 4.5-PRERELEASE #0. I'll see what,
if anything, I can coax it into doing. It certainly behaves as a
removable disk drive on Win ME, and I can read and write it under
that [CENSORED] OS.

The results of the experiment tomorrow. 

-- 
Mike Andrews
[EMAIL PROTECTED]
Tired old sysadmin since 1964

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



nsmb.conf

2001-12-31 Thread Randy Bush

so what is /etc/nsmb.conf?  looks like a bit of samba cruft one now gets at
no extra charge when installing 4.5-prerelease.

randy

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message