Re: a good howto on postfix including its working w/ clamav

2009-04-23 Thread Paulo Silva
2009/4/22 Sthu Deus : > Good day. > > Can You recommend a good howto on postfix including its working w/ > clamav, etc. > > Thank You for Your time. Try this one: http://www.debian-administration.org/articles/259 -- Paulo Silva -- To UNSUBSCRIBE, email t

Re: Any suggest on NFS server in product environment?

2008-10-10 Thread Paulo Silva
now anyone who uses the other one). Also you should read (if you haven't done so) the Linux NFS HOWTO[1], it's great if you start having problems or if you want to optimize it's performance. [1] http://nfs.sourceforge.net/nfs-howto/ -- Paulo Silva <[EMAIL PROTECTED]> --

Re: ping MAC address

2008-10-07 Thread Paulo Silva
doesn't handles MAC address and there is another implementation using libnet and libpcap that does (debian package arping). [1] http://en.wikipedia.org/wiki/Arping -- Paulo Silva <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: backup system to ISO image

2008-09-25 Thread Paulo Silva
gt; > >> > >> Yes, search for clonezilla. > >> > > I think MondoRescue can do that too. The first disk created can be > > bootable, and from there it's easy to restore the other disk images made > > with Mondo. > > > > Tom Also mkcdrec (http://mkcdrec.ota.be/) -- Paulo Silva <[EMAIL PROTECTED]> signature.asc Description: Esta é uma parte de mensagem assinada digitalmente

Re: GDM and pam_mount?

2008-09-23 Thread Paulo Silva
ght not be the correct order to place the pammount include. Before logging in the console did you do the same for etc/pam.d/login? -- Paulo Silva <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: transitivity of login

2008-09-17 Thread Paulo Silva
Connection established > Linux B ... >... > Last login: Wed Sep 17 08:16:01 2008 from A > [EMAIL PROTECTED]:~$ ssh C > [EMAIL PROTECTED]'s password: Can you try "ssh -v C"? You can use up to 3 -v to increase verbosity. This way you should have an idea where/why the conne

Re: NFS or Samba (windows client)

2008-09-16 Thread Paulo Silva
to mount these shares similar to how I do so on my Linux > boxen, eg. c:\My Documents -> nfs://nfsserver/mydocuments (afaik this is not > possible) > > The ultimate solution would be to remove windows, but this is a work in > progress... ;) -- Paulo Silva <[EMAIL PR

Re: tar block question

2008-09-16 Thread Paulo Silva
7. mount -t fstype /dev/loop0 /mnt/diskimg The mount can be done with the loop option using the file as device: # mount -t fstype -o loop /path/to/filename /mnt/diskimg -- Paulo Silva <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: How to customize project version number in subversion

2008-09-13 Thread Paulo Silva
tal by one. > I want to set the number in format of 1.0.0.1, how can I do this setting the > main branch number? I don't think you can change the revision number format. Maybe you can achieve what you want using tags[1]? [1] http://svnbook.red-bean.com/en/1.4/svn.branchmerge.tags.

Re: dd|tar backup over ssh fails, could someone give me a pointer.

2008-09-12 Thread Paulo Silva
n=no [EMAIL PROTECTED] -- Paulo Silva <[EMAIL PROTECTED]> signature.asc Description: Esta é uma parte de mensagem assinada digitalmente

Re: Copy entire /usr

2008-09-12 Thread Paulo Silva
2008/9/12 Raven <[EMAIL PROTECTED]>: > On Fri, 2008-09-12 at 09:49 +0200, François Cerbelle wrote: >> Le Ven 12 septembre 2008 09:36, Paulo Silva a écrit : >> [...] >> > # rsync -av /usr/ /newusr/ >> > # umount /usr >> >> I think he will not

Re: Copy entire /usr

2008-09-12 Thread Paulo Silva
gt; (since I am not doing the whole "remount" thing)? You can umount the old /usr and move the new directory to it's place: # rsync -av /usr/ /newusr/ # umount /usr # rmdir /usr # mv /newusr /usr Don't forget to change /etc/fstab. -- Paulo Silva <[EMAIL PROTECTED]> signa

Re: Copy entire /usr

2008-09-12 Thread Paulo Silva
ink you will certainly miss some files. I would use rsync too, something like: # rsync -av /usr/ /mnt/newusr/ (you can drop the v swith if you don't want verbose output) If possible it you be good to remount /usr as read-only (mount -o remount,ro /usr) so you are certain no changes ar

Re: Which daemons run at startup

2005-10-26 Thread Paulo Silva
n in certain runlevel (3 in the example). This could be easily adapted to other OSs (at least those that have a System-V runlevels). -- Paulo Silva <[EMAIL PROTECTED]> Eurotux Informática, S.A. signature.asc Description: This is a digitally signed message part

Re: NFS mount very very slow

2004-06-26 Thread Paulo Silva
ll. I don't know whether it took 15 minutes > or two hours, but whatever the time lag was, it it had taken far too > long. can anyone tell me how to work out what the problem could be? > > The entry in 192.168.0.6:/etc/exports is: > > /etc 192.168.0.2(ro) >

Re: Replicating Debian Systems

2004-05-28 Thread Paulo Silva
A Qui, 2004-05-27 às 16:50, Lucas Albers escreveu: > > Loren M. Lang wrote: > > > > I may have to rapidly deploy multiple debian systems that will have > > the same software installed and be configured the same way. The ideal > > way to install debian would be to stick a cd into a computer, turn i

Re: udev and CD or DVD drives

2004-04-06 Thread Paulo Silva
On Tue, 2004-04-06 at 20:37, Alex Malinovich wrote: > Being that you're using udev, the 'correct' solution would be to > create a udev rule to create an appropriate entry for your cd/dvdrom > drives. I, however, got lazy and instead just made symlinks from > /dev/scd0 to /dev/dvdrom. :) But if you'

SATA Debian support

2004-03-06 Thread Paulo Silva
Hi all, I'm going to buy a new computer and I was wondering if there is any support in the kernel for the new SATA controllers. I'm thinking in acquiring an Asus P4P8X motherboard with an Intel ICH5 SATA Chipset. Anyone has experience with this kind of hardware? Does the SATA technology really tur

Logging CPU usage

2004-01-21 Thread Paulo Silva
Hello Is there any programm to log the cpu usage by services? I would like to be informed whenever a process as excessive cpu usage. Any hint to do this? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: A couple more strange "sound" probs...

1999-02-20 Thread Paulo Silva
Sorry, I have promissed to write yesterday, but I completly forgot. Here goes my awe64 setup information. I tried to play some .wav files (with xwave) and they played well. So I am suposing everything is working OK. If this is not the case I would appreciate if some one calls my attention. "ca

Re: Trubles with real player.

1999-02-15 Thread Paulo Silva
James Dietrich writes: > Well, I looked at my configuration and just realized that I am not using > libnlock.so anymore. From the rvplayer changelog: > rvplayer (1:5.0-7) frozen unstable; urgency=low > > * Now contains a small shared library that is preloaded to work around the > bug

Re: Trubles with real player.

1999-02-15 Thread Paulo Silva
James, I tried the solution you have proposed and it didn't work out. I get an "segmentation fault" when trying to execute the script which loads the small "libraby". I have compiled the library with the -share argument. Any hint? Paulo. James Dietrich writes: > > I've used the procedure in

Trubles with real player.

1999-02-15 Thread Paulo Silva
Hello, Is there anyone having problems with real player and sound in new kernels? I am using kernel 2.2.1 and I got an awe64 sound card. As far as I know, every other sound application is working well (I am hearing a cd now for example). But, every time I click on a rvplayer link I got the fol

gnome

1999-02-02 Thread Paulo Silva
Hello, Did anyone out there succeded on running the new gnome stuff on unstable. I've installed some 0.99.3 deb from there. Whenever I try to terminate the session from the panel I get the following error: panel: error in loading shared libraries /usr/lib/libgnome.so.31: undefined symbol: esd_s

Changing DPI in X.

1999-01-07 Thread Paulo Silva
Hello, Today I was reading LyX documentation. After reading how to calculate the DPI of your monitor I've ran across the following: > ... If this number is more than, say, 5 DPI from the detected value, you > should either fix the X setup, or at least tell LyX that the DPI is > different than th

Dired in xemacs not working.

1998-11-28 Thread Paulo Silva
Hello, I am using xemacs20, but dired mode is not working. For exemple, when I press "d" over a file name, xemacs gets into a loop that can only be halted by pressing control-g. Any hint? Thanks, Paulo. here is result from dpkg --status xemacs20-bin and xemacs20-nomule Package: xemacs20-bi