Re: [CentOS] Samba GUI interface

2008-02-07 Thread Andreas Kuntzagk
Hi, > There is Yast [from Novell] that runs under CentOS. It's being > maintained by Oracle and is open-source. > > http://oss.oracle.com/projects/yast/ I know yast has been the sysadmin tool of Suse for a long time. Didn't know it's maintained by Oracle now. How is that different from the yast

Re: [CentOS] "find" switch to find files of a certain size?

2008-01-13 Thread Andreas Kuntzagk
Am Sonntag, den 13.01.2008, 10:16 +0700 schrieb Fajar Priyanto: > On Thursday 10 January 2008 23:21:55 [EMAIL PROTECTED] wrote: > > Is there a switch in "find" (or some other command besides find) that'll > > let you find files larger than a specified size? > > > > My file system is 88% full and I'

Re: [CentOS] 5.0->5.1 upgrade problems SOLVED (kindof)

2007-12-21 Thread Andreas Kuntzagk
> > I finally solved my update problems by using rpm command. I found that I > > had 2 versions of e2fsprogs installed, one ending with EL4. Don't know > > where this came from, because there was never a EL4 on this machine. But > > when I removed it, yum update run fine. > > thats the i386 packag

Re: [CentOS] 5.0->5.1 upgrade problems SOLVED (kindof)

2007-12-21 Thread Andreas Kuntzagk
Hi, I finally solved my update problems by using rpm command. I found that I had 2 versions of e2fsprogs installed, one ending with EL4. Don't know where this came from, because there was never a EL4 on this machine. But when I removed it, yum update run fine. Thanks, Andreas ___

Re: [CentOS] 5.0->5.1 upgrade problems

2007-12-20 Thread Andreas Kuntzagk
Hi, > run your yum update with -d7 and pastebin.ca the output ( make sure to > set expire to never or > 7 days), and pastebin the url here. make sure > you include _ALL_ of the yum output not just snippets of it. Don't know what pastebin.ca is. Did not find that on this machine. So I'm attaching

Re: [CentOS] 5.0->5.1 upgrade problems

2007-12-20 Thread Andreas Kuntzagk
> Andreas Kuntzagk wrote: > >>> [EMAIL PROTECTED] ~]# yum update kernel > >> try running a yum update or a : yum update kernel e2fsprogs, > >> so they both get updated in the same transaction. > > > > Did that - to no avail. Shouldn't package de

Re: [CentOS] 5.0->5.1 upgrade problems

2007-12-18 Thread Andreas Kuntzagk
> > [EMAIL PROTECTED] ~]# yum update kernel > > try running a yum update or a : yum update kernel e2fsprogs, > so they both get updated in the same transaction. Did that - to no avail. Shouldn't package dependencies take care for them to update in the same transaction? > > Loading "allowdowngrad

[CentOS] 5.0->5.1 upgrade problems

2007-12-18 Thread Andreas Kuntzagk
Hi, I try to upgrade a 5.0 desktop to 5.1. Some packages give me errors. Most important the kernel and e2fsprogs: [EMAIL PROTECTED] ~]# yum update kernel Loading "allowdowngrade" plugin Loading "installonlyn" plugin Loading "fastestmirror" plugin Setting up Update Process Setting up repositories

Re: [CentOS] backup / compressed copy

2007-12-04 Thread Andreas Kuntzagk
> > Backuppc (http://backuppc.sourceforge.net/) will backup a number of > hosts, compressing all files and hardlinking all duplicates (whether > from different hosts or different backup runs) to reduce the storage > needed and permit keeping a longer history on line. It also provides a > nice

Re: [CentOS] backup / compressed copy

2007-12-04 Thread Andreas Kuntzagk
> > So to reduce load I'd like to have a script that: > > > > identifies changed files only (using md5?) > > copies them > > and compresses them > > > > storeBackup.pl does something similar, but keeps versions and creates > > hardlinks between them. (Is storeBackup in any CentOS repo? I know it

[CentOS] backup / compressed copy

2007-12-04 Thread Andreas Kuntzagk
Hi, I think about buying a NAS-server from Sun. To backup this server I want to use our central to-tape backup. For whatever reason ppl are asking me to make one compressed copy to disk and only backup this copy. So to reduce load I'd like to have a script that: identifies changed files only (u

Re: [CentOS] webserver setup

2007-11-23 Thread Andreas Kuntzagk
Thanks for your advice. I was already aware of Allow/Deny. What I didn't know was that I could put inside . Quite basic but I don't configure apache so often. Andreas ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/c

[CentOS] webserver setup

2007-11-23 Thread Andreas Kuntzagk
Hi, I have setup a webserver on CentOS 4.5 with NameVirtualHost. Two VirtualHost should be reachable by port 80 from outside, while the third (default) should be only reachable by https from outside but by http from inside. Since all share the same IP firewalling seems to be out of question. So i

Re: [CentOS] weird cron problem

2007-11-16 Thread Andreas Kuntzagk
> PATHS - everytime i have cron issues its a PATH problem. The cron env is > not the same as the user when logged in Thanks, that's probably the cause. rsnapshot resides in /usr/local/bin I changed the PATH in /etc/crontab now. Silly that I didn't see it. So jobs in /etc/crontab are executed wit

[CentOS] weird cron problem

2007-11-16 Thread Andreas Kuntzagk
Hi, I'm having some problems with a script in /etc/cron.daily. It's quite simple: -- #!/bin/sh touch /mnt/Backup/foo rsnapshot daily - So the touch gets executed, but the rsnapshot not. If I run manually > run-parts /etc/cron.daily/ everything's fine. Also when I run rsnapshot from ro