Displaying 6 results from an estimated 6 matches for "mistea".
Did you mean:
mister
2011 Dec 07
2
yum with a proxy
...yum works well despite the access denied.)
I have tried to add a line proxy= to fastestmirror.conf, but it
doesn't change anything. I can't put proxy= in /etc/yum.conf
because I also have a local repo.
Any idea on how to avoid these connexion to Internet ?
TIA,
--
Philippe Naudin
UMR MISTEA : Math?matiques, Informatique et STatistique pour
l'Environnement et l'Agronomie
INRA, b?timent 29 - 2 place Viala - 34060 Montpellier cedex 2
t?l: 04.99.61.26.34, fax: 04.99.61.29.03, m?l: naudin at supagro.inra.fr
2012 Apr 26
0
restorecon and sudo
...-Z /var/www/html/Centos/
drwxr-xr-x. naudin biom system_u:object_r:httpd_sys_content_t 6
and in the second case :
$ ls -Z /var/www/html/Centos/
drwxr-xr-x. naudin biom system_u:object_r:unlabeled_t:s0 6
Is this the expected behavior, or is there something I have missed ?
--
Philippe Naudin
UMR MISTEA : Math?matiques, Informatique et STatistique pour
l'Environnement et l'Agronomie
INRA, b?timent 29 - 2 place Viala - 34060 Montpellier cedex 2
t?l: 04.99.61.26.34, fax: 04.99.61.29.03, m?l: naudin at supagro.inra.fr
2011 Nov 03
1
CentOS-5.7 + megaraid + SELinux : update problem
...ame="megadev0" dev=tmpfs ino=8284
scontext=system_u:system_r:fsdaemon_t:s0
tcontext=system_u:object_r:removable_device_t:s0 tclass=chr_file
Changing the context (of megadev0) to fixed_disk_device_t solves the
problem, but is this the best solution ?
Thanks,
--
Philippe Naudin
UMR MISTEA : Math?matiques, Informatique et STatistique pour
l'Environnement et l'Agronomie
INRA, b?timent 29 - 2 place Viala - 34060 Montpellier cedex 2
t?l: 04.99.61.26.34, fax: 04.99.61.29.03, m?l: naudin at supagro.inra.fr
2011 Sep 08
1
rsync -x does not do the same on EL 5.6 and 5.7
Hi,
We re doing backups of all filesystems to a dedicated server using "rsync
-x". Now, the latest CentOS versions (5.7/6.x) come with rsync-3.0.6
instead of rsync-2.x. That's nice but unfortunately it doesn't do the same
as 2.x in certain situations.
The problem is with the -x option, which does not delete content under a
mount point anymore. It was my impression that this is
2011 Oct 28
2
read failed after messages of non existing harddisks
Hi,
some time ago I removed some physical disks from a server and now I'm
still getting dmesg messages like:
sd 0:2:2:0: SCSI error: return code = 0x00040001
end_request: I/O error, dev sdc, sector 0
And all lvm tools still grumbel about that disks too:
/dev/sdb: read failed after 0 of 4096 at 0: Eingabe-/Ausgabefehler
/dev/sdb: read failed after 0 of 4096 at 1746969493504:
2012 Nov 23
2
centos 6.3, cron and mail script output
Hi all
I have a '/etc/cron.daily/push-to-backup' script which the content is:
#!/bin/bash
/usr/bin/rsync [... long options line ...]
echo "finished pushing to the backup"
Launched manually, it's OK.
Waiting for cron to execute it,
In the "/var/log/cron", I see the starting time and the finish time, and
I see it take about 10 minutes to make the job.