On 01/03/08 17:46, Daan Vreeken [PA4DAN] wrote:
On Friday 04 January 2008 00:30:20 you wrote:
Hi!
1) Is anyone else seeing this?
As far as I know, this is somehow related to the SoftUpdates, but I am not
100% sure. Look at the mailinglist archives, there was a discussion a few
months ago abou
On Friday 04 January 2008 00:30:20 you wrote:
> Hi!
>
> > 1) Is anyone else seeing this?
>
> As far as I know, this is somehow related to the SoftUpdates, but I am not
> 100% sure. Look at the mailinglist archives, there was a discussion a few
> months ago about the same topic as far as I remember.
Hi Hackers,
I'm running a 6.2-RELEASE server with a /home partition that's used to backup
a customer's data. The backups are being made during the night. Since a
couple of weeks I'm running mksnap_ffs daily to create filesystem snapshots
of the data. I've been logging the time it takes mksnap_f
On Jan 3, 2008 9:53 PM, Ivan Voras <[EMAIL PROTECTED]> wrote:
> Fernando Apesteguía wrote:
>
> > Maybe a mix of both could be good: use the linxprocfs when it is
> > almost straightforward (in fact I could run the app, just changing few
> > lines) and sysctl when the linprocfs doesn't provide the i
Fernando Apesteguía wrote:
> Maybe a mix of both could be good: use the linxprocfs when it is
> almost straightforward (in fact I could run the app, just changing few
> lines) and sysctl when the linprocfs doesn't provide the information
> that I need.
Also, linprocfs is never mounted by default
> Metin KAYA <[EMAIL PROTECTED]> writes:
>> Yes Rick, I'm asking this "indefinitely" issue. Is there anything that
>> handle this NULL situation a signal, or etc.? How does Linux or
>> FreeBSD behave?
> Please don't top-post.
> Like most other system calls that block "indefinitely", select(2) wil
Garrett Cooper wrote:
Metin KAYA wrote:
Yes Rick, I'm asking this "indefinitely" issue. Is there anything
that handle this NULL situation a signal, or etc.? How does Linux or
FreeBSD behave?
On Thu, Jan 03, 2008 at 08:52:48PM +0200, Metin KAYA wrote:
How select(2) will behave
On Jan 3, 2008 8:50 PM, Dag-Erling Smørgrav <[EMAIL PROTECTED]> wrote:
> "Fernando Apesteguía" <[EMAIL PROTECTED]> writes:
> > I have an application written in C + Gtk + Glib that gathers
> > information from procfs under Linux. Now, I'm trying to port this
> > application to FreeBSD (I'm working w
In the last episode (Jan 03), Metin KAYA said:
> Hi all,
>
> How select(2) will behave if I give the "utimeout" parameter as
> NULL?
>From the man page:
If timeout is a null pointer, the select blocks indefinitely.
http://www.freebsd.org/cgi/man.cgi?query=select
--
Dan Nels
Metin KAYA <[EMAIL PROTECTED]> writes:
> Yes Rick, I'm asking this "indefinitely" issue. Is there anything that
> handle this NULL situation a signal, or etc.? How does Linux or
> FreeBSD behave?
Please don't top-post.
Like most other system calls that block "indefinitely", select(2) will
be inte
"Fernando Apesteguía" <[EMAIL PROTECTED]> writes:
> I have an application written in C + Gtk + Glib that gathers
> information from procfs under Linux. Now, I'm trying to port this
> application to FreeBSD (I'm working with 7.0 RC1).
man linprocfs
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
_
On Thu, Jan 03, 2008 at 08:52:48PM +0200, Metin KAYA wrote:
>
> How select(2) will behave if I give the "utimeout" parameter as
> NULL?
According to the man page:
If timeout is not a null pointer, it specifies the maximum interval to
wait for the selection to complete. System acti
Garrett Cooper wrote:
Metin KAYA wrote:
Yes Rick, I'm asking this "indefinitely" issue. Is there anything
that handle this NULL situation a signal, or etc.? How does Linux or
FreeBSD behave?
On Thu, Jan 03, 2008 at 08:52:48PM +0200, Metin KAYA wrote:
How select(2) will behave
Metin KAYA wrote:
Yes Rick, I'm asking this "indefinitely" issue. Is there anything
that handle this NULL situation a signal, or etc.? How does Linux or
FreeBSD behave?
On Thu, Jan 03, 2008 at 08:52:48PM +0200, Metin KAYA wrote:
How select(2) will behave if I give the "utime
Thank you a lot for your good answer. Please read my other mail. I'm
asking a question in man page.
> Metin KAYA wrote:
>> Hi all,
>>
>> How select(2) will behave if I give the "utimeout" parameter as
>> NULL?
>>
>> --
>> Metin KAYA
Metin KAYA wrote:
Hi all,
How select(2) will behave if I give the "utimeout" parameter as
NULL?
--
Metin KAYA
EnderUNIX Software Developer Endersys Software Engineer
http://www.EnderUNIX.org/metinhttp://www
Yes Rick, I'm asking this "indefinitely" issue. Is there anything
that handle this NULL situation a signal, or etc.? How does Linux or
FreeBSD behave?
> On Thu, Jan 03, 2008 at 08:52:48PM +0200, Metin KAYA wrote:
>>
>> How select(2) will behave if I give the "utimeout" parameter as
>>
Hi all,
How select(2) will behave if I give the "utimeout" parameter as
NULL?
--
Metin KAYA
EnderUNIX Software Developer Endersys Software Engineer
http://www.EnderUNIX.org/metinhttp://www.Endersys.com/
_
Neeku Shamekhi wrote:
I need some article about semaphores in freeBSD and mainly about kern_sema.c
file.
man 9 sema
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail
On Thu, Jan 03, 2008 at 06:26:21PM +0100, Fernando Apestegu?a wrote:
> Hi all,
>
> I post my question in this list cause Ivan Voras ([EMAIL PROTECTED])
> suggested that here I could find more help.
>
> I have an application written in C + Gtk + Glib that gathers
> information from procfs under Li
Hi all,
I post my question in this list cause Ivan Voras ([EMAIL PROTECTED])
suggested that here I could find more help.
I have an application written in C + Gtk + Glib that gathers
information from procfs under Linux. Now, I'm trying to port this
application to FreeBSD (I'm working with 7.0 RC1)
On Thu, Jan 03, 2008 at 05:16:42PM +0100, Ivan Voras wrote:
> On 03/01/2008, Fernando Apesteguía <[EMAIL PROTECTED]> wrote:
>
> > Yes, that's my problem. In Linux I can get from /proc/cpuinfo for
> > example: name, model, stepping, cache size, clock speed, supported
> > extensions, etc...
> > But
On 03/01/2008, Fernando Apesteguía <[EMAIL PROTECTED]> wrote:
> Yes, that's my problem. In Linux I can get from /proc/cpuinfo for
> example: name, model, stepping, cache size, clock speed, supported
> extensions, etc...
> But using sysctl in FreeBSD (sysctl -a) I can only see name and vendor
> for
On 2007-12-17, Alejandro Pulver <[EMAIL PROTECTED]> wrote:
> When the implementation is ready, and if these problems are sorted out,
> do you think it could be enabled by default (at least for root)? Because
> that's the behavior most filesystems would prefer I think.
I made up a testable implemen
Danny Braniss wrote:
Danny Braniss wrote:
Danny Braniss wrote:
Danny Braniss wrote:
there is an undocumented option:
boot-nfsroot-options
that the diskeless boot can use. I tried
boot-nfsroot-options = "nfsv3"
since the pxeboot does the initial mount via nfsv2, and this has at least
> Danny Braniss wrote:
> >> Danny Braniss wrote:
> Danny Braniss wrote:
> > there is an undocumented option:
> > boot-nfsroot-options
> > that the diskeless boot can use. I tried
> > boot-nfsroot-options = "nfsv3"
> > since the pxeboot does the initial moun
Danny Braniss wrote:
Danny Braniss wrote:
Danny Braniss wrote:
there is an undocumented option:
boot-nfsroot-options
that the diskeless boot can use. I tried
boot-nfsroot-options = "nfsv3"
since the pxeboot does the initial mount via nfsv2, and this has at least
one problem: removing
Neeku Shamekhi wrote:
> I need some article about semaphores in freeBSD and mainly about kern_sema.c
> file.
About the best documentation you will find is this:
http://fxr.watson.org/fxr/source/kern/kern_sema.c
For general information on the FreeBSD kernel see the book "Design and
implementation
I need some article about semaphores in freeBSD and mainly about kern_sema.c
file.
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
29 matches
Mail list logo