Modifying the loaded kernel image

2008-06-26 Thread karim sk
Hi,I need to modify one of the kernel hardware module ( which is part of kernel image) and i have to load that module instead of the old one.So what i am doing now is During boot up step into loader prompt and i am typing the following commands.load kernel (Load the kernel )load module ( To loa

Re: ICANN votes to expand domain name character set

2008-06-26 Thread Doug Barton
Tim Clewlow wrote: Hi there, In case you haven't heard yet, ICANN have unanimously voted their approval to expand the domain name character set to include Asian, Middle Eastern, Eastern European and Russian character sets in domain names. That's already possible at the second level and abo

ICANN votes to expand domain name character set

2008-06-26 Thread Tim Clewlow
Hi there, In case you haven't heard yet, ICANN have unanimously voted their approval to expand the domain name character set to include Asian, Middle Eastern, Eastern European and Russian character sets in domain names. In addition, top level domains will have their restrictions removed, ie any no

Re: command-line bittorrent utility

2008-06-26 Thread bbs
Kris, just at a first glance i noticed wikipedia had a pretty good breakdown of some clients available -- this isn't meant to be rude RTFM at all -- :) -- i just thought it might be helpful -- maybe not. http://en.wikipedia.org/wiki/BitTorrent_client respectfully, jt On Thu, Jun 26, 2008 a

Re: command-line bittorrent utility

2008-06-26 Thread Sean C. Farley
On Fri, 27 Jun 2008, Kris Kennaway wrote: I am looking for a command-line utility that can fetch via bittorrent that a) doesn't use curses. It must be usable in a script and without a tty! b) doesn't use X11. Must be a command-line utility! c) Must be able to inform the script when the tran

Re: command-line bittorrent utility

2008-06-26 Thread Jille Timmermans
(enhanced) ctorrent Kris Kennaway schreef: I am looking for a command-line utility that can fetch via bittorrent that a) doesn't use curses. It must be usable in a script and without a tty! b) doesn't use X11. Must be a command-line utility! c) Must be able to inform the script when the tr

Re: command-line bittorrent utility

2008-06-26 Thread Kris Kennaway
Kris Kennaway wrote: I am looking for a command-line utility that can fetch via bittorrent [...] OK folks, you can stop telling me to use ctorrent now :) I had looked at that but assumed it was using curses (it's not). Thanks! Kris ___ freebsd-ha

Re: command-line bittorrent utility

2008-06-26 Thread Kris Kennaway
Jille Timmermans wrote: (enhanced) ctorrent Seems to fail requirement a). Am I wrong? Kris Kris Kennaway schreef: I am looking for a command-line utility that can fetch via bittorrent that a) doesn't use curses. It must be usable in a script and without a tty! b) doesn't use X11. Mus

Re: eeePC 900 && turning off wireless (ath0)

2008-06-26 Thread Rui Paulo
On Thu, Jun 26, 2008 at 09:55:45AM +0200, Matthias Apitz wrote: > > Hello, > > Yesterday I did some tests with my eeePC 900 to see how long it would > work with the 4400 mAh battery ... it seems that turning of the wireless > card (ath0), which can be turned of from the BIOS, has big effect and >

command-line bittorrent utility

2008-06-26 Thread Kris Kennaway
I am looking for a command-line utility that can fetch via bittorrent that a) doesn't use curses. It must be usable in a script and without a tty! b) doesn't use X11. Must be a command-line utility! c) Must be able to inform the script when the transfer is complete. A callback mechanism of

Re: [Fwd: Re: 3 connections as one]

2008-06-26 Thread Matthew Dillon
:what can I say without degenerating into a dogfight? :The code is designed to copy with failure to allocate.. the error will :propogate up.. : :not much is allocated once you have it set up. Well, not really trying to start a fight but unless the initialization code that sets this stuff

Re: i386 jail undex amd64: libkvm

2008-06-26 Thread Julian Elischer
Dmitry Morozovsky wrote: Dear colleagues, it seems this question had been arised several times, but I failed to find any solution (yet). What is (and is there?) the proper way to compile libkvm-related binaries (and libkvm itself) to assure 32bit binaries work with amd64 kernel structures?

Re: [Fwd: Re: 3 connections as one]

2008-06-26 Thread Julian Elischer
Matthew Dillon wrote: :I've done that running mpd to split the load over the tunnels from the :colo. : :if either tunnel goes down mpd hickups nd hten everything keeps going.. :.. :mpd does this for me.. That looks almost perfect for the colo idea. I see how the links are set up and I

Re: [Fwd: Re: 3 connections as one]

2008-06-26 Thread Matthew Dillon
:I've done that running mpd to split the load over the tunnels from the :colo. : :if either tunnel goes down mpd hickups nd hten everything keeps going.. :.. :mpd does this for me.. That looks almost perfect for the colo idea. I see how the links are set up and I see the bundle directive

i386 jail undex amd64: libkvm

2008-06-26 Thread Dmitry Morozovsky
Dear colleagues, it seems this question had been arised several times, but I failed to find any solution (yet). What is (and is there?) the proper way to compile libkvm-related binaries (and libkvm itself) to assure 32bit binaries work with amd64 kernel structures? Straight way with installing

Re: [Fwd: Re: 3 connections as one]

2008-06-26 Thread Julian Elischer
Matthew Dillon wrote: You can do it for outgoing connections fairly easily using the NAT trick (with PF), but you can't really load balance multiple links without support from some outside entity. If one of the tunnels goes down you can fail-over but any pre-existing connections

Re: 3D for AMD64 (was Re: Lack of Flash support is no longer acceptable. Bounty established...)

2008-06-26 Thread George Hartzell
Mike Meyer writes: > [...] > I'm not sure those are the drivers Theierry wants. The proprietary > driver was called fglrx, not "radeon" or "radeonhd". Those two drivers > have been in the X open source trees for quite a while now. I first > started using the radeon driver on amd64 in late 2006

Re: [Fwd: Re: 3 connections as one]

2008-06-26 Thread Matthew Dillon
You can do it for outgoing connections fairly easily using the NAT trick (with PF), but you can't really load balance multiple links without support from some outside entity. If one of the tunnels goes down you can fail-over but any pre-existing connections will die and have to

RE: 3D for AMD64 (was Re: Lack of Flash support is no longer acceptable. Bounty established...)

2008-06-26 Thread Sean Cavanaugh
> fglrx is the only way that anyone's going to get true 3D OpenGL> support, and > the last time I checked that wasn't available except for> ancient cards on > FreeBSD.> > AMD was supposed to be helping ATI, but it appears that after > the> merger all that's happened is a website change and ATI's

Re: 3D for AMD64 (was Re: Lack of Flash support is no longer acceptable. Bounty established...)

2008-06-26 Thread Garrett Cooper
On Wed, Jun 25, 2008 at 12:17 PM, Mike Meyer <[EMAIL PROTECTED]> wrote: > On Wed, 25 Jun 2008 13:00:09 -0400 "Ben Kaduk" <[EMAIL PROTECTED]> wrote: > >> On Tue, Jun 24, 2008 at 6:06 PM, Thierry Herbelot <[EMAIL PROTECTED]> wrote: >> > >> > is there any hope for having the newly open-sourced radeon/

Re: [Fwd: Re: 3 connections as one]

2008-06-26 Thread Luiz Otavio O Souza
- Original Message - Subject: Re: [Fwd: Re: 3 connections as one] : Martes Wigglesworth wrote: : > Forwarded Message : > From: Martes Wigglesworth <[EMAIL PROTECTED]> : > Reply-To: [EMAIL PROTECTED] : > To: Andres Chavez <[EMAIL PROTECTED]> : > Subject: Re: 3 connection

eeePC 900 && turning off wireless (ath0)

2008-06-26 Thread Matthias Apitz
Hello, Yesterday I did some tests with my eeePC 900 to see how long it would work with the 4400 mAh battery ... it seems that turning of the wireless card (ath0), which can be turned of from the BIOS, has big effect and let work the eeePC for more then 2hours 15minutes; in the Xandros Linux you