Re: Examples on using RTC

2007-02-16 Thread youshi10
On Fri, 16 Feb 2007, Mike Silbersack wrote: On Fri, 16 Feb 2007 [EMAIL PROTECTED] wrote: /usr/ports/emulators/rtc regards, usleep Already using / looked at that. I'm looking for something more in-depth. -Garrett The rtc port's sole purpose is to make the vmware port happier. As you pro

Re: Examples on using RTC

2007-02-16 Thread Mike Silbersack
On Fri, 16 Feb 2007 [EMAIL PROTECTED] wrote: > > /usr/ports/emulators/rtc > > > > regards, > > > > usleep > > Already using / looked at that. I'm looking for something more in-depth. > -Garrett The rtc port's sole purpose is to make the vmware port happier. As you probably saw, it just fakes th

Re: Examples on using RTC

2007-02-16 Thread youshi10
On Fri, 16 Feb 2007 [EMAIL PROTECTED] wrote: Garret, On 2/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello, I am trying to port a linux program to FreeBSD and I can't (from my knowledge) directly translate RTC code to FreeBSD because the methods used to accomplish stuff with RTC in L

Re: Examples on using RTC

2007-02-16 Thread usleepless
Garret, On 2/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello, I am trying to port a linux program to FreeBSD and I can't (from my knowledge) directly translate RTC code to FreeBSD because the methods used to accomplish stuff with RTC in Linux is different from FreeBSD. So I was wonde

Examples on using RTC

2007-02-16 Thread youshi10
Hello, I am trying to port a linux program to FreeBSD and I can't (from my knowledge) directly translate RTC code to FreeBSD because the methods used to accomplish stuff with RTC in Linux is different from FreeBSD. So I was wondering if there were any resources, or maybe ports that use a wide

Re: PING: Someone on the core team. (Modem Problem)

2007-02-16 Thread Daniel Rudy
At about the time of 2/15/2007 12:14 AM, Peter Jeremy stated the following: > On 2007-Feb-14 00:27:36 -0800, Daniel Rudy <[EMAIL PROTECTED]> wrote: >> Changing the slot did help. I moved it from slot 3 to slot 1. But, now >> it's dropping characters with a port speed of 57600, and I am also >> ge

Re: pin/bind a pthread to a processor? (take 2)

2007-02-16 Thread Daniel Eischen
What you are trying to do is real-time work. You will need to place your thread(s) or process in the real-time class or priority range and modify the scheduler(s) if necessary to support RT. I'm not familiar with the schedulers, but I suspect most of your work should be spent on getting one of t

Re: pin/bind a pthread to a processor? (take 2)

2007-02-16 Thread John Giacomoni
Dan Eischen and Julian Elischer, I'd really like the ability to "pin" to a processor. However, I think I need something stronger than immediately rescheduling the current process as seems to be done in the 4bsd scheduler. I'd like to "own" the cpu as much as possible until the "pinned" th

Re: nullfs and named pipes.

2007-02-16 Thread Kostik Belousov
On Fri, Feb 16, 2007 at 12:54:39PM +, Robert Watson wrote: > > On Thu, 15 Feb 2007, Kostik Belousov wrote: > > >On Thu, Feb 15, 2007 at 03:22:59PM +, Josef Karthauser wrote: > >>On Thu, Feb 15, 2007 at 02:57:50PM +0100, Jeremie Le Hen wrote: > >>> > >>>Note that all processes within a jai

Re: a question regarding

2007-02-16 Thread Robert Watson
On Thu, 15 Feb 2007, Pascal Hofstee wrote: On Thu, 2007-02-15 at 13:41 +, Robert Watson wrote: Unfortunately, things are a bit more tricky. The problem is not so much the API, where converting size_t/int is a relative non-event, rather, the ABI. By changing the size of a field in a data

Re: nullfs and named pipes.

2007-02-16 Thread Robert Watson
On Thu, 15 Feb 2007, Kostik Belousov wrote: On Thu, Feb 15, 2007 at 03:22:59PM +, Josef Karthauser wrote: On Thu, Feb 15, 2007 at 02:57:50PM +0100, Jeremie Le Hen wrote: Note that all processes within a jail can only intefere with processes from another jail or host as if they were on d

Re: FreeBSD 5.5 persistent crashing

2007-02-16 Thread Geoff Garside
On Thu, 15 Feb 2007 11:36:57 -0600, Eric Anderson <[EMAIL PROTECTED]> wrote: > On 02/14/07 10:09, Geoff Garside wrote: >> Hi, >> I’m trying to get to the bottom of some issues we have been > experiencing >> with a server of ours. We have so far tried replacing the memory in the >> server and we are

Re: FreeBSD 5.5 persistent crashing

2007-02-16 Thread Geoff Garside
On Wed, 14 Feb 2007 19:59:30 +0200, Kostik Belousov <[EMAIL PROTECTED]> wrote: > On Wed, Feb 14, 2007 at 04:09:54PM -, Geoff Garside wrote: >> Hi, >> I?m trying to get to the bottom of some issues we have been experiencing >> with a server of ours. We have so far tried replacing the memory in t

syncer page fault

2007-02-16 Thread Pietro Cerutti
Hello list, this morning my laptop had a kernel fault: # uname -a FreeBSD gahrtop.localhost 6.2-STABLE FreeBSD 6.2-STABLE #8: Tue Feb 13 11:23:37 CET 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GAHRTOP i386 # kgdb kernel.debug /var/crash/vmcore.0 [GDB will not be able to debug user-mode threads

Re: nullfs and named pipes.

2007-02-16 Thread Jeremie Le Hen
Josef, On Thu, Feb 15, 2007 at 03:22:59PM +, Josef Karthauser wrote: > On Thu, Feb 15, 2007 at 02:57:50PM +0100, Jeremie Le Hen wrote: > > > > Note that all processes within a jail can only intefere with processes > > from another jail or host as if they were on different machines. This > >

Re: FreeBSD 5.5 persistent crashing

2007-02-16 Thread Kostik Belousov
On Fri, Feb 16, 2007 at 10:21:56AM +, Geoff Garside wrote: > On Wed, 14 Feb 2007 19:59:30 +0200, Kostik Belousov <[EMAIL PROTECTED]> wrote: > > You may try the following patch (this seems to be the issue I fixed > > recently > > in HEAD and RELENG_6). On the other hand, I do not know right lock

Re: PING: Someone on the core team. (Modem Problem)

2007-02-16 Thread Daniel Rudy
At about the time of 2/15/2007 12:14 AM, Peter Jeremy stated the following: > On 2007-Feb-14 00:27:36 -0800, Daniel Rudy <[EMAIL PROTECTED]> wrote: >> Changing the slot did help. I moved it from slot 3 to slot 1. But, now >> it's dropping characters with a port speed of 57600, and I am also >> ge