-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
The CPU usage is always around 40 percent. I use push-to-talk and I had uninstalled pulseaudio. Now I use Alsa. I don't even have to connect to a Server. By simply starting TS the cpu usage goes up 40 percent and stays there.
The CPU usage of 3.0.0-rc1 [Build: 14468] is constantly 14 percent.
This…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
Maybe it is for the best to close this question. This has nothing to do with a bluray drive in general anymore. Probably a hardware defect. I will try to test it with a windows system and different cables again... Thx so far.
I have a bluray/dvd/cdrom drive with SATA.
Ubuntu wont find it under /dev/sd
wodim…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have installed memcached fine, and now I will need to install PECL extension memcache. Im running RedHat x86_64 es5. The installation gives me this:
downloading memcache-2.2.6.tgz ...
Starting to download memcache-2.2.6.tgz (35,957 bytes)
..........done: 35,957 bytes
11 source files, building
running:…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi.
I have quite strange situation, where my CentOS 5.5 box loads are high, but the CPU and memory used are pretty low:
top - 20:41:38 up 42 days, 6:14, 2 users, load average: 19.79, 21.25, 18.87
Tasks: 254 total, 1 running, 253 sleeping, 0 stopped, 0 zombie
Cpu(s): 3.8%us, 0.3%sy, 0…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have a legacy server (Ubuntu 9.10 Karmic x86), where previous admin set up backups with fsbackup.
This server lives in a VPS (under some kind of Xen), and it is low on HDD space (16 GB total).
Now it came to a point, where fsbackup backups take more space than the rest of data in the system. The…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I have three init scripts and the Broker init script runs fine, but when I try to run the Consumer init script and then the Data Collector init script, the only process that is running is the Broker.
I added the symbolic links to the run levels using update-rc.d for each script and I also changed…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I updated to 14.04 from 12.04.03.
I was using cinammon at that time.
When I upgraded to 14.04 ,I got a serious problem.
I was unable to login, as whenever I hit enter after entering password, it is taking me straight to login screen again.I unable to login like Guest even.
So, here is my .xsession-errors…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have been trying to get sphinx to run at boot, so I added some lines to /etc/rc.local but nothing happens when I start up. If i run it manually it works however.
/etc/init.d/rc.local start works fine as does /etc/rc.local
It's listed in the default runlevel and is all executable but it does not…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Here's a very simple example of what I'm trying to get around:
class Test(object):
some_dict = {Test: True}
The problem is that I cannot refer to Test while it's still being defined
Normally, I'd just do this:
class Test(object):
def __init__(self):
self.__class__.some_dict =…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In which order are Servlet.init() and Filter.init() methods called in java web application? Which one is called first? Are all Servlet.init() methods called before than any Filter.doFilter method?
>>> More