[gentoo-user] Does this qualify as some bug ?

2007-12-26 Thread आशीष शुक्ल Ashish Shukla
Hi While trying to prevent 'net-dns/pdnsd' to listen on TCP and on to avoid TCP queries, I changed 'tcp_server' parameter to 'off' and 'query_method' parameter to 'udp_only' in /etc/pdnsd/pdnsd.conf . But when I restarted pdnsd I found it is still listening on TCP. I checked /etc/conf.d/pdnsd and

Re: [gentoo-user] Any glaring use flags here

2007-12-26 Thread Neil Bothwick
On Tue, 25 Dec 2007 22:53:10 -0600, [EMAIL PROTECTED] wrote: > This machine is been prepped to be a sort of DMZ machine, but not > more wannabe than really since it will not route stuff to my home lan > at all... just be the recipient of all blocked stuff at an upsteam > NETGEAR firewall/router. >

[gentoo-user] Re: Any glaring use flags here

2007-12-26 Thread reader
Neil Bothwick <[EMAIL PROTECTED]> writes: > On Tue, 25 Dec 2007 22:53:10 -0600, [EMAIL PROTECTED] wrote: > >> This machine is been prepped to be a sort of DMZ machine, but not >> more wannabe than really since it will not route stuff to my home lan >> at all... just be the recipient of all blocked

Re: [gentoo-user] Re: Any glaring use flags here

2007-12-26 Thread Neil Bothwick
On Wed, 26 Dec 2007 10:03:39 -0600, [EMAIL PROTECTED] wrote: > How does one go about changing the profile? Is it as simple as just > changing the symlink? Pretty much, then run emerge -uavDN world followed by emerge --depclean, with and without -p, then revdep-rebuild -p -i. -- Neil Bothwick

Re: [gentoo-user] rsync for backup, can anybody help

2007-12-26 Thread Paul Stear
On Tuesday 25 December 2007, Neil Bothwick wrote: > --one-file-system Hi Neil, Still not sure what the above will produce, I didn't find the man page very readable. Take sys for example, if it is saying that the directory would be created, would I still need to exclude everything under it?. I

Re: [gentoo-user] rsync for backup, can anybody help

2007-12-26 Thread Neil Bothwick
On Wed, 26 Dec 2007 18:07:38 +, Paul Stear wrote: > > --one-file-system > > Still not sure what the above will produce, I didn't find the man page > very readable. Take sys for example, if it is saying that the directory > would be created, would I still need to exclude everything under i

Re: [gentoo-user] dev-haskell/{cabal,haxml} -- runaway memory hog

2007-12-26 Thread Jason Dusek
On Dec 25, 2007 11:19 PM, <[EMAIL PROTECTED]> wrote: > > I'm using the same HaXML you are, actually. > > Interesting ... unmerge quits by itself, but with the same error. > I am tempted to delete haskell itself, as far as possible, and see if > the haxml unmerge would get any further. What if you

[gentoo-user] Re: rsync for backup, can anybody help

2007-12-26 Thread reader
Neil Bothwick <[EMAIL PROTECTED]> writes: > On Wed, 26 Dec 2007 18:07:38 +, Paul Stear wrote: > >> > --one-file-system >> >> Still not sure what the above will produce, I didn't find the man page >> very readable. Take sys for example, if it is saying that the directory >> would be create

Re: [gentoo-user] dev-haskell/{cabal,haxml} -- runaway memory hog

2007-12-26 Thread felix
On Wed, Dec 26, 2007 at 11:40:53AM -0800, Jason Dusek wrote: > On Dec 25, 2007 11:19 PM, <[EMAIL PROTECTED]> wrote: > > > I'm using the same HaXML you are, actually. > > > > Interesting ... unmerge quits by itself, but with the same error. > > I am tempted to delete haskell itself, as far as possi

Re: [gentoo-user] dev-haskell/{cabal,haxml} -- runaway memory hog

2007-12-26 Thread Neil Bothwick
On Wed, 26 Dec 2007 13:51:15 -0800, [EMAIL PROTECTED] wrote: > > What if you tried deleting HaXML from /var/lib/portage/world and > > then remerging it? It would skip the `prerm` action and just > > overwrite everything. > > Nah, no luck. Emerge -p shows it still knows that haxml is a remerge,

Re: [gentoo-user] dev-haskell/{cabal,haxml} -- runaway memory hog

2007-12-26 Thread Jason Dusek
<[EMAIL PROTECTED]> wrote: > Jason Dusek wrote: > > What if you tried deleting HaXML from /var/lib/portage/world > > and then remerging it? It would skip the `prerm` action and > > just overwrite everything. > > Nah, no luck. Emerge -p shows it still knows that haxml is a > remerge, not a merge fr

[gentoo-user] using q commands compared to equery

2007-12-26 Thread reader
I notice that `qdepends pkg' sometimes gives different ouput than `equery depends pkg Which is considered the more reliable? I remember some of those kinds of tools becoming depricated. Maybe the list of `q' commands were among them? -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] dev-haskell/{cabal,haxml} -- runaway memory hog

2007-12-26 Thread felix
On Wed, Dec 26, 2007 at 03:35:10PM -0800, Jason Dusek wrote: > Okay, I figured it out -- remove it from /var/lib/portage/world > and remove /var/db/pkg/dev-haskell/haxml-1.13.2 (I moved it to > my home directory). Now when you run `emerge haxml --pretend`, > it will show it as new. The merge work

Re: [gentoo-user] dev-haskell/{cabal,haxml} -- runaway memory hog

2007-12-26 Thread felix
On Wed, Dec 26, 2007 at 06:05:14PM -0800, [EMAIL PROTECTED] wrote: > > I'll post more when ghc-updater is done. ghc-updater ran fine, or at least didn't hang. There was one error: src/lib/HsShellScript/Commands.chs:21:0: Failed to load interface for `Text.ParserCombinators.Parsec':

[gentoo-user] modifying timezone

2007-12-26 Thread Norberto Bensa
Hello list, as one or two of you may already know, Argentina is going to implement daylight saving time from December 30th until march 16th. We're going from GMT-03 (now) to GMT-02 (dec-mar), and my question is: what do I need to do to correctly modify my timezone? Google doesn't help thi

Re: [gentoo-user] modifying timezone

2007-12-26 Thread William Kenworthy
equery f sys-libs/timezone-data|grep bin zdump -v /etc/localtime gives what your system is currently doing zic allows you to create your own info. The pollies did that here in Western Australia as well - a couple of weeks notice. Within a day or so of the legislation passing, one of the local U

Re: [gentoo-user] dev-haskell/{cabal,haxml} -- runaway memory hog

2007-12-26 Thread Jason Dusek
[EMAIL PROTECTED] wrote: > ghc-updater ran fine, or at least didn't hang. There was one > error: > > src/lib/HsShellScript/Commands.chs:21:0: > Failed to load interface for > `Text.ParserCombinators.Parsec': > Perhaps you haven't installed the profiling > li

[gentoo-user] Possible needed lib missing?

2007-12-26 Thread reader
I'm building up a minimal install a bit at a time... Or I should say building down. It was a full install at one point. I'm getting strange behavior in vim when accessing the minimal machine thru ssh from another gentoo box. When using vims search tool on the remote (/) normally you can scroll t