Re: backingup /home/foo/.* files

2000-12-23 Thread Brian Frederick Kimball
Please wrap your text. q wrote: > [...] i've become interested in backing up my /home/foo directory (by: > tar cvzf .tar.gz *). > > i've noticed that such backup does not include my /home/foo/.* > (hidden) files, like .muttrc $ man bash [...] When a pattern is used for pathname expansion, th

Re: Gnome-name-service function???

2000-12-23 Thread Eric G . Miller
On Fri, Dec 22, 2000 at 09:42:47PM +, Marvin Stodolsky wrote: > Anyone know what the gnome-name-service does? > THere's no info on my onboard documentation. > It's part of the gnome-bin.deb packages > Killing seems to be without ill affect on my stand alone laptop, It's my understanding it pro

Re: Debian 2.2 and ISDN

2000-12-23 Thread Sebastiaan
> Dec 16 20:07:53 couchpotato kernel: ttyS01 at 0x02f8 (irq = 3) is a 16550A > Dec 16 20:07:54 couchpotato kernel: isdn: Verbose-Level is 2 > Dec 16 20:07:55 couchpotato ipppd: info: no CHAP secret entry for this user! I think the error is the above. Have you edited your /etc/ppp/chap-secrets and

Junkbuster "Ho hum"

2000-12-23 Thread Rob VanFleet
This isn't really a problem as it happened only once, and I'm just curious about it. I just changed the settings in Mozilla to use junkbuster, and the first time I attempted to load slashdot, I instead got a page with only the text "Ho hum". After two more reloads, I finally got slashdot up and ev

Re: Q: Hiding M$ Exchange behind a firewall ?

2000-12-23 Thread Robert Waldner
On Fri, 22 Dec 2000 22:55:49 +0100, Michael Steiner writes: >Robert Waldner wrote: >> >> On Fri, 22 Dec 2000 16:24:16 +0100, Michael Steiner writes: >> >> >> Well, the quickfix would be a virtusertable containing something like >> [EMAIL PROTECTED] [EMAIL PROTECTED] >> for each&every user

How I got ALSA sound drivers kind of working

2000-12-23 Thread Ross Boylan
I recently got sound to come out of my speakers using the alsa drivers, and I thought it might be useful to share my experiences and lessons learned. This is not a step by step account. Mostly it focuses on key missteps or problem areas, in hopes that it will help others. I had the following doc

normalizing mp3s under debian/linux

2000-12-23 Thread Robert Waldner
Hi! I´m looking for an app which can normalize my mp3s under linux. All I was able to dig up on myself was "normalize"[0], but this only can do with .wav´s, and as I´m not good (eg I´m clueless) at shell-scripting (and perl and almost anything else for that matter) I have no idea how to autom

agp

2000-12-23 Thread Mario Carugno
Hi.   I would to know if i can use agp cards  with Debian, and if there's some particular model that is recomended for using.   Thanks

Re: Debian 2.2 and ISDN

2000-12-23 Thread Peter Horton
On Sat, Dec 16, 2000 at 07:58:57PM +0100, Felix Natter wrote: > > I just tried to set up isdn exactly the way Marcus Jodorf described in his > mail a few months ago (configure modules, create config files with > isdnconfig and edit them). > If you turn on 'debug' in the ipppd config file what ou

Re: lilo

2000-12-23 Thread Peter Horton
On Thu, Dec 21, 2000 at 06:59:50PM +0200, Stefaans Mostert wrote: > > Well I was wondering can one transfer lilo onto a stiffy and boot from > that? > dd if= of=/dev/fd0 count=1 Alternatively change the line "boot=" in /etc/lilo.conf to point at the floppy and then re-run LILO. HTH P.

Find: how do you exclude multiple directories?

2000-12-23 Thread Anthony Campbell
How can you use find to exclude more than one directory? I have: find /home/ac/ -path '/home/ac/.netscape' -prune -o -print This excludes ~/.netscape but I can't add any more directories to this list. Is it possible to do so? Anthony -- Anthony Campbell - running Linux Debian 2.2 (W

Re: Debian 2.2 and ISDN

2000-12-23 Thread Moritz Schulte
Sebastiaan <[EMAIL PROTECTED]> writes: > > [...] ipppd: info: no CHAP secret entry for this user! > > I think the error is the above. Have you edited your > /etc/ppp/chap-secrets and added your username and password? Perhaps, the system is set up to use PAP, not CHAP? ipppd doesn't mention mis

Re: Debian 2.2 and ISDN

2000-12-23 Thread Moritz Schulte
Felix Natter <[EMAIL PROTECTED]> writes: > Then I tried to dial using > $isdnctrl dial ippp0 > which does not create a connection and only results in these messages: > Dec 16 20:29:10 couchpotato kernel: isdn_net: local hangup ippp0 > Dec 16 20:29:10 couchpotato kernel: ippp0: Chargesum is 0 Perh

Re: exim and envelope sender

2000-12-23 Thread John Galt
On Fri, 22 Dec 2000, Balbir Thomas wrote: > On Fri, Dec 22, 2000 at 07:23:19AM -0600, John Hasler wrote: > > Robert Epprecht writes: > > > I have recently changed to debian which implied a change from sendmail to > > > exim. > > > > No, exim just happens to be the MTA that is installed by default

Re: Unidentified subject!

2000-12-23 Thread John Galt
yOn Fri, 22 Dec 2000, Xucaen wrote: > > --- Balbir Thomas <[EMAIL PROTECTED]> wrote: > > Hi, > > I recently switched from RedHat 6.2 to potato > > and my cdrom seems to have the following > > problems : > > Most of the time I get errors like : > > > > hdb: irq timeout: status=0xc0 { Busy } > >

reading screen contents

2000-12-23 Thread Robert Epprecht
Hi, can a program running on a text console read the current screen contents? Robert Epprecht

Re: Loading SB16 modules...

2000-12-23 Thread John Galt
Have you tried modprobe sb yet? Basically, the Vibra line is a weird model SB16--most of them used PnP, so you might want to look into using isapnp program on bootup to configure it. IIRC, there's issues with the DMA8 and full duplex mode, but that shouldn't prevent you from using it: it shou

Re: backingup /home/foo/.* files

2000-12-23 Thread q
On Fri, Dec 22, 2000 at 11:17:06PM -0800, Brian Frederick Kimball wrote: > Please wrap your text. (my apologies...it's on my list of projects. i use vi. the posts i see for this issue seem to be for vim. (anyone know how to line wrap in _vi_?)) > > q wrote: > > > [...] i've become interested

Re: reading screen contents

2000-12-23 Thread John Galt
look at /dev/console or /dev/tty0: both refer to the current virtual terminal. On 23 Dec 2000, Robert Epprecht wrote: > Hi, > can a program running on a text console read the current screen contents? > > Robert Epprecht > > > -- Pardon me, but you have obviously mistaken me for someone who

Re: Find: how do you exclude multiple directories?

2000-12-23 Thread Colin Watson
Anthony Campbell <[EMAIL PROTECTED]> wrote: >How can you use find to exclude more than one directory? > >I have: > find /home/ac/ -path '/home/ac/.netscape' -prune -o -print > >This excludes ~/.netscape but I can't add any more directories to this >list. Is it possible to do so? Add more '-

Re: Debian 2.2 and ISDN

2000-12-23 Thread Michael Steiner
Felix Natter wrote: > > hi, > > I just tried to set up isdn exactly the way Marcus Jodorf described in his > mail a few months ago (configure modules, create config files with > isdnconfig and edit them). If you are in Germany you have to use the 1TR6 protocol and not DSS1 as in rest of europe.

Re: Loading SB16 modules...

2000-12-23 Thread Michael Steiner
Stefan Srdic wrote: > > I have a Creative Vibra 16x (Sound Blaster 16) that I'm trying to > configure so that I can listen to music in Debian. Where do I find the > proper kernel modules for my card and how do I load them in Debian? > > I know which IRQ, DMA 8 and DMA 16 plus I/O that the card us

Re: Find: how do you exclude multiple directories?

2000-12-23 Thread Anthony Campbell
On 23 Dec 2000, Colin Watson wrote: > Anthony Campbell <[EMAIL PROTECTED]> wrote: > >How can you use find to exclude more than one directory? > > > >I have: > > find /home/ac/ -path '/home/ac/.netscape' -prune -o -print > > > >This excludes ~/.netscape but I can't add any more directories to th

Re: lilo

2000-12-23 Thread Stefaans Mostert
Peter Horton wrote: > > On Thu, Dec 21, 2000 at 06:59:50PM +0200, Stefaans Mostert wrote: > > > > Well I was wondering can one transfer lilo onto a stiffy and boot from > > that? > > > > dd if= of=/dev/fd0 count=1 > > Alternatively change the line "boot=" in /etc/lilo.conf to point > at the flop

Re: Dump root window to a JPG?

2000-12-23 Thread Laurent Boulard Debian User
Le Fri, Dec 22, 2000 at 07:25:49PM +0100, John Travis écrivait : > Thanks, that's a lot faster than my previous methods. Except the video > (from xine) still shows up as a bright ass blue box :-). Any other > suggestions? you can't grab the display of xine because it use Xv extension. The disp

undelete? Help

2000-12-23 Thread Sebastiaan
Hi, Yes I know, it is stupid, but I just deleted everything in my homedir. Glad I made a backup of important files today. Is there a way to retreive deleted files? In the Amiga days there were lots of programs to undelete files. Is there also a program for Linux? THanks in advance, Sebastiaan

Re: reading screen contents

2000-12-23 Thread Robert Epprecht
John Galt <[EMAIL PROTECTED]> writes: > On 23 Dec 2000, Robert Epprecht wrote: > > can a program running on a text console read the current screen contents? > look at /dev/console or /dev/tty0: both refer to the current virtual > terminal. Thank you for your answer. cat /dev/console > ABF cat:

Re: reading screen contents

2000-12-23 Thread Torsten Hilgenberg
On Sat, Dec 23, 2000 at 11:54:11AM +0100, Robert Epprecht wrote: > Hi, > can a program running on a text console read the current screen contents? > > Robert Epprecht Hi, you could cat /dev/vcs?. HTH, Torsten -- HERE'S A JOKE FOR YOU: WHY DID THE CHICKEN TURN AROUND AND AROUND IN CIRCLES. AS

Re: undelete? Help

2000-12-23 Thread Colin Watson
Sebastiaan <[EMAIL PROTECTED]> wrote: >Yes I know, it is stupid, but I just deleted everything in my >homedir. Glad I made a backup of important files today. > >Is there a way to retreive deleted files? In the Amiga days there were >lots of programs to undelete files. Is there also a program for Li

Re: agp

2000-12-23 Thread Bud Rogers
On Wednesday 20 December 2000 23:28, Mario Carugno wrote: > Hi. > > I would to know if i can use agp cards with Debian, and if there's > some particular model that is recomended for using. > I've had good luck with a Matrox G200 AGP card. I don't remember having to do anything special because i

Re: Living behind a SOCKS firewall

2000-12-23 Thread DTi4565459
In a message dated 00-12-22 21:02:19 EST, you write: << i have a Debina machine that I have set up at hoem, and am fixing to move to work. At work I live behind a SOCKS firewall that will allow me to use HTTP and FTP by using the SOCKS proxy. Xan I set teh debian machine up to all

Re: Debian 2.2 and ISDN - verbose level? How?

2000-12-23 Thread DTi4565459
Sorry, my e-mail software did not copy previous message, but how do you increase debugging operations to "verbose level". Thanks, dave

Re: normalizing mp3s under debian/linux

2000-12-23 Thread Michael P. Soulier
On Sat, Dec 23, 2000 at 10:57:08AM +0100, Robert Waldner wrote: > > Hi! > > I´m looking for an app which can normalize my mp3s under linux. > > All I was able to dig up on myself was "normalize"[0], but this only can > do with .wav´s, and as I´m not good (eg I´m clueless) at > shell-scripting

Re: normalizing mp3s under debian/linux

2000-12-23 Thread Christoph Simon
On Sat, 23 Dec 2000 10:17:27 -0500 "Michael P. Soulier" <[EMAIL PROTECTED]> wrote: > On Sat, Dec 23, 2000 at 10:57:08AM +0100, Robert Waldner wrote: > > > > Hi! > > > > I´m looking for an app which can normalize my mp3s under linux. > > > > All I was able to dig up on myself was "normalize"[0],

Re: normalizing mp3s under debian/linux

2000-12-23 Thread Robert Waldner
On Sat, 23 Dec 2000 10:17:27 EST, "Michael P. Soulier" writes: >> I=B4m looking for an app which can normalize my mp3s under linux. >> >> All I was able to dig up on myself was "normalize"[0], but this only can= > >> do with .wav=B4s, and as I=B4m not good (eg I=B4m clueless) at=20 >> shell-scripti

Re: "Choppy" sound - Woody, 2.4.0-test11 kernel, xmms & esd

2000-12-23 Thread Dietmar Schultz
On Fri, Dec 22, 2000 at 12:20:31PM +, Matthew Exley wrote: > 1) Under kernel 2.2.18pre21, XMMS can play using the eSound plugin (i.e. > via esd) quite happily. > 2) Under kernel 2.4.0-test11, XMMS->eSound still works, but the sound is > "choppy" - broken up into audible chunks. No amount of

Re: Another Question Re: diskless debian

2000-12-23 Thread Dietmar Schultz
On Fri, Dec 22, 2000 at 07:26:38AM -0500, Jonathan D. Proulx wrote: > I'm trying to boot from a LILO based floppy with root=/dev/nfsroot > (the pseodo device 0,255 named in the docs, tried it as both a block > and char device), and the kernel fails on trying to mount the rootfs > with a device fa

Woody stability.

2000-12-23 Thread Danut A Maces
Hello, I am runing potato but I would really like to try woody. How stable is woody these days?

Re: normalizing mp3s under debian/linux

2000-12-23 Thread Christoph Simon
On Sat, 23 Dec 2000 16:45:17 +0100 Robert Waldner <[EMAIL PROTECTED]> wrote: > On Sat, 23 Dec 2000 10:17:27 EST, "Michael P. Soulier" writes: > >> I=B4m looking for an app which can normalize my mp3s under linux. > >> > >> All I was able to dig up on myself was "normalize"[0], but this only can= >

Re: normalizing mp3s under debian/linux

2000-12-23 Thread Leen Besselink
On Sat, 23 Dec 2000, Robert Waldner wrote: > On Sat, 23 Dec 2000 10:17:27 EST, "Michael P. Soulier" writes: > >> I=B4m looking for an app which can normalize my mp3s under linux. > >> > >> All I was able to dig up on myself was "normalize"[0], but this only can= > > > >> do with .wav=B4s, and as I

Re: Unidentified subject!

2000-12-23 Thread Jeremy
> > --- Balbir Thomas <[EMAIL PROTECTED]> wrote: > > Hi, > > I recently switched from RedHat 6.2 to potato > > and my cdrom seems to have the following > > problems : > > Most of the time I get errors like : > > > > hdb: irq timeout: status=0xc0 { Busy } > > hdb: ATAPI reset complete > > > >

Debian+Tekram 390u2w cannot run full 40MB/s speed?

2000-12-23 Thread Jack O Max
Hello, I have a Tekram Ultra 2 SCSI card (DC390u2b eq DC390u2w) with an IBM Ultra 2 SCSI(LVD) Hard disk installed on the Debian 2.2. After successfully installed the Debian, I found a SCSI problem. Debian cannot run the SCSI(LVD) to 40MB full speed. (This system was installed Mandrake before and

Re: normalizing mp3s under debian/linux

2000-12-23 Thread Michael P. Soulier
On Sat, Dec 23, 2000 at 04:45:17PM +0100, Robert Waldner wrote: > > `mpg123 -w` for mp3->wav and gogo to reencode then. > > But I´ve no clue how to automate thismanually doing this for >5.000 > mp3´s would be more than a major PITA, I fear. Automation is my life. Not a problem. ;-)

Fetchmail and exim ... again

2000-12-23 Thread Hall Stevenson
I know the combination of fetchmail and exim is discussed frequently, but I don't know if the problem I'm having is similar. What's happening is, if I use fetchmail to get my mail from my ISP, I never see it. The log file shows it getting messages, but they never show up in my mailbox. Exim is r

Re: normalizing mp3s under debian/linux

2000-12-23 Thread Michael P. Soulier
On Sat, Dec 23, 2000 at 01:59:40PM -0200, Christoph Simon wrote: > > You can write a simple script: > > #!/bin/sh > > for i in `find . -name "*.mpr"` ; do > mpg123 $i `basename $i .mp3`.1.mp3 > ... > done > > But this will break if there are spaces in the file names. A reall > straight for

Re: undelete? Help

2000-12-23 Thread Sebastiaan
Thanks, now it is 'only' puzzeling (it seems that I had the kernel source stored in my homedir). Thanks, Sebastiaan On Sat, 23 Dec 2000, Colin Watson wrote: > Sebastiaan <[EMAIL PROTECTED]> wrote: > >Yes I know, it is stupid, but I just deleted everything in my > >homedir. Glad I made a backup

Re: Junkbuster "Ho hum"

2000-12-23 Thread Chris Gray
> Rob VanFleet writes: rv> This isn't really a problem as it happened only once, and I'm rv> just curious about it. I just changed the settings in Mozilla rv> to use junkbuster, and the first time I attempted to load rv> slashdot, I instead got a page with only the text "Ho

Re: OT - web browsers

2000-12-23 Thread John Carline
Joey Hess wrote: > > Who needs an open button? Select text, move mouse pointer over a part of > the netscape window that does not have a hyperlink or other clickable > thing on it, and middle-click (ie, "paste" the url right into netscape. > Netscape immediatly starts loading the url. > Amazing!

Re: backingup /home/foo/.* files

2000-12-23 Thread Dave Sherohman
On Sat, Dec 23, 2000 at 04:35:03AM +, q wrote: > (my apologies...it's on my list of projects. i use vi. the posts i > see for this issue seem to be for vim. (anyone know how to line wrap > in _vi_?)) Don't know if this is the answer you keep getting, but, in elvis, ":set textwidth=NN" cause

Re: Woody stability.

2000-12-23 Thread Colin Watson
Danut A Maces <[EMAIL PROTECTED]> wrote: > I am runing potato but I would really like to try woody. How stable >is woody these days? woody's now the 'testing' distribution, a halfway house; I believe it's pretty stable, since care is taken to keep it free of the particularly nasty bugs. sid, a.

Re: normalizing mp3s under debian/linux

2000-12-23 Thread Dave Sherohman
On Sat, Dec 23, 2000 at 01:38:01PM -0200, Christoph Simon wrote: > But think of it twice. > Changing the volume of a song can actually destroy the musical value of > the piece. How do you figure? As long as relative volume of the sections within each individual piece is maintained, I don't see wh

Re: How to track *part* of unstable?

2000-12-23 Thread Colin Watson
Dave Sherohman <[EMAIL PROTECTED]> wrote: >On Fri, Dec 22, 2000 at 03:06:33PM -0500, D-Man wrote: >> I don't think that can be done. Woody (unstable) is based on glibc >> 2.2 while potato is based on glibc 2.1. Thus any binaries for woody >> that use the C library at all won't run (even if you ge

Re: normalizing mp3s under debian/linux

2000-12-23 Thread Dave Sherohman
On Sat, Dec 23, 2000 at 01:59:40PM -0200, Christoph Simon wrote: > You can write a simple script: > > #!/bin/sh > > for i in `find . -name "*.mpr"` ; do > mpg123 $i `basename $i .mp3`.1.mp3 > ... > done Why's everyone so script-happy here? find . -iname "*.mp3" -exec mpg123 -w {} | normali

Re: How to track *part* of unstable?

2000-12-23 Thread Dave Sherohman
On Sat, Dec 23, 2000 at 05:24:57PM +, Colin Watson wrote: > Dave Sherohman <[EMAIL PROTECTED]> wrote: > >The closest I've come is: > > > >- Edit /etc/apt/sources.list to point at potato > >- apt-get update ; apt-get upgrade > >- Edit /etc/apt/sources.list to point at woody > >- apt-get update ;

Re: normalizing mp3s under debian/linux

2000-12-23 Thread Christoph Simon
On Sat, 23 Dec 2000 11:10:51 -0600 Dave Sherohman <[EMAIL PROTECTED]> wrote: > On Sat, Dec 23, 2000 at 01:38:01PM -0200, Christoph Simon wrote: > > But think of it twice. > > Changing the volume of a song can actually destroy the musical value of > > the piece. > > How do you figure? As long as

Re: cdrom - timeouts

2000-12-23 Thread Balbir Thomas
On Sat, Dec 23, 2000 at 11:16:49AM -0500, Jeremy wrote: > > > > --- Balbir Thomas <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I recently switched from RedHat 6.2 to potato > > > and my cdrom seems to have the following > > > problems : > > > Most of the time I get errors like : > > > > > > hdb:

Re: Fetchmail and exim ... again

2000-12-23 Thread Glyn Millington
On Sat, Dec 23, 2000 at 11:16:29AM -0500, thus spake Hall Stevenson: > I know the combination of fetchmail and exim is discussed frequently, but I > don't know if the problem I'm having is similar. What's happening is, if I > use fetchmail to get my mail from my ISP, I never see it. The log file

Re: normalizing mp3s under debian/linux

2000-12-23 Thread Dave Sherohman
On Sat, Dec 23, 2000 at 03:25:06PM -0200, Christoph Simon wrote: > Well, I can generally speak with a low voice, forcing others to pay > more attention to what I say. If you raise the volume, the words are > still the same, but you broke one of the intentions I had to say > things the way I did. T

Re: normalizing mp3s under debian/linux

2000-12-23 Thread Robert Waldner
ok, thanks a lot to you all. Here´s what I did: find . -regex ".*\ .*" -exec kickspaces.sh {} \; ---kickspaces.sh--- #!/bin/bash OLD=$1 NEW=`echo $OLD | sed s/"\ "/"_"/g` mv -v -i "$OLD" $NEW -- to kick all of the spaces in the files (I always intended to do so sometimes and now was the

Re: How I got ALSA sound drivers kind of working

2000-12-23 Thread Timmy Douglas
>lots of libraries. The ALSA Tutorial by Timmy says you should get >esound-alsa and libesd-alsa0, but then adds that the latter conflicts >with libesd, and many packages depend on libesd. yep, it is a pain in the butt. sounds like you had a really fun time with that. ;) I think if I was to

Re: Another Question Re: diskless debian

2000-12-23 Thread Jonathan D. Proulx
On Sat, Dec 23, 2000 at 04:18:43PM +0100, Dietmar Schultz wrote: :I'm happy with Etherboot (http://etherboot.sourceforge.net/), which :you can use to create a ROM-Image loaded via BootROM, bootdisk or :LiLo. The image receives the kernel as NetBootImage using tftp or nfs. :Configure the netbootima

Re: Debian 2.2 and ISDN

2000-12-23 Thread Felix Natter
Michael Steiner <[EMAIL PROTECTED]> writes: > Felix Natter wrote: > > > > hi, > > > > I just tried to set up isdn exactly the way Marcus Jodorf described in his > > mail a few months ago (configure modules, create config files with > > isdnconfig and edit them). > > If you are in Germany you ha

Re: Debian 2.2 and ISDN

2000-12-23 Thread Felix Natter
Peter Horton <[EMAIL PROTECTED]> writes: > On Sat, Dec 16, 2000 at 07:58:57PM +0100, Felix Natter wrote: > > > > I just tried to set up isdn exactly the way Marcus Jodorf described in his > > mail a few months ago (configure modules, create config files with > > isdnconfig and edit them). > > >

Re: How I got ALSA sound drivers kind of working

2000-12-23 Thread Pollywog
On Sat, 23 Dec 2000 12:18:14 -0600, Timmy Douglas said: > > >lots of libraries. The ALSA Tutorial by Timmy says you should get > >esound-alsa and libesd-alsa0, but then adds that the latter conflicts > >with libesd, and many packages depend on libesd. I used Timmy's ALSA tutorial but I d

Re: backingup /home/foo/.* files

2000-12-23 Thread Brian Frederick Kimball
Dave Sherohman wrote: > On Sat, Dec 23, 2000 at 04:35:03AM +, q wrote: > > (my apologies...it's on my list of projects. i use vi. the posts i > > see for this issue seem to be for vim. (anyone know how to line wrap > > in _vi_?)) > > Don't know if this is the answer you keep getting, but,

Re: How I got ALSA sound drivers kind of working

2000-12-23 Thread Pollywog
oops sorry for my bad quoting on previous post. On Sat, 23 Dec 2000 18:56:36 + (UTC), Pollywog said: > > I used Timmy's ALSA tutorial but I did not follow this particular > advice and I still had no problems with my SB VibraX. > When I ran alsaconf, I set up the card as a SB16. Here is

Re: backingup /home/foo/.* files

2000-12-23 Thread Brian Frederick Kimball
Brian Frederick Kimball wrote: > If it's nvi (the default vi on Debian), you want "set wraplen=NN" in > your $HOME/.exrc. But nvi is pretty slim on features-- it doesn't even > have multi-level undo. Better to just install vim & vim-rt and put "set > textwidth=NN" in your $HOME/.vimrc. Oh, and

Re: yet another ppp failure story...

2000-12-23 Thread brian moore
On Thu, Dec 21, 2000 at 07:59:17PM -0500, W. Crowshaw wrote: > At 11:04 AM -0800 12/20/00, Dwight Johnson wrote: > >On Wed, 20 Dec 2000, W. Crowshaw wrote: > > > >> At 5:42 PM -0800 12/19/00, Dwight Johnson wrote: > >> > > >> >Show us your chatscript. > >> > > >> > >> My chat script looks like

Catch-22 with modules/backups

2000-12-23 Thread JoshNarins
I did not install SCSI support during my debian-2.2.17pre6 installation, since I have no SCSI devices. I have one backup mechanism, a CD-Rewritable drive. The CD-Rewritable howto says I need SCSI support. (whoops!) I am eager to try making a debian kernel, to make sure only the drivers I need ar

CD Audio tracks/file system

2000-12-23 Thread Jonathan Markevich
I was just over at a friend's place, and showing him how to use Storm... when I showed him XMMS, and he asked if it would play CDs. I said "It's supposed to..." and put a CD in, pointed it at his /cdrom path, and it showed up! All sorts of *.cda tracks. I can't replicate it on my system though!

Re: Removal from list

2000-12-23 Thread brian moore
On Thu, Dec 21, 2000 at 05:12:00PM -0800, Erik Steffl wrote: > brian moore wrote: > > > > On Thu, Dec 21, 2000 at 03:08:15PM -0800, Erik Steffl wrote: > > > brian moore wrote: > > > > > > well, the confusing thing is that the address that I tried to > > > unsubscribe by explicitly listing it in

Re: Catch-22 with modules/backups

2000-12-23 Thread Richard Cobbe
Lo, on Saturday, December 23, [EMAIL PROTECTED] did write: > I am eager to try making a debian kernel, to make sure only the drivers I > need are there, but first I need to make a backup !!! While backups never hurt, a kernel rebuild shouldn't require backups. If you leave out some necessary dri

Re: What is the file name of the ps2 mouse driver?

2000-12-23 Thread Bill Jonas
On Fri, Dec 22, 2000 at 03:31:45PM -0600, John Foster wrote: > my /lib/modules/kernel-2.2.13/misc or any of the other dirs here. There > should be a driver ps2mouse.o or the like created when the kernel is > compiled and installed. I used the make-kpkg buildkernel command and If you're using the

Re: undelete? Help

2000-12-23 Thread Bill Jonas
On Sat, Dec 23, 2000 at 01:40:24PM +, Colin Watson wrote: > See the Ext2fs-Undeletion mini-HOWTO > (/usr/share/doc/HOWTO/en-txt/mini/Ext2fs-Undeletion.txt.gz, for > instance). Also try the recover and/or gtkrecover packages if you're > running unstable. I gave a talk about ext2 file undeletion

Re: Fetchmail and exim ... again

2000-12-23 Thread Ross Boylan
As root, try running eximon and looking at exim's logs in /var/log/exim (as I recall) to see if it reports any activity. The first thing is to figure out if the problem is exim or fetchmail. I use that combination, though I recall the setup was a bit tricky. The exim manual has a section for

Re: Catch-22 with modules/backups

2000-12-23 Thread mikpolniak
On Sat, 23 Dec 2000 15:32:34 EST, [EMAIL PROTECTED] said: > > I did not install SCSI support during my debian-2.2.17pre6 > installation, since I have no SCSI devices. > > I have one backup mechanism, a CD-Rewritable drive. > The CD-Rewritable howto says I need SCSI support. > (whoops!) >

setting up apt-get "server"

2000-12-23 Thread Jesse Goerz
I setup an rsync mirror of the kde2 site for my home network. I was wondering how to set it up so I can apt-get from workstations in my network the packages off my rsync mirror. Has anyone done this? Any pointers for me? TIA, Jesse

CDROM?

2000-12-23 Thread Steve Bradley
Good Day, Have a CD ROM question here. Background: I recently upgraded my machine from RH6.2 to Debian 2.2r2. Hardware has not changed. Upgraded to kernel 2.4.0-test11, the same kernel I was running under RH, configured the same way. None of my filesystems are built as modules (all b

Navigating your drive in text mode (was: Re: configuring network card solved.)

2000-12-23 Thread Xucaen
--- "S.Salman Ahmed" <[EMAIL PROTECTED]> wrote: > Ok, you are right about that. But check out the > package documentation in > /usr/doc/. If you don't have > manpages installed, you can > always look at the package docs in /usr/docs to I just wanted to mention (for anyone who didn't know already

Re: Unidentified subject!

2000-12-23 Thread John Galt
I really don't mind you CCing me when you respond to what I said, but if you cut out what I said, cut me out of the CC list as well, please. TIA On Sat, 23 Dec 2000, Jeremy wrote: > > > > --- Balbir Thomas <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I recently switched from RedHat 6.2 to potat

kernel version

2000-12-23 Thread Bob
what linux kernel version does the current stable debian release (2.2r2) run on. what kernel version does the current unstable version run on? Get your own FREE, personal Netscape WebMail account today at http://home.netscape.c

removing XFree

2000-12-23 Thread Xucaen
I know this sounds strange, but I want to remove Xfree. I have tried "apt-get remove" with every combination of X11 and Xfree I could think of, but to no avail. What is the exact name of the Xfree package that should be used with apt-get? __ Do You Y

Re: kernel version

2000-12-23 Thread John Galt
2.2.17 in both cases (actually, there's a 2.2.18pre21 package optional, but you have to do special things to get it like apt or dselect). On 23 Dec 2000, Bob wrote: > what linux kernel version does the current stable debian release (2.2r2) run > on. what kernel version does the current unstable

Re: removing XFree

2000-12-23 Thread John Galt
Use a frontend like capt or aptitude, there's a whole bunch of packages to uninstall. You could also use dselect :P if you're really a masochist... BTW, you can get a list of packages presently installed on your system by using dpkg -l|less (pipe it through a pager, I use less, it's a huge outpu

Re: Catch-22 with modules/backups

2000-12-23 Thread mikpolniak
On 23 Dec 2000 16:27:02 EST, mikpolniak said: > > On Sat, 23 Dec 2000 15:32:34 EST, [EMAIL PROTECTED] said: > > > > > I did not install SCSI support during my debian-2.2.17pre6 > > installation, since I have no SCSI devices. > > > > I have one backup mechanism, a CD-Rewritable driv

Re: agp

2000-12-23 Thread Jon Pennington
Mario Carugno <[EMAIL PROTECTED]> said: > Hi. > > I would to know if i can use agp cards with Debian, and if there's some particular > model that is recomended for using. > > Thanks > The AGP bus is transparent to the PCI bus, which is to say that when you run `lspci', AGP devices show up as

Re: Dump root window to a JPG?

2000-12-23 Thread John Travis
On Saturday 23 December 2000 14:03, Laurent Boulard Debian User wrote: > Le Fri, Dec 22, 2000 at 07:25:49PM +0100, John Travis écrivait : > > Thanks, that's a lot faster than my previous methods. Except the > > video (from xine) still shows up as a bright ass blue box :-). Any > > other suggestio

[OT] Anyone got Neogeo working with mame (or other emus)?

2000-12-23 Thread Cameron Matheson
Hey,   I downloaded the mame source a few days ago, so that I could play some good ol' fashioned neogeo games, but when I try to load them if says i'm missing the following files: neo-geo.o, sg-fix.o, sg-1.o.   I can play any other kind of arcade game, just not neogeo.  Any one else experie

Re: CD Audio tracks/file system

2000-12-23 Thread Cameron Matheson
Hey, I had to open up the xmms properties, and then enable the CD plug-in. It will probably ask you what device name it is, etc. But after that, it worked fine for me. Cameron Matheson - Original Message - From: Jonathan Markevich <[EMAIL PROTECTED]> To: Sent: Saturday, December 23,

Re: Fetchmail and exim ... again

2000-12-23 Thread Carel Fellinger
On Sat, Dec 23, 2000 at 01:25:24PM -0800, Ross Boylan wrote: > As root, try running eximon and looking at exim's logs in /var/log/exim (as > I recall) to see if it reports any activity. The first thing is to figure > out if the problem is exim or fetchmail. I use that combination, though I > r

mutt save-hook stopped working

2000-12-23 Thread Mark Phillips
Hi, I have the following in my .muttrc: ### Tell mutt what mailing lists I belong to. lists awad debian-laptop debian-user evolution exmh_users intermezzo-discuss lists linuxsa linux-announce lists linux-lvm wine-users ### Misc global hooks. save-hook ~l +lists/save/%B # if message was sent to

Re: How to track *part* of unstable?

2000-12-23 Thread Mark Phillips
> Unfortunately, I don't know of any way to do this easily - there doesn't seem > to be any way to tell apt, "Keep the system up to date with potato, except > for packages foo, bar, and baz, which should be woody." The closest I've > come is: > > - Edit /etc/apt/sources.list to point at potato >

Re: CD Audio tracks/file system

2000-12-23 Thread Jonathan Markevich
I had done that, but overlooked one small fact; I was in the cdrom group, but not the disk group, to which /dev/hdc was pointed. I had no rights to physically scan the CD for tracks! How has everyone else set up the permissions for their IDE /dev/cdrom links? I don't like being in the disk group

Big Problem->2.4-test12+Nvidia

2000-12-23 Thread John Travis
I was just wondering if anyone has successfully compiled the Nvidia .95 drivers with the latest kernel. The reiserfs patches for it just came out so I thought I would upgrade from test9 to test12. But when trying to rebuild the nvidia drivers (which worked very well before) I get _

chat error & kernel

2000-12-23 Thread lists
I installed debian and used pppconfig to generate the chat scripts. Everything worked ok. A little later, I installed a custom kernel using my regular parameters ( ie: moving ppp into the kernel, not a module ). I couldn't connect, or even dial out as far as i could tell. In syslog I find "Chat:

keymaps

2000-12-23 Thread Ionel Ciobica
Dear all, I have some problems with the maping of my keyboard. I read all the manuals and howto's about it. What is about? My `k' key generate: o normal: k o shift: K o alt: k o alt+shift: K o meta:ë (e with 2 dots a

keymaps

2000-12-23 Thread Ionel Mugurel Ciob?c?
Dear all, I have some problems with the maping of my keyboard. I read all the manuals and howto's about it. What is about? My `k' key generate: o normal: k o shift: K o alt: k o alt+shift: K o meta:ë (e with 2 dots

exim pop auth question

2000-12-23 Thread Ignasi Tura
Dear colleagues, I use a mail service that needs POP authentication before sending messages through SMTP. I've read the exim FAQ and it points me to the http://cc.ysu.edu/~doug/exim-pop.tar.Z in order to solve this. But I'm no expert and I haven't any 'make it easy' guide in order to have it

Re: lilo

2000-12-23 Thread Jonathan D. Proulx
On Sat, Dec 23, 2000 at 02:14:25PM +0200, Stefaans Mostert wrote: :> dd if= of=/dev/fd0 count=1 :> :> Alternatively change the line "boot=" in /etc/lilo.conf to point :> at the floppy and then re-run LILO. :Just another question. :I have a /boot partition and if I dd it onto a stiffy will it fit

Re: NEED help with dynamic linker problem

2000-12-23 Thread kmself
on Wed, Dec 20, 2000 at 09:17:27PM -0800, losthalo ([EMAIL PROTECTED]) wrote: > I am receiving the following error on the command line: BUG IN DYNAMIC > LINKER ld.so:.. sysdeps/i386/dl-machine.h: 291: elf_machine_rel: > Assertion! '! "unexpected dynamic linker reloc type: 'failed! No specific ex

  1   2   >