Re: UT2004?

2004-04-02 Thread Daniel O'Connor
On Sat, 3 Apr 2004 04:47, Julian Elischer wrote: > > Now if only nvidia would fix their drivers so I could run it from in KDE > > without hanging the PC.. > > We're working on providing TLS so that they can do that.. they are waiting > on us.. don't blame them.. Oh, no, I run KDE with nvidia drive

Wireless Card Issue AFTER Install

2004-04-02 Thread Craig Booth
Any guru out there that has the knowledge to provide some advice to persist the use of the Linksys card beyond the first install? I tried this question on the Questions mailing list, but no one could tackle it, unfortunately. Situation: I have set up my Sony VAIO PCG-FRV27 laptop as a dual boo

Re: implications of SMP kernel on UP

2004-04-02 Thread Robert Watson
On Thu, 1 Apr 2004, Thierry Herbelot wrote: > Le Thursday 01 April 2004 09:10, Bjoern A. Zeeb a écrit : > > Hi, > > > > what are the implications on running an SMP enabled kernel on a UP > > machine ? > > > > I first thought of things like: > > - performence (most likely not worth the discussion

Re: Pointers about CPU load measuring

2004-04-02 Thread Dan Nelson
In the last episode (Apr 02), Mark said: > Dan Nelson wrote: > >>> Someone can send some pointers on how to measure global CPU load > >>> under FreeBSD from a C program ? I'm looking for values for > >>> idle/kernel/user, in a similar way as does top. Is there any > >>> pointer or doc ?. I'd like t

Re: uhid devices

2004-04-02 Thread Mathew Kanner
On Apr 01, Vulpes Velox wrote: > What would be the simplest way to get input from a uhid device and > then feed it to X as keyboard input, mainly aimed at X? > > I am currently trying to find a nice starting place to looking at how > to go about from a usb joypad and mapping it as keyboard in put.

Re: Pointers about CPU load measuring

2004-04-02 Thread Mark
Dan Nelson wrote: >>> Someone can send some pointers on how to measure global CPU load >>> under FreeBSD from a C program ? I'm looking for values for >>> idle/kernel/user, in a similar way as does top. Is there any pointer >>> or doc ?. I'd like to avoir browsing top code. >> >> Use sysctlbyname(

Re: Pointers about CPU load measuring

2004-04-02 Thread Dan Nelson
In the last episode (Apr 02), Dag-Erling Smorgrav said: > Jose Marcio Martins da Cruz <[EMAIL PROTECTED]> writes: > > Someone can send some pointers on how to measure global CPU load under > > FreeBSD from a C program ? I'm looking for values for > > idle/kernel/user, in a similar way as does top.

Re: Pointers about CPU load measuring

2004-04-02 Thread Dag-Erling Smørgrav
Jose Marcio Martins da Cruz <[EMAIL PROTECTED]> writes: > Someone can send some pointers on how to measure global CPU load under > FreeBSD from a C program ? I'm looking for values for > idle/kernel/user, in a similar way as does top. Is there any pointer > or doc ?. I'd like to avoir browsing top

Re: UT2004?

2004-04-02 Thread Julian Elischer
Daniel O'Connor wrote: On Sat, 3 Apr 2004 01:01, Robert Watson wrote: I have ktrace'd it and when I click 'Yes' on the CDROM prompt it only seems to try and open fstab and mtab. It ends up with a FreeBSD fstab and /compat/linux/etc/mtab which is a zero length file. Is it expecting /compat/linux/et

Re: Pointers about CPU load measuring

2004-04-02 Thread Brooks Davis
On Fri, Apr 02, 2004 at 03:38:55PM +0200, Jose Marcio Martins da Cruz wrote: > > Someone can send some pointers on how to measure global CPU load under > FreeBSD from a C program ? I'm looking for values for idle/kernel/user, > in a similar way as does top. Is there any pointer or doc ?. I'd lik

Re: wireless usb atmel driver

2004-04-02 Thread Bruce M Simpson
On Fri, Apr 02, 2004 at 04:25:08PM +0300, Anton Alin-Adrian wrote: > I am killing myself trying to compile http://www.vitsch.net/bsd/atuwi/ > driver on 5.2.1-RELEASE. Try the atuwi from my perforce tree. BMS ___ [EMAIL PROTECTED] mailing list http://li

Re: Loosing STDOUT after file rotation

2004-04-02 Thread Daniel Lang
Dear Jim, James Housley wrote on Thu, Apr 01, 2004 at 04:53:19PM -0500: > I have a program that I have the is supposed to run forever. I log any > output to a log file. It is run in a startup script like thie: > > program_name >> $err_log 2>&1 > > The problem is that after newsyslog rotates t

Re: Loosing STDOUT after file rotation

2004-04-02 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2004-04-01 16:53:19 -0500: > I have a program that I have the is supposed to run forever. I log any > output to a log file. It is run in a startup script like thie: > > program_name >> $err_log 2>&1 > > The problem is that after newsyslog rotates the $err_log file, no mor

Re: UT2004?

2004-04-02 Thread Daniel O'Connor
On Sat, 3 Apr 2004 01:01, Robert Watson wrote: > > > I have ktrace'd it and when I click 'Yes' on the CDROM prompt it only > > > seems to try and open fstab and mtab. It ends up with a FreeBSD fstab > > > and /compat/linux/etc/mtab which is a zero length file. > > > > Is it expecting /compat/linux/

Re: Loosing STDOUT after file rotation

2004-04-02 Thread Dan Nelson
In the last episode (Apr 01), James Housley said: > I have a program that I have the is supposed to run forever. I log any > output to a log file. It is run in a startup script like thie: > > program_name >> $err_log 2>&1 > > The problem is that after newsyslog rotates the $err_log file, no mo

Re: UT2004?

2004-04-02 Thread Robert Watson
On Wed, 31 Mar 2004, Kris Kennaway wrote: > On Thu, Apr 01, 2004 at 03:26:27PM +0930, Daniel O'Connor wrote: > > Has anyone got it installed under FreeBSD? > > I got the demo to run and install pretty well (for some reason I can't play it > > in KDE, I have to drop back to twm otherwise my syste

Re: Loosing STDOUT after file rotation

2004-04-02 Thread Dag-Erling Smørgrav
James Housley <[EMAIL PROTECTED]> writes: > I have a program that I have the is supposed to run forever. I log > any output to a log file. It is run in a startup script like thie: > > program_name >> $err_log 2>&1 > > The problem is that after newsyslog rotates the $err_log file, no more > data i

wireless usb atmel driver

2004-04-02 Thread Anton Alin-Adrian
Hi folks! I am killing myself trying to compile http://www.vitsch.net/bsd/atuwi/ driver on 5.2.1-RELEASE. The driver is written for 5.1. I also received working sources from the author, for 5.2.1-RELEASE but they don't compile. I would really appreciate any hints. I want to ask you if there i

Re: Loosing STDOUT after file rotation

2004-04-02 Thread David Malone
On Thu, Apr 01, 2004 at 04:53:19PM -0500, James Housley wrote: > I have a program that I have the is supposed to run forever. I log any > output to a log file. It is run in a startup script like thie: > > program_name >> $err_log 2>&1 > > The problem is that after newsyslog rotates the $err_lo

Re: Loosing STDOUT after file rotation

2004-04-02 Thread Dan Langille
On Thu, 1 Apr 2004, James Housley wrote: > I have a program that I have the is supposed to run forever. I log any > output to a log file. It is run in a startup script like thie: > > program_name >> $err_log 2>&1 > > The problem is that after newsyslog rotates the $err_log file, no more > data i

Re: Loosing STDOUT after file rotation

2004-04-02 Thread Dan Langille
On Thu, 1 Apr 2004, James Housley wrote: > I have a program that I have the is supposed to run forever. I log any > output to a log file. It is run in a startup script like thie: > > program_name >> $err_log 2>&1 > > The problem is that after newsyslog rotates the $err_log file, no more > data i

Pointers about CPU load measuring

2004-04-02 Thread Jose Marcio Martins da Cruz
Hello, Someone can send some pointers on how to measure global CPU load under FreeBSD from a C program ? I'm looking for values for idle/kernel/user, in a similar way as does top. Is there any pointer or doc ?. I'd like to avoir browsing top code. Thanks Jose-Marcio -- ---

wireless usb atmel driver

2004-04-02 Thread Anton Alin-Adrian
Hi folks! I am killing myself trying to compile http://www.vitsch.net/bsd/atuwi/ driver on 5.2.1-RELEASE. The driver is written for 5.1. I also received working sources from the author, for 5.2.1-RELEASE but they don't compile. I would really appreciate any hints. I want to ask you if there i

Re: implications of SMP kernel on UP

2004-04-02 Thread Helge Oldach
Thierry Herbelot: >Le Thursday 01 April 2004 09:10, Bjoern A. Zeeb a écrit : >> what are the implications on running an SMP enabled kernel on a UP >> machine ? >> >> I first thought of things like: >> - performence (most likely not worth the discussion ?) > >I got an improvement with a factor of te

Loosing STDOUT after file rotation

2004-04-02 Thread James Housley
I have a program that I have the is supposed to run forever. I log any output to a log file. It is run in a startup script like thie: program_name >> $err_log 2>&1 The problem is that after newsyslog rotates the $err_log file, no more data is written to the file. I can not stop and restart the

Invalid realloc size of 0 when installing on an AMD athlonXP barton powered machine

2004-04-02 Thread Baldur Gislason
I'm trying to install 5.2.1-rel from FTP with an intel 100Mb network card on an AMD AthlonXP barton 2500+ with an Aopen AK77-8XN motherboard and 1GB ram. When at 65% through extracting base, sysinstall crashes with the message: Fatal error: Invalid realloc size of 0! - PRESS ANY KEY TO REBOOT I k

Re: Re[2]: Question regarding shell user creation at login time

2004-04-02 Thread David Taylor
On Tue, 30 Mar 2004, ghos wrote: > > You wrote 29 mar 2004, 8:05:55 +0500: > > > Hi, > > > I traced sshd using ktrace and it says: > > .. > > 10198 new CALL setuid(0) > > 10198 new RET setuid -1 errno 1 Operation not permitted > > 10198 new CALL execve(0x80485d0,0xbf

uhid devices

2004-04-02 Thread Vulpes Velox
What would be the simplest way to get input from a uhid device and then feed it to X as keyboard input, mainly aimed at X? I am currently trying to find a nice starting place to looking at how to go about from a usb joypad and mapping it as keyboard in put. BTW sorry about the cross posting, was

Re: Multi-Thread Ports Installation suggestion.

2004-04-02 Thread Kris Kennaway
On Wed, Mar 31, 2004 at 01:55:38PM -0500, Nan Wang wrote: > http://www.bsdforums.org/forums/showthread.php?s=&threadid=20611 There are some partial patches in the GNATS DB that attempted to do this, but no-one was able to fix them up so they work, and they seemed to have since disappeared from the

Loosing STDOUT after file rotation

2004-04-02 Thread James Housley
I have a program that I have the is supposed to run forever. I log any output to a log file. It is run in a startup script like thie: program_name >> $err_log 2>&1 The problem is that after newsyslog rotates the $err_log file, no more data is written to the file. I can not stop and restart t

P4 HT with SMP kernel, FreeBSD 5.2.1-p4 problem

2004-04-02 Thread Claudiu Dragalina-Paraipan
Hello, I have a Pentium 4 2.8E (with HT), and an Intel 865GBF motherboard. After I made a bios upgrade I have this problem with it: every time I do a reboot or a shutdown the kernel hangs. Sometimes it gives a specific error message, sometimes the last lines of text are garbage, and rarely it j

Re: Frequent crashes on 4.9STABLE

2004-04-02 Thread Ajit Anand
Hi Andre, We haven't changed any compiler options. We recompiled the kernel with default compiler options. Regards Ajit Ajit Anand wrote: Hi, We are facing frequent crashes of our server running Apache,MySQL. The machine is a P4 2.8 GHz with 512 MB RAM and 2 80 GB IDE HDD's. dmesg output

Re: implications of SMP kernel on UP

2004-04-02 Thread Thierry Herbelot
Le Thursday 01 April 2004 09:10, Bjoern A. Zeeb a écrit : > Hi, > > what are the implications on running an SMP enabled kernel on a UP > machine ? > > I first thought of things like: > - performence (most likely not worth the discussion ?) I got an improvement with a factor of ten between an SMP a

Re: implications of SMP kernel on UP

2004-04-02 Thread Robert Watson
On Thu, 1 Apr 2004, Bjoern A. Zeeb wrote: > what are the implications on running an SMP enabled kernel on a UP > machine ? > > I first thought of things like: > - performence (most likely not worth the discussion ?) > - additional locking problematic ? > - ... ? > > Or asked the other way roun