[CentOS] PXE: xrandr: Failed to get size of gamma for output default
My network installation via PXE breaks when graphical installation starts, here my program.log: Running... /bin/mount -n -t auto -o ro,loop=/dev/loop0 /tmp/install.img /mnt/runtime 07:51:29,617 INFO: Running... ['udevadm', 'trigger', '--action=add', '--subsystem-match=net'] 07:51:29,660 INFO: Running... ['udevadm', 'trigger', '--action=add', '--subsystem-match=block'] 07:51:29,812 INFO: Running... ['udevadm', 'settle', '--timeout=300'] 07:51:30,454 INFO: Running... ['udevadm', 'trigger', '--action=add', '--subsystem-match=net'] 07:51:30,494 INFO: Running... ['udevadm', 'settle', '--timeout=300'] 07:51:33,182 INFO: Running... ['metacity', '--display', ':1', '--sm-disable'] 07:51:33,689 ERROR : Window manager warning: 0 stored in GConf key /desktop/gnome/peripherals/mouse/cursor_size is out of range 1 to 128 07:51:35,442 INFO: Running... ['xrandr', '-q'] 07:51:35,458 INFO: Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 1280 x 1024 07:51:35,458 INFO: default connected 1280x1024+0+0 0mm x 0mm 07:51:35,459 INFO:1280x1024 60.0*75.0 07:51:35,459 INFO:1280x960 60.0 07:51:35,459 INFO:1280x854 75.0 60.0 07:51:35,459 INFO:1280x800 75.0 60.0 07:51:35,459 INFO:1152x864 75.0 60.0 07:51:35,460 INFO:1280x768 75.0 60.0 07:51:35,460 INFO:1280x720 75.0 60.0 07:51:35,460 INFO:1024x768 75.0 70.0 60.0 07:51:35,460 INFO:1024x576 75.0 60.0 07:51:35,461 INFO:960x60060.0 07:51:35,461 INFO:832x62475.0 07:51:35,461 INFO:960x54060.0 07:51:35,461 INFO:800x60075.0 72.0 60.0 56.0 07:51:35,462 INFO:768x57660.0 07:51:35,462 INFO:720x57660.0 07:51:35,462 INFO:856x48060.0 07:51:35,462 INFO:848x48060.0 07:51:35,462 INFO:800x48075.0 60.0 07:51:35,463 INFO:720x48061.0 07:51:35,463 INFO:640x48075.0 73.0 67.0 60.0 07:51:35,463 INFO:720x40070.0 07:51:35,463 INFO:640x40072.0 07:51:35,464 INFO:512x38460.0 07:51:35,464 INFO:400x30060.0 07:51:35,464 INFO:320x24061.0 07:51:35,464 INFO:320x20071.0 07:51:35,464 ERROR : xrandr: Failed to get size of gamma for output default 07:51:37,200 ERROR : Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x8d (CentOS Ins) 07:51:37,201 ERROR : Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed. I tried to change monitor but I got the same result. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] hung nfs mount
On 2013-10-15 7:01 PM, Les Mikesell wrote: > but whatever it did was not interruptable and would not shut down. > You don't happen to be using jumbo frames over gigabit, are you? ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] xorg updates hose GUI with Nvidia driver
On 10/16/2013 02:51 AM, Thomas Eriksson wrote: ... > > Elrepo is not putting any symlink in /usr/lib64/xorg/modules/extensions > only in /usr/lib64/xorg/modules/extensions/nvidia > > It then adds /usr/lib64/xorg/modules/extensions/nvidia to the > ModulePath in xorg.conf so the Xserver picks up the nvidia version of > libglx.so before the Xorg version. That way you > oh - good to know! My /etc/X11/xorg.conf does not have ModulePath in /etc/X11/xorg.conf, probably because it was produced by: [root@turn29 X11]# head -2 xorg.conf # nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 325.15 (buildmeister@swio-display-x64-rhel04-03) Wed Jul 31 19:04:13 PDT 2013 and [root@turn29 log]# grep -i modulepath /var/log/Xorg.0.log [71.756] (==) ModulePath set to "/usr/lib64/xorg/modules" which means that nvidia-settings may not play nicely with ElRepos package. I manually added ModulePath "/usr/lib64/xorg/modules/extensions/nvidia" ModulePath "/usr/lib64/xorg/modules" to Section "Files" in /etc/X11/xorg.conf and now my X performance problems (sometimes long delays when moving windows; artifacts at old window positions) seem to be gone. thanks, Kay ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Firewall/Gateway Hardware Question
On 10/15/2013 06:05 PM, SilverTip257 wrote: > On Tue, Oct 15, 2013 at 2:31 PM, Steve Clark wrote: > >> Hi, >> >> we are running 51 ipsec vpns on an Atom D510 at 1.66ghz and the load >> average is .07. >> > @Steve: > Based on your statement, I figure you do not have a crypto accelerator and That is correct - we do you AES which is an easier calculation than 3DES > the CPU is handling all the crypto. Correct? > > @Terre: > I don't know how VIA C7 CPUs stack up against the Intel Atom CPUs in terms > of performance, but they're low power consuming x86 processors. And > there's the VIA Padlock [0] security/encryption engine. > > AMD Geode CPUs like those in PC Engines ALIX [1] hardware have an > integrated crypto accelerator [2]. If it wasn't for your web proxy > requirements, etc an ALIX might fit the bill (with the right embedded OS - > think Voyage Linux). You're better off with the hardware you're researching > right now though. > > [0] http://www.via.com.tw/en/initiatives/padlock/hardware.jsp > [1] http://www.pcengines.ch/alix.htm > [2] http://www.twam.info/hardware/alix/using-geodes-aes-engine-on-alix3d3 > > >> HTH, >> Steve >> >> On 10/15/2013 02:13 PM, Terre Porter wrote: >>> I've not worked with Atom processors but I'll look in to it. >>> >>> Thanks for the info. >>> >>> >>> -Original Message- >>> From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On >> Behalf >>> Of SilverTip257 >>> Sent: Tuesday, October 15, 2013 12:36 PM >>> To: CentOS mailing list >>> Subject: Re: [CentOS] Firewall/Gateway Hardware Question >>> >>> On Tue, Oct 15, 2013 at 12:29 PM, Terre Porter < >> tpor...@webpage-builders.com wrote: I've given up on getting the other machine to work so I'm looking at building a new one. The machine will be a firewall/gateway running NAT, Web Proxy with Dansguardian, DHCP, DNS, NTP and VPN (~6 clients). I read so much about VPN encryption and the processor needs, now I am unsure if this will work. >>> You'll likely need to determine how many VPN tunnels you're going to run >>> simultaneously and then find benchmarks on the web. >>> >>> I can get this for AMD FX-8120 Zambezi 3.1GHz Socket AM3+ 125W >> Eight-Core Desktop Processor for under $120 (it's on sale), would it work ? >>> Seems like overkill to me. >>> >>> I'd suggest more along the lines of an Atom-CPU based system. One of >> those >>> mini-ITX setups that use 20W or thereabouts. >>> >>> Just my two cents. >>> >>> Any thoughts? Thanks, Terre ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos >>> >> >> -- >> 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 >> http://lists.centos.org/mailman/listinfo/centos >> > > -- 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 http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Firewall/Gateway Hardware Question
On 10/15/2013 07:29 PM, Terre Porter wrote: > I can get this for AMD FX-8120 Zambezi 3.1GHz Socket AM3+ 125W Eight-Core > Desktop Processor for under $120 (it's on sale), would it work ? > Except for HTTP cache, my opinion is an OpenWRT box will do it. If you need an HDD, I would go for a Lanner with HDD: http://goo.gl/52mXqx -- +261 34 81 738 69 ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] hung nfs mount
Did you also check /var/log/messages on the nfs server side ? I had some NFS troubles with lockd some times ago and it was a firewall problem on the client: Try: - log on the NFS server and check in /var/log/messages which client is responsible for the problem (it could be an other one than your client). - on this client stop iptables (service iptables stop) and check if the problem still exist. In my configs, client iptables fully trust my NFS server. Patrick -- === | Equipe M.O.S.T. | | | Patrick BEGOU | mailto:patrick.be...@grenoble-inp.fr | | LEGI| | | BP 53 X | Tel 04 76 82 51 35 | | 38041 GRENOBLE CEDEX| Fax 04 76 82 52 71 | === ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] hung nfs mount
On Wed, Oct 16, 2013 at 7:05 AM, Patrick Begou wrote: > Did you also check /var/log/messages on the nfs server side ? > > I had some NFS troubles with lockd some times ago and it was a firewall > problem > on the client: No jumbo frames, no firewalling, no server side issues. This is a lab setup with on server holding home directories and about 10 other hosts and VMs mounting it as /home. There is heavy network testing on some of the servers but the NFS connection runs over a different interface/subnet.I think the issue is triggered by a user running NX/freenx sessions on multiple hosts and something gnome is trying to lock in the common home directory, but regardless it is a kernel hang to the point that I had to pull the plug to get the machine to shut down. And now one user (perhaps the only one with Gnome sessions on multiple hosts) has things hanging again - even an ssh login by this users hangs with this in the logs: Oct 16 09:24:25 dev-l-01 kernel: INFO: task bash:20785 blocked for more than 120 seconds. Oct 16 09:24:25 dev-l-01 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. Oct 16 09:24:25 dev--01 kernel: bash D 0008 0 20785 20784 0x0080 Oct 16 09:24:25 dev-l-01 kernel: 882066ecfba8 0082 881064998740 Oct 16 09:24:25 dev-l-01 kernel: 882066ecfb28 8119b30a 881065d12200 881064998740 Oct 16 09:24:25 dev-l-01 kernel: 8820665ef058 882066ecffd8 fb88 8820665ef058 Oct 16 09:24:25 dev-l-01 kernel: Call Trace: Oct 16 09:24:25 dev-l-01 kernel: [] ? dput+0x9a/0x150 Oct 16 09:24:25 dev-l-01 kernel: [] __mutex_lock_slowpath+0x13e/0x180 Oct 16 09:24:25 dev-l-01 kernel: [] mutex_lock+0x2b/0x50 Oct 16 09:24:25 dev-l-01 kernel: [] do_lookup+0x11b/0x230 Oct 16 09:24:25 dev-l-01 kernel: [] __link_path_walk+0x734/0x1030 Oct 16 09:24:25 dev-l-01 kernel: [] ? handle_pte_fault+0xf7/0xb50 Oct 16 09:24:25 dev-l-01 kernel: [] path_walk+0x6a/0xe0 Oct 16 09:24:25 dev-l-01 kernel: [] do_path_lookup+0x5b/0xa0 Oct 16 09:24:25 dev--l-01 kernel: [] user_path_at+0x57/0xa0 Oct 16 09:24:25 dev--l-01 kernel: [] vfs_fstatat+0x3c/0x80 Oct 16 09:24:25 dev-l-01 kernel: [] vfs_stat+0x1b/0x20 Oct 16 09:24:25 dev-l-01 kernel: [] sys_newstat+0x24/0x50 Oct 16 09:24:25 dev-l-01 kernel: [] ? audit_syscall_entry+0x1d7/0x200 Oct 16 09:24:25 dev--l-01 kernel: [] ? __audit_syscall_exit+0x265/0x290 Oct 16 09:24:25 dev-l-01 kernel: [] system_call_fastpath+0x16/0x1b -- Les Mikesell lesmikes...@gmail.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Overheating on laptop as compared to RHEL
Hello, I just thought I would mention my efforts in this issue of overheating. I looked searched for the appropriate drivers, and the latest from AMD Catalyst 13.1 has some issues installing on Centos6.4 because of some X issues. Actually, the driver actually issues a warning about not finding some version of version.h in linux kernel. If i do a force install, X server crashes with some error message "Failed to load /usr/lib64/xorg/modules/drivers/fglrx_drv.so: /usr/lib64/xorg/modules/drivers/fglrx_drv.so: undefined symbol: noXFree86DRIExtension" After a bit of search, from what i understood, there is compatibility problem somewhere in X and this driver. The joy is that i may have to downgrade to 6.3; i am not sure it will work even then, then i install cpufreq tools, and set the governor to "conservative". then i also pass acpi_osi=Linux in grub.conf. All this does not seem to help much, as the steady temperature from lm_sensors is acpitz-virtual-0 Adapter: Virtual device temp1: +59.0°C (crit = +90.0°C) temp2: +59.0°C (crit = +90.0°C) coretemp-isa- Adapter: ISA adapter Core 0: +55.0°C (high = +90.0°C, crit = +90.0°C) Core 1: +55.0°C (high = +90.0°C, crit = +90.0°C) Sigh. I tried looking around for tools to measure gpu temperature, but apart from proprietary driver, which i am unable to install, there seems to be nothing. I also tried pwmcontrol, but apparently there is no pwm controller on the laptop. Any other suggestions, most welcome. Thanks! krishnan On Sun, Sep 15, 2013 at 6:28 PM, Krishnan V wrote: > > > > On Sat, Sep 14, 2013 at 9:26 PM, Nicolas Thierry-Mieg < > nicolas.thierry-m...@imag.fr> wrote: > >> Ned Slider wrote: >> > On 14/09/13 16:23, Krishnan V wrote: >> >> Hi, >> >>I have an acer 5738g laptop on which i tried out the centos6.4 live >> CD. >> >> The laptop feels noticable hotter and i check the temperature using >> >> something like cat /proc/acpi/thermal_zone/. The temperatures are >> around >> >> 57-60 degrees when the laptop is just idling, ie, just the desktop and >> the >> >> terminal window open. I install lm_sensors using yum and it installs >> >> successfully, but there is no noticable reduction in temperature. I >> have >> >> faced this same problem using different varities of gnu/linux >> >> distributions: slackware, lubuntu, mandriva and now centos. By a freak >> >> chance, i had a chance to run RHEL 5.4 and to my great surprise, the >> >> temperature at idling was 43, similar to Windows(which came as >> default). In >> >> fact, the temperature control by rhel was what made me think of trying >> >> centos. I tried the lm_sensors configuration on rhel and it was not >> even >> >> able to load the correct modules, yet the temperature control was >> better. >> >> Now, i am not sure if lmsensors are for detecting temperatures only but >> >> also for cotrolling temperature. >> > >> > lm_sensors is indeed for monitoring only. Further, different drivers >> > will report different temps so you need to be very careful you are not >> > comparing apples with oranges. Even the same driver (e.g, coretemp) can >> > report different temps depending if it's an old version in el5 vs a >> > newer version in el6. Temperatures are generally relative so monitoring >> > is useful to see if the temp goes up or down, but don't necessarily take >> > the values as absolute. >> >> it may also depend on your GPU and graphics driver. Do you have a >> discrete GPU in your laptop? If yes, the proprietary driver may help by >> underclocking the GPU when it doesn't impact performance. >> > Yes, I have a separate graphics card. It is ATI Radeon. > >> >> For example if you have an nvidia GPU, installing the correct nvidia >> driver will do this if your card supports it. >> Set up elrepo and install nvidia-detect, it will tell you which driver >> to install. >> http://elrepo.org/tiki/nvidia-detect >> Then install it, and run nvidia-settings to see the Powermizer options. >> > I will try for ATI Radeon and try this. Thank you. > > >> ___ >> CentOS mailing list >> CentOS@centos.org >> http://lists.centos.org/mailman/listinfo/centos >> > > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] How's 5.10 coming along?
On 10/14/2013 09:46 AM, Leonard den Ottolander wrote: > Hello team, > > Just wondering how the build of 5.10 is coming along. Is there a > resource that informs us on these matters? Thanks! > > Regards, > Leonard. > I expect we will start the release process in the next 24 hours ... which means the actual release will likely be on Thursday or Friday (10/17 or 10/18) signature.asc Description: OpenPGP digital signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] New Install for 6to4 tunnel
Folks It appears that Comcast is using 6to4 tunnelling on all new installs in Washington and Oregon. I am trying to install Centos 6 (latest), and nothing I do seems to work. My method is as follows: The Comcast modem is directly connected to the box. Insert the NetInstall disk and bootstrap. Select the URL method of install, and enable both IPV4 and IPV6. I know that if I enable IPV4 only, it fails. Network manager never manages to initialize the network. --- As a sanity test, I took a functioning Windows 7 laptop, plugged it into the Comcast Modem, and the connection came up and worked. I had both an IPV4 address (globally routable, likely dynamic) and an IPV6 address. I know therefore that the modem, and cable all work. --- Is Linux installable on such a network? It installs elegantly and effortlessly in an IPV4 environment. It appears that there will be a growing number of 6to4 tunnel environments as the world slowly moves to an IPV6-only protocol. Advice please? David ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos