search for: healthpolicydaili

Displaying 11 results from an estimated 11 matches for "healthpolicydaili".

Did you mean: healthpolicydaily
2010 Apr 13
1
iTunes on CentOS??
Anyone know how to download and play stuff from itunes.apple.com (without having to use Windows or Mac)? -- Find research and analysis on US healthcare, health insurance, and health policy at: <http://healthpolicydaily.blogspot.com/>
2010 Jul 15
0
error: _IceTransSocketUNIXConnect: Cannot connect to non-local host [hostname]
When launching oowriter and other apps, I get this error: _IceTransSocketUNIXConnect: Cannot connect to non-local host myh.dom.tld The app -- oowriter or whatever I happen to be invoking-- starts okay. But this error message tells me something's not right. Curiously, the "hostname" command yields "myhost", but "hostname -f" yields
2010 Jul 21
3
disabling touchpad in CentOS 5.5
I've HP 520 laptop. I installed CentOS 5.5 a few days back. The laptop has some weird placing of touchpad that is frustrating me while typing. Please advise me how to disable touchpad on CentOS 5.5. -- Regards, - samoak. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Aug 03
1
yum doesn't exit
Running "yum update", yum appears to perform fine and appears to finish but continues to reside in memory: ... Updating : lftp 2/4 Cleanup : lftp 3/4 Cleanup : freetype 4/4 Updated: freetype.i386 0:2.2.1-25.el5_5 lftp.i386 0:3.7.11-4.el5_5.3
2010 Aug 31
0
korganizer missing alarms
Korganizer has been working fine for years for me. But just recently it's started missing alarms... I mean I set an alarm for an event but the window for it is never popped. I googled around and found that other were having this problem back in 2007 and 2005, but there's no mention of it in recent months. Anyone else experiencing this or know what the source of the problem is? tnx --
2010 Jun 16
2
cpuspeed settings??
Hey, folks, Sometimes my workstation bogs down... slows to a crawl. Using gkrellm, it's obvious the CPU is the laggard. The top utility confirms: the load average gets up over 4 at times. But this occurs when cpu stepping pegs the speed at 600MHz. This processor is capable of 1.5GHz and when it's allowed to run at that speed, the load average is under 2, which is fine. So the
2010 Jul 23
3
cpuspeed: missing drivers ???
One problem I've discovered in cpuspeed is that there are drivers missing: # cd /lib/modules/2.6.18-194.8.1.el5/kernel/drivers/cpufreq # ll total 72 -rwxr--r-- 1 root root 14408 Jul 1 21:40 cpufreq_conservative.ko -rwxr--r-- 1 root root 16168 Jul 1 21:40 cpufreq_ondemand.ko -rwxr--r-- 1 root root 7624 Jul 1 21:40 cpufreq_powersave.ko -rwxr--r-- 1 root root 12524 Jul 1 21:40
2010 Mar 29
2
bogus error message from yum update for gmime and gmime-sharp
When I do "yum update gmime gmime-sharp" I get: ... --> Missing Dependency: gmime = 2.2.10-5.el5.centos is needed by package gmime-sharp-2.2.10-5.el5.centos.i386 (installed) Error: Missing Dependency: gmime = 2.2.10-5.el5.centos is needed by package gmime-sharp-2.2.10-5.el5.centos.i386 (installed) ... But both of these are already installed: # rpm -q gmime gmime-sharp
2010 Mar 19
3
[OT] Small touch screens that works with CentOS
Hi, We want to display on a small LCD screen next to our meeting rooms and optionally let people book the room from the panel. We looked at different providers and those solutions either works with Exchange or Lotus Notes... Since I already have code to fetch events from any CalDAV/WebDSV servers, I'm looking at building the system myself. So I'm wondering if any of you can recommend
2010 Sep 23
4
CentOS, Firefox, and Java Plugin
The latest updates to CentOS 5.5 seem to have broken the Java plugin, and have defeated any and all attempts to get it working again. I'm running CentOS 5.5 (32-bit) and Firefox 3.6.9 (installed from the CentOS repository); I've tried BOTH the openJDK plugin available through the Argeo repositories, and installing Java 1.6.0 directly from Sun/Oracle and creating the plugin soft link in
2010 Jun 21
6
How to specify the default route?
I have a machine with two net interfaces. it seems to always pick the wrong one (eth1) as the default route. I can change it with route del default route add default eth0 after it's up (or in rc.local, of course), but I'd like to figure out what I need to do this "the CentOS way" (e.g. edit some configuration file? Run some config utility, what?) once and for all. Can