Re: matlab6 /dev/ptmx

2002-05-15 Thread Danny Braniss
[...] You can LD_PRELOAD a library that replaces open() and catches the open(/dev/ptmx) special case, then does a BSD opentty() and returns the file descriptor of the tty. (Of course you'll have to compile this library on Linux for the LD_PRELOADing to work, and modify the Matlab startup

laptop's modem

2002-05-15 Thread Dmitry Shupilov
Hello guys, Sorry for non-topic question but HELP me! I got laptop Compaq Armada m700 with internal modem Compaq 56K mini PCI. After the new install FreeBSD on laptop I cannot dial out - system doesn't see the modem. What should I do or where can I find some info about it? (On windozz

Re: laptop's modem

2002-05-15 Thread Daniel O'Connor
On Wed, 2002-05-15 at 16:23, Dmitry Shupilov wrote: system doesn't see the modem. What should I do or where can I find some info about it? (On windozz it works on COM4, so I try to trick with device sioX but it didn't help). It's almost certainly a Win modem. I don't believe there are

Re: laptop's modem

2002-05-15 Thread Terry Lambert
Dmitry Shupilov wrote: Sorry for non-topic question but HELP me! I got laptop Compaq Armada m700 with internal modem Compaq 56K mini PCI. After the new install FreeBSD on laptop I cannot dial out - system doesn't see the modem. What should I do or where can I find some info about

Re: laptop's modem

2002-05-15 Thread Wilko Bulte
On Wed, May 15, 2002 at 01:50:45AM -0700, Terry Lambert wrote: Dmitry Shupilov wrote: Sorry for non-topic question but HELP me! I got laptop Compaq Armada m700 with internal modem Compaq 56K mini PCI. After the new install FreeBSD on laptop I cannot dial out - system doesn't see

Re: XFree86 4.2 minor woes

2002-05-15 Thread Hanspeter Roth
On May 14 at 11:16, JJ Behrens spoke: i've always started X with -bpp 24 in /usr/X11R6/lib/X11/xdm/Xservers to get the correct depth for xdm. it's not taken from XF86Config, iirc. Hmm: # From XF86Config Section Screen DefaultDepth 16 # - has always worked for me. Am I

Re: laptop's modem

2002-05-15 Thread Terry Lambert
Wilko Bulte wrote: On Wed, May 15, 2002 at 01:50:45AM -0700, Terry Lambert wrote: Dmitry Shupilov wrote: Sorry for non-topic question but HELP me! I got laptop Compaq Armada m700 with internal modem Compaq 56K mini PCI. After the new install FreeBSD on laptop I cannot dial out -

Re: XFree86 4.2 minor woes

2002-05-15 Thread Hanspeter Roth
On May 15 at 02:59, Aidan Skinner spoke: Yeah. I tried it with startx -- -depth 24, which fixed the 16 colours problem (thanks!). I had thought about that, but changing my XF86Config to *only* have 24bpp @ 1024x786 didn't seem to make a difference. I would have thought this would have

Re: laptop's modem

2002-05-15 Thread Wilko Bulte
On Wed, May 15, 2002 at 02:11:10AM -0700, Terry Lambert wrote: Wilko Bulte wrote: On Wed, May 15, 2002 at 01:50:45AM -0700, Terry Lambert wrote: Dmitry Shupilov wrote: Sorry for non-topic question but HELP me! I got laptop Compaq Armada m700 with internal modem Compaq 56K mini

Re: laptop's modem

2002-05-15 Thread Terry Lambert
Wilko Bulte wrote: Do you mean ltmdm, the Lucent Winmodem driver? Correct. [ ... ] Win2K calls it a LT Win Modem. Definitely a Lucent. Did your E700 work with -STABLE? The ltmdm thing didn't work with some Lucent modems, in the same way the binary only Olicomm driver wroked with

Re: XFree86 4.2 minor woes

2002-05-15 Thread Pete French
I had thought about that, but changing my XF86Config to *only* have 24bpp @ 1024x786 didn't seem to make a difference. I would have thought this would have meant it actually ran at 24bpp. ;) Interesting, because thts exactly what I do and it works for me. I never had a problem with colour

Re: NFS Problems with Quantum Snapserver 4100 (BGE Cards!)

2002-05-15 Thread Jamie Heckford
Already running the card and switch port in 100BaseTX FDX (forced) :) Would use GigE if the switch supported it tho Thus spake Matthew Dillon ([EMAIL PROTECTED]) : It should also work if you force the GigE card into 100BaseTX mode, assuming the switch can deal with it. Though

Re: makeworld problem - my first attempt at this

2002-05-15 Thread Jonathan Chen
On Wed, May 15, 2002 at 04:23:08PM -0700, Chip Wiegand wrote: [...] #make installworld faild again, same message as before - required smmsp user ismissing. According to UPDATING running mergemaster would take care of this problem. That is where I am stuck. What to do now? You

Re: makeworld problem - my first attempt at this

2002-05-15 Thread Jonathan Chen
On Thu, May 16, 2002 at 11:27:08AM +1200, Jonathan Chen wrote: On Wed, May 15, 2002 at 04:23:08PM -0700, Chip Wiegand wrote: [...] #make installworld faild again, same message as before - required smmsp user ismissing. According to UPDATING running mergemaster would take care of

Re: makeworld problem - my first attempt at this

2002-05-15 Thread Mike Hoskins
On 15 May 2002, Chip Wiegand wrote: #make buildworld #make buildkernel KERNCONF=GENERIC #make installkernel KERNCONF=GENERIC #shutdown now #make installworld failed - required smmsp user is missing #/usr/src/usr.sbin/mergemaster -p -p not recognized option

Re: Problems using 4.6-PR as an NFS server

2002-05-15 Thread Peter Jeremy
[Too many groups on Tru64 client makes FreeBSD server not respond] On 2002-May-15 11:01:33 -0700, Aditya [EMAIL PROTECTED] wrote: This is a tangential suggestion, but do you have the same problem if you use a v3/TCP mount? Yes. I suspect the problem it at a higher level - my guess is that

Re: makeworld problem - my first attempt at this

2002-05-15 Thread Chip Wiegand
On Wed, 2002-05-15 at 17:27, Jonathan Chen wrote: On Wed, May 15, 2002 at 04:23:08PM -0700, Chip Wiegand wrote: [...] #make installworld faild again, same message as before - required smmsp user ismissing. According to UPDATING running mergemaster would take care ofthis

Re: makeworld problem - my first attempt at this

2002-05-15 Thread JJ Behrens
[...] #make installworld faild again, same message as before - required smmsp user ismissing. According to UPDATING running mergemaster would take care of this problem. That is where I am stuck. What to do now? You can add the smmsp user and group manually to

Re: makeworld problem - my first attempt at this

2002-05-15 Thread Mike Hoskins
On Wed, 15 May 2002, JJ Behrens wrote: Do you think this is because he was running an older very of mergemaster? That seemed likely, but as I recall (maybe I read the post wrong), he was trying to specify the full path to the newly-built mergemaster residing under /usr/src/usr.sbin... (Using

Re: 3Ware Error Messages

2002-05-15 Thread Carroll Kong
Hey there, running 4.5-RELEASE-p3 with an SMP kernel, and I cannot believe I did not see this message before. twed0: RAID5, Degraded on twe0 twed0: 229033MB (469060608 sectors) twe0: command interrupt Mounting root from ufs:/dev/twed0s1a twe0: AEN: unknown AEN 0x221 twe0: AEN: unknown

Re: 3Ware Error Messages

2002-05-15 Thread Carroll Kong
Oh geez, I feel silly responding to myself, but, I found the message earlier up from the dmesg output. twe0: AEN: twe0: incomplete unit for unknown unit 1 twe0: AEN: twe0: degraded mirror for unknown unit 1 Now the issue, is this ordinal or cardinal? (starting from 0 or

Re: makeworld problem - my first attempt at this

2002-05-15 Thread Chip Wiegand
On Wed, 2002-05-15 at 18:51, Mike Hoskins wrote: On Wed, 15 May 2002, JJ Behrens wrote: Do you think this is because he was running an older very of mergemaster? That seemed likely, but as I recall (maybe I read the post wrong), he was trying to specify the full path to the newly-built

Re: pthread Q

2002-05-15 Thread Yann Ramin
You shouldn't need to make a link to libpthread. FreeBSD contains a pthread implementation in libc_r, which XMMS should easily use. I would delete the libpthread links and rebuild xmms. Yann On Wed, 2002-05-15 at 13:26, Mike Hoskins wrote: I was playing around with portupgrade again and

Re: makeworld problem - my first attempt at this

2002-05-15 Thread Mike Hoskins
On 15 May 2002, Chip Wiegand wrote: The UPDATING file specifies to run mergemaster again after installworld, I assume I run it without any options, correct? Then a reboot should finish up the process. I usually do `mergemaster -i` after installworld. That will sync up any config changes

Re: pthread Q

2002-05-15 Thread Mike Hoskins
On 15 May 2002, Yann Ramin wrote: You shouldn't need to make a link to libpthread. FreeBSD contains a pthread implementation in libc_r, which XMMS should easily use. I would delete the libpthread links and rebuild xmms. Ok, I see: $ ls /usr/lib/libc_r* /usr/lib/libc_r.a

Re: pthread Q

2002-05-15 Thread Yann Ramin
On Wed, 2002-05-15 at 19:45, Mike Hoskins wrote: On 15 May 2002, Yann Ramin wrote: Ok, I see: $ ls /usr/lib/libc_r* /usr/lib/libc_r.a /usr/lib/libc_r.so.4 /usr/lib/libc_r.so /usr/lib/libc_r_p.a Is this the FreeBSD implementation? Yes. Its actualy the reenterant version