Réponse automatique d'absence du bureau : Wow
En raison des congés d'été, je suis absente de l'Institut Saint-Simon pour la période du 13 Juillet au 4 séptembre 2006 Bonne été, à bientöt.
RE: cp sucks or do I not know enough?
$ ls -A1p |grep -v / # I think this would actually match cp's behavior Here is options used -A, --almost-all do not list implied . and .. -1 list one file per line -p, --file-typeappend indicator (one of /=@|) to entries We grep / to remove directories from output, since they won't be copied with ls command below > ls /foo/*.xyz # To see the files it will select > cp /foo/*.xyz /boo
Increasing NGROUPS_MAX
Supplemental group membership is limited to 32 by default. I need a user to be part of more than 32 groups, how can I increase NGROUPS_MAX value?
RE: IPtables front end
Webmin has a module > -Original Message- > From: Stephen [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 20, 2006 9:19 AM > To: debian > Subject: IPtables front end > > I'm looking for a front end to iptables that doesn't rely on having X > installed. Is there such a beast ? > > > -- > Regards > Stephen
RE: APT Black Magic
Should take a look at reprepro http://www.debian-administration.org/articles/286 > -Original Message- > From: T.J. Duchene [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 19, 2006 11:20 AM > To: debian-user > Subject: APT Black Magic > > Be sure to actually check the listed paths in the Packages.gz file to > make sure that they are pointing to the deb files in question. > > > > > It sounds like you have the Packages file written in the proper format > so that it can be added to the package tree via APT or Synaptic > (frontend to apt), but that the locations listed in the Packages.gz file > is off. > > I had a similiar problem with a previous version of Debian. You have to > take the tree structure of the standard repository into account when > making your own local package collections. > > I hope that helps! > > Cheers, > T.J. > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED]
RE: Read/Write files from a script?
$ cat filename ß read the file $ echo ‘bob’ > filename ( [over]write to the file ) Or $ echo ‘bob’ >> filename ( appends to the file ) From: Anil Gupte [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 7:50 AM To: debian-user@lists.debian.org Subject: Read/Write files from a script? Is there a shell command to read files? I want to open a text file, loop through each line and parse the line of text. Also, as I am in learning mode, is there a way to write text files from a script? Thanx, Anil Gupte
RE: dell poweredge 830
If I am not mistaken, nic is either Broadcom or intel. The 830 worked well on Debian Sarge where I used to work, even with the sata controller. There is scsi support available for those server, so it is possible it is scsi > -Original Message- > From: Mihira Fernando [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 12, 2006 12:20 AM > To: debian-user@lists.debian.org > Subject: Re: dell poweredge 830 > > Andrew Sackville-West wrote: > > > its got, more or less: > > > > intel p4, 2GB, 2x 187GB scsi drives, integrated XGI XG20 VGA > > controller, unknown integrated gigabit NIC. > > > > I'm mostly concerned about hardware support and mystery devices that > > don't "just work" on this machine. > Better get a NIC that is known to work with Debian. > > -- > Random Quotes From Megas XLR > Coop: You see? The mysteries of the Universe are revealed when you break > stuff. > Jamie: When in doubt, blow up a planet. > Kiva: It's an 80 foot robot, if we can't see it, absolutely it's not here. > Glorft Technician: Unnecessary use of force in capturing the Earthers > has been approved. > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. AVIS: Le présent courriel contient des renseignements de nature privilégiée et confidentielle et nest destiné qu'à la personne à qui il est adressé. Si vous nêtes pas le destinataire prévu, vous êtes par les présentes avisés que toute diffusion, distribution ou reproduction de cette communication est strictement interdite. Si vous avez reçu ce courriel par erreur, veuillez en aviser immédiatement lexpéditeur et le supprimer de votre système. Notez que la transmission de courriel ne peut en aucun cas être considéré comme inviolable ou exempt derreur puisque les informations quil contient pourraient être interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes ou contenir un virus.
RE: MYSQL, sarge
From: L.V.Gandhi [mailto:[EMAIL PROTECTED] Sent: Monday, July 10, 2006 10:33 AM To: debian-user Subject: MYSQL, sarge Where does mysql stores database in sarge? Which version? # mysqld --version You can use the following to find the files # find / -iname *.myi How to back up data base? Mysqldump is a good util If I want to change data in a field say symbol in table say shares from say abcd to lmn, how to do it? http://www.w3schools.com/sql/default.asp -- L.V.Gandhi http://lvgandhi.tripod.com/ linux user No.205042 NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. AVIS: Le présent courriel contient des renseignements de nature privilégiée et confidentielle et nest destiné qu'à la personne à qui il est adressé. Si vous nêtes pas le destinataire prévu, vous êtes par les présentes avisés que toute diffusion, distribution ou reproduction de cette communication est strictement interdite. Si vous avez reçu ce courriel par erreur, veuillez en aviser immédiatement lexpéditeur et le supprimer de votre système. Notez que la transmission de courriel ne peut en aucun cas être considéré comme inviolable ou exempt derreur puisque les informations quil contient pourraient être interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes ou contenir un virus.
RE: Starting Mysql service.. Problem
# apt-get remove mysql-server # apt-get --purge mysql-server # apt-get install mysql-server Their might be other packages you want to do the same ;) Mysql-common may be a good candidate well guys the command didn`t work. but the user that the system is using for change the permission on the folder i getting denied access... Why? if it is supossed that user have the admin purpose in the service or the database of mysql linux-debian:~# chmod u+w /var/run/mysqld linux-debian:~# /etc/init.d/mysql start Starting MySQL database server: mysqld. /usr/bin/mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user: ' [EMAIL PROTECTED]' (Using password: YES)' Checking for crashed MySQL tables in the background. linux-debian:~# /usr/bin/mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user: ' [EMAIL PROTECTED]' (Using password: YES)' On 7/6/06, Conrad Williams <[EMAIL PROTECTED] > wrote: Try making the directory writable. Don't know why the permissions have been changed, but... # chmod u+w /var/run/mysqld dr-xr-xr-x 2 mysql root 4096 2006-07-04 07:30 . ^ this is not writable for the mysql user. NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. AVIS: Le présent courriel contient des renseignements de nature privilégiée et confidentielle et nest destiné qu'à la personne à qui il est adressé. Si vous nêtes pas le destinataire prévu, vous êtes par les présentes avisés que toute diffusion, distribution ou reproduction de cette communication est strictement interdite. Si vous avez reçu ce courriel par erreur, veuillez en aviser immédiatement lexpéditeur et le supprimer de votre système. Notez que la transmission de courriel ne peut en aucun cas être considéré comme inviolable ou exempt derreur puisque les informations quil contient pourraient être interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes ou contenir un virus.
RE: Debian box listening on UDP port 68
> Jean-Sebastien Pilon wrote: > > Hello all, > > > > I noticed that all my Debian boxes are listening on port 68/UDP if they > > have the DHCP client running. > > > > Can someone explain to me why they would listen on that port if they > > actually received their DHCP info and they are up and running. > > > > udp0 0 0.0.0.0:68 0.0.0.0:* > > > > is there any argument I need to pass to dhclient to fix this behavior ? > > > > It is probably that way since dhclient expects that it may need to > listen to the DHCP server if the lease is revoked or some other such > thing. Any ways to disable such behavior? > > Please get rid of the above ridiculous notices or please post from a > different email address. About 66-75% of your message text is that > disclaimer, which by the way holds very little or no legal weight, > espcially considering you posted to a public mailing list with thousands > of recipients. Unfortunately this is appended automatically. > > -Roberto > > -- > Roberto C. Sanchez > http://familiasanchez.net/~roberto NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. AVIS: Le présent courriel contient des renseignements de nature privilégiée et confidentielle et nest destiné qu'à la personne à qui il est adressé. Si vous nêtes pas le destinataire prévu, vous êtes par les présentes avisés que toute diffusion, distribution ou reproduction de cette communication est strictement interdite. Si vous avez reçu ce courriel par erreur, veuillez en aviser immédiatement lexpéditeur et le supprimer de votre système. Notez que la transmission de courriel ne peut en aucun cas être considéré comme inviolable ou exempt derreur puisque les informations quil contient pourraient être interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes ou contenir un virus.
Debian box listening on UDP port 68
Hello all, I noticed that all my Debian boxes are listening on port 68/UDP if they have the DHCP client running. Can someone explain to me why they would listen on that port if they actually received their DHCP info and they are up and running. udp0 0 0.0.0.0:68 0.0.0.0:* is there any argument I need to pass to dhclient to fix this behavior ? Thanks NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. AVIS: Le présent courriel contient des renseignements de nature privilégiée et confidentielle et nest destiné qu'à la personne à qui il est adressé. Si vous nêtes pas le destinataire prévu, vous êtes par les présentes avisés que toute diffusion, distribution ou reproduction de cette communication est strictement interdite. Si vous avez reçu ce courriel par erreur, veuillez en aviser immédiatement lexpéditeur et le supprimer de votre système. Notez que la transmission de courriel ne peut en aucun cas être considéré comme inviolable ou exempt derreur puisque les informations quil contient pourraient être interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes ou contenir un virus.
RE: Starting Mysql service.. Problem
Are you trying to start it as an un-privileged user? From: Hansel A. Ortiz [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 2:26 PM To: debian-user@lists.debian.org Subject: Starting Mysql service.. Problem hi im having problems starting up the service of mysql im using DEBIAN SARGE and im installed mysql via apt-get install mysql-server Starting MySQL database server: mysqld...failed. Please take a look at the syslog. /usr/bin/mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)' Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists! -- Hansel A. Ortiz Peralta Analista de Sistemas AAA. Dominicana Proyecto ASDE Zona Oriental Phone. 809-593-0707 Ext 116 Mobile. 809-977-5169 Flota: 809-702-1599 Dominican Republic Email [EMAIL PROTECTED] NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. AVIS: Le présent courriel contient des renseignements de nature privilégiée et confidentielle et nest destiné qu'à la personne à qui il est adressé. Si vous nêtes pas le destinataire prévu, vous êtes par les présentes avisés que toute diffusion, distribution ou reproduction de cette communication est strictement interdite. Si vous avez reçu ce courriel par erreur, veuillez en aviser immédiatement lexpéditeur et le supprimer de votre système. Notez que la transmission de courriel ne peut en aucun cas être considéré comme inviolable ou exempt derreur puisque les informations quil contient pourraient être interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes ou contenir un virus.
RE: eth0: flipped to 10baseT appears on login prompt
This appears because of something like the following in syslog.conf # *.=debug;*.=info;\ # *.=notice;*.=warn /dev/tty8 I suggest you install mii-diag to troubleshoot this problem, with mii-diag you can monitor auto-negotiation. You might want to force 100 full duplex ;) if available at the other end of the wire... > -Original Message- > From: Mikko Fallenius [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 29, 2006 7:19 AM > To: debian-user@lists.debian.org > Subject: eth0: flipped to 10baseT appears on login prompt > > I have just installed Debian 3.1 (sarge) on an > IBM Thinkpad 760E with the Debian installation floppies. > > There's a 3com EtherLink III 3C589B PCMCIA adapter > and when the system boots and the login prompt appears > a message "eth0: flipped to 10baseT" appears twice > and messes up the login prompt. You can get the login > prompt displayed again by pressing enter and everything works. > So this is quite a minor issue. > > I'm just wondering if I could get it to not mess up the > login prompt. > > Mikko Fallenius > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. AVIS: Le présent courriel contient des renseignements de nature privilégiée et confidentielle et nest destiné qu'à la personne à qui il est adressé. Si vous nêtes pas le destinataire prévu, vous êtes par les présentes avisés que toute diffusion, distribution ou reproduction de cette communication est strictement interdite. Si vous avez reçu ce courriel par erreur, veuillez en aviser immédiatement lexpéditeur et le supprimer de votre système. Notez que la transmission de courriel ne peut en aucun cas être considéré comme inviolable ou exempt derreur puisque les informations quil contient pourraient être interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes ou contenir un virus.
POSIX ACLs on Debian
Hi all, I would like to implement POSIX ACLs on a Debian server. The partition is formatted with ReiserFS. I am using the default 2.4 kernel in 3.1r2 (2.4.27-2-386) I understand that POSIX ACLs were introduced with 2.6 kernels. I see that Debian most likely patched the 2.4 kernel for POSIX ACLs # cat /boot/config-2.4.27-2-386 | grep POSIX CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT2_FS_POSIX_ACL=y CONFIG_XFS_POSIX_ACL=y CONFIG_FS_POSIX_ACL=y But ReiserFS seems to be missing. Can I get it to work with that 2.4 kernel?? Or can I install a ReiserFS/POSIX ACLs enabled kernel without having to compile anything? Thanks for your help. NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. AVIS: Le présent courriel contient des renseignements de nature privilégiée et confidentielle et nest destiné qu'à la personne à qui il est adressé. Si vous nêtes pas le destinataire prévu, vous êtes par les présentes avisés que toute diffusion, distribution ou reproduction de cette communication est strictement interdite. Si vous avez reçu ce courriel par erreur, veuillez en aviser immédiatement lexpéditeur et le supprimer de votre système. Notez que la transmission de courriel ne peut en aucun cas être considéré comme inviolable ou exempt derreur puisque les informations quil contient pourraient être interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes ou contenir un virus.
RE: Enable smtp mail server
# netstat -ln > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of T > Sent: Thursday, June 29, 2006 12:07 AM > To: debian-user@lists.debian.org > Subject: Enable smtp mail server > > Hi, > > Why my postfix smtp server is not receiving connections? > > $ telnet localhost 25 > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > Connection closed by foreign host. > > How can I enable it? > > Details: > > I installed my postfix using the option "Internet site using smarthost". > the postfix server is up and running: > > root 31693 1 0 23:26 ?00:00:00 /usr/lib/postfix/master > postfix 31695 31693 0 23:26 ?00:00:00 pickup -l -t fifo -u -c > postfix 31696 31693 0 23:26 ?00:00:00 qmgr -l -t fifo -u -c > > please help. > > thanks > > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. AVIS: Le présent courriel contient des renseignements de nature privilégiée et confidentielle et nest destiné qu'à la personne à qui il est adressé. Si vous nêtes pas le destinataire prévu, vous êtes par les présentes avisés que toute diffusion, distribution ou reproduction de cette communication est strictement interdite. Si vous avez reçu ce courriel par erreur, veuillez en aviser immédiatement lexpéditeur et le supprimer de votre système. Notez que la transmission de courriel ne peut en aucun cas être considéré comme inviolable ou exempt derreur puisque les informations quil contient pourraient être interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes ou contenir un virus.
RE: force stable package if avail
Sorry did not see previous post about this. That means a good bet would be: !? Package: * Pin: release a=stable Pin-Priority: 700 Package: * Pin: release a=testing Pin-Priority: 600 Package: * Pin: release a=unstable Pin-Priority: 500 > -Original Message- > From: Dimitar Vukman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 28, 2006 12:01 PM > To: debian-user@lists.debian.org > Subject: Re: force stable package if avail > > On Wed, 28 Jun 2006 11:23:47 -0400 > "Jean-Sebastien Pilon" <[EMAIL PROTECTED]> wrote: > > > Is there a way I can tell apt to use stable and only testing and > > unstable when package not in stable ??? > > > Just an add-on to previous post, some info on apt pinning: > http://wiki.serios.net/wiki/Apt-Pinning_on_Debian . > > > -- > "Infinite Love Is The Only Truth, Everything Else Is Illusion!" > PGP:0xE6359031 ICQ:32812963 MSN:[EMAIL PROTECTED] NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. AVIS: Le présent courriel contient des renseignements de nature privilégiée et confidentielle et nest destiné qu'à la personne à qui il est adressé. Si vous nêtes pas le destinataire prévu, vous êtes par les présentes avisés que toute diffusion, distribution ou reproduction de cette communication est strictement interdite. Si vous avez reçu ce courriel par erreur, veuillez en aviser immédiatement lexpéditeur et le supprimer de votre système. Notez que la transmission de courriel ne peut en aucun cas être considéré comme inviolable ou exempt derreur puisque les informations quil contient pourraient être interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes ou contenir un virus.
force stable package if avail
Hello all, Sometimes I need to install testing and/or unstable packages. The thing is that I would like to keep all to stable if possible... Example: I need sun-java5-jdk with is only in unstable I want all dependencies to be installed from stable if possible Is there a way I can tell apt to use stable and only testing and unstable when package not in stable ??? NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. AVIS: Le présent courriel contient des renseignements de nature privilégiée et confidentielle et nest destiné qu'à la personne à qui il est adressé. Si vous nêtes pas le destinataire prévu, vous êtes par les présentes avisés que toute diffusion, distribution ou reproduction de cette communication est strictement interdite. Si vous avez reçu ce courriel par erreur, veuillez en aviser immédiatement lexpéditeur et le supprimer de votre système. Notez que la transmission de courriel ne peut en aucun cas être considéré comme inviolable ou exempt derreur puisque les informations quil contient pourraient être interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes ou contenir un virus.
RE: creating custom binary packages?
Some nice articles I have found http://www-128.ibm.com/developerworks/linux/library/l-debpkg.html http://www.debian-administration.org/articles/336 http://people.debian.org/~jaldhar/make_package1.html From: Kit Peters [mailto:[EMAIL PROTECTED] Sent: Monday, June 26, 2006 6:12 PM To: debian-user@lists.debian.org Subject: creating custom binary packages? I have a need to create my own .debs for a box at work, and I'd like to use precompiled stuff when I can. How do I create a custom .deb from a precompiled package, a la firefox or MySQL? I've looked at the New Maintainer's Guide (though perhaps not as in depth as I ought) and I didn't see anything there. Can anyone give me some pointers? Kit Peters NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. AVIS: Le présent courriel contient des renseignements de nature privilégiée et confidentielle et nest destiné qu'à la personne à qui il est adressé. Si vous nêtes pas le destinataire prévu, vous êtes par les présentes avisés que toute diffusion, distribution ou reproduction de cette communication est strictement interdite. Si vous avez reçu ce courriel par erreur, veuillez en aviser immédiatement lexpéditeur et le supprimer de votre système. Notez que la transmission de courriel ne peut en aucun cas être considéré comme inviolable ou exempt derreur puisque les informations quil contient pourraient être interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes ou contenir un virus.
RE: Partitioning an FTP server
I tend to do this... this is assuming that users will have their home folders in /home ;) / --> 512 MB /boot --> 256 MB /usr--> 2 GB /var--> 2 GB /var/log--> 2 GB /tmp--> 1 GB /home --> what is left > -Original Message- > From: Bill English [mailto:[EMAIL PROTECTED] > Sent: Monday, June 26, 2006 12:55 PM > To: 'Debian Users' > Subject: Partitioning an FTP server > > I am new to Debian for servers...my only experience is with home boxes. > > I am building an FTP server that I want to dedicate most of the space to > holding files. Clients will upload the files and we will pull them off > within a day or two. The hard disk I am putting in the machine will be a > 74GB drive. > > What would be the best way to partition it given the server's purpose? > > Thanks! > > -Bill > > * First time list poster * > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. AVIS: Le présent courriel contient des renseignements de nature privilégiée et confidentielle et nest destiné qu'à la personne à qui il est adressé. Si vous nêtes pas le destinataire prévu, vous êtes par les présentes avisés que toute diffusion, distribution ou reproduction de cette communication est strictement interdite. Si vous avez reçu ce courriel par erreur, veuillez en aviser immédiatement lexpéditeur et le supprimer de votre système. Notez que la transmission de courriel ne peut en aucun cas être considéré comme inviolable ou exempt derreur puisque les informations quil contient pourraient être interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes ou contenir un virus.
RE: problem with dns on local network
You could try using nagios to monitor your dns availability, you can have nagios do all sorts of tests. > -Original Message- > From: Micha Feigin [mailto:[EMAIL PROTECTED] > Sent: Monday, June 26, 2006 10:38 AM > To: debian-user > Subject: problem with dns on local network > > I installed dnsmasq to supply dns to my local network. Lately (I'm not > sure if > its since I installed snort or not, although uninstalling doesn't seem to > help) > the dns service seems to come and go intermittently. The same sites that > don't > work from the local computers work perfectly well on the server, so it's > either > dnsmasq that is not functioning properly, or something is blocking dns on > the > server. > > Any ideas on what may be causing the problem, how to find out and how to > solve > it? > > Thanks > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. AVIS: Le présent courriel contient des renseignements de nature privilégiée et confidentielle et nest destiné qu'à la personne à qui il est adressé. Si vous nêtes pas le destinataire prévu, vous êtes par les présentes avisés que toute diffusion, distribution ou reproduction de cette communication est strictement interdite. Si vous avez reçu ce courriel par erreur, veuillez en aviser immédiatement lexpéditeur et le supprimer de votre système. Notez que la transmission de courriel ne peut en aucun cas être considéré comme inviolable ou exempt derreur puisque les informations quil contient pourraient être interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes ou contenir un virus.
gcc --with-java-home
Hello! I am having issues compiling Tomcat's daemon. I get an error "javac cannot compile" Someone pointed out to me that my gcc is configured to use another librabry than the one I need... --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre How can I change this ??? # gcc -v Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --with-tune=i686 --enable-checking=release i486-linux-gnu Thread model: posix NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. AVIS: Le présent courriel contient des renseignements de nature privilégiée et confidentielle et nest destiné qu'à la personne à qui il est adressé. Si vous nêtes pas le destinataire prévu, vous êtes par les présentes avisés que toute diffusion, distribution ou reproduction de cette communication est strictement interdite. Si vous avez reçu ce courriel par erreur, veuillez en aviser immédiatement lexpéditeur et le supprimer de votre système. Notez que la transmission de courriel ne peut en aucun cas être considéré comme inviolable ou exempt derreur puisque les informations quil contient pourraient être interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes ou contenir un virus.
RE: how to compile sarge's default kernel
No it looks for modules in the -386 directory, as long as you try to compile the -386 kernel sources -Original Message- From: Serena Cantor [mailto:[EMAIL PROTECTED] Sent: Monday, June 19, 2006 4:46 PM To: debian-user@lists.debian.org Subject: how to compile sarge's default kernel I load /boot/config-2.4.27-2-386 to xconfig, and compile it, will the kernel be the same as /boot/vmlinuz-2.4.27-2-386? I'm afraid my kernel will look for modules in /lib/modules/2.4.27, not in /lib/modules/2.4.27-2-386 __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. AVIS: Le présent courriel contient des renseignements de nature privilégiée et confidentielle et nest destiné qu'à la personne à qui il est adressé. Si vous nêtes pas le destinataire prévu, vous êtes par les présentes avisés que toute diffusion, distribution ou reproduction de cette communication est strictement interdite. Si vous avez reçu ce courriel par erreur, veuillez en aviser immédiatement lexpéditeur et le supprimer de votre système. Notez que la transmission de courriel ne peut en aucun cas être considéré comme inviolable ou exempt derreur puisque les informations quil contient pourraient être interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes ou contenir un virus.
RE: apt-get'snt working
Have you tried to force install without dependencies? Have you it CTRL+C during installation? What happens if you do apt-get install sendmail? What is the output of apt-show-versions? From: Fourat Zouari [mailto:[EMAIL PROTECTED] Sent: Monday, June 19, 2006 5:52 PM To: debian-user@lists.debian.org Subject: apt-get'snt working Am having problem with apt-get, it wont do anything, it seems that it have a pending job related to sendmail and it doesnt work for i dont know why, i have allways this message : BEGIN tux:~# apt-get install firefox Lecture des listes de paquets... Fait Construction de l'arbre des dépendances... Fait firefox est déjà la plus récente version disponible. ß FIREFOX IS ALREADY AT LATEST VERSION 0 mis à jour, 0 nouvellement installés, 0 à enlever et 169 non mis à jour. 5 partiellement installés ou enlevés. Il est nécessaire de prendre 0o dans les archives. Après dépaquetage, 0o d'espace disque supplémentaires seront utilisés. Paramétrage de sendmail-bin (8.13.7-1) ... Saving old /etc/mail/sendmail.cf as /etc/mail/sendmail.cf.old ... start-stop-daemon: need at least one of --exec, --pidfile or --user Try `start-stop-daemon --help' for more information. dpkg : erreur de traitement de sendmail-bin (--configure) : le sous-processus post-installation script a retourné une erreur de sortie d'état 2 dpkg : des problèmes de dépendances empêchent la configuration de rmail : rmail dépend de sendmail-bin | mail-transport-agent ; cependant : Le paquet sendmail-bin n'est pas encore configuré. Le paquet mail-transport-agent n'est pas installé. Le paquet sendmail-bin qui fournit mail-transport-agent n'est pas encore configuré. dpkg : erreur de traitement de rmail (--configure) : problèmes de dépendances - laissé non configuré dpkg : des problèmes de dépendances empêchent la configuration de sensible-mda : sensible-mda dépend de sendmail-bin | mail-transport-agent ; cependant : Le paquet sendmail-bin n'est pas encore configuré. Le paquet mail-transport-agent n'est pas installé. Le paquet sendmail-bin qui fournit mail-transport-agent n'est pas encore configuré. dpkg : erreur de traitement de sensible-mda (--configure ) : problèmes de dépendances - laissé non configuré dpkg : des problèmes de dépendances empêchent la configuration de sendmail : sendmail dépend de sendmail-bin (= 8.13.7-1) ; cependant : Le paquet sendmail-bin n'est pas encore configuré. sendmail dépend de sensible-mda (= 8.13 .7-1) ; cependant : Le paquet sensible-mda n'est pas encore configuré. sendmail dépend de rmail (= 8.13.7-1) ; cependant : Le paquet rmail n'est pas encore configuré. dpkg : erreur de traitement de sendmail (--configure) : problèmes de dépendances - laissé non configuré dpkg : des problèmes de dépendances empêchent la configuration de subversion-tools : subversion-tools dépend de exim4 | mail-transport-agent ; cependant : Le paquet exim4 n'est pas installé. Le paquet mail-transport-agent n'est pas installé. Le paquet sendmail-bin qui fournit mail-transport-agent n'est pas encore configuré. dpkg : erreur de traitement de subversion-tools (--configure) : problèmes de dépendances - laissé non configuré Des erreurs ont été rencontrées pendant l'exécution : sendmail-bin rmail sensible-mda sendmail subversion-tools E: Sub-process /usr/bin/dpkg returned an error code (1 ) END NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. AVIS: Le présent courriel contient des renseignements de nature privilégiée et confidentielle et nest destiné qu'à la personne à qui il est adressé. Si vous nêtes pas le destinataire prévu, vous êtes par les présentes avisés que toute diffusion, distribution ou reproduction de cette communication est
RE: minicom, modem questions
-Hi there, I am trying to get my modem to communicate with -the one at work. Using dial-up networking from window$ -works, but it is pretty ennoying to reboot to -the window$ OS every time I need my modem. -I read the Serial and PPP-HOWTO's as well as the PPP-over-minicom -mini-HOWTO. -I made sure my modem is configured as described in section 9.3 -of the PPP-HOWTO (these were default anyway). -The point where I get stuck each time is section 9.5, i.e. -testing the modem for dial out. -What happens is the following: -I start minicom, the modem initializes, I dial -my phone-number at work, and after some seconds, ... connection -is established. -As pointed out it is then question of finding -out what the ppp-host requires as login procedure. -The trouble is that I never receive any prompt, nor any other "funny -characters" as suggested in these HOWTO's. Basically nothing happens. -(Remark: I am almost sure that my corporate site uses PAP.) -I've already spend too much time on this, hope someone can put -me one the right track again, otherwise I will have to abandon -the idea. I had the same problem my first time with pppd, use +ua in pppd commad line -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
wyse60 terminal
Is there someone using a Wyse60 terminal with Linux?, I set the TERM enviroment variable to wy60 but some aplications report this error: couldn't load tercap/terminfo entry, other aplication just doesn't run proper. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
Connecting terminals
How many terminals can I connect to my PC using the 4 standar serials ports?. How can I configure Linux for this? -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
Connecting terminals
I need to connect two terminals to my Linux box, I have in my inittab file: s1:12345:respawn:/sbin/agetty 19200 ttyS0 vt100 s2:12345:respawn:/sbin/agetty 19200 ttyS1 vt100 The login prompt appears well in my terminals; but when I try to login I can't do it. Can someone help me? # # inittab This file describes how the INIT process should set up # the system in a certain run-level. # # Version: @(#)inittab 2.0417/05/93MvS # 2.1002/10/95PV # # Author: Miquel van Smoorenburg, <[EMAIL PROTECTED]> # Modified by: Patrick J. Volkerding, <[EMAIL PROTECTED]> # # Default runlevel. id:3:initdefault: # System initialization (runs when system boots). si:S:sysinit:/etc/rc.d/rc.S # Script to run when going single user (runlevel 1). su:1S:wait:/etc/rc.d/rc.K # Script to run when going multi user. rc:23456:wait:/etc/rc.d/rc.M # What to do at the "Three Finger Salute". ca::ctrlaltdel:/sbin/shutdown -t5 -rfn now # Runlevel 0 halts the system. l0:0:wait:/etc/rc.d/rc.0 # Runlevel 6 reboots the system. l6:6:wait:/etc/rc.d/rc.6 # What to do when power fails (shutdown to single user). pf::powerfail:/sbin/shutdown -f +5 "THE POWER IS FAILING" # If power is back before shutdown, cancel the running shutdown. pg:0123456:powerokwait:/sbin/shutdown -c "THE POWER IS BACK" # If power comes back in single user mode, return to multi user mode. ps:S:powerokwait:/sbin/init 5 # The getties in multi user mode on consoles an serial lines. # # NOTE NOTE NOTE adjust this to your getty or you will not be #able to login !! # # Note: for 'agetty' you use linespeed, line. # for 'getty_ps' you use line, linespeed and also use 'gettydefs' c1:1235:respawn:/sbin/agetty 38400 tty1 linux c2:1235:respawn:/sbin/agetty 38400 tty2 linux c3:1235:respawn:/sbin/agetty 38400 tty3 linux c4:1235:respawn:/sbin/agetty 38400 tty4 linux c5:1235:respawn:/sbin/agetty 38400 tty5 linux c6:12345:respawn:/sbin/agetty 38400 tty6 linux # Serial lines #s1:12345:respawn:/sbin/agetty 19200 ttyS0 vt100 #s2:12345:respawn:/sbin/agetty 19200 ttyS1 vt100 # # ojo-provisional # #s2:456:respawn:/sbin/uugetty 9600 ttyS1 vt100 # # Dialup lines #d1:12345:respawn:/sbin/agetty -mt60 38400,19200,9600,2400,1200 ttyS0 vt100 #d2:12345:respawn:/sbin/agetty -mt60 38400,19200,9600,2400,1200 ttyS1 vt100 # Runlevel 4 used to be for an X-window only system, until we discovered # that it throws init into a loop that keeps your load avg at least 1 all # the time. Thus, there is now one getty opened on tty6. Hopefully no one # will notice. ;^) # It might not be bad to have one text console anyway, in case something # happens to X. x1:4:wait:/etc/rc.d/rc.4 # End of /etc/inittab
Kernel panic
I am getting this message while booting my Linux box: "VFS unable to mount root fs on 03:03" Can someone tell me what does it mean? -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .