Re: a dumb query? pls humor me

2007-03-04 Thread Paul Johnson
Greg Folkert wrote: >> True, but it still doesn't work out rationally:  Unless you make a lot of >> money or gas is unbelievably cheap, that few minutes saved will cost you >> more wage-hours than it's worth... > > Unless you lose you job being late and you don't want to leave any > earlier. Its

Re: a dumb query? pls humor me

2007-03-04 Thread Paul Johnson
Freddy Freeloader wrote: > Greg Folkert wrote: >> On Fri, 2007-03-02 at 16:33 -0800, Freddy Freeloader wrote: >> >>> Greg Folkert wrote: >>> On Fri, 2007-03-02 at 10:16 -0800, Paul Johnson wrote: > Ron Johnson wrote: > > > >> On 03

Re: CMS for server

2007-03-04 Thread Alan Chandler
On Saturday 03 March 2007 22:31, Michael Pobega wrote: > On Fri, Mar 02, 2007 at 04:58:13AM -0800, Jordi wrote: > > Hello > > [...] > > I am considering to change to another CMS. The best for me are > > these: - Xoops > > - Joomla > > - e107 > > > > What do you use in your servers? Have you been us

Re: xsane scanner root only

2007-03-04 Thread Andrew Sackville-West
On Sun, Mar 04, 2007 at 12:35:07AM -0500, Mark Grieveson wrote: > Hello. I have a scanner, HP ScanJet 6200C. There's also a TV Card on my > computer (Multimedia video controller: Brooktree Corporation Bt878 Video > Capture), which I don't use. When I start xsane, as regular user, it only > al

Re: vim like completion in bash?

2007-03-04 Thread Steve Lamb
zhengquan zhang wrote: > I can :e *doc* in vim, pressing tab and it can help me find the document > I need, > but in bash if I use vi *doc* and press tab, nothing would happen, it > can not find the file I want to edit > Is there any switches to make it possible? Well, I know this is probably

Re: Help w/failed Sarge install - Dell 8400+SATA

2007-03-04 Thread Andrew Sackville-West
On Sat, Mar 03, 2007 at 04:30:25PM -0800, Peter Farley wrote: > --- "Roberto C. Sanchez" <[EMAIL PROTECTED]> wrote: > > > You really should be using Etch. > > Well, some of us prefer not to live at the bleeding > edge. > with etch due to release any time now, i"d hardly call it bleeding edge.

Re: [SOLVED] Re: sound in iceweasel

2007-03-04 Thread andy
[EMAIL PROTECTED] wrote: On Thu, Mar 01, 2007 at 05:49:26PM +, andy wrote: Thanks for the help - have fixed it. It was a combo of not having the latest flash plugin (now fixed with flashplugin-nonfree) and adjusting the /etc/iceweasel/iceweaselrc file as was suggested with refer

Re: vim like completion in bash?

2007-03-04 Thread Zhengquan Zhang
thank you, ok I will try zsh then. On Sun, Mar 04, 2007 at 12:33:10AM -0800, Steve Lamb wrote: > zhengquan zhang wrote: > > I can :e *doc* in vim, pressing tab and it can help me find the document > > I need, > > but in bash if I use vi *doc* and press tab, nothing would happen, it > > can not fin

Re: where does kmail keep its mail files?

2007-03-04 Thread andy
Jan Schledermann wrote: andy wrote: The only other suggestion I had from the KDE list when I wanted to move mail, was to look in /home/user.kde/share/apps/kmail/mail . That's a bit hit and miss, but you might find it there. Nigel. Thanks Nigel - you hit the nail on the h

Re: vim like completion in bash?

2007-03-04 Thread Franck Joncourt
On Sun, Mar 04, 2007 at 04:48:53PM +0800, Zhengquan Zhang wrote: > thank you, > ok I will try zsh then. > > On Sun, Mar 04, 2007 at 12:33:10AM -0800, Steve Lamb wrote: > > zhengquan zhang wrote: > > > I can :e *doc* in vim, pressing tab and it can help me find the document > > > I need, > > > but

Re: gigabit nic

2007-03-04 Thread Hans du Plooy
On Tue, 2007-02-27 at 18:24 -0500, Roberto C. Sanchez wrote: > On Tue, Feb 27, 2007 at 10:36:44PM +, Hans du Plooy wrote: > > On Sun, 2007-02-25 at 17:27 -0500, Roberto C. Sanchez wrote: > > > Can't really go wrong with an Intel or 3Com (are they still making new > > > stuff?). > > > > Careful

Re: IMAP Mail server question

2007-03-04 Thread Hans du Plooy
On Wed, 2007-02-28 at 07:56 -0700, Kelly wrote: > Just a request for opinions here guys. I have read several articles > about Courier and Dovecot. What is your opinions about which to go > with. There's really very little difference. Dovecot is supposedly a little faster, but if you reached the

Re: vim like completion in bash?

2007-03-04 Thread Zhengquan Zhang
I mean bash can not expand the wildcard after I press tab. In a directory, there are two files: aaa and bbb I type vi *aa* in the command line and press tab it can not be expaned to vi aaa I want this kind of effect although it may not be possible. Thank you. On Sun, Mar 04, 2007 at 10:38:59AM +

Re: Howto delete DVD-RW files

2007-03-04 Thread Sven Arvidsson
On Sun, 2007-03-04 at 05:29 +0100, Benjamí Villoslada wrote: > Seems that some non free software can: > http://www.computerhope.com/issues/ch000788.htm Packet writing give you this functionality, it should work in Debian too, but I don't know how well supported it is. See here for some examples h

Re: Icedove does not save unsent messages to the Unsent Messages folder

2007-03-04 Thread Ken Heard
Ron Johnson wrote: Testing your assertion now. Ok, I created the "03/03/07 07:39" email, and then did: File->"Send Later" Icedove put the email in "Local Folders".Unsent, because there *is no* Unsent folder in the "regular" (happens to be an IMAP account). Yes, but for POP accounts -- a

Re: vim like completion in bash?

2007-03-04 Thread Franck Joncourt
On Sun, Mar 04, 2007 at 05:47:43PM +0800, Zhengquan Zhang wrote: > I mean bash can not expand the wildcard after I press tab. > In a directory, there are two files: aaa and bbb > I type vi *aa* in the command line and press tab > it can not be expaned to vi aaa > I want this kind of effect althoug

Re: vim like completion in bash?

2007-03-04 Thread zhang . zhengquan
Thanks, I'll try that. On Sun, Mar 04, 2007 at 12:22:09PM +0100, Franck Joncourt wrote: > On Sun, Mar 04, 2007 at 05:47:43PM +0800, Zhengquan Zhang wrote: > > I mean bash can not expand the wildcard after I press tab. > > In a directory, there are two files: aaa and bbb > > I type vi *aa* in the c

Re: vim like completion in bash?

2007-03-04 Thread Joe Hart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Zhengquan Zhang wrote: > I mean bash can not expand the wildcard after I press tab. > In a directory, there are two files: aaa and bbb > I type vi *aa* in the command line and press tab > it can not be expaned to vi aaa > I want this kind of effect al

xdm doesn't run thru the gdm??

2007-03-04 Thread abdelkader belahcene
Hi, The following doesn't exit at all on previous version, on sarge (debian) I used last year, but it on the current version etch (debian). the problem is: I have a serveur running the standard etch (debian ) with gnome, I configured the Login window and check (activate) the XDMCP. My server is

Re: how to send files from a pc to my home server and viceversa

2007-03-04 Thread Chris Bannister
On Wed, Feb 28, 2007 at 09:27:12AM -0500, Roberto C. Sanchez wrote: > On Wed, Feb 28, 2007 at 05:55:47AM -0800, Jordi wrote: > > Hello > > > > Yesterday I was able to run my server. I have 2 computers at home, one > > is server and the other is not. Both are connected to router. One uses > > Xubun

Re: fvwm

2007-03-04 Thread Chris Bannister
On Wed, Feb 28, 2007 at 09:18:52AM -0500, Roberto C. Sanchez wrote: > On Thu, Mar 01, 2007 at 12:33:33AM +1300, Chris Bannister wrote: > > On Sun, Feb 25, 2007 at 11:12:27PM +0100, Joe Hart wrote: > > > I installed fvwm, and I'm running it in another session, I must say, > > > without messing with

Re: Kernel Multipath

2007-03-04 Thread Chris Bannister
On Wed, Feb 28, 2007 at 11:28:57AM -0300, Alan Romaniuc wrote: > > Hi all, > > I ve trying kernel multipath feature, to use two diffrents links to > connect to internet, but I can never get it work on debian etch > distribution kernel. I can recompile the kernel as explained by LARTC > list, and

Re: A Republican!!!!!! (was Re: OT: sponge burning!)

2007-03-04 Thread Chris Bannister
On Thu, Mar 01, 2007 at 10:00:02AM -0500, Roberto C. Sanchez wrote: > On Thu, Mar 01, 2007 at 09:39:58AM -0500, [EMAIL PROTECTED] wrote: > > > > By the way, isn't air travel an example of fairly efficient (and > > government subsidized) public transportation, at least long distance > > flights

Re: Number of OT Posts

2007-03-04 Thread Chris Bannister
On Wed, Feb 28, 2007 at 01:29:40PM -0600, Mike McCarty wrote: Doesn't > (2) I'm also finding harder to sift the useful information from the > dross, so I'll post a "me too" message. and > (4) Oh, I've been doing that a lot, I'll post an "I'm sorry". conflict with > (7) I'm such a prick, tha

Re: No text mode display after grub

2007-03-04 Thread Chris Bannister
On Wed, Feb 28, 2007 at 08:11:36PM +, J.A. de Vries wrote: > Hi, > > My boss gave me a Dell Latitude D810 to use for work so I didn't have to > use my privately owned Acer Ferrari 4000 anymore. First thing I did was > install testing on it, which was no problem at all. Next I built a > 2.6.20.

Re: [SOLVED] Re: sound in iceweasel

2007-03-04 Thread Chris Bannister
On Fri, Mar 02, 2007 at 09:36:30AM -0500, [EMAIL PROTECTED] wrote: > On Thu, Mar 01, 2007 at 05:49:26PM +, andy wrote: > > > > > Thanks for the help - have fixed it. It was a combo of not having the > > latest flash plugin (now fixed with flashplugin-nonfree) and adjusting > > the /etc/icew

Re: Qemu and tun/tab usage - /dev/net/tun permissions

2007-03-04 Thread Chris Bannister
On Thu, Mar 01, 2007 at 11:53:31AM -0800, Bob McGowan wrote: > Hi, > > I'm trying to set up bridged networking for a Qemu guest system. The > doc I have says I need to do a 'chmod 666 /dev/net/tun' to be able to do > this. > > And, I see the permissions on it are: > > crw--- 1 root root 1

Re: CMS for server

2007-03-04 Thread Chris Bannister
On Fri, Mar 02, 2007 at 02:40:59PM -0500, Greg Folkert wrote: > Who the heck made you God Moderator of Debian User? > > Why don't you look at the Debian-User List Charter. > > http://lists.debian.org/debian-user/ > debian-user mailing list > Help and discussion among users

Re: Configurable files and functions

2007-03-04 Thread Chris Bannister
On Fri, Mar 02, 2007 at 12:33:11PM -0600, Dave Walker wrote: > I am looking for an explanatory list of configuration files used in > sarge 3.1. The information I am looking for would give the location > (path), function (what the system uses it for), and whether the file > can be successfully chang

Re: static IP

2007-03-04 Thread Chris Bannister
On Wed, Feb 28, 2007 at 10:37:27PM -0800, Jordi wrote: > Ok, Andrew > > So I leave it that way. > Why I saw sometimes in some web sites this kind of static ips starting > by 10.xxx.xxx.xxx and /number ? > > Jordi http://aboutdebian.com/network.htm -- Chris. == Don't forget to check that yo

how to use font in convert(imagemagick)?

2007-03-04 Thread Yuwen Dai
Dear all, I want to use the '-font' option of convert to annotate images. I'm not sure if convert can deal with locales other than iso-8859, and what's the syntax of the font name? Will an X font name like "- misc-zysong18030-medium-r-normal--0-0-0-0-p-0-gb2312.1980-0" be accepted? In the exampl

Re: Growing an HFS file system

2007-03-04 Thread Michael M.
On Sat, 2007-03-03 at 16:41 -0500, Stefan Monnier wrote: > I have an HFS+ filesystem (on a powerpc-mac style partition) that I need to > grow. parted/gparted seem only able to shrink it. Is there some other tool > that's able to grow an HFS+ filesystem. I looked at tools under macosx as > well,

Re: thunderbird: how to backup mailbox and restore quickly

2007-03-04 Thread Yuwen Dai
$ formail -s < mboxfile | procmail recipefile recipefile looks like this: :0: * ^Received: .* myserver.example.net ;.* Dec 2006 /home/me/December :0: * ^Received: .* myserver.example.net ;.* Nov 2006 /home/me/November Hello Cameron, I created a similiar rc file like this: :0:

Re: Hard Drive hdb becomes hdf - Thanks

2007-03-04 Thread Thomas H. George
On Sat, Mar 03, 2007 at 11:19:53PM +0100, Joe Hart wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Thomas H. George wrote: > > I built a new computer with two hard drives and installed XP Home > > Edition on the first drive. The second drive contains my Debian system > > - kernel 2.6

Re: Howto delete DVD-RW files

2007-03-04 Thread Gnu_Raiz
On Sun, 2007-03-04 at 05:29 +0100, Benjamí Villoslada wrote: >> Seems that some non free software can: >> http://www.computerhope.com/issues/ch000788.htm >Sven Arvidsson <[EMAIL PROTECTED]> wrote: >Packet writing give you this functionality, it should work in Debian >too, but I don't know how wel

Re: Hard Drive hdb becomes hdf - Thanks

2007-03-04 Thread Thomas H. George
On Sun, Mar 04, 2007 at 12:47:50AM -0500, Kevin Mark wrote: > On Sat, Mar 03, 2007 at 04:21:18PM -0500, Thomas H. George wrote: > > I built a new computer with two hard drives and installed XP Home > > Edition on the first drive. The second drive contains my Debian system > > - kernel 2.6.17 and

Re: Firestarter VS Shorewall

2007-03-04 Thread Andrei Popescu
On Sun, 04 Mar 2007 02:03:51 +0100 Andreas Duffner <[EMAIL PROTECTED]> wrote: > >> I use ssh with X11 forwarding to manage the firewall. > > > > With firestarter? How? [snip X11 forwarding stuff] If *that* isn't shooting a fly with a canon, than I don't know what is. With shorewall I just open

Re: xsane scanner root only

2007-03-04 Thread Mark Grieveson
> look at the /dev file for the scanner and make sure you are in its group. (you'll have to log out and back in to recognize your new group) Thanks. I had put myself in the scanner group, but had not restarted. Restarting worked. Mark -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a su

initramfs-tools fixed (maybe) --- how to resume install?

2007-03-04 Thread Charles Blair
I am trying to install debian (testing) on a machine that has Windows XP. I downloaded and booted the first .iso image (weekly build as of Feb 28). Partitoning and other steps seem to have worked properly. When I started the "install the base system", things seemed ok until just after I w

Re: CMS for server

2007-03-04 Thread Jordi
Thanks Alan For my needs ( many features, robustness, community ) drupal may be a good solution to test. Jordi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Firestarter VS Shorewall

2007-03-04 Thread Andreas Duffner
Andrei Popescu wrote: I use ssh with X11 forwarding to manage the firewall. With firestarter? How? [snip X11 forwarding stuff] If *that* isn't shooting a fly with a canon, than I don't know what is. Mmm. So why do you use shorewall at all ? It is like using a pistol against an unarmed inv

Re: Woody on 486 problem

2007-03-04 Thread pobox
On Sun, Mar 04, 2007 at 12:28:45AM +0100, Peter Teunissen wrote: > Ah, memories. I wrote my first basic program on a sinclair zx81 :-) > It played russian roulette, sort of graphical ;-) LOL! Graphics on ZX81! I remember that :) Juraj -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a sub

Real and effective uid in setuid executable

2007-03-04 Thread Sven Ekman
Hello, I have a setuid executable which is written in C. Is there a system call with which I can get the uid of the calling user if the executable is setuid root? If the executable is setuid to a non-root user, getuid() and geteuid() return the real and effective userid as expected. If setuid r

Re: A Republican!!!!!! (was Re: OT: sponge burning!)

2007-03-04 Thread Arnt Karlsen
On Tue, 27 Feb 2007 13:05:52 -0600, Ron wrote in message <[EMAIL PROTECTED]>: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 02/27/07 09:52, [EMAIL PROTECTED] wrote: > > On Mon, Feb 26, 2007 at 07:52:17PM -0800, Steve Lamb wrote: > >> The irony is that there are some eco groups tha

Is this a DoS attack?

2007-03-04 Thread Anthony Campbell
Earlier today my router showed long periods of flickering, as if data were coming in or going out. I am the only user. Log files do not show anything wrong, nor does chkrootkit, and Top does not indicate any unusual activity. Things seem to be back to normal now. I have firewalling set up in the r

Re: OT: Here we go again.

2007-03-04 Thread s. keeling
Steve Lamb <[EMAIL PROTECTED]>: > s. keeling wrote: > > Retaliation is not initiation. You are entirely within your rights to > > defend yourself. You'd be a fool not to. > > In fact one could argue it is morally reprehensible not to. I agree, but we're certainly in the minority camp:

Re: Real and effective uid in setuid executable

2007-03-04 Thread Nyizsnyik Ferenc
On Sun, 2007-03-04 at 17:42 +0100, Sven Ekman wrote: > Hello, > > I have a setuid executable which is written in C. Is > there a system call with which I can get the uid of > the calling user if the executable is setuid root? > > If the executable is setuid to a non-root user, > getuid() and get

Re: Hard Drive hdb becomes hdf !!!

2007-03-04 Thread Michael Pobega
On Sat, Mar 03, 2007 at 04:21:18PM -0500, Thomas H. George wrote: > boot: rescue=/dev/hdf5 > > which stopped with > >"Warning: Unable to open and initial console > Kernel Panic: No init found. Try passing an init= option to the > kernel" > You have to add an init line into /boot/grub/

Sorry for the "read receipt" thing

2007-03-04 Thread Charles Blair
I did not mean to include a "read receipt" in my recent post. Apologies for cluttering the system. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

relaying POP3

2007-03-04 Thread peasthope
Debian Users, My favourite MUA has an implementation of POP3 which is not compatible with the POP3 of my ISP. Until I can fix POP3 in the MUA, I want my home Debian router machine to fetch messages from the ISP and deliver them by POP3 to my workstation. Currently fetchmail and exim get me

Re: relaying POP3

2007-03-04 Thread Franck Joncourt
On Sun, Mar 04, 2007 at 10:14:06AM -0700, [EMAIL PROTECTED] wrote: > Debian Users, > > My favourite MUA has an implementation of POP3 > which is not compatible with the POP3 of my ISP. > > Until I can fix POP3 in the MUA, I want my > home Debian router machine to fetch messages > from the IS

Re: No text mode display after grub

2007-03-04 Thread Florian Kulzer
On Mon, Mar 05, 2007 at 01:48:40 +1300, Chris Bannister wrote: > On Wed, Feb 28, 2007 at 08:11:36PM +, J.A. de Vries wrote: > > Hi, > > > > My boss gave me a Dell Latitude D810 to use for work so I didn't have to > > use my privately owned Acer Ferrari 4000 anymore. First thing I did was > > i

webcalendar with PHP5

2007-03-04 Thread Lukas Ruf
Dear all, using etch, I would like to make use of webcalendar on my Apache 2 webserver that runs smoothly with PHP5. webcalendar requires PHP4. Any suggestion on how to solve this issue? Thanks! wbr, Lukas -- Lukas Ruf | Ad Personam rbacs | Rest

Re: vim like completion in bash?

2007-03-04 Thread cga2000
On Sun, Mar 04, 2007 at 12:21:51AM EST, zhengquan zhang wrote: >Hello: >I can :e *doc* in vim, pressing tab and it can help me find the document I >need, >but in bash if I use vi *doc* and press tab, nothing would happen, it can >not find the file I want to edit >Is there an

Problem Installing 3.1r5 i386 (networking)

2007-03-04 Thread John Anthony Kazos Jr.
I've been using Debian for half a decade, but not within the past year or so and just got back to it recently. My current setup is an XP box with masquerading (ICS) and 3.1r5 installed on another box, configured with static IP. Works great. Now I'm trying to set up a dual-boot on the main box

Your mail to [EMAIL PROTECTED]

2007-03-04 Thread mallet-announce-request
This pre-recorded message is being sent in response to your recent email to [EMAIL PROTECTED] All routine administrative requests (including subscriptions and unsubscriptions) concerning this mailing list are handled by an automated server. Please read this message carefully to find the informati

Re: A Republican!!!!!! (was Re: OT: sponge burning!)

2007-03-04 Thread Arnt Karlsen
On Wed, 28 Feb 2007 18:36:10 -0600, Ron wrote in message <[EMAIL PROTECTED]>: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 02/28/07 12:58, [EMAIL PROTECTED] wrote: > > On 27 Feb, Ron Johnson wrote: > > > >>> It's not stupid if you haven't been there. > >> I thought you were smarter

Printing gibberish...

2007-03-04 Thread Nikhil Nair
Hi, Would really appreciate some help, here. I'm having trouble getting a printer working, and this really ought to be a snap, as no filtering/translation of any sort is needed. Parallel port; system: etch, amd64, 2.6 kernel (with udev), debootstrap installed. The printer in question is a

Re: A very simple documentation framework

2007-03-04 Thread cga2000
On Sat, Mar 03, 2007 at 11:16:53AM EST, ][ wrote: > On Sat, 03 Mar 2007 03:36:01 -0500, cga2000 wrote: > [..] > >> > >> AsciiDoc Markup Syntax Quick Summary > >> http://xpt.sourceforge.net/techdocs/nix/asciidoc-syn/ascs01-AsciiDocMarkupSyntaxQuickSummary/ A bit OT .. but what is this xpt projec

Re: OT: sponge burning!

2007-03-04 Thread Arnt Karlsen
On Mon, 26 Feb 2007 20:21:17 -0500, Roberto wrote in message <[EMAIL PROTECTED]>: > On Tue, Feb 27, 2007 at 02:12:45AM +0100, Arnt Karlsen wrote: > > On Mon, 26 Feb 2007 16:00:43 -0500, Roberto wrote in message > > <[EMAIL PROTECTED]>: > > > > > W (whatever you think of him, he *does* have mora

Re: a dumb query? pls humor me

2007-03-04 Thread Paul Johnson
Steve Lamb wrote: > Paul Johnson wrote: >> Totalitarianism and socialism aren't mutually exclusive, but neither is > any >> other economic and political model combination. Correlation without > causation. > > They're not mutually exclusive because they are the same. Personal > liberty is ec

update-initramfs question

2007-03-04 Thread Hugo Vanwoerkom
Hi, I run this: ~Sun Mar 04-13:57:19SDA6# update-initramfs -u and I get: /boot/initrd.img-2.6.18-4-486 does not exist. Cannot update. That happens to be true. (Surprise!) But how does he know that initrd.img-2.6.18-4-486 is the 'newest kernel' as the man-page has it? uname -r has: 2.6.20-

fujitsu siemens amilo l7320 sound, headphones

2007-03-04 Thread sfniks sfinks
Hi. Has anyone got headphones to work? sound comes, but no headphones. fujitsu:~# lspci 00:00.0 Host bridge: VIA Technologies, Inc. CN700/VN800/P4M800CE/Pro Host Bridge 00:00.1 Host bridge: VIA Technologies, Inc. CN700/VN800/P4M800CE/Pro Host Bridge 00:00.2 Host bridge: VIA Technologies, Inc. CN

Re: Help w/failed Sarge install - Dell 8400+SATA

2007-03-04 Thread Peter Farley
--- Steve Lamb <[EMAIL PROTECTED]> wrote: > Peter Farley wrote: > > --- "Roberto C. Sanchez" <[EMAIL PROTECTED]> > wrote: > > >> You really should be using Etch. > > > Well, some of us prefer not to live at the > > bleeding edge. > > Sometimes when you have bleeding edge technology > you ne

Re: a dumb query? pls humor me

2007-03-04 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/04/07 11:55, Paul Johnson wrote: > Steve Lamb wrote: > >> Paul Johnson wrote: >>> Totalitarianism and socialism aren't mutually exclusive, but neither is >> any >>> other economic and political model combination. Correlation without >> causatio

Re: Hard Drive hdb becomes hdf - Resolved

2007-03-04 Thread Thomas H. George
On Sat, Mar 03, 2007 at 04:21:18PM -0500, Thomas H. George wrote: > I built a new computer with two hard drives and installed XP Home > Edition on the first drive. The second drive contains my Debian system > - kernel 2.6.17 and Testing. I intended to use disc 1 of a Sarge > installation set a

Re: A Republican!!!!!! (was Re: OT: sponge burning!)

2007-03-04 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/04/07 10:51, Arnt Karlsen wrote: > On Tue, 27 Feb 2007 13:05:52 -0600, Ron wrote in message > <[EMAIL PROTECTED]>: > >> >> On 02/27/07 09:52, [EMAIL PROTECTED] wrote: >>> On Mon, Feb 26, 2007 at 07:52:17PM -0800, Steve Lamb wrote: [snip] >> Dam

Re: A Republican!!!!!! (was Re: OT: sponge burning!)

2007-03-04 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/04/07 13:36, Arnt Karlsen wrote: > On Wed, 28 Feb 2007 18:36:10 -0600, Ron wrote in message > <[EMAIL PROTECTED]>: > >> >> On 02/28/07 12:58, [EMAIL PROTECTED] wrote: >>> On 27 Feb, Ron Johnson wrote: >>> [snip] >> >> And in the spring flood st

Re: gigabit nic

2007-03-04 Thread Roberto C. Sanchez
On Sat, Mar 03, 2007 at 11:59:03PM +, Hans du Plooy wrote: > > Well, I wouldn't be surprised if there are already Intel branded gigabit > PCI NICs that have the Marvel Yukon chipset on. Like the "Intel" 6-port > SATA Raid cards that are really LSI 150-6 cards - they didn't even > badge-engine

Re: IMAP Mail server question

2007-03-04 Thread Roberto C. Sanchez
On Sun, Mar 04, 2007 at 01:25:13AM +, Hans du Plooy wrote: > > Haven't done Dovecot on Debian (do it all the time on RHEL tho). For > Courier, just apt-get install courier-imap (I think that's the package > name). There's nothing to configure unless you want to use virtual > users/domains an

Re: a dumb query? pls humor me

2007-03-04 Thread Roberto C. Sanchez
On Sun, Mar 04, 2007 at 09:55:59AM -0800, Paul Johnson wrote: > Steve Lamb wrote: > > > They're not mutually exclusive because they are the same. Personal > > liberty is economic liberty! You can't have one without the other. Any > > political movement which curtails economic liberty is dir

Re: Help w/failed Sarge install - Dell 8400+SATA

2007-03-04 Thread Roberto C. Sanchez
On Sun, Mar 04, 2007 at 12:30:23PM -0800, Peter Farley wrote: > > "Bleeding edge technology"?!?! I bought the Dell 8400 > as-is and used (from the Dell bargain area) over two > years ago. "Bleeding edge" it ain't. > As Andrew pointed out, Etch is going to release anytime now and has been in fre

Re: xdm doesn't run thru the gdm??

2007-03-04 Thread Roberto C. Sanchez
On Sun, Mar 04, 2007 at 12:52:25PM +0100, abdelkader belahcene wrote: > Hi, > The following doesn't exit at all on previous version, on sarge > (debian) I used last year, but it on the current version etch > (debian). > > the problem is: > I have a serveur running the standard etch (debian ) with

lpr

2007-03-04 Thread pinniped
1. Are you really using 'lpr' or are you using the 'cupsys-bsd' pretender and accidentally filtering things through cups? 2. Send directly to printer to see what happens: cat mydocument > /dev/lp (or whatever the parallel device is) 3. Check BIOS and ensure that you have a suitable parallel po

Re: A Republican!!!!!! (was Re: OT: sponge burning!)

2007-03-04 Thread Roberto C. Sanchez
On Mon, Mar 05, 2007 at 01:48:08AM +1300, Chris Bannister wrote: > On Thu, Mar 01, 2007 at 10:00:02AM -0500, Roberto C. Sanchez wrote: > > On Thu, Mar 01, 2007 at 09:39:58AM -0500, [EMAIL PROTECTED] wrote: > > > > > > By the way, isn't air travel an example of fairly efficient (and > > > gover

Re: a dumb query? pls humor me

2007-03-04 Thread Steve Lamb
Paul Johnson wrote: > We'll see if you keep saying that next time you need an operation not > covered by private health insurance. Why wait? I'll say it right now. The joy of private health coverage is that they, the individuals who run the corporation, are perfectly free to offer coverage o

Re: REALLY OT: News Flash

2007-03-04 Thread Arnt Karlsen
On Thu, 1 Mar 2007 00:32:41 +1300, Chris wrote in message <[EMAIL PROTECTED]>: > On Sun, Feb 25, 2007 at 03:35:57PM -0500, Roberto C. Sanchez wrote: > > the US is arguably one of the most prosperous nations in the world. > > I think that it is right for us to render humanitarian aid to other > >

Etch

2007-03-04 Thread pinniped
Etch is almost 2 years old! SATA support began in the 2.5 kernels and some modules were backported to 2.4. There have been many huge changes in the 2.6 kernel to date, so Etch should be the one to use. Kernels 2.6.16 to 2.6.18 seem fine, 2.6.19 is buggy, never tried .20 - .21 is in the works.

what kernel?

2007-03-04 Thread pinniped
If you have 2.6 and the Alsa drivers, it all works well - just make sure you edit settings with the 'alsamixer'. You'll probably find that everything is working but your headphone channel is muted. With OSS I have no idea what setting to change (or if this is even possible). It is also possi

Re: OT: sponge burning!

2007-03-04 Thread Roberto C. Sanchez
On Sun, Mar 04, 2007 at 08:57:31PM +0100, Arnt Karlsen wrote: > > ..uhuh. The Sissy Boy Traitor stole one mans slot, and then ran AWOL. > A military man with enough balls to get the job done, and enough > brains to survive it well enough to be ready for the next mission, > will have a cascading

Re: Firestarter VS Shorewall

2007-03-04 Thread Andrei Popescu
On Sun, 04 Mar 2007 17:09:10 +0100 Andreas Duffner <[EMAIL PROTECTED]> wrote: > Andrei Popescu wrote: > I use ssh with X11 forwarding to manage the firewall. > >>> With firestarter? How? > > > > [snip X11 forwarding stuff] > > > > If *that* isn't shooting a fly with a canon, than I don't kn

Re: Help w/failed Sarge install - Dell 8400+SATA

2007-03-04 Thread Peter Farley
--- "Roberto C. Sanchez" <[EMAIL PROTECTED]> wrote: > On Sun, Mar 04, 2007 at 12:30:23PM -0800, Peter > Farley wrote: > > > > "Bleeding edge technology"?!?! I bought the Dell > > 8400 as-is and used (from the Dell bargain area) > > over two years ago. "Bleeding edge" it ain't. > > > As Andrew

Re: A Republican!!!!!! (was Re: OT: sponge burning!)

2007-03-04 Thread Andrei Popescu
On Sun, 4 Mar 2007 16:36:08 -0500 "Roberto C. Sanchez" <[EMAIL PROTECTED]> wrote: > Hence, with a discincentive for the big airlines to improve we are > dealing with declining levels of service (remember when they actually > used to serve meals on 4+ hour long flights) and increasing In Europe me

Asterisk and MP3 files

2007-03-04 Thread Alan Chandler
Asterisk should have mp3 files for playing music on hold. The debian distribution doesn't appear to have these in it. Is there another package which does hold them? -- Alan Chandler http://www.chandlerfamily.org.uk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe

Re: a dumb query? pls humor me

2007-03-04 Thread Andrei Popescu
On Sun, 04 Mar 2007 09:55:59 -0800 Paul Johnson <[EMAIL PROTECTED]> wrote: > Steve Lamb wrote: > > > Paul Johnson wrote: > >> Totalitarianism and socialism aren't mutually exclusive, but > >> neither is > > any > >> other economic and political model combination. Correlation > >> without > > cau

Re: A Republican!!!!!! (was Re: OT: sponge burning!)

2007-03-04 Thread Roberto C. Sanchez
On Mon, Mar 05, 2007 at 12:06:45AM +0200, Andrei Popescu wrote: > On Sun, 4 Mar 2007 16:36:08 -0500 > "Roberto C. Sanchez" <[EMAIL PROTECTED]> wrote: > > > Hence, with a discincentive for the big airlines to improve we are > > dealing with declining levels of service (remember when they actually >

Re: update-initramfs question

2007-03-04 Thread Hugo Vanwoerkom
Hugo Vanwoerkom wrote: Hi, I run this: ~Sun Mar 04-13:57:19SDA6# update-initramfs -u and I get: /boot/initrd.img-2.6.18-4-486 does not exist. Cannot update. That happens to be true. (Surprise!) But how does he know that initrd.img-2.6.18-4-486 is the 'newest kernel' as the man-page has it?

New video card-what to do ?

2007-03-04 Thread Niels Rasmussen
Hi list My system is debian testing (etch) AMD64x2 I have bought a new video card Nvidia 6200 TC 64 bit 256MB DDR2, which should be better than my ATI Radeon X700se, according to several forums, for 3D composite rendering. Now after what I've read about this, on this list, it should be sufficien

Re: Asterisk and MP3 files

2007-03-04 Thread Sven Arvidsson
On Sun, 2007-03-04 at 22:08 +, Alan Chandler wrote: > Asterisk should have mp3 files for playing music on hold. > > The debian distribution doesn't appear to have these in it. Is there > another package which does hold them? From looking at the package asterisk-sounds-main, yes these files

Re: Etch

2007-03-04 Thread Michael Pobega
On Sun, Mar 04, 2007 at 10:23:05PM +0100, pinniped wrote: > > Etch is almost 2 years old! > > SATA support began in the 2.5 kernels and some modules were backported to > 2.4. There have been many huge changes in the 2.6 kernel to date, so Etch > should be the one to use. Kernels 2.6.16 to 2.6.1

Re: New video card-what to do ?

2007-03-04 Thread Greg Folkert
On Sun, 2007-03-04 at 23:38 +0100, Niels Rasmussen wrote: > Hi list > > My system is debian testing (etch) AMD64x2 > > I have bought a new video card Nvidia 6200 TC 64 bit 256MB DDR2, which should > be better than my ATI Radeon X700se, according to several forums, for 3D > composite rendering. >

No modules.dep

2007-03-04 Thread Hugo Vanwoerkom
Hi, In booting one kernel version I get a string of messages flashing by at boot in the very beginning: FATAL: modprobe: Could not load /lib/modules/2.6.20-ck1/modules.dep That message is from modprobe in the initrd.img that is loaded first. And true enough: examining the initrd.img: there i

Re: A Republican!!!!!! (was Re: OT: sponge burning!)

2007-03-04 Thread Andrei Popescu
On Sun, 4 Mar 2007 17:27:28 -0500 "Roberto C. Sanchez" <[EMAIL PROTECTED]> wrote: > On Mon, Mar 05, 2007 at 12:06:45AM +0200, Andrei Popescu wrote: > > On Sun, 4 Mar 2007 16:36:08 -0500 > > "Roberto C. Sanchez" <[EMAIL PROTECTED]> wrote: > > > > > Hence, with a discincentive for the big airlines

pdsmi+ linux

2007-03-04 Thread impek
Hello i finally success to install debian with the "test/etch" version. But the networks card cause problem : e1000_clean_tx_irq: Detected Tx Unit Hang The network card keep disconnecting. I see a lot of people have that problem : http://www.google.fr/search?hl=fr&q=e1000_clean_tx_irq%3A+Detect

Re: Bio-Based Fuels

2007-03-04 Thread Arnt Karlsen
On Mon, 26 Feb 2007 18:49:53 -0500, Greg wrote in message <[EMAIL PROTECTED]>: > On Mon, 2007-02-26 at 14:56 -0800, Andrew Sackville-West wrote: > > On Mon, Feb 26, 2007 at 05:38:49PM -0500, Greg Folkert wrote: > > > On Mon, 2007-02-26 at 16:22 -0600, Ron Johnson wrote: > > > > Bio-fuels *are* a

Re: vim like completion in bash?

2007-03-04 Thread Wayne Topa
zhengquan zhang([EMAIL PROTECTED]) is reported to have said: > Hello: > I can :e *doc* in vim, pressing tab and it can help me find the document I > need, > but in bash if I use vi *doc* and press tab, nothing would happen, it can > not find the file I want to edit > Is there any switches to make i

Re: update-initramfs question

2007-03-04 Thread Andrew Sackville-West
On Sun, Mar 04, 2007 at 04:29:24PM -0600, Hugo Vanwoerkom wrote: > Hugo Vanwoerkom wrote: > >Hi, > > > >I run this: > > > >~Sun Mar 04-13:57:19SDA6# update-initramfs -u > > > >and I get: > > > >/boot/initrd.img-2.6.18-4-486 does not exist. Cannot update. > > > >That happens to be true. (Surprise!)

Re: a dumb query? pls humor me

2007-03-04 Thread Arnt Karlsen
On Tue, 27 Feb 2007 15:22:55 -0600, Cybe wrote in message <[EMAIL PROTECTED]>: > "Roberto C. Sanchez" <[EMAIL PROTECTED]> said: > > On Tue, Feb 27, 2007 at 02:19:03PM -0600, Kent West wrote: > > > [EMAIL PROTECTED] wrote: > > > >I heard the US switched to the metric system some time ago, and > >

Re: vim like completion in bash?

2007-03-04 Thread Steve Lamb
Wayne Topa wrote: > zhengquan zhang([EMAIL PROTECTED]) is reported to have said: >> Hello: >> I can :e *doc* in vim, pressing tab and it can help me find the document I >> need, >> but in bash if I use vi *doc* and press tab, nothing would happen, it can >> not find the file I want to edit >> Is th

MAKEDEV Question

2007-03-04 Thread Thomas H. George
My new box has a cdrw drive and a dvdrw drive but there are no entries for these devices in /dev. My old box has similar devices and there are entries for them in /dev and they are both soft links to scd0. There are also entries for hdc and hdd which is reasonable as these devices are master

  1   2   >