[CentOS-virt] ovf conversion

2013-03-29 Thread Markus Falb
I try do use one of the images available from [1] These images comes in two flavors, one vmx, one ovf. I do not know how to convert one of these to centos6-libvirt-kvm virt-convert gives me an error $ virt-convert -i ovf -o virt-image path_to_image.ovf ERRORCouldn't convert disks: Disk

Re: [CentOS-virt] ovf conversion

2013-03-29 Thread Van
  29.03.2013, 16:08, "Markus Falb" markus.f...@fasel.at:I try do use one of the images available from [1]These images comes in two flavors, one vmx, one ovf.I do not know how to convert one of these to centos6-libvirt-kvmvirt-convert gives me an error$ virt-convert -i ovf -o virt-image

Re: [CentOS-virt] ovf conversion

2013-03-29 Thread Zoltan Frombach
Try to use qemu-img directly, like this: qemu-img convert -f vmdk -O raw Your-Original-Disk-Image.vmdk Raw-Disk-Image.img Zoltan On 3/29/2013 1:08 PM, Markus Falb wrote: I try do use one of the images available from [1] These images comes in two flavors, one vmx, one ovf. I do not know how

[CentOS-es] problemas con squirrelmail

2013-03-29 Thread Alberto Contreras
Gracias a todos por las respuestas. Escribi http://192.168.10.6 y consigo acceder a la pagina del squirrelmail, ahora el otro problema que tengo es que cuando trato de ingresar con un usuario y una contraseña me da como error ERROR Error connecting to IMAP server: tls://127.0.0.1. 111 :

Re: [CentOS-es] problemas con squirrelmail

2013-03-29 Thread Ing. Ernesto Pérez
On 03/29/2013 09:21 AM, Alberto Contreras wrote: Error connecting to IMAP server: tls://127.0.0.1. 111 : Connection refused no está escuchando el server de imap netstat -tanp|egrep dovecot posiblemente no esté escuchando en el puerto que requieres.. no sé para qué queires usar tls en

[CentOS-es] Apache con User Authentication

2013-03-29 Thread Fidel Dominguez
Hoy realice unos cambios en los .conf de mi apache y cuando accedi a unos de los alias por accidente puse mal la contrasena y me sorprendio que entro al sitio sin problemas, sorprendido por esto pues entre a los demas alias, y ocurre lo mismo, Por ejemplo si el usuario es sarg.admin y la

Re: [CentOS] Help with thread Centos 6.4 won't reboot on install

2013-03-29 Thread Darr247
On Thursday, 28 March 2013 @19:31 zulu, m.r...@5-cent.us spake thusly: Anyone know what the current replacement is for switchdesk? I don't think that would help, since (if I recall correctly,) its picklists don't appear along the bottom until you click 'in' the logon dialog.

Re: [CentOS] Can't find root device with lvm root after moving drive on CentOS 6.3

2013-03-29 Thread Joakim Ziegler
Recreating initrd made no difference. Immediately after getting dropped to rdshell, I looked around in /dev, which brought me a few surprises... /dev/mapper contains only control, that is, vg_resolve02-lv_root is missing. /dev/root is a symlink to /dev/dm-0 Which is a bit surprising, since,

Re: [CentOS] Computer doesn't boot with new 6.4 kernel

2013-03-29 Thread Markus Lindholm
On 28 March 2013 12:20, anax a...@ayni.com wrote: Hi Markus could probably the legacy vga kernel parameter help you? or is the frame-buffer mode no longer used by up-to-date boot processes? vga = 791 : 1024x768@64K means: screen resolution 1024x768 pixels with 64K colors vga = 788 :

Re: [CentOS] Help with thread Centos 6.4 won't reboot on install

2013-03-29 Thread Robert Benjamin
On 3/28/2013 4:25 PM, Les Mikesell wrote: On Thu, Mar 28, 2013 at 3:14 PM, Robert Benjamin benj...@cox.net wrote: Thought it was not a good idea to use yum remove but had to try. In my head I could see you asking me to try it and I should have TRIED something, not just sit here.

[CentOS] CentOS-announce Digest, Vol 97, Issue 17

2013-03-29 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] yum configuration

2013-03-29 Thread Andreas K.
As it stands now (or at least that is what I think) when CentOS moves from one minor version to another (6.3 to 6.4) the 6.3 version machines automatically pick up the upgrade and the next time you do yum upgrade all of the upgrades are applied. This happens because in the repo configs (in our

Re: [CentOS] yum configuration

2013-03-29 Thread Stephen Harris
On Fri, Mar 29, 2013 at 02:54:58PM +0200, Andreas K. wrote: baseurl=ftp://yum.xx.xx.xx.xx/pub/linux/centos/$releasever/os/$basearch/ Is there a way to force a 6.3 machine to remain at 6.3 until a human being decides that is is time to do so? Change releasever to 6.3 for base and updates and

Re: [CentOS] yum configuration

2013-03-29 Thread Andreas K.
On 29-03-2013 14:59, Stephen Harris wrote: On Fri, Mar 29, 2013 at 02:54:58PM +0200, Andreas K. wrote: baseurl=ftp://yum.xx.xx.xx.xx/pub/linux/centos/$releasever/os/$basearch/ Is there a way to force a 6.3 machine to remain at 6.3 until a human being decides that is is time to do so?

Re: [CentOS] yum configuration

2013-03-29 Thread Ron Loftin
On Fri, 2013-03-29 at 15:22 +0200, Andreas K. wrote: On 29-03-2013 14:59, Stephen Harris wrote: On Fri, Mar 29, 2013 at 02:54:58PM +0200, Andreas K. wrote: baseurl=ftp://yum.xx.xx.xx.xx/pub/linux/centos/$releasever/os/$basearch/ Is there a way to force a 6.3 machine to remain at 6.3

Re: [CentOS] Does CentOS support dual graphics cards with 2 monitors each?

2013-03-29 Thread Alfred von Campe
On Mar 28, 2013, at 19:02, Jay Leafey wrote: It appears you are running the open-source nouveau drivers. I'm running dual monitors, albeit on a single nVidia card, but I'm using the nVidia packages from the elrepo repository. Look at http://elrepo.org/tiki/kmod-nvidia for more details.

Re: [CentOS] Does CentOS support dual graphics cards with 2 monitors each?

2013-03-29 Thread Alfred von Campe
On Mar 28, 2013, at 19:08, John R Pierce wrote: actually with newer systems, the hardware does allow you to use builtin and pci-express video concurrently. I had 3 monitors briefly on my home (MS Windows 8) system, 2 were on a Nvidia GT640, the 3rd was hot plugged into the onboard (Intel

Re: [CentOS] Does CentOS support dual graphics cards with 2 monitors each?

2013-03-29 Thread Alfred von Campe
On Mar 28, 2013, at 23:01, Dale Dellutri wrote: What does xrandr report? Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192 DVI-I-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 518mm x 3200mm 1920x1080 59.9*+ 1600x1200 60.0

Re: [CentOS] DNS forwarding vs recursion

2013-03-29 Thread Leon Fauster
Am 28.03.2013 um 19:29 schrieb John R Pierce pie...@hogranch.com: On 3/28/2013 11:11 AM, Jorge Fábregas wrote: On 03/28/2013 02:05 PM, John R Pierce wrote: Yes. That's basically it. k, thanks, looks like its working! i would suggest to using view clauses to divide such configurations

[CentOS] cronie: /usr/bin/run-parts

2013-03-29 Thread Max Pyziur
Greetings, Per the subject line, what controls the time of the running of scripts located in the /etc/cron.[daily|weekly|hourly] directories? Specifically with CentOS 6.* I've noticed that scripts in /etc/cron.daily and /etc/cron.weekly run at different times of the day, or on different

Re: [CentOS] yum configuration

2013-03-29 Thread m . roth
Ron Loftin wrote: On Fri, 2013-03-29 at 15:22 +0200, Andreas K. wrote: On 29-03-2013 14:59, Stephen Harris wrote: On Fri, Mar 29, 2013 at 02:54:58PM +0200, Andreas K. wrote: baseurl=ftp://yum.xx.xx.xx.xx/pub/linux/centos/$releasever/os/$basearch/ Is there a way to force a 6.3 machine to

Re: [CentOS] a-gnome-oyences

2013-03-29 Thread m . roth
Gordon Messmer wrote: On 03/28/2013 07:00 AM, m.r...@5-cent.us wrote: Most of my users are on kde, as am I (I really don't like gnome). I've got one on gnome, though, CentOS 6.4, and I have a problem: I have to start an agent running -on login-, so that the same one is in the environment of

[CentOS] iptables settings for X11 forwarding in CentOS 6.2

2013-03-29 Thread Pat Haley
Hi, We recently installed CentOS 6.2 on our cluster. During the installation/debugging of various secondary software, we had disabled iptables. When we re-enabled them, we found that the front-end would no longer X11 forward (although it does so when the iptables are off). What do we need to

Re: [CentOS] cronie: /usr/bin/run-parts

2013-03-29 Thread John Doe
From: Max Pyziur p...@brama.com Per the subject line, what controls the time of the running of scripts located in the /etc/cron.[daily|weekly|hourly] directories? Specifically with CentOS 6.* I've noticed that scripts in /etc/cron.daily and /etc/cron.weekly run at different times of the

Re: [CentOS] iptables settings for X11 forwarding in CentOS 6.2

2013-03-29 Thread SilverTip257
On Fri, Mar 29, 2013 at 11:34 AM, Pat Haley pha...@mit.edu wrote: Hi, We recently installed CentOS 6.2 on our cluster. During the installation/debugging of various secondary software, we had disabled iptables. When we re-enabled them, we found that the front-end would no longer X11

Re: [CentOS] iptables settings for X11 forwarding in CentOS 6.2

2013-03-29 Thread Pat Haley
Hi, Actually we're talking about both SSH and XDMCP X11 forwarding. Both seem to be currently disabled by the iptables. We'll try out what you suggest and get back with the results. Thanks. Pat On Fri, Mar 29, 2013 at 11:34 AM, Pat Haley pha...@mit.edu wrote: Hi, We recently installed

Re: [CentOS] Can't find root device with lvm root after moving drive on CentOS 6.3

2013-03-29 Thread Gordon Messmer
On 03/29/2013 01:23 AM, Joakim Ziegler wrote: Immediately after getting dropped to rdshell, I looked around in /dev, which brought me a few surprises... /dev/mapper contains only control, that is, vg_resolve02-lv_root is missing. Did you get to look at or for /dev/vg_resolve02 as well?

Re: [CentOS] yum configuration

2013-03-29 Thread SilverTip257
On Fri, Mar 29, 2013 at 11:08 AM, m.r...@5-cent.us wrote: Ron Loftin wrote: On Fri, 2013-03-29 at 15:22 +0200, Andreas K. wrote: On 29-03-2013 14:59, Stephen Harris wrote: On Fri, Mar 29, 2013 at 02:54:58PM +0200, Andreas K. wrote: baseurl=

Re: [CentOS] iptables settings for X11 forwarding in CentOS 6.2

2013-03-29 Thread zGreenfelder
On Fri, Mar 29, 2013 at 12:37 PM, Pat Haley pha...@mit.edu wrote: Hi, Actually we're talking about both SSH and XDMCP X11 forwarding. Both seem to be currently disabled by the iptables. We'll try out what you suggest and get back with the results. Thanks. Pat iptables should have no

Re: [CentOS] Help with thread Centos 6.4 won't reboot on install

2013-03-29 Thread Robert Benjamin
On 3/29/2013 7:41 AM, Robert Benjamin wrote: On 3/28/2013 4:25 PM, Les Mikesell wrote: On Thu, Mar 28, 2013 at 3:14 PM, Robert Benjamin benj...@cox.net wrote: Thought it was not a good idea to use yum remove but had to try. In my head I could see you asking me to try it and I

Re: [CentOS] a-gnome-oyences

2013-03-29 Thread Gordon Messmer
On 03/29/2013 08:19 AM, m.r...@5-cent.us wrote: Well, no. If you look at the stock /etc/X11/xinit/xinitrc-common. at the bottom of the file, that's where it sets this stuff. As I said, we *have* to use the compiled from more recent versions of ssh, because the current stock version doesn't

Re: [CentOS] Does CentOS support dual graphics cards with 2 monitors each?

2013-03-29 Thread John R Pierce
On 3/29/2013 7:00 AM, Alfred von Campe wrote: Everything I've googled lead me to believe this wasn't possible. I did stumble across an interesting setting in the BIOS yesterday (which I cannot find today) that implied something along these lines, but it stated that it should only be used for

[CentOS] new version of wireshark

2013-03-29 Thread Steve Clark
Hello, Has anyone seen an el6 rpm of wireshark-1.8.6 Thanks, -- Stephen Clark *NetWolves* Director of Technology Phone: 813-579-3200 Fax: 813-882-0209 Email: steve.cl...@netwolves.com http://www.netwolves.com ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] Does CentOS support dual graphics cards with 2 monitors each?

2013-03-29 Thread Lamar Owen
On 03/29/2013 01:39 PM, John R Pierce wrote: I *know* with the early (and really lousy performance) intel onboard stuff, you flat couldn't use the onboard if an external card was plugged into the AGP slot. However, it can and does work with many 2002-era Intel chipsets if you use a *PCI*

Re: [CentOS] a-gnome-oyences

2013-03-29 Thread m . roth
Gordon Messmer wrote: On 03/29/2013 08:19 AM, m.r...@5-cent.us wrote: Well, no. If you look at the stock /etc/X11/xinit/xinitrc-common. at the bottom of the file, that's where it sets this stuff. As I said, we *have* to use the compiled from more recent versions of ssh, because the current

Re: [CentOS] cronie: /usr/bin/run-parts

2013-03-29 Thread Max Pyziur
On Fri, 29 Mar 2013, John Doe wrote: From: Max Pyziur p...@brama.com Per the subject line, what controls the time of the running of scripts located in the /etc/cron.[daily|weekly|hourly] directories? Specifically with CentOS 6.* I've noticed that scripts in /etc/cron.daily and

Re: [CentOS] Help with thread Centos 6.4 won't reboot on install

2013-03-29 Thread Les Mikesell
On Fri, Mar 29, 2013 at 12:10 PM, Robert Benjamin benj...@cox.net wrote: looked in /var/log/yum.log and /var/log/Xorg.0.log permission denied chmod a+x OK got list of time stamped and at bottom I tried yum install one of the items there. Got 'no package name '. You need to do most of this as

[CentOS] CentOS Dojo at Antwerp on the 8th Apr 2013

2013-03-29 Thread Karanbir Singh
hi guys, I just want to drop in a quick note about the first ever CentOS Dojo that is taking place in Antwerp on the 8th April - if you are in the area, or can get there - I highly recommend you come along. Its going to be a great day, with lots of face to face tech conversations and user stories

Re: [CentOS] Help with thread Centos 6.4 won't reboot on install

2013-03-29 Thread Robert Benjamin
On 3/29/2013 3:31 PM, Les Mikesell wrote: On Fri, Mar 29, 2013 at 12:10 PM, Robert Benjamin benj...@cox.net wrote: looked in /var/log/yum.log and /var/log/Xorg.0.log permission denied chmod a+x OK got list of time stamped and at bottom I tried yum install one of the items there. Got 'no

Re: [CentOS] Help with thread Centos 6.4 won't reboot on install

2013-03-29 Thread m . roth
Robert Benjamin wrote: On 3/29/2013 3:31 PM, Les Mikesell wrote: On Fri, Mar 29, 2013 at 12:10 PM, Robert Benjamin benj...@cox.net wrote: looked in /var/log/yum.log and /var/log/Xorg.0.log permission denied chmod a+x OK got list of time stamped and at bottom I tried yum install one of the

[CentOS] CentOS 6.4, TigerVNC, and always-on feature

2013-03-29 Thread Mark Holloway
I just finished a fresh install of CentOS 6.4 and successfully configured Tiger VNC. I can now VNC to the server. In previous version of CentOS 5.x, I could modify /etc/X11/xorg.conf so that when I VNC to the server I am seeing the same desktop as someone who is sitting in front of the machine

Re: [CentOS] CentOS 6.4, TigerVNC, and always-on feature

2013-03-29 Thread Frank Cox
On Fri, 29 Mar 2013 16:19:03 -0400 Mark Holloway wrote: The tutorial says to modify /etc/X11/xorg.conf but this file no longer exists in CentOS 6.4. You can still create an xorg.conf file and the system will use it. -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com

Re: [CentOS] CentOS 6.4, TigerVNC, and always-on feature

2013-03-29 Thread Mark Holloway
Great, thanks guys! On Mar 29, 2013, at 4:21 PM, Frank Cox thea...@melvilletheatre.com wrote: On Fri, 29 Mar 2013 16:19:03 -0400 Mark Holloway wrote: The tutorial says to modify /etc/X11/xorg.conf but this file no longer exists in CentOS 6.4. You can still create an xorg.conf file and

Re: [CentOS] Help with thread Centos 6.4 won't reboot on install

2013-03-29 Thread Les Mikesell
On Fri, Mar 29, 2013 at 2:53 PM, Robert Benjamin benj...@cox.net wrote: Your are looking for /tmp/.X0-lock. Another convention is that files starting with a . are 'hidden' in the sense that ls will omit them unless you use the -a option. so just what should appear after I type rm

Re: [CentOS] new version of wireshark

2013-03-29 Thread Mark LaPierre
On 03/29/2013 02:08 PM, Steve Clark wrote: Hello, Has anyone seen an el6 rpm of wireshark-1.8.6 Thanks, CentOS 6.4 for i386 ftp://rpmfind.net/linux/centos/6.4/os/i386/Packages/wireshark-1.2.15-2.el6_2.1.i686.rpm CentOS 6.4 for x86_64

Re: [CentOS] new version of wireshark

2013-03-29 Thread John R Pierce
On 3/29/2013 4:03 PM, Mark LaPierre wrote: Has anyone seen an el6 rpm of wireshark-1.8.6 Thanks, CentOS 6.4 for i386 ftp://rpmfind.net/linux/centos/6.4/os/i386/Packages/wireshark-1.2.15-2.el6_2.1.i686.rpm 1.2.15 1.8.6 btw, that 1.2.15 is in the base centos repository, you don't

Re: [CentOS] iptables settings for X11 forwarding in CentOS 6.2

2013-03-29 Thread SilverTip257
On Fri, Mar 29, 2013 at 1:09 PM, zGreenfelder zgreenfel...@gmail.comwrote: On Fri, Mar 29, 2013 at 12:37 PM, Pat Haley pha...@mit.edu wrote: Hi, Actually we're talking about both SSH and XDMCP X11 forwarding. Both seem to be currently disabled by the iptables. We'll try out what

Re: [CentOS] a-gnome-oyences

2013-03-29 Thread Gordon Messmer
On 03/29/2013 12:16 PM, m.r...@5-cent.us wrote: I've finally got it working. First, I create that file /etc/X11/xinit/Xclients.d/Xclients.gnome-session.sh, whose contents are #!/bin/sh exec -l $SHELL -c $SSH_AGENT gnome-session I just realized that Xclients.gnome-session.sh is called as:

Re: [CentOS] iptables settings for X11 forwarding in CentOS 6.2

2013-03-29 Thread Cliff Pratt
On Sat, Mar 30, 2013 at 12:54 PM, SilverTip257 silvertip...@gmail.comwrote: On Fri, Mar 29, 2013 at 1:09 PM, zGreenfelder zgreenfel...@gmail.com wrote: On Fri, Mar 29, 2013 at 12:37 PM, Pat Haley pha...@mit.edu wrote: Hi, Actually we're talking about both SSH and XDMCP X11