Re: keeping the two latest files on a folder

2009-10-13 Thread Siggy Brentrup
On Tue, Oct 13, 2009 at 14:24 -0500, Israel Garcia wrote: > Hi List, > > It's a simple question but difficult to me :-). > > How can I delete all files on a folder / but keeping only the two > latest (newest) files? Try the following script: -- snip -- #!/bin/sh -e # Removes all but the 2

Re: OT: mutt/nano spellchecking

2009-10-05 Thread Siggy Brentrup
On Sun, Oct 04, 2009 at 08:39 -0400, Tony Baldwin wrote: > Hi, > One of the things keeping me from using Mutt as my default mail > client all the time is the lack of certain spell check features. > I wasn't aware at all, until today, that I could set up nano to > spell check, but now have it work

Re: how to start a delayed shutdown over ssh and disconnect immediately?

2009-08-12 Thread Siggy Brentrup
On Tue, Aug 11, 2009 at 23:05 -0700, David Christensen wrote: > debian-user: > > Is there a way to start a delayed shutdown over SSH and disconnect > immediately (e.g. non-blocking)? > > > I've tried: > > ssh u...@host sudo shutdown -h +1 & > > but shutdown blocks until it finishes. > >

Re: If you're so cool...

2009-08-12 Thread Siggy Brentrup
On Wed, Aug 12, 2009 at 11:26 +0200, Amir Dizdarević wrote: > If you're so cool, why do you need an explanation how to remove HAL? > Who's the Windows user now... So, you think HAL should not be > enforced. Petition the Debian people, it's your right to do so! Don't > insult others who like to use

Re: mke2fs checking bad blocks

2009-08-09 Thread Siggy Brentrup
On Sun, Aug 09, 2009 at 19:51 +1000, hce wrote: > Hi, > > I have beening running following command to check an external USB 1 TB > disk for more than 15 hours. I am not clear if the right corner of > 244190007 is the maxinum blocks it should check or not. If it is, it > seems that it has already e

Re: (picture) image manipulation program

2009-08-09 Thread Siggy Brentrup
On Sun, Aug 09, 2009 at 08:35 +0100, Tim Beauregard wrote: > Tim Beauregard wrote: > > Adrian Levi wrote: > >> I'd like to hear some responses for what people use as a quick and > >> dirty image manipulation program. > > > > My favourite is mogrify > > oops i forgot to say all part of the imagema

Re: (picture) image manipulation program

2009-08-09 Thread Siggy Brentrup
On Sun, Aug 09, 2009 at 08:30 +0100, Tim Beauregard wrote: > Adrian Levi wrote: > > I'd like to hear some responses for what people use as a quick and > > dirty image manipulation program. > > My favourite is mogrify I'm interested too but it seems to be unavailable for Ubuntu 9.04 that my laptop

Re: dash download

2009-08-08 Thread Siggy Brentrup
On Sat, Aug 08, 2009 at 17:26 -0500, Ron Johnson wrote: > On 2009-08-08 14:42, Siggy Brentrup wrote: >>> I haven't yet tried chsh to find out what will >>> happen but am in a position to do that on a throwaway account created >>> for the pur

Re: dash download

2009-08-08 Thread Siggy Brentrup
On Sat, Aug 08, 2009 at 12:17 -0400, Jude DaShiell wrote: > When the offer came up to install dash on my machine and I had a listen > to the bug reports, I decided to do the installation but not make dash my > default shell. Everything on this amd64-k8 machine went without > incident. I haven't

Re: ompile 32 bit debian source on 64 bit machine

2009-08-08 Thread Siggy Brentrup
On Sat, Aug 08, 2009 at 15:14 +0800, Umarzuki Mochlis wrote: > 2009/8/8 Umarzuki Mochlis > > > > > > > 2009/8/8 Siggy Brentrup > > > >> On Sat, Aug 08, 2009 at 14:09 +0800, Umarzuki Mochlis wrote: > >> > >> > there is one actually h

Re: ompile 32 bit debian source on 64 bit machine

2009-08-07 Thread Siggy Brentrup
On Sat, Aug 08, 2009 at 14:09 +0800, Umarzuki Mochlis wrote: > there is one actually http://packages.debian.org/sid/i386/zsnes > but it seems such a hassle to do it. 8-() ??? > so, after getting the source with apt-get source source-name, what command > to be used to compile it? After doing an

Re: question about Dash

2009-08-07 Thread Siggy Brentrup
On Fri, Aug 07, 2009 at 11:20 -0700, John Magolske wrote: > * Andrei Popescu [090807 07:38]: > > then just install dash, let it take over the /bin/sh symlink (run > > 'dpkg-reconfigure dash' if you're on lenny) and enjoy the additional > > speed. I've been doing this for years without ill effects.

Re: question about Dash

2009-08-07 Thread Siggy Brentrup
On Fri, Aug 07, 2009 at 11:20 +0300, Andrei Popescu wrote: > On Thu,06.Aug.09, 23:24:18, Paul E Condon wrote: > > Recent mentions of dash on this list prompted me to try to learn more > > about it. I googled and learned that it has a different convention for > > indicating that a file is a script t

Re: Etch to 5.0.2 upgrade failed - Encrypted filesystem will not boot

2009-08-07 Thread Siggy Brentrup
On Thu, Aug 06, 2009 at 19:21 -0500, Manoj Srivastava wrote: > On Thu, Aug 06 2009, Siggy Brentrup wrote: > > > On Tue, Aug 04, 2009 at 18:50 -0500, line...@halo.nu wrote: > >> Hi - > > > >> I have a Debian Etch system which I recently upgraded to v5.0.2. >

Re: Etch to 5.0.2 upgrade failed - Encrypted filesystem will not boot

2009-08-07 Thread Siggy Brentrup
On Thu, Aug 06, 2009 at 18:29 -0400, Andrew Reid wrote: > On Thursday 06 August 2009 04:16:42 Siggy Brentrup wrote: > > Please bear with me, I'm asking this out of curiousity. Why did you > > encrypt the full root FS? I can understand that you want your $HOME > > encry

Re: Etch to 5.0.2 upgrade failed - Encrypted filesystem will not boot

2009-08-06 Thread Siggy Brentrup
On Tue, Aug 04, 2009 at 18:50 -0500, line...@halo.nu wrote: > Hi - > I have a Debian Etch system which I recently upgraded to v5.0.2. > The file system was encrypted with LUKS at install time. Please bear with me, I'm asking this out of curiousity. Why did you encrypt the full root FS? I can un

Re: Where to download Debian Etch's last release ISO image?

2009-08-05 Thread Siggy Brentrup
On Wed, Aug 05, 2009 at 17:30 +, Oscar Corte wrote: > > Hi all: > > > > I’ve been trying to find an ISO image of Debian’s last release for version > 4.0 (I think is r8). > > > > Could somebody tell me where to find it? http://ftp.debian.org/debian/dists/oldstable/main/installer-i386/

Re: Anyone has the experience of upgrading Debian from woody to lenny?

2009-08-05 Thread Siggy Brentrup
On Wed, Aug 05, 2009 at 18:10 +0200, Johannes Wiedersich wrote: > Kun Niu wrote: > > Somewhere on debian.org are pages on how to upgrade from Woody to Etch. So, > > I'd read them first and try it. > > What about sarge? IIRC, it was woody -> sarge -> etch -> lenny. > > You'd have to find a sarge

Re: installation (python/libc6) broken, but how?

2009-08-05 Thread Siggy Brentrup
On Wed, Aug 05, 2009 at 16:14 +0200, Johan Grönqvist wrote: > Hi, > > The three-line python program > > import numpy > m = numpy.random.random((16, 16)) > (x, v) = numpy.linalg.eig(m) > > runs fine in my chrooted sid, but in my (main) squeeze installation > it produces > *** glibc detected *** p

Re: Anyone has the experience of upgrading Debian from woody to lenny?

2009-08-04 Thread Siggy Brentrup
On Wed, Aug 05, 2009 at 12:05 +0800, Kun Niu wrote: > Just wish me good luck then. > Or I'll have to go thousands of miles to check my system. > That'll be really awesome for me. > And a live cd will be a really good idea. > Thank you for your kind reply. > > On 2009-08-04 22:41, Kun Niu wrote: >

Re: HOWTO enhance Debian by removing HAL

2009-08-04 Thread Siggy Brentrup
On Sat, Aug 01, 2009 at 13:29 +0200, Dirk wrote: > I wonder why people who need "nanny-features" like HAL refuse to > just use windows instead. With this statement you drove me away from your proposal that I otherwise was in favor of. 'nugh said Siggy -- Please don't Cc: me when replying, I m

Re: [OT] Freedom vs. entitlement (was Re: HOWTO enhance Debian by removing HAL)

2009-08-04 Thread Siggy Brentrup
On Tue, Aug 04, 2009 at 08:57 -0600, Paul E Condon wrote: [snip] I mostly agree with you on your discourse on HAL, please note that I din't argue against HAL per se but only against being forced to use it on every hardware I want to use current X on. > What surprises me is how long

Re: HOWTO enhance Debian by removing HAL

2009-08-04 Thread Siggy Brentrup
On Tue, Aug 04, 2009 at 13:59 +0200, Jochen Schulz wrote: > Siggy Brentrup: > > > > Where's my freedom, I'm stuck with ancient X if I don't want to > > run otherwise unused SW? > > I really don't want to upset you even more, but allow me the que

Re: [OT] Freedom vs. entitlement (was Re: HOWTO enhance Debian by removing HAL)

2009-08-04 Thread Siggy Brentrup
On Tue, Aug 04, 2009 at 07:12 -0500, Ron Johnson wrote: > On 2009-08-04 06:14, Siggy Brentrup wrote: > >On Sun, Aug 02, 2009 at 18:13 +0200, Siggy Brentrup wrote: > >>On Sun, Aug 02, 2009 at 09:28 -0500, Chris wrote: > > > >>I am concerned about X's depend

Re: HOWTO enhance Debian by removing HAL

2009-08-04 Thread Siggy Brentrup
On Sun, Aug 02, 2009 at 18:13 +0200, Siggy Brentrup wrote: > On Sun, Aug 02, 2009 at 09:28 -0500, Chris wrote: > I am concerned about X's dependency on HAL. Years ago I was using my > SGI Indy with a superb SGI Monitor and US keyboard (brackets and > braces at the right places

Re: Xfce (was Re: Musings on debian-user list) (now: waaay OT)

2009-08-03 Thread Siggy Brentrup
On Mon, Aug 03, 2009 at 06:05 -0500, Neal Hogan wrote: > Oh ya . . . good morning :-) I hope you can calm down a bit after the coffee, in general it's said to bring you up to speed for a while :) leaving-for-cooking-3rd-1l-coffee-pot-for-today-ly yours Siggy -- Please don't Cc: me when reply

Re: HOWTO enhance Debian by removing HAL

2009-08-02 Thread Siggy Brentrup
'm already regretting in view of this OT subthread. On Sun, Aug 02, 2009 at 18:36 -0500, Nate Bargmann wrote: > * Siggy Brentrup [2009 Aug 02 11:54 -0500]: [ snip ] > > > So probably still better to help speed up that process instead of forking. > > > > 5 years with 2

Re: HOWTO enhance Debian by removing HAL

2009-08-02 Thread Siggy Brentrup
On Sun, Aug 02, 2009 at 16:46 +0300, Dotan Cohen wrote: > > Luxury, punch cards and line printers :) > > > > Kids and their toys. In my day, we had rocks, both ways uphill, and we > liked it that way: > http://xkcd.com/505/ *lol* Thanks for this one, Dotan, it made my day :) Siggy -- Please don

Re: HOWTO enhance Debian by removing HAL

2009-08-02 Thread Siggy Brentrup
On Sun, Aug 02, 2009 at 18:30 +0200, Johannes Wiedersich wrote: > Sven Joachim wrote: > > This will take at least one more release cycle, more likely two, if it > > is ever accomplished. It is very hard to remove functionality from the > > set of essential packages. > > So probably still better t

Re: HOWTO enhance Debian by removing HAL

2009-08-02 Thread Siggy Brentrup
On Sun, Aug 02, 2009 at 16:55 +0200, Johannes Wiedersich wrote: > Siggy Brentrup wrote: > > Yes, even if it means to back out X's dependency on the almost dead > > HAL. I'm not yet fully decided, but I might even be inclined to help > > him forking a more back to

Re: HOWTO enhance Debian by removing HAL

2009-08-02 Thread Siggy Brentrup
On Sun, Aug 02, 2009 at 09:28 -0500, Chris wrote: > On Sun, 2 Aug 2009 16:08:10 +0200 > Siggy Brentrup wrote: > > *** Snip* > > > > Perhaps a BSD would be more to his liking. > > > > Were we talking about Linux or about unixoid OSes? > > The point

Re: HOWTO enhance Debian by removing HAL

2009-08-02 Thread Siggy Brentrup
On Sun, Aug 02, 2009 at 07:24 -0500, Nate Bargmann wrote: > * Osamu Aoki [2009 Aug 02 01:46 -0500]: > > If you push such thought, ... Why even have X ... we can edit > > everything by ed command. No vi(m), no emacs, and few essential > > packages only will get to use Debian. Did this, I ev

Re: menu.lst problem

2009-07-31 Thread Siggy Brentrup
On Fri, Jul 31, 2009 at 11:05 -0500, Boyd Stephen Smith Jr. wrote: > In <20090731124204.gw7...@keuner.winnegan.fake>, Siggy Brentrup wrote: > >On Fri, Jul 31, 2009 at 16:48 +0800, Timothy Wu wrote: > >> On Fri, Jul 31, 2009 at 3:53 PM, frank wrote: > >&

Re: Network concerns and configuration draft 4

2009-07-31 Thread Siggy Brentrup
On Fri, Jul 31, 2009 at 07:15 -0500, John Hasler wrote: > Stefan writes: > > To me disallowing running servers is pretty close to the issue of > > net-neutrality, so I prefer to stay away from such ISPs. > > It isn't usually the customer who is running a server: he doesn't know > what it is. It's

Re: menu.lst problem

2009-07-31 Thread Siggy Brentrup
On Fri, Jul 31, 2009 at 16:48 +0800, Timothy Wu wrote: > On Fri, Jul 31, 2009 at 3:53 PM, frank wrote: > > > > > Check out the menu.lst file. > > > > > > ## DO NOT UNCOMMENT THEM, Just edit them to your needs > > > > ## ## Start Default Options ## > > ## default kernel options > > ## default ker

Re: menu.lst problem

2009-07-31 Thread Siggy Brentrup
On Fri, Jul 31, 2009 at 16:08 +0800, Timothy Wu wrote: > On Fri, Jul 31, 2009 at 2:31 PM, Siggy Brentrup wrote: > > > On Fri, Jul 31, 2009 at 14:18 +0800, Timothy Wu wrote: > > > Hi, > > > > > > It seems to me that every time I do some upgrade via apt-ge

Re: menu.lst problem

2009-07-31 Thread Siggy Brentrup
On Fri, Jul 31, 2009 at 16:08 +0800, Timothy Wu wrote: > On Fri, Jul 31, 2009 at 2:31 PM, Siggy Brentrup wrote: > > > On Fri, Jul 31, 2009 at 14:18 +0800, Timothy Wu wrote: > > > Hi, > > > > > > It seems to me that every time I do some upgrade via apt-ge

Re: menu.lst problem

2009-07-30 Thread Siggy Brentrup
On Fri, Jul 31, 2009 at 14:18 +0800, Timothy Wu wrote: > Hi, > > It seems to me that every time I do some upgrade via apt-get, maybe it's > kernel upgrades, my menu.lst entries changes from /dev/sda1 to /dev/hda1. As > a result, the system don't find the disk. It occurs to me like three times > al

Re: ssh says Cannot listen to port: 6000

2009-07-29 Thread Siggy Brentrup
On Wed, Jul 29, 2009 at 14:49 +0100, Anthony Campbell wrote: > Thanks to you and Ron I now know that port 6000 is being used by X11. > And in fact, if I ssh at a terminal without starting X I can connect. > But then, of course, I can't start X! > > How can this be resolved? It must be possible be

Re: Can't do security updates in aptitude for 3 packages

2009-07-29 Thread Siggy Brentrup
On Wed, Jul 29, 2009 at 13:51 +0200, Csanyi Pal wrote: > Siggy Brentrup writes: > > > On Wed, Jul 29, 2009 at 11:49 +0200, Csanyi Pal wrote: > >> Hi, > >> > >> my system is Debian GNU/Linux Lenny with linux-image 2.6.26-2-486. > >> > >>

Re: ssh says Cannot listen to port: 6000

2009-07-29 Thread Siggy Brentrup
On Wed, Jul 29, 2009 at 14:48 +0200, Siggy Brentrup wrote: > On Wed, Jul 29, 2009 at 06:49 -0500, Ron Johnson wrote: > > On 2009-07-29 06:40, Ron Johnson wrote: > > >On 2009-07-29 03:59, Anthony Campbell wrote: > > >>I'm trying to connect via ssh to a remote

Re: ssh says Cannot listen to port: 6000

2009-07-29 Thread Siggy Brentrup
On Wed, Jul 29, 2009 at 06:49 -0500, Ron Johnson wrote: > On 2009-07-29 06:40, Ron Johnson wrote: > >On 2009-07-29 03:59, Anthony Campbell wrote: > >>I'm trying to connect via ssh to a remote server, with > >> ssh -f -L 6000:localhost:4499 campb...@91.204.208.39 -N > >>channel_setup_fwd_listener:

Re: Can't do security updates in aptitude for 3 packages

2009-07-29 Thread Siggy Brentrup
On Wed, Jul 29, 2009 at 11:49 +0200, Csanyi Pal wrote: > Hi, > > my system is Debian GNU/Linux Lenny with linux-image 2.6.26-2-486. > > When I run: > > $ sudo aptitude > > and did update I get that there is three packages for sevurity updates > available. > > When I hit 'g' to did security up

Re: proper place for iptables script

2009-07-28 Thread Siggy Brentrup
On Tue, Jul 28, 2009 at 22:23 -0400, Andrew Reid wrote: > On Tuesday 28 July 2009 22:04:20 Rob Owens wrote: > > In the interest of learning new things, I'm moving from shorewall to plain > > old iptables. I've got my script made, but I'm not sure what the proper > > procedure is for starting it au

Re: question about email delivery triggered by resent thread on musings

2009-07-28 Thread Siggy Brentrup
Hi Paul, on Tue, Jul 28, 2009 at 17:45 -0600, you wrote: > I run a Lenny/gnome desktop. I use mutt to read mail. Emacs is invoked > by mutt to compose mail. I do delivery from my ISP by invoking > fetchmail from a command line in a gnome-terminal window. When > fetchmail terminates, I run Mutt in

Re: Back up routines

2009-07-28 Thread Siggy Brentrup
On Tue, Jul 28, 2009 at 11:08 -0400, Eric Gerlach wrote: > Sure, your grandfather did it, but give any small-business owner > these two choices: > 1. Every day, bring this drive in, plug it in, run this program, > then take it home at night; or > 2. Pay Amazon $3/mo and don't worry about it;

Re: Inquiry:Debian server Remote Desktop Connection

2009-07-28 Thread Siggy Brentrup
On Tue, Jul 28, 2009 at 01:35 -0500, Ron Johnson wrote: > We are not your personal reference desk. Use your own initiative > before coming to us. Nice wording, will you grant me permission to c&p this please. :) Thanks Siggy -- Please don't Cc: me when replying, I might not see either copy.

Re: Whats the best way to upgrade tools from source?

2009-07-28 Thread Siggy Brentrup
On Tue, Jul 28, 2009 at 11:57 +0200, ml ml wrote: > Hello List, > > i need file version 5.x on my system. But Debian etch comes with file > version 4.17. > How do i install 5.x (from source) without messing up my system? > > IF i would just install file from source and overwrite the binay > packa

Re: choice of a Network mapping tool

2009-07-27 Thread Siggy Brentrup
On Mon, Jul 27, 2009 at 12:33 +0200, frank wrote: > On Mon, 2009-07-27 at 11:06 +0200, Gilles Guiot wrote: > > > I am currently looking for a good network mapping software. I do not > > need an overly complex and exhaustive mapping tool. I've experimented > > with a few on the windows side, but

Re: Safest maintenance of a sid system

2009-07-27 Thread Siggy Brentrup
On Mon, Jul 27, 2009 at 07:45 +0100, AG wrote: > Hi > > Having recently upgraded to sid, I want to try to ensure that I am > able to maintain a more or less stable system under those > circumstances and in the full knowledge that, by definition, sid is > unstable and may be subject to breakages.

Re: Inquiry: How to set the crontab job permanently

2009-07-26 Thread Siggy Brentrup
om_quoting_ in this list. > On 7/27/09, Siggy Brentrup wrote: [snip] -- Please don't Cc: me when replying, I might not see either copy. bsb-at-psycho-dot-informationsanarchistik-dot-de or:bsb-at-psycho-dot-i21k-dot-de O< ascii ribbon cam

Re: Inquiry: How to set the crontab job permanently

2009-07-26 Thread Siggy Brentrup
On Mon, Jul 27, 2009 at 05:40 +0100, hadi motamedi wrote: > Dear Kevin > We tried to put our intended script under /etc/cron.daily but it is run just > for the first trial and we don't see any other output for subsequent trial . > Can you please let us know what is wrong in our case ? > Regards > H

Re: *no crontab prob* [Was: Inquiry: How to set the crontab job permanently]

2009-07-26 Thread Siggy Brentrup
On Sun, Jul 26, 2009 at 16:23 -0500, Ron Johnson wrote: > On 2009-07-26 15:08, Kevin Ross wrote: > >On Sun, 26 Jul 2009 04:48:15 -0500, Ron Johnson > >wrote: > >>On 2009-07-26 02:38, Siggy Brentrup wrote: > [snip] > >>> > >>>Simply copy to a p

Re: *no crontab prob* [Was: Inquiry: How to set the crontab job permanently]

2009-07-26 Thread Siggy Brentrup
On Sun, Jul 26, 2009 at 13:08 -0700, Kevin Ross wrote: > > On Sun, 26 Jul 2009 04:48:15 -0500, Ron Johnson > wrote: > > On 2009-07-26 02:38, Siggy Brentrup wrote: > >> On Sun, Jul 26, 2009 at 05:02 +0100, hadi motamedi wrote: > >>> Dear All > >>>

Re: Fwd: Inquiry: How to set the crontab job permanently

2009-07-26 Thread Siggy Brentrup
On Sun, Jul 26, 2009 at 20:59 +0900, Osamu Aoki wrote: > On Sun, Jul 26, 2009 at 08:05:42AM +0100, hadi motamedi wrote: > > Dear Osamu > > Please find below our /etc/cron* directories : > > I am not interested > > > We want our new scheduled task to be done at 23:30 every day . Can you > > pl

Re: Fwd: Fwd: Inquiry: How to set the crontab job permanently

2009-07-26 Thread Siggy Brentrup
On Sun, Jul 26, 2009 at 10:28 +0100, hadi motamedi wrote: > -- Forwarded message -- > From: hadi motamedi > Date: Sun, Jul 26, 2009 at 10:22 AM > Subject: Re: Fwd: Inquiry: How to set the crontab job permanently > To: Suno Ano > > > Dear Suno > Thank you very much . This time it

Re: *no crontab prob* [Was: Inquiry: How to set the crontab job permanently]

2009-07-26 Thread Siggy Brentrup
On Sun, Jul 26, 2009 at 04:48 -0500, Ron Johnson wrote: > On 2009-07-26 02:38, Siggy Brentrup wrote: > >This is *not a crontab problem* > > > >Simply copy to a place that isn't > >cleaned up upon boot. /tmp is intended for temporary storage, that's > >wh

*no crontab prob* [Was: Inquiry: How to set the crontab job permanently]

2009-07-26 Thread Siggy Brentrup
On Sun, Jul 26, 2009 at 05:02 +0100, hadi motamedi wrote: > Dear All > We have set a new scheduled task through crontab job list , as the > followings : > #crontab -e > 30 23 * * * cp ~www/db_backup/cdr/cdrFromMSC* /tmp > It is functioning correctly but we will loose it after server reboot . Can >

Re: request for a mono vote.

2009-07-25 Thread Siggy Brentrup
On Sat, Jul 25, 2009 at 12:46 -0500, Ron Johnson wrote: > However, if you feel strongly about it, install popcon and mononono > (from http://tim.thechases.com/mononono/). Thanks for the link, that almost what I have imagined. Still I have to investigate the implications of adding Essential: yes ma

Re: request for a mono vote.

2009-07-25 Thread Siggy Brentrup
On Sat, Jul 25, 2009 at 20:06 +0300, Πρεκατές Αλέξανδρος wrote: > As a dedicated debian user i want to express my concerns and worries > regarding mono inclusion in main and i ask for a vote for mono in > non-free/main because: > 1) I feel like microsoft is not clear about the license issues. Th

Re: aptitude security updates

2009-07-25 Thread Siggy Brentrup
On Sat, Jul 25, 2009 at 13:30 +0200, roberto wrote: > hello > i am trying to update an old machine running sarge to etch and then to lenny; > a couple of questions > 1. is it still possible ? I did this successfully on a machine w/o GUI some weeks ago using apt-get instead of aptitude (didn't read

Re: MTA experts: address rewriting depending on next hop

2009-07-25 Thread Siggy Brentrup
On Fri, Jul 24, 2009 at 10:16 -0600, lee wrote: > On Fri, Jul 24, 2009 at 01:26:37PM +0200, Siggy Brentrup wrote: [snip] > > Moreover you're quoting my hint to the link there. Look into > > debian-devel archives, I won't repeat myself. > > Yeah, sure, I'm goi

Re: MTA experts: address rewriting depending on next hop

2009-07-24 Thread Siggy Brentrup
On Fri, Jul 24, 2009 at 00:57 -0600, lee wrote: > On Fri, Jul 24, 2009 at 08:10:16AM +0200, Siggy Brentrup wrote: [SNIP] > > Well, this was my last post in this thread, I'll grant you the final > > word if you care, maybe you can prove that Exim's FAQ 805 or 807 iirc &g

Re: MTA experts: address rewriting depending on next hop

2009-07-23 Thread Siggy Brentrup
On Thu, Jul 23, 2009 at 23:04 -0600, lee wrote: > On Thu, Jul 23, 2009 at 11:32:43AM +0200, Siggy Brentrup wrote: > > Look at the Received: headers in my mails, afaict winnegan.fake is no > > valid domain outside my lan and using outside would provoke harsh > > reactions. &g

Re: MTA experts: address rewriting depending on next hop

2009-07-23 Thread Siggy Brentrup
Oops, this one slipped by me since I have moved the question to d-devel, sorry for not Ccing d-user. On Wed, Jul 22, 2009 at 16:10 -0600, lee wrote: > On Tue, Jul 21, 2009 at 01:03:01PM +0200, Siggy Brentrup wrote: > > > > Here's the question again: which one of the

Re: How to create"official" off-line repository

2009-07-23 Thread Siggy Brentrup
On Thu, Jul 23, 2009 at 10:18 +0300, Hai Zaar wrote: > Good day dear list! > > I work for organisation that has its development network off-line and > I want to setup a Debian with current Lenny release. > Creating on-line mirror and bringing it in on USB disk is not an > option due to security me

Re: compensating for dhcp which only provides useless dns

2009-07-23 Thread Siggy Brentrup
On Wed, Jul 22, 2009 at 22:50 -0700, Paul Scott wrote: > Hi, > > I have a new install of sid on a laptop with a new hard drive. The > wireless works fine except at one location where my guess is that > the DNS is not set up correctly. I work around this by adding > useable nameserver addresses t

Re: compensating for dhcp which only provides useless dns

2009-07-22 Thread Siggy Brentrup
On Thu, Jul 23, 2009 at 08:27 +0200, Sven Joachim wrote: > On 2009-07-23 07:50 +0200, Paul Scott wrote: > > > I have a new install of sid on a laptop with a new hard drive. The > > wireless works fine except at one location where my guess is that the > > DNS is not set up correctly. I work aroun

Re: Open Office question.

2009-07-22 Thread Siggy Brentrup
On Wed, Jul 22, 2009 at 13:56 -0400, j j wrote: > Still can't open .php > but Bluefish editor can. > http://bluefish.openoffice.nl/ Last time I looked OOo tried to be a browser too (a horrible one), maybe it is trying to run php on the code? If so, somewhere in the Preferences you probably can di

Re: MTA experts: address rewriting depending on next hop

2009-07-21 Thread Siggy Brentrup
On Tue, Jul 21, 2009 at 06:35 -0500, Ron Johnson wrote: [snip] > Either you or I have misconfigured Postfix, because internal email > comes to me as $u...@haggis.homelan, ... Must be you, did you look at the Received: headers in my message? I looked at yours, no Postfix involved up to liszt.debia

MTA experts: address rewriting depending on next hop

2009-07-21 Thread Siggy Brentrup
Hi List, to start with, it's not a vital problem, I only want to fix sth annoying me. As quite a number among you, I'm running a LAN connected to the big world via switched ADSL. I'm looking for a MTA that is capable of rewriting addresses *only* on mails that leave the LAN. In general I'm usin

Re: resize2fs: Either the superblock or the partition table is likely to be corrupt!

2009-07-21 Thread Siggy Brentrup
On Sun, Jul 19, 2009 at 20:02 -0500, Ron Johnson wrote: > On 2009-07-08 20:23, Miles Bader wrote: > [snip] > > > >Hmm, my / is 290MB, though /tmp, /var, /boot, and /usr are all separate > >partitions. > > *Why*? IOW, what benefit do you derive in 2009 (as opposed to 1989, > when disks weren't alw

Re: [Semi-OT] Need advice on AMD mobo

2009-07-21 Thread Siggy Brentrup
On Tue, Jul 21, 2009 at 01:14 -0600, lee wrote: > On Tue, Jul 21, 2009 at 12:58:28AM -0500, Ron Johnson wrote: > > > > Their answer "We don't support Linux", repeatedly, even though, of > > course, BIOS disk detection has nothing to do with Linux. > > I got the same answer from Gigabyte (two

Re: dd hung up by disk errors

2009-07-20 Thread Siggy Brentrup
On 2009-07-20 at 09:43 -0700, Ross Boylan wrote: > I have a bad drive in a laptop and am attempting to salvage what I can > with (roughly) > dd conv=noerror,sync if=/dev/sda3 of=/nfs/backup > where the of is NFS mounted from another system. > > This keeps trying when it encounters a disk read erro

Re: kernel compile - Unable to mount root fs

2009-07-19 Thread Siggy Brentrup
On Sun, Jul 19, 2009 at 01:13 -0700, Don Quixote de la Mancha wrote: > On Sat, Jul 18, 2009 at 5:39 AM, Soren Orel wrote: > > hmmm.. it works, but I have to hit Ctrl+D at every boot... :D > > On some of your vmlinux lines in your menu.lst you have the word > "single". That boots you into single-u

Re: How do you read mail with gnus?

2009-07-18 Thread Siggy Brentrup
On Sun, Jul 19, 2009 at 07:33 +0200, Suno Ano wrote: > Yes, because it does not have any info to display yet. > > lee> Btw, is gnus good for organizing mail? Since it's a news reader, > lee> it might not support that at all because you don't organize news. > lee> I'm trying to find a MUA that s

Re: transparent port/ip forward

2009-07-18 Thread Siggy Brentrup
On Sat, Jul 18, 2009 at 18:25 +0200, Siggy Brentrup wrote: > ps: I'm not sure whether ubuntu-users is the right place to ask, > any admin forum will have better response time :-) My humblest apologies for this error: I meant debian-user. duckin'ly yours Siggy -- Please d

Re: transparent port/ip forward

2009-07-18 Thread Siggy Brentrup
On Sat, Jul 18, 2009 at 12:29 +0200, michal krajcirovic wrote: > hello, > I have server which has several IP. there come requests for port 80 and > i want this forward requests to other server, where web is running. I > need that but completely transparent - in the logs on the destination > s

Re: does find has feature to find several names

2009-07-18 Thread Siggy Brentrup
On Sat, Jul 18, 2009 at 12:45 +0200, Soren Orel wrote: > thank you, but i don't need regex, I'm just searching, that is there a > shorter way in the find command to search for e.g.: two filenames > > find . -type f -name "*.sh" -o -name "*.html" > > so that I don't have to write "-o -name" at eve

Re: does find has feature to find several names

2009-07-18 Thread Siggy Brentrup
On Sat, Jul 18, 2009 at 12:00 +0200, Soren Orel wrote: > so that I don't have to write this: > > find . -type f -name "*.sh" -o -name "*.html" > > is there a > > find . -type f -name "*.sh|*.html" man 1 find look for -regex hth Siggy -- Please don't cc: me when replying on the list. bs

Re: kernel compile - Unable to mount root fs

2009-07-18 Thread Siggy Brentrup
Sorry that I didn't see this thread earlier. On Sat, Jul 18, 2009 at 11:17 +0200, Soren Orel wrote: > it works! > > I just forget: > > cp arch/x86/boot/bzImage /boot/vmlinuz-2.6.30-1 > > > and: > mkinitramfs -o /boot/initrd.img-2.6.30-1 2.6.30.1 % apt-get install kernel-package % man make-kpk

Re: How do I provide a particular process with as much CPU time as possible?

2009-07-12 Thread Siggy Brentrup
On Sun, Jul 12, 2009 at 07:38 +, Joel Roth wrote: > On Fri, Jul 10, 2009 at 11:14:31PM -0600, lee wrote: > > Hi, > > > > simple question: > > > > How do I provide a particular process with as much CPU time as > > possible? > [snip] > > I only want that game I'm playing to run faster. > 0. I

Re: Boot Files

1997-03-30 Thread Siggy Brentrup
Is there any need to have a kernel in / or /boot unless lilo is > being used? Don't know about this one, I'm using lilo and I don't care about < 700K for the current and previous kernels. Siggy -- Siggy Brentrup <[EMAIL PROTECTED]> aka: [EMAIL PROTECTED] *** PGP public ke

Re: Pentium GCC

1997-03-30 Thread Siggy Brentrup
big > of an improvement you could get out of that. Most ppl won't take the > trouble of recompiling every single package that have installed :). > > Just curious, how much would I gain with an 'pentium optimized' kernel? > Maybe libc? And X? I doubt it is worth the hassl

Re: Postgres95 - missing library

1997-03-30 Thread Siggy Brentrup
till maintaining the package and offered to drop in. I'm running a locally compiled version of postgres using the upstream sources. Thanks Siggy -- Siggy Brentrup <[EMAIL PROTECTED]> aka: [EMAIL PROTECTED] *** PGP public key available from keyservers *** PGP fingerprint = C8 95 66 8C 75 7E 10 A2 05 61 C7 7F 05 B6 A4 DF

Re: getty

1997-03-05 Thread Siggy Brentrup
n. *BUT* keep in mind what "beta" means: lacking documentation, problems, crashes, whatever. Thanks -- Siggy -- Siggy Brentrup <[EMAIL PROTECTED]> aka: [EMAIL PROTECTED] PGP fingerprint = C8 95 66 8C 75 7E 10 A2 05 61 C7 7F 05 B6 A4 DF

Re: getty

1997-03-04 Thread Siggy Brentrup
it was not too stable, the mgetty-voice package has been removed from the distribution somewhere between 1.2 and 1.2.7 Siggy -- Siggy Brentrup <[EMAIL PROTECTED]> aka: [EMAIL PROTECTED] PGP fingerprint = C8 95 66 8C 75 7E 10 A2 05 61 C7 7F 05 B6 A4 DF Received: (qmail 25441 invoked by uid 88

Re: xemacs and c++ //-type comments

1997-03-01 Thread Siggy Brentrup
gt; that it will recognize these comments (i.e. for the file > /usr/lib/xemacs-19.14/lisp/modes/cc-mode.el) ? > If your files are C++ source (e.g. class decls in .h files) put a line // -*- mode: C++ -*- at the top of your file to put the buffer into C++ major mode. -- Siggy --

Re: Has 'pax' been Debian'nized?

1997-02-22 Thread Siggy Brentrup
On Sat, Feb 22 1997, John Plate wrote: > Has pax (a tar-like archive system) been ported to Linux? > Yes, a debianized version is in unstable/binary-i386/utils/pax_2.1-2.deb -- Siggy -- Siggy Brentrup <[EMAIL PROTECTED]> aka: [EMAIL PROTECTED] PGP fingerprint = C8 95 66 8C

Re: modem port root only

1997-02-20 Thread Siggy Brentrup
't appear, re-login and try again. Supplemental group ids are set on login. HTH -- Siggy -- Siggy Brentrup <[EMAIL PROTECTED]> aka: [EMAIL PROTECTED] PGP fingerprint = C8 95 66 8C 75 7E 10 A2 05 61 C7 7F 05 B6 A4 DF -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word &qu

Re: 'at' command

1997-02-18 Thread Siggy Brentrup
Mike. > > hmm does Red Hat have a mailing list or newsgroup? I think so, but why are you asking - some sort of (not so) subtle threat? That doesn't look like good style either. -- Siggy -- Siggy Brentrup <[EMAIL PROTECTED]> aka: [EMAIL PROTECTED] PGP fingerprint = C

Re: mount/unmount scripts

1997-01-22 Thread Siggy Brentrup
> True, but if there isn't a cdrom in the drive at boot-up time, the cdrom drive > won't mount 8-) That's why I created the scripts. Have a look at the "user" and "noauto" options (I recommend man mount) My /etc/fstab contains the lines /dev/scd0 /cdrom iso9660 user,noauto,ro 0 0 /dev/fd0 /dos/a