Re: [OT] Bogus undelivered message

2003-06-12 Thread Travis Crump
Pigeon wrote: The main weakness of the system is in the key security; you can't fully trust a key unless you have actually met the keyholder to get it and checked that you didn't meet an impostor. This is only really significant for spy-novel type situations, though, and doesn't materially weaken i

package building prob

2003-06-12 Thread harshu
Hi Folks, I am trying to build a debian package of ayttm. what i did apt-get source ayttm dpkg-source -x ayttm*dsc cd ayttm- debian/rules binary and this the error i get. I would appreciate some pointers on how to solve this. I did search for mkinstalldirs on packages.debian.org and automake1.

Re: is it correct to specific a path name like this

2003-06-12 Thread Kevin Mark
On Fri, 2003-06-13 at 01:22, [EMAIL PROTECTED] wrote: > Hi everyone, > > I am writing some shell scripts, but I run into some problems. > I have a dir name which has space in it. I know this is bad but I can't > avoid it. I am forced to deal with this situation. How do I set a > variable

Re: is it correct to specific a path name like this

2003-06-12 Thread Nathan Poznick
Thus spake [EMAIL PROTECTED]: > $PDB=~/.kde/share/apps/kpilot/DBBackup/Cool Joe/AddressDB.pdb > $PDB="~/.kde/share/apps/kpilot/DBBackup/Cool Joe/AddressDB.pdb" > $PDB='~/.kde/share/apps/kpilot/DBBackup/Cool Joe/AddressDB.pdb' You're setting the shell variables incorrectly. PDB="~/.kde/share/apps/

Apt-get sources close to Mexico

2003-06-12 Thread Marino Fernandez
Hi. I have Knoppix-debian, and all my apt-get sources are for german sites... but I live in Mexico and lately I've found the downloads from those sites, and the time from the request until the actual download is too long. Does anybody have a sources list for servers close to Mexico (USA is O

Re: is it correct to specific a path name like this

2003-06-12 Thread Kenton Brede
On Fri, Jun 13, 2003 at 01:22:00AM -0400, [EMAIL PROTECTED] wrote: > Hi everyone, > > I am writing some shell scripts, but I run into some problems. > I have a dir name which has space in it. I know this is bad but I can't > avoid it. I am forced to deal with this situation. How do I set

Re: is it correct to specific a path name like this

2003-06-12 Thread Rus Foster
On Fri, 13 Jun 2003 [EMAIL PROTECTED] wrote: > Hi everyone, > > $PDB=~/.kde/share/apps/kpilot/DBBackup/Cool Joe/AddressDB.pdb > $PDB="~/.kde/share/apps/kpilot/DBBackup/Cool Joe/AddressDB.pdb" > $PDB='~/.kde/share/apps/kpilot/DBBackup/Cool Joe/AddressDB.pdb' > > ls $PDB > > give me error. is there

Re: Internet Browser Preferences

2003-06-12 Thread Mark L. Kahnt
On Fri, 2003-06-13 at 01:07, Kevin Mark wrote: > On Fri, 2003-06-13 at 00:26, Jake Johnson wrote: > > I don't want to get into any long debate, but I am looking for a light > > weight browser. I am currently using Opera, but crashes occasionally and > > I am getting really annoyed. What are you g

Re: dvd slow and slows clock

2003-06-12 Thread Marino Fernandez
On Thursday 12 June 2003 09:39 pm, John Lapeyre wrote: > I seem to recall setting the dma. I think there may have > been some problem with that in relation to the promise controller. > I'll revisit that. By the way, the hardware works great if I put in a > usb-2.0 mass-storage external case. I wo

is it correct to specific a path name like this

2003-06-12 Thread try_email_me
Hi everyone, I am writing some shell scripts, but I run into some problems. I have a dir name which has space in it. I know this is bad but I can't avoid it. I am forced to deal with this situation. How do I set a variable that contain the dir name which has space in it. I tried severa

Re: Internet Browser Preferences

2003-06-12 Thread Mark L. Kahnt
On Fri, 2003-06-13 at 00:26, Jake Johnson wrote: > I don't want to get into any long debate, but I am looking for a light > weight browser. I am currently using Opera, but crashes occasionally and > I am getting really annoyed. What are you guys using? > > Thanks, > > Jake Johnson > http://www.

Re: Internet Browser Preferences

2003-06-12 Thread Kevin Mark
On Fri, 2003-06-13 at 00:26, Jake Johnson wrote: > I don't want to get into any long debate, but I am looking for a light > weight browser. I am currently using Opera, but crashes occasionally and > I am getting really annoyed. What are you guys using? > > Thanks, > > Jake Johnson > http://www.

Re: Internet Browser Preferences

2003-06-12 Thread David Sudjiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm using Mozilla for X and lynx for console On Thu, 12 Jun 2003, Jake Johnson wrote: > I don't want to get into any long debate, but I am looking for a light > weight browser. I am currently using Opera, but crashes occasionally and > I am getting

CVS_RSH for :ext: CVS access

2003-06-12 Thread Mike M
I've set up several Debian systems and loaded the cvs package on them. I've had no problem using: $ cvs -d :ext:[EMAIL PROTECTED]:/home/cvsrep checkout myproject Now I have to do some work on a RH8 box to solve a particular problem. I found that I had to do this: $ CVS_RSH=ssh; export CVS_RS

Internet Browser Preferences

2003-06-12 Thread Jake Johnson
I don't want to get into any long debate, but I am looking for a light weight browser. I am currently using Opera, but crashes occasionally and I am getting really annoyed. What are you guys using? Thanks, Jake Johnson http://www.plutoid.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wit

Re: Shell script or Perl?

2003-06-12 Thread Steve Lamb
On Thu, 12 Jun 2003 21:20:08 -0500 Kirk Strauser <[EMAIL PROTECTED]> wrote: > I'll admit that I'm not 100% consistent about that. I tend to use parens > when it helps to disambiguate the meaning of the code, along the lines of > saying "2 * 2 + 3" or explicitly stating "3 + (2 * 2)", even though t

Re: devfsd: chgrp cdrom /dev/scsi/.../generic?

2003-06-12 Thread Allan Wind
On 2003-06-13 05:02:59, Sebastian Kapfer wrote: > Did you call update-devfsd? Your REGISTER line seems correct to me. Thanks for your suggestion, Sebastian. I run it just now, however I do not have high hopes as update-devfsd only seem to process the files found in /etc/devfs/devices.d and /etc/d

Re: can't login with other user then root

2003-06-12 Thread Sebastian Kapfer
On Fri, 13 Jun 2003 02:20:07 +0200, george roman wrote: >hello i have one problem with debian Who hasn't? > can't login with other user then root. > i can create users and they exist in /home and in > /etc/passwd (but their directory in /home contains no > files it is empty). Empty homedi

Re: devfsd: chgrp cdrom /dev/scsi/.../generic?

2003-06-12 Thread Sebastian Kapfer
On Fri, 13 Jun 2003 00:30:11 +0200, Allan Wind wrote: > How do you get devfsd (1.3.25-13) to change the group of > /dev/scsi/.../generic to cdrom after the generic scsi module is loaded? > > /etc/devfs/conf.d/cd: > > REGISTER ^scsi/host0/bus0/target0/lun0/generic PERMISSIONS root.cdrom 0660 Did

Debian-user Start Dating!

2003-06-12 Thread Abeni
ICtzZiZTTtxzYcuuGOtC bKoJBHTentJYWeyVnxDt GaHFdcaIQulTfCDGikJy FvwBAUwNraWZbDEeGFNx ZapeCUKKfwiKRGlrBThT IeRJTxOndDKcEchhWTRc ocMtIZBjTTerLWcuuRTx vuAawThtBavQdtaLtBXP jbtXYkrrdbPzvqARaHkC HHuJOuxYWuOgvYetiwLm xDMRUmKVVWxCEQmtkJrt fhoAftUoOHDljpffEPaz MxcqooKBadIfkYGpqBGg titrAyxfoyEcWHukXfLX iw

Re: Multiple consoles without network

2003-06-12 Thread Shaun ONeil
On Thu, 2003-06-12 at 16:58, Terje Fåberg wrote: > Hello, > > is it possible to use several logical terminals > (=tupels of monitor, keyboard and mouse) directly > connected to _one_ system? I mean there is no problem > to connect two keyboards, two mice and two graphic > cards/monitors... > > B

Re: can't login with other user then root

2003-06-12 Thread Shyamal Prasad
"george" == george roman <[EMAIL PROTECTED]> writes: george>hello i have one problem with debian can't login with george> other user then root. i can create users and they exist george> in /home and in /etc/passwd (but their directory in /home george> contains no files it

Re: Trouble with PCI hardware modem - almost solved

2003-06-12 Thread Steve Kennedy
--- Charles Roberts <[EMAIL PROTECTED]> wrote: > Steve Kennedy wrote: > > Hi, > > > > I'm having no success getting my PCI hardware modem working. Hope > > someone here can help. > > > > I've been following Jason McCarty's Linux PCI-Modem Micro-HOW-TO, > and > > here's what I've done so far. > >

Re: Shell script or Perl?

2003-06-12 Thread Richard Heycock
If I were you I would cut your loses and go with python. Whatever anyone says perl is virtually unmaintainable (yes I know you can write resonablyclean code but this is only through coding standards, which no one can agree on and consequently you have to force people to use them -- always a bad th

Re: Shell script or Perl?

2003-06-12 Thread Kirk Strauser
At 2003-06-13T01:13:05Z, Steve Lamb <[EMAIL PROTECTED]> writes: > Uh, no, read my post where I said that for any given situation I prefer > Perl over Shell script. OK, I hadn't seen that. > I also happen to have worked with Perl for far too long to fall into the > trap that it is easily maintai

Kernel 2.5.69 and NVIDIA

2003-06-12 Thread Tinus Kotzé
Hi Firstly, thanx for the replies on the kernel boot problem. It was the input and console modules that I have forgot to incorparate into the kernel. Now I have installed the module-init-tools package and restarted. Now I can't seem to get the new NVIDIA drivers installed from their site. I state

Re: [OT] Printer Languages

2003-06-12 Thread Allan Wind
On 2003-06-13 01:10:57, Stephen Patterson wrote: > Turns out the test PC was running across a ciscow router at a healthy > 6 KBytes/sec (and this is on a 10/100 network). Seen this with sun boxes auto-negotiating a different speed than the (cisco) switch, in which the standard treatment is to for

FYI "REISERFS": still with problems

2003-06-12 Thread Abdul Latip
Hi, Sometime ago, I wrote here about my problems with reiserfs. Someone replied that it was possible that there is a problem with my hardware. However, since the problems happen randomly but fortunately seldom on MANY different disk hardwares, I guess that it may be more than just a hardware prob

Re: [OT] Printer Languages

2003-06-12 Thread Stephen Patterson
On Thu, 12 Jun 2003 19:10:13 +0200, Alan Shutko wrote: > Stephen Patterson <[EMAIL PROTECTED]> writes: > >> I've recently been profiling a PS/PCL printer from windows (so shoot >> me :) and there's about a 40% reduction in transmitted print job size >> using PostScript rather than PCL. > > What

Re: Shell script or Perl?

2003-06-12 Thread Steve Lamb
On Thu, 12 Jun 2003 17:15:36 -0500 Kirk Strauser <[EMAIL PROTECTED]> wrote: > At 2003-06-12T20:16:40Z, Steve Lamb <[EMAIL PROTECTED]> writes: > > Not this again. *sigh* The point is that it is far too simple in Perl to > > write s'ghetti code. > Not this again, indeed. I find a lot of shell s

Re: fluxbox

2003-06-12 Thread Leo Spalteholz
On June 12, 2003 01:51 pm, SwordSaint0 wrote: > Initial install of fluxbox went smoothly. apt-get install fluxbox > got me an older version which had some bugs. So I did a dpkg -r and > removed it. (please bear with me Im new to linux this is my second > day at it and yes I have read every pertinen

Re: Shell script or Perl?

2003-06-12 Thread Steve Lamb
On Thu, 12 Jun 2003 23:48:47 +0300 Aryan Ameri <[EMAIL PROTECTED]> wrote: > If the intended users of the script are likely to use different Unix > versions, then sh scripting is probably the safe bet. On the other > hand, if you are counting on them, running your script on Windows or > tradition

Re: old interne modem (ISA)

2003-06-12 Thread Roberto Sanchez
--- Robin Gerard <[EMAIL PROTECTED]> escribió: > Hello, > I installed an old internal modem in my box : > > my (old) box : 486 SX OS = potato > my modem: Sporter Winmodem 56k This is the problem! > > The modem works fine with win98 on COM3 >

problem with ppp.o and agpgart.o X Wont start

2003-06-12 Thread Fred Bowker
I recently attempted to use this mailing list however came into problems. Although I read the documentation On how to use the mailing list I was still stuck. I received many helpful e mails pointing me in the right direction especially from a person called Alex. I apologies if I've wasted anybody's

Re: fluxbox

2003-06-12 Thread Emma Jane Hogbin
On Thu, Jun 12, 2003 at 03:51:22PM -0500, SwordSaint0 wrote: > Initial install of fluxbox went smoothly. apt-get install fluxbox got me an > older version which had some bugs. If this is only your second day on linux how did you know that fluxbox was buggy? I've had very few problems with it unde

Re: How to stop booting into KDE environment

2003-06-12 Thread Shyamal Prasad
"dhobner" == dhobner <[EMAIL PROTECTED]> writes: dhobner> I am very new to Linux. Is there a way to reboot without dhobner> going directly into the KDE windows environment? My dhobner> mouse is not working so when I get into KDE environment I dhobner> cannot bring up a wind

Help! I just destroyed my root filesystem

2003-06-12 Thread Richard Heycock
I ran grub-install on my root partition instead of my boot partition and now I cannot boot my machine. I can get to the stage where the kernel tries to mount the root filesystem but it cannot mount at as it is not the correct type (reiserfs). If I run file -s /dev/hda5 it returns x86 boot sector.

Re: old interne modem (ISA)

2003-06-12 Thread Hugh Saunders
On Fri, Jun 13, 2003 at 12:36:06AM +, Robin Gerard wrote: > Hello, > I installed an old internal modem in my box : > > my (old) box : 486 SX OS = potato > my modem: Sporter Winmodem 56k > > The modem works fine with win98 on COM3 > With potato I use ttyS2 (in the BIOS I enable COM3) > but pp

Re: Why am I no longer receiving the digest?

2003-06-12 Thread Pigeon
On Fri, Apr 04, 2003 at 02:25:06AM +0100, Pigeon wrote: > It still ain't working, and www.faqchest.com is not receiving digests > either. Now we're in the middle of June and it STILL doesn't F**G WORK... I've checked www.faqchest.com again - sure enough, since March 30th they have not received a

Re: Shell script or Perl?

2003-06-12 Thread Aryan Ameri
On Friday 13 June 2003 01:01, John Hasler wrote: > Aryan Ameri writes: > > BTW, now that we are here, I wonder about the portability of awk. > > Is awk available on all major Unices? > > AFAIK POSIX requires it. I'm really not an expert in Unix, and it's standards, but IIRC Windows NT also passed

Re: help! root partition problems

2003-06-12 Thread Richard Heycock
> On Fri, 13 Jun 2003 00:05:09 +1000 > Richard Heycock <[EMAIL PROTECTED]> wrote: > >> I just ran grub-install on my root partition and not my boot >> partition, which added an x86 boot sector to the front of this >> partition. Doh. The underlying file system is reiserfs. I have tried >> dd'ing (af

can't login with other user then root

2003-06-12 Thread george roman
hello i have one problem with debian can't login with other user then root. i can create users and they exist in /home and in /etc/passwd (but their directory in /home contains no files it is empty). i can use command "su username" and it works but i can't login with their name. i'd aprecia

Re: OT mozilla filter to keep my debian mail list organized

2003-06-12 Thread Vineet Kumar
* Aryan Ameri ([EMAIL PROTECTED]) [030612 15:01]: > On Thursday 12 June 2003 19:18, Vineet Kumar wrote: > > * Aryan Ameri ([EMAIL PROTECTED]) [030612 05:24]: > > > You should setup your email program, to filter mails, which are > > > addressed to the followings: > > > > > > [EMAIL PROTECTED] > > >

Re: Netscape 7 or 7.01 or 7.02 in a debian package? error sharedlibraries: libstdc++-libc6.1-1.so.2

2003-06-12 Thread David Meiser
I have Netscape 7.02 running under Sid.  I had the same problem when installing.  To get it to work, I did the worst hack in the world and just copied the libstdc++-libc6 file to whatever netscape was asking for.  It works for me, though. Peace, DAVE Mark C wrote: On Thu, 2003-06-12 at 20:

Re: Home network router does not forward LAN traffic

2003-06-12 Thread Keith G. Murphy
Paul Johnson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Mon, Jun 09, 2003 at 11:43:40AM -0500, Keith G. Murphy wrote: > >>I take minor issue with this blanket statement: a switch doesn't really >>gain you anything unless you're getting enough traffic for collisions, >>and takes

Re: OT mozilla filter to keep my debian mail list organized

2003-06-12 Thread Colin Watson
On Thu, Jun 12, 2003 at 11:56:22PM +0300, Aryan Ameri wrote: > On Thursday 12 June 2003 19:18, Vineet Kumar wrote: > > Heh! Filtering on TO the list address and _my_ address gets 99.99% > > of this list traffic? Maybe this is a sign I should take a break for > > a little while! > > > > Really, li

Re: [OT] Bogus undelivered message

2003-06-12 Thread Colin Watson
On Wed, Jun 11, 2003 at 09:11:21PM -0400, Mike M wrote: > On Wednesday 11 June 2003 16:39, Karsten M. Self wrote: > > If you want your messages authenticated, sign them. > > I just started with GPG and I'm still learning. I need some > clarification on the advice above. Are you saying that by s

RE: Using Debian as a Broadband Router

2003-06-12 Thread DLM
On Thu, Jun 12, 2003 at 01:19:20PM -0700, Daniel L. Miller wrote: > As the subject implies - I just got introduced to the world of > high-speed internet. It's amazing what a T-1 can do. > (snip) > > My question is one of performance - I've got 1.5M T-1, and I know I'm > not getting the full use

Re: Firewire card suported by Linux?

2003-06-12 Thread Ron Johnson
On Thu, 2003-06-12 at 15:44, Rogério Brito wrote: > Dear all, > > I'd like to get a Firewire card for use with Linux > (specifically, to connect my iPod to my x86 Desktop, for > chaging its song list and using it as a method for backups). > > But the problem is that

Re: Firewire card suported by Linux?

2003-06-12 Thread Rodney D. Myers
On Thu, 12 Jun 2003 17:44:27 -0300 Rogério Brito <[EMAIL PROTECTED]> wrote: Rogerio, I've gotten a firewire card, don't remember where, that was listed at www.linux1394.org/, and it works. > > Dear all, > > I'd like to get a Firewire card for use with Linux > (specifically,

old interne modem (ISA)

2003-06-12 Thread Robin Gerard
Hello, I installed an old internal modem in my box : my (old) box : 486 SX OS = potato my modem: Sporter Winmodem 56k The modem works fine with win98 on COM3 With potato I use ttyS2 (in the BIOS I enable COM3) but pppconfig (or wvdial) doesn't find the modem ? However my external modem 3com US

Re: Installation with LVM

2003-06-12 Thread Tom Allison
Massimiliano Ferrero wrote: [EMAIL PROTECTED] wrote: Is there anyway that we can install Debian with LVM on the partitions during the installation, rather than doing it after the fact? It's impractical to install and then try to convert everything to an LVM system. Look at : http://karaolides.com

Re: lpr margin problems

2003-06-12 Thread Jamin W. Collins
On Thu, Jun 12, 2003 at 11:04:09PM +0200, Benedict Verheyen wrote: > Hi, > > i have installed CUPS 1.1.15. to work with my HP Deskjet3820. > I installed all the latest foomatic* and cupsys* stuff. > Now, the testpage from the webinterface from cup prints fine > as do webpages, but when i try comma

Re: Shell script or Perl?

2003-06-12 Thread Kirk Strauser
At 2003-06-12T20:16:40Z, Steve Lamb <[EMAIL PROTECTED]> writes: > Not this again. *sigh* The point is that it is far too simple in Perl to > write s'ghetti code. Not this again, indeed. I find a lot of shell scripts incomprehensible, but you seem to like them. That's OK - it's your preference.

Re: Firewire card suported by Linux?

2003-06-12 Thread Jamin W. Collins
On Thu, Jun 12, 2003 at 05:44:27PM -0300, Rog?rio Brito wrote: > I'd like to get a Firewire card for use with Linux > (specifically, to connect my iPod to my x86 Desktop, for > chaging its song list and using it as a method for backups). > > But the problem is that I don't

Re: Firewire card supported by Linux?

2003-06-12 Thread Michael D. Crawford
Linux supports both OHCI and PCILynx cards, which I think are the only two options. However, I don't think the PCILynx driver has been maintained for a while, so unless you have special needs you'd be better off with OHCI. Almost all currently manufactured cards use the OHCI standard - it's getti

Re: rsyncing local mirror

2003-06-12 Thread Keith O'Connell
> "VK" == Vineet Kumar <[EMAIL PROTECTED]> writes: VK> * Keith O'Connell ([EMAIL PROTECTED]) [030612 13:11]: VK> Different filesystem types? Different block sizes? It's VK> quite strange that they differ by so much (11MiB). It seems VK> more like something was omitted. May

Re: Using Debian as a Broadband Router

2003-06-12 Thread Jamin W. Collins
On Thu, Jun 12, 2003 at 01:19:20PM -0700, Daniel L. Miller wrote: > As the subject implies - I just got introduced to the world of > high-speed internet. It's amazing what a T-1 can do. > (snip) > > My question is one of performance - I've got 1.5M T-1, and I know I'm > not getting the full use

Re: [OT] Bogus undelivered message

2003-06-12 Thread John Hasler
Pigeon writes: > The main weakness of the system is in the key security; you can't fully > trust a key unless you have actually met the keyholder to get it and > checked that you didn't meet an impostor. Look up "Web of trust". -- John Hasler [EMAIL PROTECTED] (John Hasler) Dancing Horse Hill Elm

Re: fluxbox

2003-06-12 Thread Hugh Saunders
On Thu, Jun 12, 2003 at 03:51:22PM -0500, SwordSaint0 wrote: Excuse my noseyness, but whats wrong with the flux packaged for debian? Ive used the packages from woody and sid, both of which have worked fine for me. If you really really want to compile, you could get the source with apt-get source

Re: Shell script or Perl?

2003-06-12 Thread John Hasler
Aryan Ameri writes: > BTW, now that we are here, I wonder about the portability of awk. Is awk > available on all major Unices? AFAIK POSIX requires it. -- John Hasler [EMAIL PROTECTED] (John Hasler) Dancing Horse Hill Elmwood, WI -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: Using Debian as a Broadband Router

2003-06-12 Thread Andrew Perrin
As a starter, check speeds without the firewall (connected directly to the T-1). Generally that machine should be more than adequate for the task. Also check speeds from the clients to the fireall machine. All this will give you an idea what's wrong. ap --

Re: Firewire card suported by Linux?

2003-06-12 Thread vinai
On my PowerMac 8500, I have a 1394 PCI card with a Texas Instrument chip. The info from lspci is: 00:0f.0 FireWire (IEEE 1394): Texas Instruments TSB12LV23 OHCI Compliant IEEE-1394 Controller (prog-if 10 [OHCI]) Flags: bus master, medium devsel, latency 32, IRQ 25 Memory at 808

Re: Firewire card suported by Linux?

2003-06-12 Thread Allan Wind
On 2003-06-12 17:44:27, Rogério Brito wrote: > I'd like to get a Firewire card for use with Linux > (specifically, to connect my iPod to my x86 Desktop, for > chaging its song list and using it as a method for backups). I have a PYRO 1394 Three-Port PCI Host Card which works fine

devfsd: chgrp cdrom /dev/scsi/.../generic?

2003-06-12 Thread Allan Wind
How do you get devfsd (1.3.25-13) to change the group of /dev/scsi/.../generic to cdrom after the generic scsi module is loaded? /etc/devfs/conf.d/cd: REGISTER ^scsi/host0/bus0/target0/lun0/generic PERMISSIONS root.cdrom 0660 appear not make a difference. cd in the same directory does have the

Re: rsyncing local mirror

2003-06-12 Thread Vineet Kumar
* Keith O'Connell ([EMAIL PROTECTED]) [030612 13:11]: > Hi, > > I have a 32Gb disk that I use to store non volatile files > I have a 32Gb disk that I mirror the first one to > > This is done at 3am each morning as a cron job with > >rsync -Clart --delete /mnt

lpr margin problems

2003-06-12 Thread Benedict Verheyen
Hi, i have installed CUPS 1.1.15. to work with my HP Deskjet3820. I installed all the latest foomatic* and cupsys* stuff. Now, the testpage from the webinterface from cup prints fine as do webpages, but when i try command line printing with lpr (the version from cupsys), the first letters to the l

Re: OT: The Hurd

2003-06-12 Thread Carel Fellinger
On Wed, Jun 11, 2003 at 09:41:25AM -0500, Kent West wrote: > Carel Fellinger wrote: ... snipped all but the strangly important dd line > > # dd if=/dev/null of=/dev/fd0 bs=512 count=1 ... > Thanks for the response, Carel; I didn't mean to leave you hanging for > so long without an acknowlegeme

Re: OT mozilla filter to keep my debian mail list organized

2003-06-12 Thread Aryan Ameri
On Thursday 12 June 2003 19:18, Vineet Kumar wrote: > * Aryan Ameri ([EMAIL PROTECTED]) [030612 05:24]: > > On Thursday 12 June 2003 02:22, Jeff Ali wrote: > > > I didn't realize I was joining such a cool and active list so now > > > I must find a way to keep the emails organized. > > > > > > Can s

Multiple consoles without network

2003-06-12 Thread Terje Fåberg
Hello, is it possible to use several logical terminals (=tupels of monitor, keyboard and mouse) directly connected to _one_ system? I mean there is no problem to connect two keyboards, two mice and two graphic cards/monitors... But is there a possibility to group these to allow two users work s

Re: [OT] Bogus undelivered message

2003-06-12 Thread Pigeon
On Wed, Jun 11, 2003 at 09:11:21PM -0400, Mike M wrote: > On Wednesday 11 June 2003 16:39, Karsten M. Self wrote: > > If you want your messages authenticated, sign them. > > I just started with GPG and I'm still learning. I need some clarification > on the advice above. Are you saying that by

Re: scsi prob after compiling custom kernel

2003-06-12 Thread Pigeon
On Thu, Jun 12, 2003 at 08:14:17AM -0700, Joris Huizer wrote: > Hello everybody, > > Today I compiled a custom kernel on this computer; > kind of to make the computer boot a bit faster, but I > don't see that much difference - more memory is freed > though > > Anyway, I've got this problem: the s

Re: OT mozilla filter to keep my debian mail list organized

2003-06-12 Thread Pigeon
On Thu, Jun 12, 2003 at 01:40:33PM +0100, Colin Watson wrote: > > Don't filter on To:/Cc: if you can possibly avoid it; it's unreliable. > Use X-Mailing-List: instead. (If your filtering program doesn't support > filtering on arbitrary headers, complain to its authors.) The docs for Exim (3.35) s

Re: floppy device deleted

2003-06-12 Thread Pigeon
On Wed, Jun 11, 2003 at 08:10:55PM -0700, Paul Johnson wrote: > > If you want to be able to mount without being root, I recommend adding > this to your /etc/fstab: > > /dev/fd0 /floppy autouser,noauto,rw 0 0 > > The first zero means don't fsck this device on boot,

fluxbox

2003-06-12 Thread SwordSaint0
Initial install of fluxbox went smoothly. apt-get install fluxbox got me an older version which had some bugs. So I did a dpkg -r and removed it. (please bear with me Im new to linux this is my second day at it and yes I have read every pertinent fluxbox man file as well as fluxboxes forum and

Re: Netscape 7 or 7.01 or 7.02 in a debian package? error sharedlibraries: libstdc++-libc6.1-1.so.2

2003-06-12 Thread Mark C
On Thu, 2003-06-12 at 20:38, [EMAIL PROTECTED] wrote: > [EMAIL PROTECTED]:/usr/local/bin/netscape-installer# ./netscape-installer > ./netscape-installer-bin: error while loading shared libraries: > libstdc++-libc6.1-1.so.2: cannot > open shared object file: No such file or directory Install (fr

Re: Shell script or Perl?

2003-06-12 Thread Aryan Ameri
On Thursday 12 June 2003 19:08, John Hasler wrote: > Matthew Weier O'Phinney writes: > > One aspect of [Perl] I particularly like is that it is also very > > portable: I don't have to worry about which shell is available on > > which system... > > On Unix and Linux conservatively-written POSIX sh s

Re: 8139too driver options

2003-06-12 Thread Chris Metzler
On 12 Jun 2003 12:03:02 -0700 Jeremy Brooks <[EMAIL PROTECTED]> wrote: > > hi, > I need to set the eth0 interface to 100MB/Full Duplex. I have added > append="ether=0,0,0x30,eth0" to lilo.conf and re-run lilo. On reboot, > it comes up 10MB/Half Duplex. > > Is anyone familiar with this driver? A

Firewire card suported by Linux?

2003-06-12 Thread Rogério Brito
Dear all, I'd like to get a Firewire card for use with Linux (specifically, to connect my iPod to my x86 Desktop, for chaging its song list and using it as a method for backups). But the problem is that I don't know which card I could purchase for

Re: kernel install wiped out lilo!

2003-06-12 Thread Nori Heikkinen
on Thu, 12 Jun 2003 12:17:25PM -0500, Andrew A. Raines insinuated: > Nori Heikkinen <[EMAIL PROTECTED]> writes: > > > now, upon restarting, i can't boot in without a rescue disk! > > before lilo even shows up, i get a screen of cascading 0 1 0 1 > > 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1s that just g

Re: Shell script or Perl?

2003-06-12 Thread John Hasler
Sebastian writes: > BTW, is #!/bin/bash a valid choice for a Debian "official" shell script? Yes, but I would like to see it deprecated for maintainer scripts and forbidden for init.d scripts (the latter should be too simple to need bashisms). > After all, bash is an essential package AFAIK. Yes

Re: Shell script or Perl?

2003-06-12 Thread Steve Lamb
On Thu, 12 Jun 2003 13:22:16 -0500 Kirk Strauser <[EMAIL PROTECTED]> wrote: > I have to vehemently disagree. You can write spaghetti code in *any* > language, and you can write good code in Perl. Not this again. *sigh* The point is that it is far too simple in Perl to write s'ghetti code.

Using Debian as a Broadband Router

2003-06-12 Thread Daniel L. Miller
As the subject implies - I just got introduced to the world of high-speed internet. It's amazing what a T-1 can do. Being at least somewhat concerned about security, I felt we needed to implement a firewall between our pristine LAN and the horrible nasty germ-ridden world. Being short of funds -

Re: Partially broken tasksel after dist-upgrade

2003-06-12 Thread Clive Menzies
On (12/06/03 10:01), Andrew A. Raines wrote: > Unfortunately, I didn't find chapters 5 & 6 of the Debian > Reference Manual before I tried to upgrade my machine from a 3.0 > instal to testing. Now I'm having problems. Although, I've done > `apt-get update && apt-get dist-upgrade' before and it's

Re: ispell dictionary is missing

2003-06-12 Thread Clive Menzies
On (12/06/03 10:57), Emma Jane Hogbin wrote: > It can't open it because it doesn't exist! I scanned through the man pages > for ispell but they all seemed to suggest that the dictionaries should > already be there...the only file that I have in /usr/lib/ispell is > default.aff > > I've got aspell

Re: Dell 2350 Drivers???

2003-06-12 Thread harshu
Hi * On Thu, Jun 12, 2003 at 01:30:42PM -0400 Bob Tilley (AT&T) ([EMAIL PROTECTED]) said: ->I wish to use a Dell 2350 system as a linux station. My problem is ignorance of which drivers to use. -> ->Video: The machine has an Intel Integrated Extreme3D graphics chip. For drivers I'm clueless.

Re: Kernel Security Update / Mondo Rescue kernel

2003-06-12 Thread Bill Moseley
On Thu, Jun 12, 2003 at 02:20:12PM -0400, Kevin McKinley wrote: > In general, I prefer using Debian kernel-source packages, and applying > Debian kernel-patch... to those. Me too. Maybe I should downgrade to 2.4.18. See, I'm runing stable. I don't remember the details (USB problem?), but I upgr

Re: dvd slow and slows clock

2003-06-12 Thread John Lapeyre
I seem to recall setting the dma. I think there may have been some problem with that in relation to the promise controller. I'll revisit that. By the way, the hardware works great if I put in a usb-2.0 mass-storage external case. I wonder why not using dma would slow the clock down, etc... *Mar

Re: Shell script or Perl?

2003-06-12 Thread Steve Lamb
On Thu, 12 Jun 2003 09:48:31 -0400 Chun Kit Edwin Lau <[EMAIL PROTECTED]> wrote: > In what situation does ppl normally use shell script and when > when will ppl use Perl? How about their performance like speed and also > the ease of programming? In years of working on unix systems from

Re: Netscape 7 or 7.01 or 7.02 in a debian package? error sharedlibraries: libstdc++-libc6.1-1.so.2

2003-06-12 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED]:/usr/local/bin/netscape-installer# ls README config.ini installer.ini license.txt netscape-installer netscape-installer-bin [EMAIL PROTECTED]:/usr/local/bin/netscape-installer# ./netscape-installer ./netscape-installer-bin: error while loading shared libraries: libstdc++-libc

Re: Shell script or Perl?

2003-06-12 Thread Jamin W. Collins
On Thu, Jun 12, 2003 at 07:19:27PM +0200, Sebastian Kapfer wrote: > On Thu, 12 Jun 2003 17:50:12 +0200, Gregory Seidman wrote: > > > Let me add one more detail: anyone who is about to write a shell script > > should read this page http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/ > > Some of it

RE: Xwindows on Dell Precision M50

2003-06-12 Thread Rolf Erling Robberstad
> -Original Message- > From: dhobner [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 11, 2003 1:33 PM > To: [EMAIL PROTECTED] > Subject: Xwindows on Dell Precision M50 > > > I am stuck. Has anyone successfully installed Xwindows on a Dell Precision > M50 laptop? Running xdm or kdm cau

Re: Shell script or Perl?

2003-06-12 Thread Colin Watson
On Thu, Jun 12, 2003 at 07:19:27PM +0200, Sebastian Kapfer wrote: > On Thu, 12 Jun 2003 17:50:12 +0200, Gregory Seidman wrote: > > Let me add one more detail: anyone who is about to write a shell script > > should read this page http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/ > > Some of it is

DebianForums Web Site Launch Help!

2003-06-12 Thread SpArTaK
Hi, I started www.debianforums.org with one thing in mind and that was to give back to the Debian community, which has treated me so well over the past. I hope DebianForums grows and helps people find the answers to their questions and a general place for debian users to communicate. Although I

8139too driver options

2003-06-12 Thread Jeremy Brooks
hi, I need to set the eth0 interface to 100MB/Full Duplex. I have added append="ether=0,0,0x30,eth0" to lilo.conf and re-run lilo. On reboot, it comes up 10MB/Half Duplex. Is anyone familiar with this driver? Are my options incorrect? Many thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTEC

Re: Why isn't there a cron.hourly?

2003-06-12 Thread Stephen Touset
Jon Haugsand wrote: RedHat has the directory /etc/cron.hourly, but this is not present in debian. Why is that? Should think that clock synchronization is needed. Especially since most computer clocks drift with at least 5 second every day. Well, to be fair, you could always make an /etc/cron

rsyncing local mirror

2003-06-12 Thread Keith O'Connell
Hi, I have a 32Gb disk that I use to store non volatile files I have a 32Gb disk that I mirror the first one to This is done at 3am each morning as a cron job with rsync -Clart --delete /mnt/store/ /mnt/mirror I then run; du -bs /mnt/stor

Re: /etc/profile and X

2003-06-12 Thread David Fokkema
On Thu, Jun 12, 2003 at 09:35:47AM -0400, Matthew Weier O'Phinney wrote: > -- David Fokkema <[EMAIL PROTECTED]> wrote > (on Thursday, 12 June 2003, 01:10 PM +0200): > > Yes, I searched through the archives and read some of the comments. > > However, they don't tell me exactly what's going on... > >

Re: Why isn't there a cron.hourly?

2003-06-12 Thread Mark Ferlatte
Gary Hennigan said on Thu, Jun 12, 2003 at 11:44:49AM -0600: > "Kevin McKinley" <[EMAIL PROTECTED]> writes: > > You can set up ntp to use a time server inside the firewall, the same as it > > would use a public server (just in case you didn't know that already). > > Also note that a lot of the net

Re: cdrecord: Cannot open SCSI driver

2003-06-12 Thread Corey Donohoe
This is kinda old, but should do the trick. http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html/CD-Writing-HOWTO-html.tar.gz * Jon Haugsand ([EMAIL PROTECTED]) wrote: > > Trying to get my cd writer to run. After installing cdrecord, I > tried: > > cdrecord -scanbus > Cdrecord 1.10 (

  1   2   3   >