Ktorrent from WIP

2006-09-07 Thread Petr Janda
Im trying to compile ktorrent from wip so I have some nice QT-based torrent client but I get this error: /usr/include/c++/3.4/bits/stl_pair.h: In function `std::pair_T1, _T2 std::make_pair(_T1, _T2) [with _T1 = dht::Key, _T2 = dht::KBucketEntry]': kclosestnodessearch.cpp:48: instantiated

Re: Ktorrent from WIP

2006-09-07 Thread Joerg Sonnenberger
On Thu, Sep 07, 2006 at 07:08:59PM +1000, Petr Janda wrote: Im trying to compile ktorrent from wip so I have some nice QT-based torrent client but I get this error: See net/libtorrent/hacks.mk Joerg

Re: Ktorrent from WIP

2006-09-07 Thread Petr Janda
Ok, that fixed one thing but now I have this error later on during the build: socket.cpp: In member function `int net::Socket::send(const bt::Uint8*, int)': socket.cpp:140: error: `MSG_NOSIGNAL' undeclared (first use this function) socket.cpp:140: error: (Each undeclared identifier is

shutdown on BSD and Linux

2006-09-07 Thread Rahul Siddharthan
I've long had a question on the shutdown process. Linux systems run a separate shutdown script for every process that was started at boot, and can take a minute or two to shutdown. FreeBSD and Dragonfly, as far as I can tell, just kill all processes, flush buffers, unmount filesystems and

Re: shutdown on BSD and Linux

2006-09-07 Thread Oliver Fromme
Rahul Siddharthan [EMAIL PROTECTED] wrote: I've long had a question on the shutdown process. Linux systems run a separate shutdown script for every process that was started at boot, and can take a minute or two to shutdown. FreeBSD and Dragonfly, as far as I can tell, just kill all

Re: shutdown on BSD and Linux

2006-09-07 Thread Bill Hacker
Rahul Siddharthan wrote: I've long had a question on the shutdown process. Linux systems run a separate shutdown script for every process that was started at boot, and can take a minute or two to shutdown. FreeBSD and Dragonfly, as far as I can tell, just kill all processes, flush buffers,

Re: shutdown on BSD and Linux

2006-09-07 Thread Joerg Sonnenberger
On Thu, Sep 07, 2006 at 10:28:44AM +, Rahul Siddharthan wrote: I've long had a question on the shutdown process. Linux systems run a separate shutdown script for every process that was started at boot, and can take a minute or two to shutdown. FreeBSD and Dragonfly, as far as I can tell,

Re: shutdown on BSD and Linux

2006-09-07 Thread Rahul Siddharthan
Bill Hacker wrote: Rahul Siddharthan wrote: The question came to my mind again when I saw Ubuntu's specification for shutdown in their future versions: https://wiki.ubuntu.com/Teardown Basically, it says the majority of init scripts needn't be called at shutdown because the processes can

Re: shutdown on BSD and Linux

2006-09-07 Thread Rahul Siddharthan
Joerg Sonnenberger wrote: On Thu, Sep 07, 2006 at 10:28:44AM +, Rahul Siddharthan wrote: I've long had a question on the shutdown process. Linux systems run a separate shutdown script for every process that was started at boot, and can take a minute or two to shutdown. FreeBSD and

Re: shutdown on BSD and Linux

2006-09-07 Thread Joerg Sonnenberger
On Thu, Sep 07, 2006 at 11:50:20AM +, Rahul Siddharthan wrote: If you include ports/pkgsrc, it IS a distro. And decidedly flaky, at that, compared to most linux distros. No BSD comes with Apache or PostgreSQL in the base system, and only NetBSD includes Postfix, to give the three

Re: shutdown on BSD and Linux

2006-09-07 Thread Jeremy C. Reed
Just to clarify, the rc.shutdown script uses rcorder with the -k shutdown option for /etc/rc.d/*. pkgbox:/home/reed grep 'KEYWORD.*shutdown' /etc/rc.d/* /etc/rc.d/cron:# KEYWORD: shutdown /etc/rc.d/inetd:# KEYWORD: shutdown /etc/rc.d/ipfs:# KEYWORD: shutdown /etc/rc.d/local:# KEYWORD: shutdown

Re: shutdown on BSD and Linux

2006-09-07 Thread Erik Wikström
On 2006-09-07 17:50, Justin C. Sherrill wrote: On Thu, September 7, 2006 6:28 am, Rahul Siddharthan wrote: BTW - the poweroff on my laptop, with Dragonfly and FreeBSD (last I checked), is also accompanied by a rather alarming and short-lived whine, as if a spinning disk or fan was suddenly

Re: shutdown on BSD and Linux

2006-09-07 Thread Francis GUDIN
On 07-09-2006, Erik Wikstr�m [EMAIL PROTECTED] wrote : On 2006-09-07 17:50, Justin C. Sherrill wrote: On Thu, September 7, 2006 6:28 am, Rahul Siddharthan wrote: I had an older system that would do this with the fans; I never saw a negative effect. I assumed it was some setting that was

Re: shutdown on BSD and Linux

2006-09-07 Thread Erik Wikström
On 2006-09-07 18:46, Oliver Fromme wrote: PS: By the way, recently someone suggested in a FreeBSD mailing list that start scripts could be run in parallel if they don't depend on each other (which rcorder(8) can easily find out). It would probably speed up booting. However, I don't know if

Re: shutdown on BSD and Linux

2006-09-07 Thread Justin C. Sherrill
On Thu, September 7, 2006 12:46 pm, Oliver Fromme wrote: PS: By the way, recently someone suggested in a FreeBSD mailing list that start scripts could be run in parallel if they don't depend on each other (which rcorder(8) can easily find out). It would probably speed up booting. However,

Re: shutdown on BSD and Linux

2006-09-07 Thread Geert Hendrickx
On Thu, Sep 07, 2006 at 07:35:24PM +0200, Erik Wikström wrote: On 2006-09-07 18:46, Oliver Fromme wrote: PS: By the way, recently someone suggested in a FreeBSD mailing list that start scripts could be run in parallel if they don't depend on each other (which rcorder(8) can easily find out).

Hints on kernel config for a dula pII/450 system anyone?

2006-09-07 Thread Gergo Szakal
I have a dual PII/450 system. I would like to run it as a filtering bridge on a gigabit LAN. I have 2 Planet ENW-9607 (Marvell chip - sk) cards. I have added the following extra options in addition to what is in GENERIC: --- config start --- # Bridging support pseudo-device

Re: KDE and OpenSSL = Broken

2006-09-07 Thread walt
Joerg Sonnenberger wrote: On Wed, Sep 06, 2006 at 07:47:29AM -0700, walt wrote: kdelibs3 installs two libraries that contain the missing symbols, libkio.so and libkcertpart.so, so I'd vote for that. Yeah, I have the slight feeling that the ssl detection of KDE is broken. I'll check it later.

Re: shutdown on BSD and Linux

2006-09-07 Thread Rahul Siddharthan
BTW - the poweroff on my laptop, with Dragonfly and FreeBSD (last I checked), is also accompanied by a rather alarming and short-lived whine, as if a spinning disk or fan was suddenly stopped. I don't get this sound with linux or windows. I had an older system that would do this with the

Re: shutdown on BSD and Linux

2006-09-07 Thread Rahul Siddharthan
Justin C. Sherrill wrote: PS: By the way, recently someone suggested in a FreeBSD mailing list that start scripts could be run in parallel if they don't depend on each other (which rcorder(8) can easily find out). It would probably speed up booting. However, I don't know if anyone is