Debian Configuration :: ERROR - Hangcheck Timer Elapsed... GPU Hung
May 24, 2011
I have Squeeze with 2.6.32 kernel, fresh installation and Intel 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device.I have done all updates, but Gnome Desktop freezes every day completely, I can move the mouse, but nothing happens.Keyboard works, but I can press only Ctrl-Atl-F1 and Ctrl-Alt-Del to reboot.
May 23 20:19:56 Squeeze kernel: [ 644.868007] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
May 23 20:19:56 Squeeze kernel: [ 644.868018] render error detected, EIR: 0x00000000
May 23 20:19:56 Squeeze kernel: [ 644.868724] [drm:i915_do_wait_request] *ERROR* i915_do_wait_request returns -5 (awaiting 8250 at 8249)
View 10 Replies
ADVERTISEMENT
Mar 6, 2010
i was adding another disk to my raid 5, all was going well it started the reshape, got past the critical zone, worked for 20mins, but now it seems to have crashed.When i cat /proc/mdstat, or mdadm -D /dev/md0, those programes hang and dont print anything or return.from my kern.log i can see that there was an error on a disk, the raid array removed it, was going to continue the reshape but finished immediately. Anyone know what i should do?
Mar 6 16:20:26 Aries kernel: [1931119.599107] md: reshape of RAID array md0
Mar 6 16:20:26 Aries kernel: [1931119.599107] md: minimum _guaranteed_ speed: 1000 KB/sec/disk.
Mar 6 16:20:26 Aries kernel: [1931119.599107] md: using maximum available idle IO bandwidth (but not more
[code]....
View 2 Replies
View Related
Jun 23, 2010
I am running following command which is giving error
Code:
git clone git://git.kernel.org/pub/scm/linux/kernel/git/trovalds/linux-2.6.git linux-2.6
Initialized empty Git repository in /home/tapas/LKP/pandora/linux-2.6/.git/ fatal: The remote end hung up unexpectedly Some one suggested me to check my firewall I am not clear as which port does git uses.
View 2 Replies
View Related
Jun 15, 2010
I started seeing error log entries to this effect once we ported a Tomcat webapp, which connects to a remote database, from Tomcat 5 to Tomcat 6.0.26, but it seemed relatively harmless until now. The error we got at first was:
Code:
May 5, 2010 2:36:44 PM org.apache.catalina.loader.WebappClassLoader
clearReferencesStopTimerThread
SEVERE: A web application appears to have started a TimerThread named [Timer-7] via the java.util.Timer API but has failed to stop it. To prevent a memory leak,the timer (and hence the associated thread) has been forcibly cancelled. A restart seemed to cure the server at that point. But now it has died silently: though the process itself was running, the service become unavailable. Entries like this were found in the logs:
Code:
06/15/10 15:05:47.685 EDT -0400 id=1 Error acquiring database:
java.lang.IllegalStateException: Timer already cancelled.
at java.util.Timer.sched(Timer.java:354)
[code].....
View 2 Replies
View Related
Aug 9, 2010
My computer was getting slow. I know I had a problem with flash for sure. I was thinking it was because I haven't done a dist-upgrade in a while and there were a lot of updates.
So last night I backed up all my important data and did a dist-upgrade. Well now IceWM no longer shows and it just boots to command line. Not the first time I've done that.
Anyway, when I run 'apt-get -f install' I get hung up with errors on Samba.
Errors were encountered : /var/cache/XXX...samba_2%3a3.4.8~dfsg-2_i386.deb
I tried to remove samba but was unable to and 'dpkg -r --force-all samba' returns a processing error.
The error states that it can't locate File/Temp.pm in @INC.
I am sure someone with more knowledge could easily salvage this. Funny, I have been running sid for 5-7 years now and it has given me very few problems. And pretty much every problem has originated from my hand. Typing the wrong thing, accepting the wrong option, or accidentally deleting the wrong folder.
View 2 Replies
View Related
Apr 30, 2011
I have a problem with the configuration of the NS zone. Looked through the logs, and there:
Apr 28 21:20:19 szewczyk named[18340]: /etc/bind/db.domain.pl:1: no current owner name
Apr 28 21:20:19 szewczyk named[18340]: zone domain.pl/IN: loading from master file /etc/bind/db.domena.pl failed: no owner
[code]....
View 1 Replies
View Related
May 11, 2010
What can be the cause of this error.
dmesg | grep -i time
ACPI: PM-Timer IO Port: 0x408
Calibrating delay using timer specific routine.. 4658.19 BogoMIPS (lpj=2329098)
Using local APIC timer interrupts.
[code]....
View 7 Replies
View Related
Sep 9, 2010
I have mounted an NFS share with ISO images on my kvm Server. If i connect such a iso to a VM (using virt-manager) for installing a operating system i get the following error on startup: Error starting domain: internal error Process exited while reading console log output: char device redirected to /dev/pts/1 qemu: could not open disk image /mnt/iso/public/Linux/Distributions/Debian/debian-504-amd64-netinst.iso: Permission denied
The problem is definitly that kvm (or qemu or libvirt-bin, i don't know) tries to set permissions (rwx owner for libvirt-qemu, --- for kvm group, --- for other) on the file, although it has read permissions. Is it possible to change this behavior?
View 1 Replies
View Related
Jan 25, 2010
I am new to linux and I am attempting to establish a dual boot with Windows Vista 32 Bit and Linux Debian 503 i386-netinst. When I place the install cd into the cd drive and boot from the cd a problem occurs at "Booting the kernel."
A message appears:
[0.116007] ..MP-BIOS bug: 8524 timer not connected to IO-APIC
Then the installation just "stalls" and never moves past this point.
View 1 Replies
View Related
Apr 2, 2011
I recently tossed Ubuntu for Debian Unstable for my personal machines and I'm having trouble building Emerald into a package. I've already configured and installed the package (using the usual ./configure, make, make install) but I wanted to make a deb for future use (for myself and for others). However every time I try to run dpkg-build I get the following error message.
dh_install -pemerald --sourcedir=debian/tmp
dh_install: emerald missing files (usr/bin/*), aborting
make: *** [binary-install/emerald] Error 2
dpkg-buildpackage: error: debian/rules binary gave error exit status 2
[Code]...
View 2 Replies
View Related
Jul 7, 2009
I've done a lot of googling for this, but always found code that does not work on my compiler.Could anyone please post a small (working) program through which I can store the starting time of the program (milliseconds) and get the ending time of the program in integer variables?Am working on Fedora 8, and with the gcc compiler.
View 2 Replies
View Related
Jan 25, 2010
I am troubleshooting file copy time issues between 3 servers. I need to copy the same file from server A to both server B and server C and compare the elapsed times for the copy. Is there an easy way to do this?
View 3 Replies
View Related
Jun 13, 2010
I tryed to install a DNS server on debian lenny, i installed bind9 and webmin, and then i installed a bind module for webmin. I created a domain with webmin but when i tryed to add a address record with it i had a Error-Missing Content-Type Header.
View 1 Replies
View Related
Jun 4, 2010
It is possible to not only have the progress of the shredding, but the time elapsed/remained/whatever as well? It would be great to be able to see the time elapsed/time remaining along with the percentage complete.
View 4 Replies
View Related
Jan 28, 2010
What is the best way to track elapsed real-time, for the most kinds of Linux systems?
clock_gettime() looks great, but I get this build error:
undefined reference to `clock_gettime'
..even though I have #include "time.h" Here is my uber-goal:
// Returns fractional seconds that have elapsed since Start_Ticks was set.
float elapsed_seconds( unsigned Start_Ticks )
{
[code]....
View 1 Replies
View Related
Sep 21, 2015
Seems like this is a running issue. also, sudo returns "The value user is not in the sudoers file. This incident will be reported" kdeusu just makes a noise and returns nothing.. In the past i had a workaround of using nautilus, but, nautilus seems to be missing from jessie repo (same for gnome files).
[URL] ... ssoo... this happened and it seems to be going somewhere, but, i can't really make sense of it, and there was no solution..
Also found this [URL] .... and the pathnames should be fine but i don't want to go around arbitrarly entering commands
There was also [URL] .... which only mentions using kdesu which... doesn't really 'exist' anymore.
View 4 Replies
View Related
Mar 9, 2010
Nothing serious (I think), but everytime I run apt-get to remove programs and doing upgrades... I get a strange message.
This is the output of apt-get upgrade:
Inspiron1525:/home/hernan# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
iamerican ibritish
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
17 not fully installed or removed.
After this operation, 4030kB disk space will be freed .....
And this is the output I get when removing a program (I removed amor so I can show the output):
Inspiron1525:/home/hernan# apt-get remove amor
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
amor iamerican ibritish
0 upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
17 not fully installed or removed.
After this operation, 6185kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 89741 files and directories currently installed.)
Removing iamerican ...
/var/lib/dpkg/info/iamerican.postrm: line 6: /usr/sbin/remove-default-ispell: No such file or directory
dpkg: error processing iamerican (--remove):
subprocess post-removal script returned error exit status 1 .....
E: Sub-process /usr/bin/dpkg returned an error code (1)
When I run update, I don't get the error though.
View 4 Replies
View Related
May 24, 2010
After apt-get upgrade I get this:
Setting up linux-image-2.6.32-5-amd64 (2.6.32-13).
Running depmod.
Running update-initramfs.
update-initramfs: Generating /boot/initrd.img-2.6.32-5-amd64
Running update-grub.
/etc/default/grub: 26: Syntax error: EOF in backquote substitution
[Code]...
View 7 Replies
View Related
Apr 3, 2011
I have been trying to install programs and I keep getting a screen error message. and it does it on every package i install unless i remove screen.
[code]...
View 3 Replies
View Related
Jul 16, 2011
When starting vmwareplayer I get this error:
Unable to start services
See log file /tmp/vmware-root/setup-22433.log for details.
Here is the output of the log:
What do I need to do to get this working? I think this might be a newer version than the one which was working before.
View 2 Replies
View Related
Oct 22, 2015
I am running fully updated Stretch. I am tring to complie a driver for Ralink 5370 USB WiFi dongle. When I do make I get the following error:
Code: Select allmake[1]: Entering directory '/lib/modules/4.2.0-1-686-pae/build'
make[1]: *** No rule to make target 'modules'. Stop.
make[1]: Leaving directory '/lib/modules/4.2.0-1-686-pae/build'
Makefile:356: recipe for target 'LINUX' failed
I have installed build-essentials, linux-headers and linux sources. What I have to install to complete this compile?
View 3 Replies
View Related
Dec 18, 2015
I'm working on embedded debian. I do configuration to lightdm for autologin. My device start with autologin but sometimes I see login screen. ı will try it more than 20 times. 17 times its do autologin 3 times not do autologin and show login screen.
Autologin error log.URL...
Autologin log.URL...
Lightdm.conf. URL....
View 0 Replies
View Related
Jan 21, 2016
After adding the backports from 8/Jessie to a 7/Wheezy sources.list and running aptitude update, I get these odd error messages. What is going on?
W: Ignoring Provides line with DepCompareOp for package python-cffi-backend-api-max
W: Ignoring Provides line with DepCompareOp for package python-cffi-backend-api-min
W: Ignoring Provides line with DepCompareOp for package python3-cffi-backend-api-max
W: Ignoring Provides line with DepCompareOp for package python3-cffi-backend-api-min
W: You may want to run apt-get update to correct these problems
View 3 Replies
View Related
Jan 27, 2016
I'm running Debian Jessie 8.2. I have a bluetooth USB dongle connected to my machine.
I run `sudo bluetoothctl -a` then do the following:
Code: Select all  [NEW] Controller 5C:F3:70:6B:57:60 debian [default]
  Agent registered
  [bluetooth]# scan on
  Discovery started
  [CHG] Controller 5C:F3:70:6B:57:60 Discovering: yes
  [bluetooth]# devices
[Code] ....
But I *can* connect to my iPhone this way. Why can't I connect to my Bose Mini II SoundLink speaker?
View 0 Replies
View Related
Feb 5, 2016
Running natios server in Debian 8? I cannot start nagios3 demon, it got following error:
Error: Check period '24x7' specified for service 'check ssh connection' on host 'testk2' is not defined anywhere!
Error: Notification period '24x7' specified for service 'check ssh connection' on host 'testk2' is not defined anywhere!
But if I commented following statement in generic-service_nagios2.cfg, it works just fine.
# check_period 24x7
# notification_period 24x7
View 2 Replies
View Related
Mar 14, 2010
Had ATI card on my old setup, so this is my first experience with nVidia and Linux. I follow [URL]... , but run into problem with module assistant.
[code]...
"Fel" at the end is Swedish for "Error". I can't understand what to do to correct the error. When i look in Synaptic, it seems i have both gcc 4.4 and gcc 4.3. The gcc 4.3 states latest 4.3.4-6.
View 6 Replies
View Related
Apr 2, 2010
I follow a french tutorial to install the nvidia pilots. So, i did :
$ su
# apt-get install module-assistant
# m-a prepare
# m-a clean nvidia-kernel
# m-a a-i -i nvidia-kernel-source
[Code]....
View 6 Replies
View Related
Apr 18, 2010
After updating and subsequently restarting today, I can no longer bring up my wireless interface:
ifup wlan0
SIOCSIFFLAGS: Unknown error 132
Could not set interface 'wlan0' UP
SIOCSIFFLAGS: Unknown error 132
SIOCSIFFLAGS: Unknown error 132
Failed to bring up wlan0
iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11abg ESSID: off/any
Mode: Managed Access Point: Not-Associated Tx-Power=off
Retry long limit:7 RTS thr: off Fragment thr:off
Encryption key:off
Power Management:off
lsmod | grep iwl
iwl3945 77904 0
iwlcore 127432 1 iwl3945
mac80211 180929 2 iwl3945, iwlcore
cfg80211 142905 3 iwl3945, iwlcore, mac80211
View 1 Replies
View Related
May 23, 2010
I installed ndiswrapper and tried adding a driver. Error: module ndiswrapper not found.So I recompiled my kernel, upgrading to 2.6.33.4 (no, I can't see the logical connection either) After a week, I got the new kernel working ( in the interim I reinstalled debian- it didn't survive my first kernel attempt. don't ask), and reinstalled ndiswrapper. Same problem. So I had a stoke of genius: download the source package!! So I did. Lo and behold, a new directory appeared in /usr/src/ : modules. I took a moment to admire my work, then I jumped in.I 'ls'ed to see what was going on, and found a Makefile. so I typed 'make'. First error: kernel source not found. So I entered the Makefile, found the(clearly marked)variable,and changed it to /usr/src/linux-2.6.33.4 , exited, and redid 'make' Second error: no wireless support in kernel. So I went to src/linux-2.6.33.4 and did a make menuconfig- loaded my current, threw in wireless, and exited.
[Code]...
View 1 Replies
View Related
Jul 2, 2010
I've got Opera for Linux on my Debian Lenny system, installed by adding their repository to my APT config, and it works great. Just recently there was an update. When I downloaded it, it could not install because the signature could not be verified.
W: GPG error: [url] lenny Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F9A2F76A9D1A0061
Why would that happen now when I already had the repository correctly setup in my apt files? I tried re-installing the key and that didn't change anything. Is there a problem with a public key server somewhere?
View 2 Replies
View Related