Re: nagios

2018-03-06 Thread emmanuel segura
show us your nagios host definition 2018-03-06 14:26 GMT+01:00 Gokan Atmaca : > > Been a while since I've dealt with nagios, but don't you have to restart > > / reload it in order for it to read teh config files again? > > hello > > I restarted and reloaded. Nothing

Re: Mounting a Windows Share

2016-01-17 Thread emmanuel segura
Sorry, The problem was solved using sec=ntlm 2016-01-17 11:26 GMT+01:00 Nemeth Gyorgy : > 2016-01-17 00:48 keltezéssel, Steve Matzura írta: >>> modprobe cifs maybe can help you. >> >> What is supposed to happen when I enter that command? All I got was >> another shell prompt.

Re: Mounting a Windows Share

2016-01-16 Thread emmanuel segura
modprobe cifs maybe can help you. 2016-01-16 22:02 GMT+01:00 Steve Matzura : > After a reboot, one of my shares will no longer mount. And of course, > it's the big one, the NAS box. Here is output from `strace mount.cifs > //DISKSTATION1/BigVol1 /mnt/bigvol1 -o >

Re: /bin/perl vs. /usr/bin/perl

2014-11-02 Thread emmanuel segura
#! /usr/bin/env perl use warnings; 2014-11-01 17:58 GMT+01:00 Jonathan Dowland j...@debian.org: On 1 Nov 2014 15:30, Martin Read zen75...@zen.co.uk wrote: On 01/11/14 14:52, lee wrote: what's the proposed Debian way to deal with a different location of the 'perl' executable? #!

Re: Samba group problem

2014-09-24 Thread emmanuel segura
maybe your commands are wrong: for example: mkdir -p /fileserver/sales useradd -m sample-u1 usermod sample-u1 -G sales you need to create the group before smbpasswd -a sample-u1 groupadd sales # FIX ## chgrp -R sales /fileserver/sales 2014-09-24 17:06 GMT+02:00 Gokan Atmaca

Re: Domanda su systemd

2014-08-28 Thread emmanuel segura
Ciao a tutti, Aggiungo qualcosa anchio, anche se penso che il mio contributo non sara molto utile, comunque leggendo il link che stato postato prima, nel quale si parla del fatto che si possono avere problemi, non usando la /usr su una partizione separata, posso chiaramente smentire, adesso in

Re: writing to /dev/stdout fails in cron script

2014-08-22 Thread emmanuel segura
Maybe, because crond is running as root, try put this lines in your script ls -l /proc/self/fd/1 ls -l /dev/stdout please, you can tell us, how you scheduled the script in crond? Thanks 2014-08-22 11:23 GMT+02:00 Tony van der Hoff t...@vanderhoff.org: Hi, Running up-to-date Wheezy. I

Re: postgresql doesn't start at boot

2014-08-06 Thread emmanuel segura
Have you try systemctl enable postgresql.service ? 2014-08-06 16:58 GMT+02:00 B lazyvi...@gmx.com: sid amd64 Hi mailing-listers, since the upgrade from 9.3 to 9.4, postgresql doesn't automatically start at boot anymore. I added a symlink to

Re: postgresql doesn't start at boot

2014-08-06 Thread emmanuel segura
Maybe the link was created in a wrong directory 2014-08-06 17:34 GMT+02:00 Michael Biebl em...@michaelbiebl.de: On 6. August 2014 17:17:22 MESZ, B lazyvi...@gmx.com wrote: On Wed, 6 Aug 2014 17:07:56 +0200 emmanuel segura emi2f...@gmail.com wrote: Have you try systemctl enable

Re: NFS Client

2014-07-25 Thread emmanuel segura
I think that nfs ins't a block or character divece, but a network filesystem 2014-07-25 18:19 GMT+02:00 Minesh Parmar parmarmin...@ymail.com: I am running Debain Kernel Version 3.2.0-0.bpo.4-amd64 and system is expecting very large number of NFS Mount point. Here is my question... How I

Re: Fools rush in where Angels fear to tread: systemd

2014-07-06 Thread emmanuel segura
if you are using grub2 http://askubuntu.com/questions/19486/how-do-i-add-a-kernel-boot-parameter 2014-07-06 16:19 GMT+02:00 Paul E Condon pecon...@mesanetworks.net: I am a foolish user of Wheezy. I want to see for myself what will happen if I switch to systemd today. I find on

Re: OT: install-grub in Solaris x86 (was: GRUB2)

2014-06-09 Thread emmanuel segura
-09 7:47 GMT+02:00 Reco recovery...@gmail.com: On Sun, 8 Jun 2014 22:41:53 +0200 emmanuel segura emi2f...@gmail.com wrote: that was typo, if you read the link you can see the command is /sbin/installgrub and i don't think solaris x86 doesn't uses grub1. Aha. So it's now installgrub, not install

Re: OT: install-grub in Solaris x86 (was: GRUB2)

2014-06-09 Thread emmanuel segura
3) i know solaris on sparc doesn't use grub, i just used that system for use the man bootadm command maybe you understand what you want, we can end this conversation 2014-06-09 10:08 GMT+02:00 Reco recovery...@gmail.com: Hi. On Mon, Jun 09, 2014 at 08:49:51AM +0200, emmanuel segura wrote

Re: OT: install-grub in Solaris x86 (was: GRUB2)

2014-06-08 Thread emmanuel segura
that was typo, if you read the link you can see the command is /sbin/installgrub and i don't think solaris x86 doesn't uses grub1. 2014-06-08 22:13 GMT+02:00 Reco recovery...@gmail.com: On Sat, 7 Jun 2014 11:35:29 +0200 emmanuel segura emi2f...@gmail.com wrote: http://docs.oracle.com/cd

Re: GRUB2

2014-06-07 Thread emmanuel segura
install-grub is used on solaris x86 2014-06-07 10:45 GMT+02:00 Curt cu...@free.fr: On 2014-06-07, Man_Without_Clue love.cha...@gmail.com wrote: I understand I should re-install GRUB from Debian side. Now, how do I do that? install-grub command doesn't work. How do I install grub?

Re: GRUB2

2014-06-07 Thread emmanuel segura
http://docs.oracle.com/cd/E19253-01/817-5093/disksxadd-45774/index.html 2014-06-07 11:34 GMT+02:00 emmanuel segura emi2f...@gmail.com: install-grub is used on solaris x86 2014-06-07 10:45 GMT+02:00 Curt cu...@free.fr: On 2014-06-07, Man_Without_Clue love.cha...@gmail.com wrote: I understand

Re: Resizing LVM issue

2014-06-01 Thread emmanuel segura
from man resize2fs If you wish to shrink an ext2 partition, first use resize2fs to shrink the size of filesystem. Then you may use fdisk(8) to shrink the size of the partition. When shrinking the size of the partition, make sure you do not make it smaller than the new size of the

Re: disk quota

2014-02-24 Thread emmanuel segura
yes 2014-02-22 22:32 GMT+01:00 Pol Hallen de...@fuckaround.org: Hi folks! Reading some howtos about quota disk I'm not sure about this topic (because is very old): checking quotas regularly - Linux doesn't check quota usage each time a file is opened, you have to force it to process the

Re: Best SFTP (w/chroot): vsftpd vs mysecureshell vs other ??

2014-01-04 Thread emmanuel segura
Match User user01 ChrootDirectory /home ForceCommand internal-sftp X11Forwarding no AllowTcpForwarding no Match User user02 ChrootDirectory /home ForceCommand internal-sftp X11Forwarding no AllowTcpForwarding no useradd -m user01 useradd -m user02 chmod 300

Re: Run script for each ssh login

2013-11-13 Thread emmanuel segura
kill -9 $$ 2013/11/13 Antonio Paiva arpa...@sci.utah.edu Hi everyone, I would like to set up an ssh server such that, everytime someone tries to connect to it, a script will be run to control certain aspects of the connection. More specifically, I want to check if certain conditions are

Re: Run script for each ssh login

2013-11-13 Thread emmanuel segura
sorry for the sort answer, why you don't use /etc/profile for archive what you want? 2013/11/13 emmanuel segura emi2f...@gmail.com kill -9 $$ 2013/11/13 Antonio Paiva arpa...@sci.utah.edu Hi everyone, I would like to set up an ssh server such that, everytime someone tries to connect

Re: Unknown script command ??

2013-10-31 Thread emmanuel segura
/usr/bin/perl 2013/10/31 John W. Foster jfoster81...@gmail.com This is causing a error on one of my servers during a file import. Likely being called by a script (that I didn't write). any Ideas? sh: /usr/bin/pl Thanks John -- To UNSUBSCRIBE, email to

Re: postfix

2013-10-21 Thread emmanuel segura
+1 2013/10/21 Jeremy T. Bouse jbo...@debian.org On 21.10.2013 07:56, Pol Hallen wrote: Hey all :-) I'm sorry for banal question but I didn't find any answer to my question. In the /etc/postfix/main.cf I see many parameters like: smtpd_sasl_auth_enable = yes but also:

Re: network/bridging problems

2013-10-02 Thread emmanuel segura
How did you configured eth2? dhcp too? why you tap as bridge port intend of eth2? 2013/10/2 Ross Boylan r...@biostat.ucsf.edu I setup bridging on my system for kvm, but on restart of the host system (no guest VM's running) could not ping outside my local network. Bringing the bridge down

Re: apt-get installation of mysql and apachi in different directory.

2013-10-01 Thread emmanuel segura
you can use service chroot, but i think it can be more elegant if you use openvz or lxc for confine services 2013/10/1 Muhammad Yousuf Khan sir...@gmail.com is there a way to install server side stuff like apachi and my sql in to different mount points or directories. Thanks, Myk --

Re: swapper tainted

2013-09-20 Thread emmanuel segura
lspci -vv 2013/9/20 Jim Green student.northwest...@gmail.com On Wed, Sep 18, 2013 at 10:51:35AM +0100, Darac Marjal wrote: Just before the error is the complaint irq event 55: bogus return value ff94 What device have you got on IRQ 55? (Try grep 55: /proc/interrupts to grep

Re: swapper tainted

2013-09-17 Thread emmanuel segura
I'm not a kernel guru, but i can tell you for sure, your kernel has a problem with a proprietary component 2013/9/18 Jim Green student.northwest...@gmail.com This happens in hibernation. 6143 Sep 16 00:34:30 antec kernel: [28317.484624] ACPI: Waking up from system sleep state S4 6144 Sep

Re: swapper tainted

2013-09-17 Thread emmanuel segura
Read this link http://www.novell.com/support/kb/doc.php?id=3582750 2013/9/18 Rares Aioanei debian.dev.l...@gmail.com -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/18/2013 01:46 AM, emmanuel segura wrote: I'm not a kernel guru, but i can tell you for sure, your kernel has a problem

Re: boot: can't find root=/dev/mapper/vgHDB-HDBB

2013-08-19 Thread emmanuel segura
maybe your volume group are not active by initramdisk 2013/8/19 Hugo Vanwoerkom hvw59...@care2.com emmanuel segura wrote: Did you tryed rootdelay grub option? Yes, did not change anything. Hugo -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.**debian.orgdebian-user-requ

Re: boot: can't find root=/dev/mapper/vgHDB-HDBB

2013-08-19 Thread emmanuel segura
Every kernel has a initramdisk, try to recreate the debian ramdisk boot with your kernel and look this link http://serverfault.com/questions/310445/booting-root-filesystem-on-lvm 2013/8/19 Hugo Vanwoerkom hvw59...@care2.com emmanuel segura wrote: maybe your volume group are not active

Re: boot: can't find root=/dev/mapper/vgHDB-HDBB

2013-08-18 Thread emmanuel segura
Did you tryed rootdelay grub option? 2013/8/19 Hugo Vanwoerkom hvw59...@care2.com Hi, Booting the latest Debian stock kernels stop in initramfs saying that /dev/mapper/vgHDB-HDBB does not exist as root device. But the kernel that I built myself has no such problem. This refers to

Re: After Sieve plugin errors

2013-08-07 Thread emmanuel segura
df -k? 2013/8/7 M.Atıf CEYLAN meh...@atifceylan.com On 08/07/2013 02:55 PM, Jochen Spieker wrote: M.Atıf CEYLAN: I have 2 Dovecot servers (as clustered on ocfs2). I sometimes get some errors since I installed the sieve plugin. Sometimes though they are not actually quota exceeded, I get

Re: After Sieve plugin errors

2013-08-07 Thread emmanuel segura
tunefs.ocfs2 --fs-features=discontig-bg /dev/your_block_device 2013/8/7 emmanuel segura emi2f...@gmail.com Ok Try with this: debugfs.ocfs2 -n -R stat //inode_alloc: Verify that the value Next Free Rec is at 0 and the value of either 0 Free This indicates that there is no 'more

Re: After Sieve plugin errors

2013-08-07 Thread emmanuel segura
03:41 PM, emmanuel segura wrote: df -k? 2013/8/7 M.Atıf CEYLAN meh...@atifceylan.com On 08/07/2013 02:55 PM, Jochen Spieker wrote: M.Atıf CEYLAN: I have 2 Dovecot servers (as clustered on ocfs2). I sometimes get some errors since I installed the sieve plugin. Sometimes though

Re: After Sieve plugin errors

2013-08-07 Thread emmanuel segura
size and move the data to there. What is your suggestion to me for mkfs.ocfs2 params? Journal size, cluster size etc.? (I have 6 volumes and each size is 140GB) On 08/07/2013 03:49 PM, emmanuel segura wrote: Ok Try with this: debugfs.ocfs2 -n -R stat //inode_alloc: Verify

Re: Difficulty configuring kdump

2013-07-29 Thread emmanuel segura
Hello After you reboot and configure your kdump, before you do the test crash dump, check if your crash kernel was loaded corretly with grep -i crash /proc/iomem 2013/7/29 Andrew Walsh awa...@permabit.com Hi all, I’ve got an issue trying to configure kdump on my debian systems, and I

Re: Difficulty configuring kdump

2013-07-29 Thread emmanuel segura
Can you show us the screen when crash happen? after you give echo c /proc/sysrq-trigger 2013/7/29 Andrew Walsh awa...@permabit.com Yes, it appears that it was loaded as expected: # grep -i crash /proc/iomem 3300-36ff : Crash kernel Thanks for the response. *Andrew Walsh*

Re: Difficulty configuring kdump

2013-07-29 Thread emmanuel segura
Hello as you see in the kernel trace, maybe it's kernel BUG, i don't know if there is an open bug for this, but it can be useful if you try to do the same thing with an other kernel. 2013/7/29 Andrew Walsh awa...@permabit.com Here is the output once I trigger the crash: [3518.067263]

Re: Debian Testing VMWare-Tools Bad Variable Name

2013-07-22 Thread emmanuel segura
Hello List Maybe i wrong but i think the error is local run_kver=`get_version_integer` the script calls get_version_integer like external command, but it's a function Thanks 2013/7/21 William Hopkins we.hopk...@gmail.com On 07/21/13 at 04:09pm, Stephen P. Molnar wrote: In the case of

Re: Debian Testing VMWare-Tools Bad Variable Name

2013-07-22 Thread emmanuel segura
Sorry Forgot the previous mail 2013/7/22 emmanuel segura emi2f...@gmail.com Hello List Maybe i wrong but i think the error is local run_kver=`get_version_integer` the script calls get_version_integer like external command, but it's a function Thanks 2013/7/21 William Hopkins we.hopk

Re: Debian Testing VMWare-Tools Bad Variable Name

2013-07-22 Thread emmanuel segura
modprobe $acpi return 0 } +++ I don't use vmware for do a test Thanks an sorry for my english :) 2013/7/22 emmanuel segura emi2f...@gmail.com Sorry Forgot the previous mail 2013

Re: openvpn

2013-07-16 Thread emmanuel segura
Hello Pol You can do it with two different configuration files on the client side. Thanks 2013/7/16 Pol Hallen m...@fuckaround.org Hi all :-) I've a large network over internet. Some clients connects to server by vpn. Now I need setting up another vpn server on other server: server1:

Re: How to disable UTC time?

2013-07-09 Thread emmanuel segura
Hello If you wanna fix the problem = remove windows :) 2013/7/9 Yuwen Dai yuw...@gmail.com I realize this is the sort of answer that annoys me to death when I get it... but why not fix the time on your BIOS clock? I did. As I mentioned in the previous email, I set the BIOS clock as

Re: NFS Failover

2013-06-27 Thread emmanuel segura
Gfs2 it self can be mounted as nfs share on the client side you dont even need to run nfs underneath. ?? I have a collegue who told the same thing, but showed to him that's not true If you have have a link for this, i can appreciate Thanks Emmanuel 2013/6/27 Igor Cicimov

Re: how to boot a system with a broken but non-essential LVM VG

2013-05-16 Thread emmanuel segura
Look this http://www.centos.org/docs/5/html/Cluster_Logical_Volume_Manager/lost_PV_remove_from_VG.html 2013/5/16 Ross Boylan r...@biostat.ucsf.edu One of the disks that was in an LVM Volume Group died, as a result of which LVM reports an error when the system starts. I believe because of

Re: mdadm devices have the same name after install of Debian Wheezy

2013-04-30 Thread emmanuel segura
Hello John I'm pretty sure the RAID and LVM are both MD devices but are using the same name Ummm LVM is on dm and raid software is on md, try to check your lvm.conf into your initrd, because i thin the reason of your problem is, the vg was not found Thanks 2013/4/30 John Tate

Re: iperf / ftp / http TCP poor performance in one direction (UDP good)

2013-04-12 Thread emmanuel segura
Hello Maybe it can the the disks write speed, anayway you can use netstat or ss look for Recv-Q Send-Q columns 2013/4/12 John Elliot johnellio...@hotmail.com Thanks again for your help with this. I've run 500 pings (-c 500 -i 0) in both directions, and got zero loss. Ill try running

Re: iperf / ftp / http TCP poor performance in one direction (UDP good)

2013-04-12 Thread emmanuel segura
Hello John Try to do read test on the sender, if you don't find any read problem try to do a transfer using ftp Thanks 2013/4/12 John Elliot johnellio...@hotmail.com Thanks for the reply: ss results (wget in bad direction): Receiver - Recv and Send does not change from 0: ESTAB 0

Re: iperf / ftp / http TCP poor performance in one direction (UDP good)

2013-04-12 Thread emmanuel segura
Hello Jhon With read test i mean dd or others tools Thanks 2013/4/12 John Elliot johnellio...@hotmail.com Hi - What do you mean by read test? hdparm? hdparm -tT /dev/sda1 /dev/sda1: Timing cached reads: 8412 MB in 2.00 seconds = 4207.53 MB/sec Timing buffered disk reads: 190 MB

Re: lvm2 size of logical volume after lvcreate --size 348g after mkfs.ext3 -m 0 is only 343 gigabytes?

2013-02-14 Thread emmanuel segura
man tune2fs -r reserved-blocks-count Set the number of reserved filesystem blocks. be careful with filesystem reserved block, one time i had a production server with / corrupted Thanks 2013/2/14 Mitchell Laks ml...@post.harvard.edu Hi I am trying to backup a volume which

Re: Use of storage.

2013-02-03 Thread emmanuel segura
Oracle ASM, mysql innodb http://dev.mysql.com/doc/refman/5.0/en/innodb-raw-devices.html 2013/2/3 peasth...@shaw.ca Typically an application uses storage _via_ filesystem operations; opening a file, reading from it, writing to it and etc. Is there any instance where an application works with

Re: testing openvpn virtually on debian host

2013-01-31 Thread emmanuel segura
Why you don't use a kvm guest? 2013/1/31 Umarzuki Mochlis umarz...@gmail.com hi, please suggest me a virtualization software to help me practice configuring openvpn thanks. -- Regards, Umarzuki Mochlis http://debmal.my -- To UNSUBSCRIBE, email to

Re: /var full

2013-01-30 Thread emmanuel segura
Maybe you deleted the files, but some process are using the inodes 2013/1/30 Bonno Bloksma b.blok...@tio.nl Hi, I had a problem that generated A LOT of messages in syslog and it grew untill the entire /var partition had 0 bytes free. The /var/log/syslog file was over 4GB large. I deleted it

Re: /var full

2013-01-30 Thread emmanuel segura
That's what i means :-) 2013/1/30 Erwan David er...@rail.eu.org On Wed, Jan 30, 2013 at 02:15:45PM CET, William Ivanski william.ivan...@gmail.com said: On 30-01-2013 11:03, Darac Marjal wrote: Linux takes the view that, although you've deleted the file, it won't disappear if you're

Re: Bash script problem [OT?]

2012-04-21 Thread emmanuel segura
BK_FULLPATH=${BK_LOCATION}/BACKUP_${DATETIME}.tar.bz2 tar -cjf $BK_FULLPATH $BK_LIST Il giorno 21 aprile 2012 10:07, Soare Catalin lolinux.so...@gmail.com ha scritto: Hello fellow Linux supporters! I apologise if this specific thread is off topic to this mailing list. I've been having

Re: Bash script problem [OT?]

2012-04-21 Thread emmanuel segura
Scusa ho svagliato BK_FULLPATH=${BK_LOCATION}BACKUP_${DATETIME}.tar.bz2 tar -cjf $BK_FULLPATH $BK_LIST Il giorno 21 aprile 2012 10:07, Soare Catalin lolinux.so...@gmail.com ha scritto: Hello fellow Linux supporters! I apologise if this specific thread is off topic to this mailing list.

Re: Scripting question

2012-04-17 Thread emmanuel segura
perl -e 'while(){chomp; s/root/Root/g; print $_\n; }' /etc/passwd Il giorno 17 aprile 2012 15:52, Eduardo M KALINOWSKI edua...@kalinowski.com.br ha scritto: On Ter, 17 Abr 2012, Chris wrote: Firstly I petty much suck at scripting so I need help. I have a file where each line begins with

Re: A simple regular expression?

2012-03-26 Thread emmanuel segura
This is my version #!/usr/bin/env perl use warnings; use strict; my $string = 450x35+60+10; if($string =~ m/(\d+)[x-](\d+)\+(\d+)\+(\d+)/) { my @list = $string =~ m/(\d+)[x-](\d+)\+(\d+)\+(\d+)/; print scalar @list . : . .

Re: Problem with Kerberos5 using LDAP backend

2012-03-06 Thread emmanuel segura
try to change == [domain_realm] .example.es = example.ES example.es = example.ES == to == [domain_realm] .example.es = EXAMPLE.ES example.es = EXAMPLE.ES Il giorno 06 marzo 2012 13:31, Arturo

Re: Bash Script regular expression

2012-02-10 Thread emmanuel segura
while read line; do echo $line done rsa 2012/2/10 Alejandro Rodriguez Luna el_alexl...@yahoo.com.mx Hi everyone, I was creating a script and i found something i can't figure out. #/bin/bash for i in $(cat certificates.txt) do echo $i done I expected this RSA Secure

Re: EFI

2012-02-02 Thread emmanuel segura
grep xfs /proc/filesystems echo $? 2012/2/2 Gábor Illó stagel...@gmail.com Dear Debian users! I have 1 strorage disk connected in USB port. I need mount EFI filesystem storage to my server. fdisk -l WARNING: GPT (GUID Partition Table) detected on '/dev/sdr'! The util fdisk doesn't

Re: Squeeze64: LD_LIBRARY_PATH / ignored or overwritten under X

2012-01-12 Thread emmanuel segura
Try to use /etc/ld.so.conf for load your library 2012/1/12 Denny Schierz linuxm...@4lin.net hi, I've created a file /etc/profile.d/path.sh with: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/jni export LD_LIBRARY_PATH If you log in on a plain shell, it works, but if you log in via X

Re: Squeeze64: LD_LIBRARY_PATH / ignored or overwritten under X

2012-01-12 Thread emmanuel segura
Try to do this set -x source /etc/profile like that you can see if you have some syntax error 2012/1/12 Denny Schierz linuxm...@4lin.net hi, Am 12.01.2012 um 13:56 schrieb emmanuel segura: Try to use /etc/ld.so.conf for load your library nope, Sun Java parses the LD_LIBRARY_PATH

Re: can't serve php files in apache2

2010-11-12 Thread emmanuel segura
AddType application/x-httpd-php .php 2010/11/12 Zachary Uram net...@gmail.com: Running Debian testing, I installed libapache2-mod-php5, php5, php5-common, php5-cgi, php-pear and created a test file info.php which is 1 line ?php phpinfo(); ? However when I go to http://myserver.org/info.php it

Re: can't serve php files in apache2

2010-11-12 Thread emmanuel segura
if using apache2 look in -l /etc/apache2/mod-enable/*.conf 2010/11/12 Zachary Uram net...@gmail.com: On Fri, Nov 12, 2010 at 7:13 AM, emmanuel segura emi2f...@gmail.com wrote: AddType application/x-httpd-php .php To which file do I add this? Zach -- esta es mi vida e me la vivo hasta

Re: copy via rsync

2010-09-10 Thread emmanuel segura
try to look this link http://www.cyberciti.biz/faq/tunning-linux-ext3-filesystem/ 2010/9/10 Jakub Jedelsky jakub.jedel...@gmail.com: Hi list! I want to copy a lot of files via rsync (about 200GB), but the process ends in D state after some time. In /var/log/kern.log I have this error: Sep

Re: setting password via script

2010-08-10 Thread emmanuel segura
openssl passwd -1 test01 output = $1$q.C/Xn5Q$AkvYZAwzTkpGF.Q9O/NC90 usermod -p $1$q.C/Xn5Q$AkvYZAwzTkpGF.Q9O/NC90 your_username i hope this can be enough :-) 2010/8/10 Jordon Bedwell jor...@envygeeks.com: On Tue, 2010-08-10 at 01:52 +, T o n g wrote: Hi, What's the easiest way to

Re: setting password via script

2010-08-10 Thread emmanuel segura
thanks 2010/8/10 Martin Kraus lists...@wujiman.net: On Tue, Aug 10, 2010 at 11:03:33AM +0200, emmanuel segura wrote: openssl  passwd -1 test01 output = $1$q.C/Xn5Q$AkvYZAwzTkpGF.Q9O/NC90 usermod -p $1$q.C/Xn5Q$AkvYZAwzTkpGF.Q9O/NC90 your_username i hope this can be enough echo