Re: Using a MTA

2001-08-27 Thread Karsten M. Self
on Mon, Aug 27, 2001 at 08:15:16PM -0700, Steven Farrier ([EMAIL PROTECTED]) wrote: > I am using a Debian Linux computer which does not have its own domain, is > behind a DSL connection and has a few users. > > Would a MTA be useful to me? Yes. You've probably already got one, it's virtually r

Re: Moving /var

2001-08-27 Thread Karsten M. Self
on Mon, Aug 27, 2001 at 08:33:04PM -0700, Eric G. Miller (egm2@jps.net) wrote: > On Mon, Aug 27, 2001 at 08:09:15PM -0700, Jason Majors wrote: > > I currently have /var on hdc, but want to move it to sda. I've tried > > mounting > > the new partition as var2, copying the files, changing fstab, the

Re: OT: vim syntax highlight on C program files only?

2001-08-27 Thread Rich Rudnick
* Rob Hudson ([EMAIL PROTECTED]) wrote: > I found stuff like this before and have been using it: > > " When using mutt or slrn, text width=72 > autocmd BufRead mutt*[0-9]set tw=72 > autocmd BufRead .followup,.article,.letterset tw=72 > " > Thank you very much. Rich

Re: XFree86 4.x RENDER extension...

2001-08-27 Thread Slaven Peles
On Monday 27 August 2001 15:23, Rogério Brito wrote: > On Aug 27 2001, Slaven Peles wrote: > > Make sure what chipset your video card use. Some of Rage Mobility > > cards use Mach64 in which case there is no help; there is no render > > support for these. > > Uh, oh! > > I guess that m

wireless networking support?

2001-08-27 Thread R1nso13
I've got a linksys wireless network and I'm wondering if there is device support for it in the linux kernel, and more realistically, if there are some drivers out there that can make it work. Specifically, I'm hoping to find some way to connect to the internet. The current setup is a wireless

Re: bad superblock recovery help?

2001-08-27 Thread Serge Rey
On Tue, Aug 28, 2001 at 01:58:39PM +1000, Tony Bartholomaeus wrote: > Does - > > mount -t vfat /dev/hda1 /win98 nope: [EMAIL PROTECTED]:~$ sudo mount -t vfat /dev/hda1 /win98 mount: wrong fs type, bad option, bad superblock on /dev/hda1, or too many mounted file systems -- Sergio J. Rey

RE: bad superblock recovery help?

2001-08-27 Thread Tony Bartholomaeus
Does - mount -t vfat /dev/hda1 /win98 - work? > -Original Message- > From: Serge Rey [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 28 August 2001 1:42 PM > To: debian-user@lists.debian.org > Subject: bad superblock recovery help? > > > > here is a strange problem i can't quite debug. >

bad superblock recovery help?

2001-08-27 Thread Serge Rey
here is a strange problem i can't quite debug. on a thinkpad x20 i have set up to dual boot debian (potato) and windows, i just got done burning a cd, using xcdroast. to do this i shutdown the box, put attach the ultrabase which has the burner and boot into linux. i've done this many times in th

Re: ext3 howto

2001-08-27 Thread Raghavendra Bhat
[Tue, Aug 28, 2001 at 01:49:46AM +] Rajesh Fowkar : > Hall Stevenson saw fit to inform me that: > >You want to make sure that copying and pasting *most* > >of your HOWTO from this page > If this has hurt somebody than I apologise. > No, not at all. It is that some guys who post, may not h

Re: Moving /var

2001-08-27 Thread Eric G. Miller
On Mon, Aug 27, 2001 at 08:09:15PM -0700, Jason Majors wrote: > I currently have /var on hdc, but want to move it to sda. I've tried mounting > the new partition as var2, copying the files, changing fstab, then rebooting, > but lots of programs complain. I'd guess it has something to do with the st

Using a MTA

2001-08-27 Thread Steven Farrier
I am using a Debian Linux computer which does not have its own domain, is behind a DSL connection and has a few users. Would a MTA be useful to me?

Moving /var

2001-08-27 Thread Jason Majors
I currently have /var on hdc, but want to move it to sda. I've tried mounting the new partition as var2, copying the files, changing fstab, then rebooting, but lots of programs complain. I'd guess it has something to do with the state of var at the time of the copy, vs at the time of shutdown/boot.

Re: OT: vim syntax highlight on C program files only?

2001-08-27 Thread Rob Hudson
I found stuff like this before and have been using it: " When using mutt or slrn, text width=72 autocmd BufRead mutt*[0-9]set tw=72 autocmd BufRead .followup,.article,.letterset tw=72 " " Text files have a text width of 72 characters autocmd BufNewFile *.txt

Re: possible bug in woody

2001-08-27 Thread Rogério Brito
On Aug 28 2001, Kirsty Kitto wrote: > I now have a crc error during my boot process - seems like I will > have to rebuild from my cd again, but that is not my problem... (I > am considering it part of my learning curve;-) what I want to know > is should this be reported as a bug? and if so, under w

Re: OT: vim syntax highlight on C program files only?

2001-08-27 Thread Karsten M. Self
on Mon, Aug 27, 2001 at 06:59:56PM -0700, Osamu Aoki ([EMAIL PROTECTED]) wrote: > On Mon, Aug 27, 2001 at 06:52:48PM -0700, Erik Steffl wrote: > > "Karsten M. Self" wrote: > > > I know that there's an 'au' and 'augroup' commands, and that a number of > > > vim settings can be configured using these

Re: OT: vim syntax highlight on C program files only?

2001-08-27 Thread Karsten M. Self
on Mon, Aug 27, 2001 at 06:52:48PM -0700, Erik Steffl ([EMAIL PROTECTED]) wrote: > "Karsten M. Self" wrote: > > > > I'm starting to play with C a bit. Discovering some nice things in vim. > > > > I know that there's an 'au' and 'augroup' commands, and that a number of > > vim settings can be con

Re: OT: vim syntax highlight on C program files only?

2001-08-27 Thread Osamu Aoki
On Mon, Aug 27, 2001 at 06:52:48PM -0700, Erik Steffl wrote: > "Karsten M. Self" wrote: > > I know that there's an 'au' and 'augroup' commands, and that a number of > > vim settings can be configured using these. I'm not sure what current > > settings exist for C program files (matching pattern *.

Re: No Mozilla binary in *bin

2001-08-27 Thread Eric G. Miller
On Tue, Aug 28, 2001 at 03:04:18AM +0200, Viktor Rosenfeld wrote: > Hi, > > The mozilla binary seems to have moven to /usr/lib/mozilla/mozilla, at > least on my sid system (updated this week end). > > I'm just wondering if this is on purpose or if this is a bug, which > should be reported. > > A

Re: OT: vim syntax highlight on C program files only?

2001-08-27 Thread Erik Steffl
"Karsten M. Self" wrote: > > I'm starting to play with C a bit. Discovering some nice things in vim. > > I know that there's an 'au' and 'augroup' commands, and that a number of > vim settings can be configured using these. I'm not sure what current > settings exist for C program files (matchin

Re: php, apache and NFS

2001-08-27 Thread John Griffiths
At 09:34 PM 8/27/01 -0400, Jens Gecius wrote: >Mark Lamers <[EMAIL PROTECTED]> writes: > >> I've set up photoseek (photoseek.sourceforge.net) (a php program to >> catalog images on an webserver). All went well, very good program.Now >> I'm trying to catalog an mounted nfs share. The program can see

Re: devfsd + xconsole

2001-08-27 Thread Eric G. Miller
On Tue, Aug 28, 2001 at 01:58:18AM +0200, Eamon Roque wrote: > Hi! > > Is there anything special that one has to do to get xconsole working > with devfs? I have the newest devfsd from unstable, but xconsole just > doesn't seem to want to start. I have it starting in my Xsession file > (/etc/X11/Xs

Re: OT: ACPI, 2.4.9 & CPU Temp

2001-08-27 Thread Hartmut Figge
Hartmut Figge wrote: sorry, wrong list. Should have been debian-user-de :( cu -- hafi

Re: default relay in testing exim?

2001-08-27 Thread Karsten M. Self
on Mon, Aug 27, 2001 at 01:10:47PM -0700, Ron Steinke ([EMAIL PROTECTED]) wrote: > Is there some reason that the default install of exim > in testing sets the option > > host_auth_accept_relay = * > > in its configuration file? Yes, you allowed relaying when answering the dialogs in eximco

Re: php, apache and NFS

2001-08-27 Thread Jens Gecius
Mark Lamers <[EMAIL PROTECTED]> writes: > I've set up photoseek (photoseek.sourceforge.net) (a php program to > catalog images on an webserver). All went well, very good program.Now > I'm trying to catalog an mounted nfs share. The program can see the > files but nothing happends. Is this an php o

Re: simple database recommendations?

2001-08-27 Thread Eric G. Miller
On Mon, Aug 27, 2001 at 03:14:17PM -0600, John Purser wrote: > Doesn't Star Office come with a Database? I've never used it but you might > want to start looking there. Yes, and it comes with an address book database as an example... Unfortunately, it is a resource hog (possibly no worse than Moz

OT: ACPI, 2.4.9 & CPU Temp

2001-08-27 Thread Hartmut Figge
gruss, mag sein, dass es fuer einige interessant ist. hier ein auszug der ausgabe von 'sensors' mit ACPI enabled mit kernel 2.4.9 auf einem abit kt7: SYS Temp: +33.3°C (limit = +45°C, hysteresis = +40°C) CPU Temp: +37.6°C (limit = +60°C, hysteresis = +55°C) und so war es vorher mit kernel 2.

OT: vim syntax highlight on C program files only?

2001-08-27 Thread Karsten M. Self
I'm starting to play with C a bit. Discovering some nice things in vim. I know that there's an 'au' and 'augroup' commands, and that a number of vim settings can be configured using these. I'm not sure what current settings exist for C program files (matching pattern *.c), or how I should use th

possible bug in woody

2001-08-27 Thread Kirsty Kitto
Hi, I am new to both linux and debian and hence am unsure about how to proceed here, if anyone has a suggestion it would be appreciated. I have been having real problems getting XFree86 3.3.6 (from potato) working on my new gateway solo 9500 (laptop), so on the weekend decided to try upgrading to

Re: font problem with mozilla

2001-08-27 Thread Eric G. Miller
On Mon, Aug 27, 2001 at 04:02:52PM -0700, Karsten M. Self wrote: [snip] > This is a locale problem aggrevated by Gtk and some other libraries > which assume all fonts are 8-bit. Helvetica is one instance I've > specifically noted, there are others as well. > > The confusion I've found is between

Re: X: Changing resolution

2001-08-27 Thread Eric G. Miller
On Mon, Aug 27, 2001 at 12:55:11PM -0400, Steve Dondley wrote: > Problem: Pressing CTRL-ALT-+/- (numeric) doesn't change my screen > resolution setting. X (with sawmill) always starts out in 1024 x 768 > with 16 bpp (65,000 colors) and I can't figure out how to change it. > > Background: For prac

No Mozilla binary in *bin

2001-08-27 Thread Viktor Rosenfeld
Hi, The mozilla binary seems to have moven to /usr/lib/mozilla/mozilla, at least on my sid system (updated this week end). I'm just wondering if this is on purpose or if this is a bug, which should be reported. Any ideas? Ciao, Viktor -- Viktor Rosenfeld WWW: http://www.informatik.hu-berlin.de

Re: ext3 howto

2001-08-27 Thread Wayne Topa
Subject: ext3 howto Date: Mon, Aug 27, 2001 at 11:16:28PM + In reply to:Rajesh Fowkar Quoting Rajesh Fowkar([EMAIL PROTECTED]): > Hi, > > I have posted a mini-howto from my experiences in converting from ext2 to > ext3 file system on my Debian 2.2 R-3 machine. Do have a look

Re: Fw: Re: Sid Newbie - some questions

2001-08-27 Thread David Nusinow
On Monday 27 August 2001 02:48 pm, Ross Burton wrote: > You Debian guys are a lot more friendly than the RedHat/Mandrake > posse... :-) > Man... if we're more friendly then I'd really be scared of the RedHat/Mandrake people... have you checked out debian-devel? Scary! - David Nusinow [EMAIL PR

Re: Sound for regular user & 16bpp color.

2001-08-27 Thread John Griffiths
user audio is easy #adduser david audio default resoltion will require someone smarter than me At 05:29 PM 8/27/01 -0700, David Frischknecht wrote: >Hello, > >I'd like to know how I can enable sound for a regular >(non-root) user, and how I can enable 16bpp as the >default color depth for X. I

Sound for regular user & 16bpp color.

2001-08-27 Thread David Frischknecht
Hello, I'd like to know how I can enable sound for a regular (non-root) user, and how I can enable 16bpp as the default color depth for X. I am using gdm to start X for me. Thanks. = David A. Frischknecht http://www.fishnetonline.freeurl.com _

Re: [OT] How to rsync images?

2001-08-27 Thread Christian Jaeger
On 27 Aug 2001 15:21:00 -0500 Jeremy <[EMAIL PROTECTED]> wrote: > rsync -avz ftp.debian.org:pub/iso/potato-1.iso potato-1.iso rsync uses it's own rsync protocol and can't use ftp. Thus you need an rsync server. (Except when you use rsync to a user account over rsh/ssh, which is not the case with t

Re: X: Changing resolution

2001-08-27 Thread Donald R. Spoon
Steve Dondley wrote: > Problem: > Pressing CTRL-ALT-+/- (numeric) doesn't change my screen resolution setting. > X (with sawmill) always starts out in 1024 x 768 with 16 bpp (65,000 colors) > and I can't figure out how to change it. > > Background: > For practice, I just installed X from scr

Art of Assembly stuff / dosemu

2001-08-27 Thread burningclown
Hi, This is a long shot, I suppose, but I was wondering whether anyone had gotten the software associated with Randall Hyde's online "Art of Assembly Language Programming" to run under dosemu? Maybe I don't really -need- to do that? :) I haven't gotten far enough to know whether it's really nece

Re: Stupid apt tricks?

2001-08-27 Thread Jonathan D. Proulx
On Mon, Aug 27, 2001 at 04:19:58PM -0700, Ron Steinke wrote: :When I look at the link, I just get binary garbage. Is this supposed :to be an executable, It's a .tgz file, you'd need to download and unpack it. It's an axample, not much in the way of documentation, though if you were me this is a

xinit as normal user

2001-08-27 Thread JakeCatfox
My debian install on one laptop lets me xinit as any user, but my other laptop won't. I've even chmod'ed all the xf86 servers as g+x, what am I missing? Thanks, Deven

[OT] How to rsync images?

2001-08-27 Thread Jeremy
Greetings! I've read that if I've downloaded a CD image and the MD5sum is wrong, then I can use rsync to just get the parts that are different from the remote file. I've read through the rsync manpage, but I still don't quite understand how I'm supposed to use the command. As an example, if there

allowing users to mount smbfs

2001-08-27 Thread MRZ
Hello again everyone. I'm trying to configure my potato box such that any user can mount/unmount the share(s) on an NT box I have. Naturally when I say any, I mean any user who also exists on that NT box. Keep in mind that I'm not trying to make shares available to others from my potato box; f

Re: Testing upgrade problem?

2001-08-27 Thread D. Hoyem
Thanks for the response, and that is the exact message that I was getting, but the response leads me to this question, If during the installation it was not preconfiguring the packages, how do I know that they were configured right? Also I was not trying to deinstall startx, when I typed startx I

Re: talk under X

2001-08-27 Thread Christian Jaeger
Replying to myself, I've found http://ferret.lmh.ox.ac.uk/~pdw/wmphone/ and http://gnutalk.sourceforge.net/ . Well I just have to create packages from them I guess. (And hope gtalkd doesn't have a security hole since it's not in debian stable). I'm still eager to hear of a better (more secure)

Re: segfault in vi

2001-08-27 Thread David Jardine
On Sun, Aug 26, 2001 at 07:05:34PM -0500, Colin Watson wrote: > On Mon, Aug 27, 2001 at 02:01:58AM +0200, David Jardine wrote: > > I only know that I type 'vi' on the command line and - I've > > just checked - 'which vi' tells me '/usr/bin/vi' but, hang on, > > 'ls -l /usr/bin/vi' tells me it's a s

Re: LaserJet 2100TN

2001-08-27 Thread Alan Shutko
francisco m neto <[EMAIL PROTECTED]> writes: > I'm having some problems printing to a HP LaserJet 2100TN. I'm using > lprng, and a copy of my printcap is below. What am I doing wrong? > :rm=143.107.10.252:\ > :rp=HPSI:\ Is that right? I thought the default queues for jetdirect cards were raw an

Re: segfault in vi

2001-08-27 Thread Colin Watson
On Tue, Aug 28, 2001 at 01:48:49AM +0200, David Jardine wrote: > On Sun, Aug 26, 2001 at 07:05:34PM -0500, Colin Watson wrote: > > I don't see anything in the Debian bug tracking system. You might try > > finding as small a test case as you can and reporting it. > > I wrote a reply to Cliff Sargin

Re: debianisms in CUPS (and /etc/group)

2001-08-27 Thread Dimitri Maziuk
Oh, and does anyone know why CUPS web frontend doesn't ask me for username and password, now that I added root to lpadmin group? Dima (sorry to follow-up on my own post) -- E-mail dmaziuk at bmrb dot wisc dot edu (@work) or at crosswinds dot net (@home) http://www.bmrb.wisc.edu/descript/gpgkey.d

Re: LaserJet 2100TN

2001-08-27 Thread Karsten M. Self
on Mon, Aug 27, 2001 at 01:40:51PM -0300, francisco m neto ([EMAIL PROTECTED]) wrote: > Hi all, > > I'm having some problems printing to a HP LaserJet 2100TN. I'm using > lprng, and a copy of my printcap is below. What am I doing wrong? > > lp:\ > :sd=/var/spool/lpd/lp:\ > :mx#0:\

talk under X

2001-08-27 Thread Christian Jaeger
Hello How to setup [y]talk[d] so that one gets talk requests under X? Using gnome-terminal I just don't get the request message. I've tried xitalk (potato) but for some reason it doesn't work, and/or I don't understand it. (It's also quite ugly (sorry..)). Isn't there any WindowMaker app that d

dosemu configuration

2001-08-27 Thread Ron Steinke
I've been unable to get a recent installation of the "testing" dosemu to recognize the disk files and directories in /var/lib/dosemu. The only difference between the current configuration file and the one on my previous machine is that the comments talk about DOSEMU_LIB_DIR instead of /var/

debianisms in CUPS (and /etc/group)

2001-08-27 Thread Dimitri Maziuk
Hi all, anyone knows why root is not a memeber of usual system groups on debian? It turns out that on Solaris, IRIX and RedHat root is a member of sys group. So when you install stock CUPS with its "#SystemGroup sys" and "AuthType System", its web frontend works (well, after you enable it). On D

Re: Network Collisons

2001-08-27 Thread John Galt
The crossover switch on the hub being in the wrong position... On Mon, 27 Aug 2001, Hereward Cooper wrote: >Hi, >What would cause the vast number of packet collisons between >the 2 computers on my network, which are connected via a 8 port >hub. > >Thanks, > >Hereward > > > -- There is an old s

Re: Stupid apt tricks?

2001-08-27 Thread Ron Steinke
From: "der.hans" <[EMAIL PROTECTED]> > > Am 27. Aug, 2001 schw?zte Jonathan D. Proulx so: > > > I want to have apt-get to fetch from a single repository for a > > scripted update. > > > > in pseudo commands: > > apt-get -o="Apt:repository:file:///com/debian/dists/stable" update > > apt-get -o="Apt

Re: 3com NIC card configuration

2001-08-27 Thread dman
On Mon, Aug 27, 2001 at 03:21:11PM -0800, Greg Madden wrote: | On Monday 27 August 2001 02:56 pm, Frank Preut wrote: | > On Mon, Aug 27, 2001 at 06:17:58PM -0400, dman wrote: | > > The "2.2.12" version refers the Linux kernel that is included in that | > > release of Debian. | > | > uh, no.. potato

Re: OT: Collecting data in text files

2001-08-27 Thread Erik Steffl
Paul M Foster wrote: > > On Mon, Aug 27, 2001 at 12:29:17PM -0700, Abner Gershon wrote: > > > I have am currently dual booting to debian and would > > like to change to rely more on debian and related > > applications. > > > > I currently collect lists of information on many > > topics such as re

Re: 3com NIC card configuration

2001-08-27 Thread Greg Madden
On Monday 27 August 2001 02:56 pm, Frank Preut wrote: > On Mon, Aug 27, 2001 at 06:17:58PM -0400, dman wrote: > > The "2.2.12" version refers the Linux kernel that is included in that > > release of Debian. > > uh, no.. potato ships with 2.2.17pre[something], it's recommended to > update to 2.2.19

Re: segfault in vi

2001-08-27 Thread dman
On Mon, Aug 27, 2001 at 04:55:33PM -0600, John Galt wrote: | On Sun, 26 Aug 2001, dman wrote: | | >On Mon, Aug 27, 2001 at 01:40:50AM +0200, David Jardine wrote: | >| I was trying to remove the formatting mumbo-jumbo of a MS WordPad | >| document in vi, but it segfaulted - repeatedly. Is there a

Re: Partitioning after-effects

2001-08-27 Thread Karsten M. Self
on Tue, Aug 28, 2001 at 06:48:50AM +0800, csj ([EMAIL PROTECTED]) wrote: > I'm planning to repartition part of my HD. Previously, I only > partitioned the whole drive as part of a Linux reinstallation. So I'm > somewhat clueless about partitions and partitioning. The tool I'm most > comfortable wit

Re: segfault in vi

2001-08-27 Thread Karsten M. Self
on Mon, Aug 27, 2001 at 04:55:33PM -0600, John Galt ([EMAIL PROTECTED]) wrote: > On Sun, 26 Aug 2001, dman wrote: > > >On Mon, Aug 27, 2001 at 01:40:50AM +0200, David Jardine wrote: > >| I was trying to remove the formatting mumbo-jumbo of a MS WordPad > >| document in vi, but it segfaulted - repe

Re: font problem with mozilla

2001-08-27 Thread Karsten M. Self
on Mon, Aug 27, 2001 at 10:59:28AM -0700, Michael O'Brien ([EMAIL PROTECTED]) wrote: > Hola~ > > I've got unstable installed with mozilla 0.9.3+0-3. Many pages do not display > correctly. At least one problem is related to relative sized fonts. For > example, the following page: > > >

Re: 3com NIC card configuration

2001-08-27 Thread Frank Preut
On Mon, Aug 27, 2001 at 06:17:58PM -0400, dman wrote: > The "2.2.12" version refers the Linux kernel that is included in that > release of Debian. uh, no.. potato ships with 2.2.17pre[something], it's recommended to update to 2.2.19 > IIRC this is the same as in my brother's Dell. In Windows it

Re: apache-perl in woody

2001-08-27 Thread Colin Watson
On Mon, Aug 27, 2001 at 09:32:08PM +0200, Sven Gaerner wrote: > Hi, > > does anyone how to solve the following problem without creating symlinks > from /usr/lib/perl/5.6.0/* /usr/lib/perl/5.6.1? Persuade the maintainer to fix it. Symlinks will probably just create instabilities, so don't try it.

Re: Sid Newbie - some questions

2001-08-27 Thread Colin Watson
On Mon, Aug 27, 2001 at 09:21:02PM +0100, Ross Burton wrote: > Today I installed Sid (via Potato) and became a Debian user, after many > years as a RedHat/Mandrake user. Because of this I have a number of > questions: > > 1. How can I see what distribution a package came from? Basically, I > wan

Re: mountig iso images as normal user

2001-08-27 Thread Jakob B. Jensen
On Mon, Aug 27, 2001 at 05:05:46PM +0200, Sven Garbade wrote: > Hi there, > > is it possible to allow normal users to mount an iso-image (which is in > the home directory)? Normally this must do root. > > Thanks, Sven > I do this all the time. Here is how: Decide in advance the filename that

Re: Progeny Debian

2001-08-27 Thread Colin Watson
On Mon, Aug 27, 2001 at 02:29:04PM -0400, [EMAIL PROTECTED] wrote: > Alright. Now I am down to thinking progeny would be the best to nab. > But here is what I don't know yet... > > Are the downloads upgrades free from their servers? I believe so, and would be surprised if they weren't (most of t

Re: Hard disk messages

2001-08-27 Thread Colin Watson
On Mon, Aug 27, 2001 at 07:29:06PM +0300, George Karaolides wrote: > I have installed Debian potato on a couple of boxes with IDE disks. > Sometimes I get the following console message on both boxes: > > hda: status timeout: status=0xd0 { Busy } > hda: no DRQ after issuting WRITE > ide0: reset: Su

Re: segfault in vi

2001-08-27 Thread John Galt
On Sun, 26 Aug 2001, dman wrote: >On Mon, Aug 27, 2001 at 01:40:50AM +0200, David Jardine wrote: >| I was trying to remove the formatting mumbo-jumbo of a MS WordPad >| document in vi, but it segfaulted - repeatedly. Is there a >| known reason for this? > >Uhh, vi is and copyrighted by AT&T and I

Re: Partitioning after-effects

2001-08-27 Thread dman
On Tue, Aug 28, 2001 at 06:48:50AM +0800, csj wrote: | I'm planning to repartition part of my HD. Previously, I only | partitioned the whole drive as part of a Linux reinstallation. So I'm | somewhat clueless about partitions and partitioning. The tool I'm most | comfortable with is cfdisk. So repl

Re: getting woody

2001-08-27 Thread Jorge Santos
Joel Mayes <[EMAIL PROTECTED]> writes: > > "David" == David Dayan-Rosenman <[EMAIL PROTECTED]> writes: > > David> Hi all, I am trying to get woody but could not find out how > David> to do that. Are there some ISOs available ? > > > I don't think Debian releases testing or unstable

Re: XFree86 4.x RENDER extension...

2001-08-27 Thread Rogério Brito
On Aug 27 2001, Slaven Peles wrote: > Make sure what chipset your video card use. Some of Rage Mobility > cards use Mach64 in which case there is no help; there is no render > support for these. Uh, oh! I guess that mine is one of those. Mine is an ATI Rage Mobility LT, wi

Re: Typing umlauts on an english keyboard

2001-08-27 Thread Karsten M. Self
on Mon, Aug 27, 2001 at 06:28:19PM +0100, Oliver Elphick (olly@lfix.co.uk) wrote: > Andrew Perrin wrote: > >Okay folks - I've been searching with no luck on this, so would appreciate > >some advice. I need to type some German texts, which means umlauts over > >some o/O, a/A, and u/U characte

Re: Stupid apt tricks?

2001-08-27 Thread Jonathan D. Proulx
On Mon, Aug 27, 2001 at 03:36:02PM -0700, der.hans wrote: :Look at the setup I used to use: : :http://home.pages.de/~lufthans/unix/ : :See the link about "security, testing and unstable updater for debian". :They're just calling apt-get with options and alternative dirs in /var. Mmmm, that hits t

Partitioning after-effects

2001-08-27 Thread csj
I'm planning to repartition part of my HD. Previously, I only partitioned the whole drive as part of a Linux reinstallation. So I'm somewhat clueless about partitions and partitioning. The tool I'm most comfortable with is cfdisk. So replies which take into account this tool are most appreciated.

Re: Progeny Debian

2001-08-27 Thread Kamil Kisiel
I installed Progeny on my system (to simplify the installation procedure) and then upgraded it to Woody soon after without any problem, all it took is modifying my sources.list and doing an "apt-get dist-upgrade". So far, after more than a month of use I have not seen any problems arise from thi

Re: adminning mult boxen

2001-08-27 Thread Jonathan D. Proulx
On Mon, Aug 27, 2001 at 03:33:02PM -0700, der.hans wrote: :> Once you've figured out what exactly you want to do, you can try to :> find something in the usual places (like sourceforge), or write a bunch :> of cron + ssh + perl + CVS scripts to do what you want. : :I'm gonna as on the SAGE mailing

Re: Fw: Re: Sid Newbie - some questions

2001-08-27 Thread Nathan E Norman
On Mon, Aug 27, 2001 at 10:48:30PM +0100, Ross Burton wrote: > On 27 Aug 2001 23:34:47 +, Timeboy wrote: > > [snip] > > > Use #dselect! It's a great tool! And can also manage the dependancies. > > I agree - I'd heard of dselect before I installed Debian so was saved by > using it. I was jus

Re: Stupid apt tricks?

2001-08-27 Thread der.hans
Am 27. Aug, 2001 schwäzte Jonathan D. Proulx so: > I want to have apt-get to fetch from a single repository for a > scripted update. > > in pseudo commands: > apt-get -o="Apt:repository:file:///com/debian/dists/stable" update > apt-get -o="Apt:repository:file:///com/debian/dists/stable" upgrade >

Re: OT: Collecting data in text files

2001-08-27 Thread Paul M Foster
On Mon, Aug 27, 2001 at 12:29:17PM -0700, Abner Gershon wrote: > I have am currently dual booting to debian and would > like to change to rely more on debian and related > applications. > > I currently collect lists of information on many > topics such as restaurants, phone lists, file folders, >

Re: adminning mult boxen

2001-08-27 Thread der.hans
Am 27. Aug, 2001 schwäzte Dimitri Maziuk so: > The only tool I can think of is pen and paper: audit all those computers > and work out which files on which boxen can be distributed as is, which > need to be edited for a particular box, etc. That's easy enough. It's getting the engine that tracks

Re: question about hostname

2001-08-27 Thread burningclown
Once again this list proves a treasure trove. ::This:: is one of the reasons working with this stuff is so much damned fun - the FREE EXCHANGE OF INFO! Thanks all!! -gb -- snip -- > On Tue, 28 Aug 2001, Jakob B. Jensen wrote: > There is a big DNS server (plus 12 mirrors) on the Internet which

Re: question about hostname

2001-08-27 Thread Jakob B. Jensen
On Mon, Aug 27, 2001 at 10:39:45AM -0500, [EMAIL PROTECTED] wrote: ... > Who "does" what in that situation? The DSL provider (Speakeasy) has > also provided me with DNS server addresses ... they know nada about the > domain I'm hosting with another company (should they?) ... that other > hosting co

Re: 3com NIC card configuration

2001-08-27 Thread dman
On Mon, Aug 27, 2001 at 03:03:36PM -0700, carlos mena wrote: | Hi, i'm a newbie at Debian and i'm trying to install it now on a dell | computer but i'm running into the following problem: | | i'm in the process of installing debian linux 2.2.12 through the cd For future reference, there is no D

3com NIC card configuration

2001-08-27 Thread carlos mena
Hi, i'm a newbie at Debian and i'm trying to install it now on a dell computer but i'm running into the following problem: i'm in the process of installing debian linux 2.2.12 through the cd installation which came with the "Learning Debian GNU/Linux" book published by O'Reilly. Once i get to

devfsd + xconsole

2001-08-27 Thread Eamon Roque
Hi! Is there anything special that one has to do to get xconsole working with devfs? I have the newest devfsd from unstable, but xconsole just doesn't seem to want to start. I have it starting in my Xsession file (/etc/X11/Xsession) and have put it in xinitrc for good measure. no dice. Is there an

Re: Fw: Re: Sid Newbie - some questions

2001-08-27 Thread Ross Burton
On 27 Aug 2001 23:34:47 +, Timeboy wrote: [snip] > Use #dselect! It's a great tool! And can also manage the dependancies. I agree - I'd heard of dselect before I installed Debian so was saved by using it. I was just wondering if there was another way of checking the dependancies. I'm glad

Fw: Re: Portmap?

2001-08-27 Thread Timeboy
On Monday Aug 27, 22:45 john doe wrote: >Hi. > >Just a simple question, what programs need "portmap"? > >I've tried to somehow remove it from my installation, but I have not been >able to find it. > >Thanks. Portmap is a part of netbase. You can see this by typing: grep -nr portmap /var/lib/dpk

Fw: Re: Sid Newbie - some questions

2001-08-27 Thread Timeboy
On Monday Aug 27, 22:21 Ross Burton wrote: >Hi, > >Today I installed Sid (via Potato) and became a Debian user, after many >years as a RedHat/Mandrake user. Because of this I have a number of >questions: > >1. How can I see what distribution a package came from? Basically, I >want to check that

Re: Installation of Debian

2001-08-27 Thread Shaul Karl
> > >I do not know what a Cobalt RaQ > > www.cobalt.com > > Internet appliance based on mips architecture not Intel. I have the > original versions which do not have floppy or CD. The only way to install > is through netboot (bootp) and NFS mount yet I am not sure if the standard > Debian m

Re: simple database recommendations?

2001-08-27 Thread Sean
You might want to look at Gaby (apt-get install gaby) Here's the description from apt-cache show gaby .. Description: Small Gnome personal databases manager Gaby is a _small_ personal databases manager for Linux using GTK+ and Gnome for its GUI. . It was de

RE: simple database recommendations?

2001-08-27 Thread John Purser
Doesn't Star Office come with a Database? I've never used it but you might want to start looking there. John Purser -Original Message- From: Thomas Hallaran [mailto:[EMAIL PROTECTED] Sent: Monday, August 27, 2001 14:14 To: joe golden Cc: debian-user@lists.debian.org Subject: Re: simple d

network configuration (cont)

2001-08-27 Thread jayson keidel
well... i played around w/ things, and managed to get a dummy driver set up. and ./etc/ifconfig confirms the dummy0 as an ethernet device... but something's missing that's preventing linuxconf-network from detecting and using the dummy0 driver for the network... anyone have any ideas how to get

Re: OT: Collecting data in text files

2001-08-27 Thread Cliff Sarginson
On Mon, Aug 27, 2001 at 12:29:17PM -0700, Abner Gershon wrote: > I have am currently dual booting to debian and would > like to change to rely more on debian and related > applications. > > I currently collect lists of information on many > topics such as restaurants, phone lists, file folders, >

Re: Portmap?

2001-08-27 Thread Dave Sherohman
On Mon, Aug 27, 2001 at 08:45:48PM +, john doe wrote: > Just a simple question, what programs need "portmap"? The two main portmapper clients are NFS and NIS. > I've tried to somehow remove it from my installation, but I have not been > able to find it. `dpkg -S portmap` will tell you what

Re: Good day/evening friends !!!!

2001-08-27 Thread Alan Shutko
Nathan E Norman <[EMAIL PROTECTED]> writes: > This only works if the file if world-readable. True. But it does exactly model the semantics of the question. Doing it your way (removing perms for other, and putting everyone except the person you don't want to have access into that group) requires

Re: printing ?

2001-08-27 Thread R1nso13
sorry to be the bearer of bad news, but: the lexmark Z series are totally useless in linux. they rely heavily on windows drivers to control them. this is good for the windows user because the drivers handle a lot of the printers functions (like Linus Torvalds new CPU that uses software to run

Re: XDM

2001-08-27 Thread R1nso13
no he just wants it not to load when he boots, but still work when startx is invoked a simple solution to prevent xdm from starting everytime you boot is to remove xdm from /etc/rc2.d. See, whenever linux boots it runs a script that causes the files in /etc/rcN.d where N is a number between 1 a

Fw: Re: [Fwd: Re: The Sound of Silence]

2001-08-27 Thread Timeboy
On Monday Aug 27, 08:08 Curt Howland wrote: > >Some success: Using the google search, I was able to find an example of >the ess1869 sound card under Linux. > >Now, at least the sound modules load, and YIFF sound driver says it's >working in the boot startup messages. > >However, I still cannot ope

Re: Sid Newbie - some questions

2001-08-27 Thread dman
On Mon, Aug 27, 2001 at 09:21:02PM +0100, Ross Burton wrote: | Hi, | | Today I installed Sid (via Potato) and became a Debian user, after many | years as a RedHat/Mandrake user. Because of this I have a number of | questions: | | 1. How can I see what distribution a package came from? Basically

Portmap?

2001-08-27 Thread john doe
Hi. Just a simple question, what programs need "portmap"? I've tried to somehow remove it from my installation, but I have not been able to find it. Thanks. - andreas - PS. do not email me directly as I'm not on the list. _ G

  1   2   3   >