Re: [CentOS] Install CentOS as KVM guest

2011-04-27 Thread Emmanuel Noobadmin
On 4/28/11, Jussi Hirvi wrote: > I tried it too, didn't work. Try virt-install without creating the image > first. Virt-install will create the image (type "raw") on the go. If you > want qcow2, you can convert the image later. Qcow2 has some special > features but is slower than raw. I'll give t

Re: [CentOS] Install CentOS as KVM guest

2011-04-27 Thread Jussi Hirvi
On 28.4.2011 8.11, Emmanuel Noobadmin wrote: > So this is where my installation halts. I will get the message unable > to retrievehttp://12.34.56.78//Centos56/images/stage2.img > You could check your httpd log to see if there is anything, like 404 errors. And if problems persist, you could stop ip

Re: [CentOS] Install CentOS as KVM guest

2011-04-27 Thread Jussi Hirvi
>> > Here is one of my install commands that worked: >> > virt-install --name mail \ >> > --os-variant rhel5.4 --ram 1024 \ >> > --vcpus 2 --accelerate \ >> > --nographics -v \ >> > --location /mnt/centos56/ --network bridge:br0 \ >> > --disk path=/kvmail/mail.img,size=290 \ >> > --extra-

Re: [CentOS] Install CentOS as KVM guest

2011-04-27 Thread Emmanuel Noobadmin
On 4/28/11, Jussi Hirvi wrote: > I understand you so well, I have been so frustrated too with > virt-install. Virt-manager is probably an easier way to install, but > text-based virt-install is very cranky (my experience). Maybe the devs > concentrate on the GUI side. Hope not. Thanks, it helps t

Re: [CentOS] Install CentOS as KVM guest

2011-04-27 Thread Jussi Hirvi
I understand you so well, I have been so frustrated too with virt-install. Virt-manager is probably an easier way to install, but text-based virt-install is very cranky (my experience). Maybe the devs concentrate on the GUI side. Hope not. Anyway, to know what is wrong, more info would be neede

Re: [CentOS] malware scanner

2011-04-27 Thread Chãminda Madhujeeva
ClearOS is best On Wed, Apr 27, 2011 at 3:02 PM, Ljubomir Ljubojevic wrote: > Fajar Priyanto wrote: > > Thank you all for the recommendation. > > I'd need specifically to scan any web traffic for malware threat. > > So, yeah, I'll take a look at your choices. Probably squid or > > dansguardian, a

Re: [CentOS] malware scanner

2011-04-27 Thread Les Mikesell
On 4/27/11 10:46 PM, Fajar Priyanto wrote: > On Thu, Apr 28, 2011 at 11:43 AM, Fajar Priyanto wrote: >> On Wed, Apr 27, 2011 at 5:32 PM, Ljubomir Ljubojevic wrote: >>> You should check out ClearOS. It's based on CentOS and it's full >>> gateway/proxy/anti-malware solution with web interface. >>>

Re: [CentOS] malware scanner

2011-04-27 Thread Fajar Priyanto
On Thu, Apr 28, 2011 at 11:43 AM, Fajar Priyanto wrote: > On Wed, Apr 27, 2011 at 5:32 PM, Ljubomir Ljubojevic wrote: >> You should check out ClearOS. It's based on CentOS and it's full >> gateway/proxy/anti-malware solution with web interface. >> >> Ljubomir Oh ClearOS is previously known as Cl

Re: [CentOS] malware scanner

2011-04-27 Thread Fajar Priyanto
On Wed, Apr 27, 2011 at 5:32 PM, Ljubomir Ljubojevic wrote: > You should check out ClearOS. It's based on CentOS and it's full > gateway/proxy/anti-malware solution with web interface. > > Ljubomir Wow, this is cool! Thanks Ljubomir! ___ CentOS mailing

Re: [CentOS] Curious fdisk report on large disk

2011-04-27 Thread Robert Nichols
On 04/27/2011 07:08 PM, Timothy Murphy wrote: > Robert Nichols wrote: > >>> sfdisk has "dump" mode, and it can also import old dump to new disk. >> >> That dump mode doesn't help if the partition table is currently munged, >> and sfdisk is extraordinarily unforgiving of the tiniest mistake in >> hu

Re: [CentOS] Setting up a GUI remote access

2011-04-27 Thread Bob Hepple
On Tue, 26 Apr 2011 09:25:38 -0700 Todd Cary wrote: > Currently I have VNC running on my Windows desktop with Samba > providing access to my Linux server. Since Linux is more > reliable than Windows, I would like to be able to access my Linux > (Centos 5.5) via my Windows notebook - hopefully

Re: [CentOS] ssh in while in fsck

2011-04-27 Thread Devin Reade
m.r...@5-cent.us wrote: > My manager reminds me that "in the old Sun days", the ssh server came up > first, *before* the fsck on boot As others have indicated, but not in so many words, your manager is out to lunch in this case: ssh, once it was introduced, was started at run level 3 (or the eq

Re: [CentOS] Curious fdisk report on large disk

2011-04-27 Thread Timothy Murphy
Robert Nichols wrote: >> sfdisk has "dump" mode, and it can also import old dump to new disk. > > That dump mode doesn't help if the partition table is currently munged, > and sfdisk is extraordinarily unforgiving of the tiniest mistake in > human-generated input. But it seems I could generate c

Re: [CentOS] Curious fdisk report on large disk

2011-04-27 Thread Robert Nichols
On 04/27/2011 01:15 PM, Pasi Kärkkäinen wrote: > On Wed, Apr 27, 2011 at 10:18:28AM -0500, Robert Nichols wrote: >> It would make life so much easier if fdisk would simply accept those same >> numbers as Kilobytes, but alas it keeps trying to round up to the next >> "cylinder" boundary, so you have

Re: [CentOS] ssh in while in fsck

2011-04-27 Thread Stephen Harris
On Wed, Apr 27, 2011 at 04:14:48PM -0400, m.r...@5-cent.us wrote: > My manager reminds me that "in the old Sun days", the ssh server came up > first, *before* the fsck on boot, so that if there was a problem, and fsck Define "old Sun". SunOS 3 and 4 never had ssh. Solaris 2.x, Solaris 7, Solaris

Re: [CentOS] ssh in while in fsck

2011-04-27 Thread Keith Keller
On Wed, Apr 27, 2011 at 05:25:22PM -0400, Brian Mathis wrote: > > With remote console, > you might be able to get in, but I'm not sure if the other gettys are > running before the fsck starts. With a true serial console you get access to ''the'' console, where the message about proceeding with th

Re: [CentOS] ssh in while in fsck

2011-04-27 Thread Brian Mathis
On Wed, Apr 27, 2011 at 4:28 PM, wrote: > Brian Mathis wrote: >> On Wed, Apr 27, 2011 at 4:14 PM,   wrote: >>> My manager reminds me that "in the old Sun days", the ssh server came up >>> first, *before* the fsck on boot, so that if there was a problem, and >>> fsck was waiting for an answer, you

Re: [CentOS] User accounts management for small office

2011-04-27 Thread Denniston, Todd A CIV NAVSURFWARCENDIV Crane
Salt below appropriately to the fact that I have only looked at using these, I have not yet done the implementation I want to do. > -Original Message- > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf Of Jeff Boyce > Sent: Wednesday, April 27, 2011 14:54 > T

Re: [CentOS] ssh in while in fsck

2011-04-27 Thread Hakan Koseoglu
On 27/04/11 21:28, m.r...@5-cent.us wrote: > Hmm, now *that's* an interesting thought: with, say, DRAC, could you ssh > into a management server, then go to a booting system? It is usually web (and Java) based, running on a different IP address through the DRAC/ILO port. __

Re: [CentOS] ssh in while in fsck

2011-04-27 Thread m . roth
Brian Mathis wrote: > On Wed, Apr 27, 2011 at 4:14 PM, wrote: >> My manager reminds me that "in the old Sun days", the ssh server came up >> first, *before* the fsck on boot, so that if there was a problem, and >> fsck was waiting for an answer, you could remotely ssh in, kill it, restart >> it,

Re: [CentOS] ssh in while in fsck

2011-04-27 Thread John R Pierce
On 04/27/11 1:14 PM, m.r...@5-cent.us wrote: > My manager reminds me that "in the old Sun days", the ssh server came up > first, *before* the fsck on boot, so that if there was a problem, and fsck > was waiting for an answer, you could remotely ssh in, kill it, restart it, > and answer (or give it

Re: [CentOS] ssh in while in fsck

2011-04-27 Thread Brian Mathis
On Wed, Apr 27, 2011 at 4:14 PM, wrote: > My manager reminds me that "in the old Sun days", the ssh server came up > first, *before* the fsck on boot, so that if there was a problem, and fsck > was waiting for an answer, you could remotely ssh in, kill it, restart it, > and answer (or give it the

[CentOS] ssh in while in fsck

2011-04-27 Thread m . roth
My manager reminds me that "in the old Sun days", the ssh server came up first, *before* the fsck on boot, so that if there was a problem, and fsck was waiting for an answer, you could remotely ssh in, kill it, restart it, and answer (or give it the right flags). Does anyone know if it's possible

Re: [CentOS] slow sendmail going out

2011-04-27 Thread Jerry Geis
Jerry Geis wrote: > I am trying to find a way to "speed" up sendmail going out of my box. > > I am setting SMART_HOST. Dont get me wrong email does go out it just > takes > like 3-4 minutes to get there. > > When I do "mail x...@y.com" and send it the /var/log/maillog file shows > the connection a

Re: [CentOS] User accounts management for small office

2011-04-27 Thread Jeff Boyce
- Original Message - From: "Jeff Boyce" To: Sent: Thursday, April 21, 2011 11:39 AM Subject: User accounts management for small office > Greetings - > > This may be a little off-topic here so if someone wants to point me to a > more appropriate mailing list I would appreciate it. > >

Re: [CentOS] INN removed from CentOS 6

2011-04-27 Thread John R. Dennison
On Wed, Apr 27, 2011 at 04:27:47PM +, Tony Mountifield wrote: > > The first thing I would try is to install the inn SRPM from either > the latest CentOS 5 or Fedora 14 and try rebuilding it: > > Either: > # rpm -ivh inn-2.4.3-9.el5.src.rpm > Or: > # rpm -ivh inn-2.5.2-4.fc14.src.rpm > Then: >

Re: [CentOS] Installing/configuring a second HD

2011-04-27 Thread m . roth
Todd Cary wrote: > My old server was Centos 4.8 and it is on a HD that is NOT > connected. The new Centos 5.5 is the active HD. Everything > appears to be working, so my intent is to jumper the old HD as a > slave, wipe it clean and have it as a backup drive. Since my "Slave"? I haven't seen th

Re: [CentOS] rhel nfs bug with 5.5 - nfsd: blocked for more then 120 sec

2011-04-27 Thread aurfalien
On Apr 18, 2011, at 12:46 PM, Les Mikesell wrote: > On 4/18/2011 2:01 PM, aurfal...@gmail.com wrote: >> Hi all, >> >> I ran into this bug on my NFS server which is serving an XFS fs; >> >> https://bugzilla.redhat.com/show_bug.cgi?id=616833 >> >> It was suggested using bind mounts. >> >> My current

Re: [CentOS] Installing/configuring a second HD

2011-04-27 Thread Drew
> My old server was Centos 4.8 and it is on a HD that is NOT > connected.  The new Centos 5.5 is the active HD.  Everything > appears to be working, so my intent is to jumper the old HD as a > slave, wipe it clean and have it as a backup drive.  Since my > Linux skills are minimum, I thought it bes

Re: [CentOS] Curious fdisk report on large disk

2011-04-27 Thread Pasi Kärkkäinen
On Wed, Apr 27, 2011 at 10:18:28AM -0500, Robert Nichols wrote: > On 04/27/2011 07:26 AM, Timothy Murphy wrote: > > James Pearson wrote: > > > >>> Is there a safe way of recovering the partition table? > >>> I have a vague idea that copies are kept at various places on the disk? > >> > >> AFAIK, th

Re: [CentOS] INN removed from CentOS 6

2011-04-27 Thread Ljubomir Ljubojevic
Tony Mountifield wrote: > In article <1303912604.9834.12.ca...@reylinux.saf.com>, > Reynolds McClatchey wrote: >> I use inn to make internal company announcements and >> discussions available to remote offices. >> I note inn is removed form RHEL 6. What replaces inn? >> >> http://docs.redhat.com

Re: [CentOS] INN removed from CentOS 6

2011-04-27 Thread Phil Schaffner
Robert Nichols wrote on 04/27/2011 01:46 PM: ... > Quickest solution is to grab the SRPM from Fedora 13 and build it on > your RHEL 6 machine. I just tried that on Scientific Linux 6.0, and > "rpmbuild -ba" built everything just fine with no changes whatsoever. Ditto, except I used rpmbuild --re

Re: [CentOS] Setting up a GUI remote access

2011-04-27 Thread Les Mikesell
On 4/27/2011 12:43 PM, Todd Cary wrote: > On 4/26/2011 9:25 AM, Todd Cary wrote: >> Currently I have VNC running on my Windows desktop with Samba >> providing access to my Linux server. Since Linux is more >> reliable than Windows, I would like to be able to access my Linux >> (Centos 5.5) via my

Re: [CentOS] Setting up a GUI remote access

2011-04-27 Thread Todd Cary
On 4/27/2011 10:51 AM, Akemi Yagi wrote: > On Wed, Apr 27, 2011 at 10:43 AM, Todd Cary wrote: > >> WOW! A few choices. in checking the ssh configuration file, I >> am setup using password authentication - not the best choice. If >> I change that to NO, is it easy to change my ssh client? One >

[CentOS] Installing/configuring a second HD

2011-04-27 Thread Todd Cary
My old server was Centos 4.8 and it is on a HD that is NOT connected. The new Centos 5.5 is the active HD. Everything appears to be working, so my intent is to jumper the old HD as a slave, wipe it clean and have it as a backup drive. Since my Linux skills are minimum, I thought it best to h

Re: [CentOS] Setting up a GUI remote access

2011-04-27 Thread Akemi Yagi
On Wed, Apr 27, 2011 at 10:43 AM, Todd Cary wrote: > WOW!  A few choices.  in checking the ssh configuration file, I > am setup using password authentication - not the best choice.  If > I change that to NO, is it easy to change my ssh client?  One > client I use is SSH Tectia.  Of course, this w

Re: [CentOS] INN removed from CentOS 6

2011-04-27 Thread Robert Nichols
On 04/27/2011 08:56 AM, Reynolds McClatchey wrote: > I use inn to make internal company announcements and > discussions available to remote offices. > I note inn is removed form RHEL 6. What replaces inn? > > http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Technical_Notes/apc.

Re: [CentOS] CentOS 5.6 - Samba server + Windows error 233

2011-04-27 Thread Ryan Wagoner
On Wed, Apr 27, 2011 at 10:53 AM, Guy Boisvert wrote: > Hi! > >     I have upgraded my servers yesterday to CentOS 5.6 via yum update. > Everything went smoothly except that i have client workstations not part of > the domain that are not able to access the samba server anymore.  The samba > serve

Re: [CentOS] Setting up a GUI remote access

2011-04-27 Thread Todd Cary
On 4/26/2011 9:25 AM, Todd Cary wrote: > Currently I have VNC running on my Windows desktop with Samba > providing access to my Linux server. Since Linux is more > reliable than Windows, I would like to be able to access my Linux > (Centos 5.5) via my Windows notebook - hopefully via VNC or some >

Re: [CentOS] INN removed from CentOS 6

2011-04-27 Thread Nicolas Thierry-Mieg
Tony Mountifield wrote: > In article<1303912604.9834.12.ca...@reylinux.saf.com>, > Reynolds McClatchey wrote: >> I use inn to make internal company announcements and >> discussions available to remote offices. >> I note inn is removed form RHEL 6. What replaces inn? >> >> http://docs.redhat.co

Re: [CentOS] slow sendmail going out

2011-04-27 Thread Gregory P. Ennis
0400 I am trying to find a way to "speed" up sendmail going out of my box. I am setting SMART_HOST. Dont get me wrong email does go out it just takes like 3-4 minutes to get there. When I do "mail x...@y.com" and send it the /var/log/maillog file shows the connection and shows the relay as [127.

Re: [CentOS] INN removed from CentOS 6

2011-04-27 Thread Tony Mountifield
In article <1303912604.9834.12.ca...@reylinux.saf.com>, Reynolds McClatchey wrote: > I use inn to make internal company announcements and > discussions available to remote offices. > I note inn is removed form RHEL 6. What replaces inn? > > http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_L

Re: [CentOS] slow sendmail going out

2011-04-27 Thread Les Mikesell
On 4/27/2011 11:03 AM, Jerry Geis wrote: > I am trying to find a way to "speed" up sendmail going out of my box. > > I am setting SMART_HOST. Dont get me wrong email does go out it just takes > like 3-4 minutes to get there. > > When I do "mail x...@y.com" and send it the /var/log/maillog file show

Re: [CentOS] CentOS-announce Digest, Vol 74, Issue 8

2011-04-27 Thread Robert Heller
At Wed, 27 Apr 2011 12:00:03 -0400 CentOS mailing list wrote: > > Send CentOS-announce mailing list submissions to > centos-annou...@centos.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.centos.org/mailman/listinfo/centos-announce > or, via email,

[CentOS] slow sendmail going out

2011-04-27 Thread Jerry Geis
I am trying to find a way to "speed" up sendmail going out of my box. I am setting SMART_HOST. Dont get me wrong email does go out it just takes like 3-4 minutes to get there. When I do "mail x...@y.com" and send it the /var/log/maillog file shows the connection and shows the relay as [127.0.0.1]

[CentOS] CentOS-announce Digest, Vol 74, Issue 8

2011-04-27 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-requ..

Re: [CentOS] Curious fdisk report on large disk

2011-04-27 Thread m . roth
Nicolas Thierry-Mieg wrote: > Robert Nichols wrote: >> On 04/27/2011 07:26 AM, Timothy Murphy wrote: >>> >>> Thanks very much for that; >>> /proc/partitions does indeed seem to contain correct information, >>> so all will not be lost if there is a power outage tomorrow: >> >> It most certainly _wil

Re: [CentOS] cups drivers for printing pdf and tif

2011-04-27 Thread Gregory P. Ennis
List, I updated a gateway/router computer with Centos 5.6 and lost the ability to print pdf and tif files with the command "lp -d printer img.tif" This new unit replaced a Fedora 5 system that had been working well, and is still able to print pdf and tif files wit

Re: [CentOS] Curious fdisk report on large disk

2011-04-27 Thread Nicolas Thierry-Mieg
Robert Nichols wrote: > On 04/27/2011 07:26 AM, Timothy Murphy wrote: >> >> Thanks very much for that; >> /proc/partitions does indeed seem to contain correct information, >> so all will not be lost if there is a power outage tomorrow: > > It most certainly _will_ be lost. The "files" you see in /

Re: [CentOS] Curious fdisk report on large disk

2011-04-27 Thread Robert Nichols
On 04/27/2011 07:26 AM, Timothy Murphy wrote: > James Pearson wrote: > >>> Is there a safe way of recovering the partition table? >>> I have a vague idea that copies are kept at various places on the disk? >> >> AFAIK, there is only one copy at the start of the disk - however what >> does /proc/par

Re: [CentOS] INN removed from CentOS 6

2011-04-27 Thread m . roth
Robert Heller wrote: > At Wed, 27 Apr 2011 09:50:07 -0500 CentOS mailing list > wrote: >> On 4/27/2011 9:24 AM, Robert Heller wrote: >> > At Wed, 27 Apr 2011 09:56:44 -0400 CentOS mailing >> list wrote: >> > >> >> >> >> I use inn to make internal company announcements and >> >> discussions avai

Re: [CentOS] INN removed from CentOS 6

2011-04-27 Thread Robert Heller
At Wed, 27 Apr 2011 09:50:07 -0500 CentOS mailing list wrote: > > On 4/27/2011 9:24 AM, Robert Heller wrote: > > At Wed, 27 Apr 2011 09:56:44 -0400 CentOS mailing list > > wrote: > > > >> > >> I use inn to make internal company announcements and > >> discussions available to remote offices.

[CentOS] CentOS 5.6 - Samba server + Windows error 233

2011-04-27 Thread Guy Boisvert
Hi! I have upgraded my servers yesterday to CentOS 5.6 via yum update. Everything went smoothly except that i have client workstations not part of the domain that are not able to access the samba server anymore. The samba server is part of the domain. We recently added Windows 2008 R2

Re: [CentOS] INN removed from CentOS 6

2011-04-27 Thread Les Mikesell
On 4/27/2011 9:24 AM, Robert Heller wrote: > At Wed, 27 Apr 2011 09:56:44 -0400 CentOS mailing list > wrote: > >> >> I use inn to make internal company announcements and >> discussions available to remote offices. >> I note inn is removed form RHEL 6. What replaces inn? >> >> http://docs.redh

Re: [CentOS] Rsync 3 from rpmforge

2011-04-27 Thread Jussi Hirvi
Thanks for a triple answer. :-) Now I remember - like I said, I solved this problem once already. Hm, I should document better what I do... - Jussi ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] INN removed from CentOS 6

2011-04-27 Thread Keith Keller
On Wed, Apr 27, 2011 at 09:56:44AM -0400, Reynolds McClatchey wrote: > I use inn to make internal company announcements and > discussions available to remote offices. > I note inn is removed form RHEL 6. What replaces inn? INN the NNTP server? If that's the one, then you might try leafnode, whi

Re: [CentOS] INN removed from CentOS 6

2011-04-27 Thread Mário Barbosa
Reynolds McClatchey wrote: > I use inn to make internal company announcements and > discussions available to remote offices. > I note inn is removed form RHEL 6. What replaces inn? > > http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Technical_Notes/apc.html > > Will inn be ava

Re: [CentOS] Rsync 3 from rpmforge

2011-04-27 Thread Les Mikesell
On 4/27/2011 9:28 AM, Rainer Traut wrote: > Am 27.04.2011 15:57, schrieb Jussi Hirvi: >> My brain must be on knots somehow. >> >> I try to install rsync 3.x, which I know is in rpmforge repo for my >> architecture: >> >> https://www.centos.org/modules/newbb/viewtopic.php?topic_id=22214 >> >> http:/

Re: [CentOS] cups drivers for printing pdf and tif

2011-04-27 Thread Nicolas Thierry-Mieg
Gregory P. Ennis wrote: List, I updated a gateway/router computer with Centos 5.6 and lost the ability to print pdf and tif files with the command "lp -d printer img.tif" This new unit replaced a Fedora 5 system that had been working well, and is still able to pri

Re: [CentOS] Rsync 3 from rpmforge

2011-04-27 Thread John Doe
From: Jussi Hirvi > I try to install rsync 3.x, which I know is in rpmforge repo for my > architecture: # yum list rsync ... Installed Packages rsync.i3862.6.8-3.1 installed Available Packages rsync.i3863.0.8-1.el5.rfx

Re: [CentOS] Rsync 3 from rpmforge

2011-04-27 Thread Rainer Traut
Am 27.04.2011 15:57, schrieb Jussi Hirvi: > My brain must be on knots somehow. > > I try to install rsync 3.x, which I know is in rpmforge repo for my > architecture: > > https://www.centos.org/modules/newbb/viewtopic.php?topic_id=22214 > > http://packages.sw.be/rsync/ > > But yum does not find it,

Re: [CentOS] INN removed from CentOS 6

2011-04-27 Thread Robert Heller
At Wed, 27 Apr 2011 09:56:44 -0400 CentOS mailing list wrote: > > I use inn to make internal company announcements and > discussions available to remote offices. > I note inn is removed form RHEL 6. What replaces inn? > > http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Tech

[CentOS] Rsync 3 from rpmforge

2011-04-27 Thread Jussi Hirvi
My brain must be on knots somehow. I try to install rsync 3.x, which I know is in rpmforge repo for my architecture: https://www.centos.org/modules/newbb/viewtopic.php?topic_id=22214 http://packages.sw.be/rsync/ But yum does not find it, however I try. I have installed yum-priorities. Rpmforg

[CentOS] INN removed from CentOS 6

2011-04-27 Thread Reynolds McClatchey
I use inn to make internal company announcements and discussions available to remote offices. I note inn is removed form RHEL 6. What replaces inn? http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Technical_Notes/apc.html Will inn be available from elsewhere? Will I have to com

Re: [CentOS] cups drivers for printing pdf and tif

2011-04-27 Thread Gregory P. Ennis
>>> List, >>> >>> I updated a gateway/router computer with Centos 5.6 and lost the ability >>> to print pdf and tif files with the command "lp -d printer img.tif" >>> >>> This new unit replaced a Fedora 5 system that had been working well, and >>> is still able to print pdf and tif files withing th

Re: [CentOS] Setting up a GUI remote access

2011-04-27 Thread Les Mikesell
On 4/27/11 5:52 AM, Tom Grace wrote: > >> Nomachine is the best solution. You are connected via SSH tunnel so you >> are protected. Also, you do not have to be logged on to Gnome/KDE to use it. >> And there is more. There is option to setup Java based NX server so you >> can access your GUI from we

Re: [CentOS] Curious fdisk report on large disk

2011-04-27 Thread Timothy Murphy
James Pearson wrote: >> Is there a safe way of recovering the partition table? >> I have a vague idea that copies are kept at various places on the disk? > > AFAIK, there is only one copy at the start of the disk - however what > does /proc/partitions contain? > > This may well have the details

Re: [CentOS] Curious fdisk report on large disk

2011-04-27 Thread James Pearson
Timothy Murphy wrote: > > I guess I must have run "mkdosfs /dev/sdb" at some point > rather than "mkdosfs /dev/sdb1", > as I usually try to install Windows on the first partition. > > This would have been about a year ago; > It's surprising it's been running fine ever since. > I hope there isn't

Re: [CentOS] use of conntrack-tools

2011-04-27 Thread John R. Dennison
On Wed, Apr 27, 2011 at 12:38:22PM +0200, Ljubomir Ljubojevic wrote: > > Has anybody tried to use RPMForge package? I don't see a conntrack-tools in rpmforge, nor in epel for that matter; rpmforge has libnetfilter_conntrack but it's too low of a version to use with the alt.ru conntract_tools pack

Re: [CentOS] Setting up a GUI remote access

2011-04-27 Thread Tom Grace
On 26/04/11 22:19, Ljubomir Ljubojevic wrote: > Bowie Bailey wrote: > Nomachine is the best solution. You are connected via SSH tunnel so you > are protected. Also, you do not have to be logged on to Gnome/KDE to use it. > And there is more. There is option to setup Java based NX server so you > ca

Re: [CentOS] use of conntrack-tools

2011-04-27 Thread Ljubomir Ljubojevic
John R. Dennison wrote: > On Wed, Apr 27, 2011 at 11:32:08AM +0200, Eric Doutreleau wrote: >> yes indeed >> i look through the sources and the path is hardcoded >> it s really strange some packages for centos are built but obviously >> don't work. > > I am by no means an expert on connection trac

Re: [CentOS] Curious fdisk report on large disk

2011-04-27 Thread Timothy Murphy
Robert Nichols wrote: > Could it be that the partition table has become corrupt (e.g. > overwritten)? >> What is strange is that I don't recall any episode >> that might have corrupted the partition table. >> I run smartd on this machine; >> and according to "sudo smartctl -a /dev/sdb" >>

Re: [CentOS] use of conntrack-tools

2011-04-27 Thread John R. Dennison
On Wed, Apr 27, 2011 at 11:32:08AM +0200, Eric Doutreleau wrote: > yes indeed > i look through the sources and the path is hardcoded > it s really strange some packages for centos are built but obviously > don't work. I am by no means an expert on connection tracking, but poking through the sourc

Re: [CentOS] use of conntrack-tools

2011-04-27 Thread Peter Kjellström
On Wednesday, April 27, 2011 11:32:08 AM Eric Doutreleau wrote: > yes indeed > i look through the sources and the path is hardcoded > it s really strange some packages for centos are built but obviously > don't work. You may want to take this up with the centalt people since it seems to be a prob

Re: [CentOS] malware scanner

2011-04-27 Thread Ljubomir Ljubojevic
Fajar Priyanto wrote: > Thank you all for the recommendation. > I'd need specifically to scan any web traffic for malware threat. > So, yeah, I'll take a look at your choices. Probably squid or > dansguardian, and/or clamav. > Thanks again. > Fajar. You should check out ClearOS. It's based on Cent

Re: [CentOS] use of conntrack-tools

2011-04-27 Thread Eric Doutreleau
yes indeed i look through the sources and the path is hardcoded it s really strange some packages for centos are built but obviously don't work. Le 27/04/2011 11:15, John R. Dennison a écrit : > On Wed, Apr 27, 2011 at 09:20:38AM +0200, Eric Doutreleau wrote: >> >> Linux patan.int-evry.fr 2.6.18-

Re: [CentOS] cups drivers for printing pdf and tif

2011-04-27 Thread Ljubomir Ljubojevic
Gregory P. Ennis wrote: > Gregory P. Ennis wrote: >> Gregory P. Ennis wrote: >>> List, >>> >>> I updated a gateway/router computer with Centos 5.6 and lost the ability >>> to print pdf and tif files with the command "lp -d printer img.tif" >>> >>> This new unit replaced a Fedora 5 system that had b

Re: [CentOS] use of conntrack-tools

2011-04-27 Thread John R. Dennison
On Wed, Apr 27, 2011 at 09:20:38AM +0200, Eric Doutreleau wrote: > > Linux patan.int-evry.fr 2.6.18-238.5.1.el5 #1 SMP Fri Apr 1 18:42:32 EDT > 2011 i686 i686 i386 GNU/Linux Thanks. I was curious if this might be a case of a kernel without the necessary support such as an OpenVZ kernel. That d

Re: [CentOS] use of conntrack-tools

2011-04-27 Thread John R. Dennison
On Wed, Apr 27, 2011 at 09:03:01AM +0200, Eric Doutreleau wrote: > well i have already installed these packages. > i was wondering what is creating these files on the /proc filesystems? The conntrack* modules create those virtual files. The conntrack_tools package is looking at the wrong director

Re: [CentOS] Cacti rpm for el5.6 with php53

2011-04-27 Thread John Doe
From: "Denniston, Todd A CIV NAVSURFWARCENDIV Crane" > Not being a PHP developer, I was under the impression that many/most of > these >packages were interpreted scripts which probably would work fine under php53 >vs. the php installed by default. > I have been wondering from afar about thi

Re: [CentOS] Cacti rpm for el5.6 with php53

2011-04-27 Thread Johnny Hughes
On 04/27/2011 03:00 AM, Pasi Kärkkäinen wrote: > On Tue, Apr 26, 2011 at 01:09:36PM -0400, Denniston, Todd A CIV > NAVSURFWARCENDIV Crane wrote: >>> -Original Message- >>> From: On Behalf Of Pasi Kärkkäinen >>> Sent: Tuesday, April 26, 2011 11:13 >>> >>> On Tue, Apr 26, 2011 at 04:34:53PM

Re: [CentOS] Cacti rpm for el5.6 with php53

2011-04-27 Thread Pasi Kärkkäinen
On Tue, Apr 26, 2011 at 01:09:36PM -0400, Denniston, Todd A CIV NAVSURFWARCENDIV Crane wrote: > > -Original Message- > > From: On Behalf Of Pasi Kärkkäinen > > Sent: Tuesday, April 26, 2011 11:13 > > > > On Tue, Apr 26, 2011 at 04:34:53PM +0200, Ljubomir Ljubojevic wrote: > > > Pasi Kärkk

Re: [CentOS] malware scanner

2011-04-27 Thread Chãminda Madhujeeva
i'm using Squid+Dansguardian+ClamAV as my proxy. Still running smoothly. On Wed, Apr 27, 2011 at 12:52 PM, Fajar Priyanto wrote: > Thank you all for the recommendation. > I'd need specifically to scan any web traffic for malware threat. > So, yeah, I'll take a look at your choices. Probably squ

Re: [CentOS] malware scanner

2011-04-27 Thread Fajar Priyanto
Thank you all for the recommendation. I'd need specifically to scan any web traffic for malware threat. So, yeah, I'll take a look at your choices. Probably squid or dansguardian, and/or clamav. Thanks again. Fajar. ___ CentOS mailing list CentOS@centos.o

Re: [CentOS] use of conntrack-tools

2011-04-27 Thread Eric Doutreleau
thanks for your interest here is the output Linux patan.int-evry.fr 2.6.18-238.5.1.el5 #1 SMP Fri Apr 1 18:42:32 EDT 2011 i686 i686 i386 GNU/Linux Le 27/04/2011 09:12, John R. Dennison a écrit : > On Wed, Apr 27, 2011 at 09:03:01AM +0200, Eric Doutreleau wrote: >> well i have already installed

Re: [CentOS] use of conntrack-tools

2011-04-27 Thread John R. Dennison
On Wed, Apr 27, 2011 at 09:03:01AM +0200, Eric Doutreleau wrote: > well i have already installed these packages. > i was wondering what is creating these files on the /proc filesystems? Out of curiousity what does "uname -a" return on that system? If you could paste the _full_ output here it woul

Re: [CentOS] use of conntrack-tools

2011-04-27 Thread Eric Doutreleau
well i have already installed these packages. i was wondering what is creating these files on the /proc filesystems? Le 26/04/2011 23:35, Ljubomir Ljubojevic a écrit : > Eric Doutreleau wrote: >> hi >> >> i would like to use conntrack_tools on my centos server. >> i use the rpms from centalt >> bu