Setting up a mirror

2001-12-13 Thread Antonio Fiol Bonnín
Hello, Has anyone set up a mirror starting from a CD set? Thanks! Antonio Fiol

Local (entreprise) mirror

2001-12-12 Thread Antonio Fiol Bonnín
Hello, I will be installing Debian/sid on several machines. They will probably be internet-connected when I install them. At the moment the LAN is NOT connected to the Internet, waiting for an ADSL line installation. I already have a Debian/potato installed on the same LAN. I created from an

Re: Netscape & plugins

2000-07-17 Thread Antonio Fiol Bonnín
How do I check if my Netscape is a libc6 one? Thanks! Antonio On Tue, 18 Jul 2000, Chanop Silpa-Anan wrote: > Once upon a time, I heard FIOL BONNIN Antonio say > > > > > I imagine that this question is a FAQ, but I don't know where to find the > > answer: > > > > I have Netscape inst

Re: Potato & Moneydance

2000-03-26 Thread Antonio Fiol Bonnín
You have to play with the CLASSPATH variable in one (some) of the scripts. I had exactly the same problem, and I solved it that way. In fact, if I haven't forgotten, it's simply a question of adding a line to the script that states where it can find your classes.zip file CLSPATH=${CLSPATH}:/your/p

emacsen-common fails to set-up

2000-03-26 Thread Antonio Fiol Bonnín
Well, I do not like writing too much, so I copy & paste... Any help will be appreciated. Antonio Setting up emacsen-common (1.4.10) ... emacsen-common: Handling install of emacsen flavor emacs emacsen-common: Handling install of emacsen flavor emacs20 emacsen-common: byte-compiling for

Re: dns changing

2000-03-24 Thread Antonio Fiol Bonnín
/etc/resolv.conf On Fri, 24 Mar 2000, Beavis wrote: > how do i change the dns? >

Re: Limiting user access in ftp, ssh, samba, etc... 'passwords'

2000-03-24 Thread Antonio Fiol Bonnín
> I want to have easy freedom in limiting user access. I have killed > telnetd, and only sshd. I want to allow some users access through ssh, > some through ftpd, and some through samba. How can I turn off user > access through ssh, but keep their account, and allow them access > through ftp?

Re: Moving /home to new Parition

2000-03-24 Thread Antonio Fiol Bonnín
Assuming you have a /mnt/tmp directory, you can do: mount /dev/hda12 /mnt/tmp cp -dpR /home/* /mnt/tmp Then you check that everything is on the right place, and that I have not given you the wrong cp command (verify symlinks for example). Check also that each file belongs to the right user and ha

Re: Similar problem as in Re: messed up terminal

2000-03-24 Thread Antonio Fiol Bonnín
I suggest that you try the following instead of "reset": just type cat ESCc (Esc key, then C key (no shift, no caps-lock) Ctrl-D You should hit RETURN after the first two lines. It worked for me some times that reset did not work. I did not try the other methods you state. Antonio On F

Re: Star Office

2000-03-22 Thread Antonio Fiol Bonnín
Well, I did not really experience exactly the same thing, but I have well tested that StarCalc has some bugs when managing memory. The more time you work with it, the more it grows in memory. A lot to do with the UNDO routines, I'm afraid. So... you can *try reducing* the number of steps you want

Re: gpm config for Logitech MouseMan+ PS/2

2000-03-20 Thread Antonio Fiol Bonnín
> > I imagine that I have one of those mice that are not 'boxed', as I bought > > it with the computer. My config is just like yours for X, and the > > difference between your config for gpm and mine should be inexistent... I > > tried everything... > > > "boxed" versions are a) really boxed (i.e.

Re: gpm config for Logitech MouseMan+ PS/2

2000-03-20 Thread Antonio Fiol Bonnín
I imagine that I have one of those mice that are not 'boxed', as I bought it with the computer. My config is just like yours for X, and the difference between your config for gpm and mine should be inexistent... I tried everything... I'll have to wait until someone develops support for my mouse :(

Re: Unresolved symbols potato and kernel 2.0.36

2000-03-20 Thread Antonio Fiol Bonnín
I don't know nearly anything about this, but... did you activate module support in your kernel? It sounds like there has to be such a silly little thing that breaks it all. If you compile the kernel properly (at least it happened ok to me when I had 2.0.36), i.e. (make dep; make clean; make zImage