Re: backing up a complete Debian GNU/Linux system

1999-08-05 Thread Wouter Hanegraaff
There is one MAJOR flaw with tar. If there is an error anywhere in the archive, ALL files after the error are lost. Better to use afio instead of tar. At most you will loose only the file where the error is. Use the option: --ignore-failed-read. This will not work if the tape is created

Bugs in tar?

1999-08-30 Thread Wouter Hanegraaff
I am using tar for backups, and I want to use the incremental option of tar. There are two ways to do this. The first is the -G option together with -N TIME, which will tar only those files that have changed since TIME. The other is the -g SNAPSHOT-FILE option that will use SNAPSHOT-FILE to see

Re: Can't write to an nfs export

1999-07-04 Thread Wouter Hanegraaff
and don't forget user id mapping may confilct, too. you will have to make shure about same uid on both machines or on appropriate uid-mapping, see manpage (mount, nfs ...) And of course, see /usr/doc/nis/nis.debian.howto.gz My huge home network consists of 2 computers and even in this simple

Re: CD-RW drives and Linux

1999-07-07 Thread Wouter Hanegraaff
On Sun, Jul 04, 1999 at 05:07:47PM -0400, Alec Smith wrote: The cheapest option would be the IDE/IDE combo. Would an IDE CD-RW be easily used in Debian? Also, which drives are recommended? I'm more interested in burning CD-R discs than the ReWrite capabilities. With the right kernel options,

finding corrupted files

1999-07-07 Thread Wouter Hanegraaff
After some experimenting with apm to have my noisy harddisk spin down using apm -s, somehow one of my glibc6 library files was corrupted, causing programs using that library to exit with a segmentation fault. This happened in a library used by syslogd, and as a result my system would enter

Re: how to install a fake package?

2000-07-21 Thread Wouter Hanegraaff
On Thu, Jul 20, 2000 at 12:02:38AM -0400, Mike Johnson wrote: I currently use debian2.2 , And I used Corel's CorelExploer And I want to be able to use it in debian. but When i use apt to install it , it gives me this error. Sorry, but the following packages have unmet dependencies:

/etc/environment

2000-08-09 Thread Wouter Hanegraaff
Hi, I was having trouble with the display of special characters in mutt when logged in using ssh, and I found that the LANG environment variable is the culprit. When I use mutt from an xterm, special characters like ë, é, § for example are displayed correctly. However, after doing ssh localhost

Mutt locale settings [Was: Re: /etc/environment]

2000-08-10 Thread Wouter Hanegraaff
On Wed, Aug 09, 2000 at 08:49:23PM +0300, Lehel Bernadt wrote: On 09-Aug-2000 Wouter Hanegraaff wrote: Hi, I was having trouble with the display of special characters in mutt when logged in using ssh, and I found that the LANG environment variable is the culprit. Since mutt

Editing and storing encrypted files

2000-09-06 Thread Wouter Hanegraaff
Hi, I have some files that I would like to store encrypted. Of course I can just type them in, encrypt them using gpg and delete the original, but that seems to be a bit of a kludge. It would mean the file is at some time readable unencrypted (after saving in the editor), and forgetting to turn

Re: Editing and storing encrypted files

2000-09-07 Thread Wouter Hanegraaff
Thanks all for the overwhelming response! I'll probably try cfs in the near future, as it seems a nice and elegant solution and it was recommended by a lot of people. But for a quick start, I'll use the vim auto commands, because I'm already used to vim and because it was so easy to setup

Re: Editing and storing encrypted files

2000-09-07 Thread Wouter Hanegraaff
On Thu, Sep 07, 2000 at 06:11:28PM +0200, Arthur Korn wrote: It seems to work for me, and the .swp file is _encrypted_, no need to disable them. The .swp file is definitely not encrypted. Worse, it's not possible to disable using a swapfile when a vim session is already started: :set uc=0 as

Re: Editing and storing encrypted files

2000-09-07 Thread Wouter Hanegraaff
On Thu, Sep 07, 2000 at 07:19:11PM +0200, Wouter Hanegraaff wrote: On Thu, Sep 07, 2000 at 06:11:28PM +0200, Arthur Korn wrote: It seems to work for me, and the .swp file is _encrypted_, no need to disable them. The .swp file is definitely not encrypted. Worse, it's not possible

Re: Debian problem

2000-09-08 Thread Wouter Hanegraaff
On Thu, Sep 07, 2000 at 07:35:29PM -0400, James Johnson wrote: Greetings. I just bought Debian 2.1, It won't load. It recognize everything up to my two CDrom drives then It freezes up. I currently am running FreeBSD on a [snip] The box I want Debian on: Athlon 500Mhz, FIC SD11

Re: Partitioning

2000-04-11 Thread Wouter Hanegraaff
On Tue, Apr 11, 2000 at 05:15:01AM +0800, Chan Chee Seng wrote: I split them this way.. 1GB NTFS(for WinNT) 1GB Fat(for file sharing between NT and Linux) 1GB ext2 (Debian Slink) is this ok? Yes. WIth only 1 GB for linux I wouldn't setup extra partitions for /, /usr, /var, etc. Maybe

Re: New kernel (2.2.15), now keyboard/machine freezes often

2000-05-02 Thread Wouter Hanegraaff
On Mon, May 01, 2000 at 05:38:17PM +0930, Mark Phillips wrote: I've just compiled and installed a new kernel (version 2.2.15) on a friend's Toshiba laptop. He has emailed me today complaining about keyboard freezes. Actually, I'm not sure from his comments, whether it is just the

Re: New kernel (2.2.15), now keyboard/machine freezes often

2000-05-05 Thread Wouter Hanegraaff
On Thu, May 04, 2000 at 09:41:09AM +0930, Mark Phillips wrote: Do you have append apm=on in /etc/lilo.conf? some things changed about apm settings lately, IIRC. My workstation doesn't do power off on shutdown anymore without passing apm=power-off to the kernel on boot, for example. This

Re: APM was: Re: New kernel (2.2.15), now keyboard/machine freezes often

2000-05-05 Thread Wouter Hanegraaff
On Fri, May 05, 2000 at 09:37:37AM -0700, [EMAIL PROTECTED] wrote: I don't remember exactly, and browsing through the kernel documentation, I found that the apm=power-off should only apply to smp mobo's And here I thought APM was disabled completely on SMP kernels with more than one CPU.

postfix multiple domains

1999-11-30 Thread Wouter Hanegraaff
Hi, I administer a mailserver that receives mail for two domains. By default users on the mailserver are able to receive mail for both domains now. Can I tell postfix that a certain group of users exists only in one domain, while other users exist only in the other domain? Wouter

Re: File permissions when copying CD's?

1999-12-03 Thread Wouter Hanegraaff
On Fri, Dec 03, 1999 at 01:12:23AM +0100, Svante Signell wrote: Hi, When copying a CD to a writable CD the source file gets mounted read-only, i.e. all files do not have a write flag set. Writing this image to a new CD results in a corrupt copy. How to change this behaviour? I'm using

Message popup program

1999-12-12 Thread Wouter Hanegraaff
Hi, I am looking for a program to send all users on a linux network an x-windows message. Preferrably an utility that can be used to broadcast a messages to all systems at once. There is of course xmessage, but this is not really suited for the situation. Another possibility is linpopup, but I

Re: ssh pam

1999-12-13 Thread Wouter Hanegraaff
On Mon, Dec 13, 1999 at 03:12:46PM +, Patrick Kirk wrote: What is the Debian recommended approach? ssh? PAM? Are they hard to implement? I often use a different PC so I need a sloution that does not require a secure client. ssh is very easy, but you need a secure client. Use of ssh is

Re: Slow NFS or slow NIC?

2000-01-11 Thread Wouter Hanegraaff
On Mon, Jan 10, 2000 at 11:01:06PM +0100, Carel Fellinger wrote: Ethernet? or has nfs so much overhead (but ftp does okee)? or is the 486 the culprit? Try adding rsize=8192,wsize=8192 to the mount options in fstab. That should do the trick. Wouter -- Linux duckman 2.2.14 #1 Wed Jan 5

Re: Debian boot issue.

2000-01-15 Thread Wouter Hanegraaff
On Fri, Jan 14, 2000 at 02:01:43PM -0900, Christopher S. Swingley wrote: Any idea ? I had the same problem with an Adaptex 2910C. I think your problem is a kernel issue -- the 2.0.36 kernel that is loaded from the Debian CD doesn't support the newer Adaptec cards. This is why it

Re: slink to potato?

2000-01-16 Thread Wouter Hanegraaff
On Sat, Jan 15, 2000 at 01:01:51PM -0800, Michael Perry wrote: Hi all- I just got dsl here so have a system I would like to take from slink to potato using the apt-get install dist-upgrade. Has anyone done this recently? Any issues? I did the upgrade last friday on my laptop. no real

ssh x11 forwarding

2000-01-18 Thread Wouter Hanegraaff
I have three computers, two running slink and one running potato. The slink boxes have the old ssh, and the potato box has openssh. When I log into the potato box from one of the slink boxes, x11 forwarding doesn't work at all. When I do ssh -v sushi xterm (sushi is the potato box) I get the

Re: New drive ready to partition. Just what some recommendations and suggestions.

2000-01-18 Thread Wouter Hanegraaff
On Tue, Jan 18, 2000 at 02:01:07PM +0100, Onno Ebbinge wrote: Sometimes I don't understand the stratagies used in disk partitioning. Me neither, why are we making things so complicated and inflexible? My partition scheme is as follows: 1.5 GB / Rest/vol/0 /home is a link to /vol/0/_home.

Re: Is potatoe's exim 3.12-1 OK?

2000-01-19 Thread Wouter Hanegraaff
I had similar problems when I didn't use an smtp while sending mail to certain adresses, only I use postfix. My error was: (conversation with columbo.hvu.nl[145.89.50.200] timed out while sending end of data -- message may be sent more than once) However, this turned out to be a router problem,

Come on lorenzo, pleas stop the madness..

2000-01-19 Thread Wouter Hanegraaff
Hi lorenzo, On Wed, Jan 19, 2000 at 10:01:50AM +0100, [EMAIL PROTECTED] wrote: Return Receipt YourRe: Is potatoe's exim 3.12-1 OK? document:

Re: Come on lorenzo, pleas stop the madness..

2000-01-19 Thread Wouter Hanegraaff
cc: debian-user@lists.debian.org From: Wouter Hanegraaff [EMAIL PROTECTED] Date: 19/01/2000 09.44.08 GMT 19/01/2000 10.44.56 Subject: Come on lorenzo, pleas stop the madness.. - Memo - Message -- Hi

Re: slink - potato

2000-01-21 Thread Wouter Hanegraaff
On Thu, Jan 20, 2000 at 05:01:27PM -0600, Phil Brutsche wrote: No it's not safe for you to upgrade - not enough disk space. When I downloaded everything it was 155MB. You need to delete quite a few files from your root file system. I had this problem too. Why isn't there an option for apt to

Re: disk backups

1999-10-04 Thread Wouter Hanegraaff
is it somehow possible to save a complete disk structure via a net booted system. I guess I have at least to do the(re-)partitioning by hand. I especially think about some windows based clients which I want to quickly repair in case of emergency. Therefore, I'd like to install the system,

Re: X, WindowMaker, and the such

1999-10-08 Thread Wouter Hanegraaff
On Wed, Oct 06, 1999 at 04:10:00PM -0400, Brian A Phillips wrote: I am having a problem running X on my machine. The main problem seems to be that WindowMaker crashes when I try to open a dialog box (for instance when trying to access 'settings' for a dock icon). Well that sounds

Re: Framebuffer console 'Invalid Mode'

1999-10-09 Thread Wouter Hanegraaff
On Fri, Oct 08, 1999 at 07:10:00PM -0600, [EMAIL PROTECTED] wrote: I have a matrox g400 card and I have tried both the matrox mode and the vesa mode. I am running kernel 2.2.12. [snip] append = video=matrox:vesa:440 I have a mystique, and because I didn't like the refreshrate and

Re: Framebuffer console 'Invalid Mode'

1999-10-10 Thread Wouter Hanegraaff
On Sat, Oct 09, 1999 at 09:10:36AM -0600, [EMAIL PROTECTED] wrote: Wouter, My setup is similar. Is that the only video line in your lilo.conf? Yep. Also, where did you put it? (in case it matters). boot=/dev/hda7 install=/boot/boot.b map=/boot/map delay=20 default=Linux

Re: begging.. .(Excluded IRQ3, using IRQ9 now, but still not OK)

1999-10-10 Thread Wouter Hanegraaff
On Sat, Oct 09, 1999 at 06:10:31PM -0700, John Miskinis wrote: Hello, While waiting for my post to show up, I digged a little deeper, and found that irq3 was not being excluded by PCMCIA. I excluded IRQ3 and IRQ5 (which it picked up sometimes, but states it is wrong) and it now uses IRQ9

Re: Netscape and its cache

1999-10-12 Thread Wouter Hanegraaff
I'm using netscape with wwwoffle (www offline explorer, a personal http proxy), and it works very well. If you install this package, then you can switch off the netscape cache, and the wwwoffle will keep the size of the cache below the configured limit. This solution has other advantages

Re: netscape 4.7 and download

1999-10-21 Thread Wouter Hanegraaff
On Wed, Oct 20, 1999 at 02:10:53PM +0200, Jean-Yves BARBIER wrote: Hi, I wonder if somebody has found how to recover files downloaded (especially from ftp) in the netscape cache? (these files which are printed to the screen while dowload them) A friend of mine wrote a small script to see

ide atapi zipdrive transfer rates

1999-10-24 Thread Wouter Hanegraaff
While playing with ide-scsi to get my ide cd writer working, I found out that the ide-atapi zipdrive works with ide-scsi emulation, even when the ide floppy driver is not compiled in the kernel or module. But when I tested the copying speed, I noticed that the transfer rate is much higher using

Re: Does anyone use ZIP disks to backup/restore their system? How?

1999-11-02 Thread Wouter Hanegraaff
On Tue, Nov 02, 1999 at 02:11:09AM -0800, John Miskinis wrote: Hi, I'm hoping to find a set of tools that will allow a linux system to be backed up, and restored, using ZIP disks. I would really appreciate any advise on this subject, from anyone who has successfully restored a system from

Re: Menus in X Windows

1999-11-05 Thread Wouter Hanegraaff
On Thu, Nov 04, 1999 at 10:11:38PM -0600, David J. Kanter wrote: Just how is it that all my window managers can essentially show the same menu entrues, such as when I click on the root window? For instance, in E I can click Debian, and I see all the selections that I'd see with Window Maker,

printing on remote printer

2000-01-26 Thread Wouter Hanegraaff
I had remote printing from my laptop to my workstation with printer working, when both ran slink. It also worked with my mailserver, and the mailserver and laptop have the same printcap file: lp|hp690|hp690:\ :sd=/var/spool/lpd/dj:\ :rm=daria.sloterdijk.nl:\ :rp=lp:\

Timeservers in the Netherlands

2000-01-27 Thread Wouter Hanegraaff
I am looking for a couple of good timeservers in the Netherlands for use with netdate. I was using www.surfnet and news.surfnet.nl, but now news.surfnet.nl refuses to tell the time, which is not very social... Wouter -- Linux daria 2.2.14 #2 Wed Jan 26 15:38:00 CET 2000 i586 unknown 11:46am

Re: Setting up Debian - III

2000-02-02 Thread Wouter Hanegraaff
On Wed, Feb 02, 2000 at 10:02:01AM -0800, davidturetsky wrote: In response to below suggestion, I repartitioned as follows: c: 5,004.6 meg Extended: / 2,502.3 swap 502.0 /usr 5,004.6 e: 19,618.4 The Debian install takes me to the

Sound editor for large wave files

2000-02-20 Thread Wouter Hanegraaff
I am looking for a sound editor that works well with large files. I need to be able to split a large wave file into pieces and normalize it so I can burn them on a cd. I tried xwave but it tries to load the whole file into memory, and that doesn't work with only 64 MB ram... Oh, and with large

Real Player 7

2000-03-22 Thread Wouter Hanegraaff
Hi, I Installed REalplayer 7 using the installer, and after that I was unable to start netscape anymore: only bus errors. So, I removed .netscape, .mime-types and .mailcap from my homedir, and netscape starts again. However, when I go to a site with real video, It sais I have no real player

NFS permissions skewed with linux 2.6 client

2004-08-25 Thread Wouter Hanegraaff
Hi, I'm experiencing weird problems with file permissions on nfs-mounted directories: bash-2.05a$ whoami wouter bash-2.05a$ groups wouter wouter : wouter adm dialout floppy cdrom users openoffice src tape mysql telnetd video staff audio bash-2.05a$ pwd /home/algemeen bash-2.05a$ ls -la test