Slackware :: EQ Overflowing Server Is Probably Stuck In An Infinite Loop?

Oct 28, 2010

It happens really randomly. Suddenly keyboard and mouse stop to react. Screen freezes. However if I have for instance skype running during that "crash", I can still continue to talk over internet. For me looks like x serwer crash. Xorg logs however are empty. I had to hard reboot only to get control over pc (magic sys key + SUB) only works. Trying switch to another session is not working. I run Slackware 13.1. Kindly asking to help me to solve that irritating issue. I pasted errors usually I find at Xorg.0.log.old after hard reboot only

Code:
2.6.35.4 #2 SMP Tue Sep 14 19:33:55 CEST 2010 i686 Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz GenuineIntel GNU/Linux
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 8800 GT/PCI/SSE2
OpenGL version string: 3.2.0 NVIDIA 195.36.15
OpenGL shading language version string: 1.50 NVIDIA via Cg compiler

[Code]...

View 1 Replies


ADVERTISEMENT

Fedora X86/64bit :: F13 EQ Overflowing - The Server Is Probably Stuck In An Infinite Loop

Sep 16, 2010

I have recently been running into the "EQ overflowing" message. It has been happening when I open an image with gimp or a xls with open office. I noticed some were having this issue with earlier kernels. I am using the nouveau driver to run two nvidia cards with three monitors. I am currently running the 2.6.34.6-54.fc13.x86_64 kernel. Here is the output of my Xorg.0.log file:

[Code]...

View 1 Replies View Related

Fedora :: Stuck In Infinite Loop On Login After Changing Wallpaper?

Aug 17, 2011

Fedora 15, fresh install.I changed the wallpaper from default to a solid colour. After switching between gradient to colour the system crashed logged me out and upon logging in it simply runs endlessly accessing my harddisk but never actually loading the desktop.I can kill X and reboot, but it's the same problem waiting for me on restart. I really don't want to re-install or delete users (to put it in context, I just spent 3 days trying to install Fedora because Anaconda doesn't know how to install GRUB correctly).

View 5 Replies View Related

Programming :: Infinite Loop That Isnt Infinite?

Oct 27, 2010

i was playing around with c++ recently and for laughs and giggles i came up with this little program

Code:
#include <iostream>
using namespace std;
int main ()
{

[Code]....

theoretically that should be an infinite loop but it in fact does terminate eventually echoing out 'FIRE!'

just wondering if even though in theory this should be an infinite loop (a number repetedly divided by 2 should never reach 0 thus the conditions of the loop should never be satisfied, hence infinite loop) perhaps in practice limitations of the variable types prevent this?

View 2 Replies View Related

General :: Xinetd Server Configuration - Infinite Loop?

Apr 14, 2011

I have a java server console program that I have configured xinetd to start when connection comes in on a given port and then the program runs in an infinite loop receiving inputstream from telephone exchanges. The thing is, when a new chunk of stream comes from the exchange xinetd forks a new process each time. I tried setting the wait parameter to yes and restarted the deamon, but no success. How can I stop this behavior and have the deamon just direct the stream to the process already running? Am I missing something in my config or is it just incorrect?

My config is as follow:
defaults
{
instances = 60
log_type = SYSLOG authpriv
log_on_success = HOST PID
log_on_failure = HOST
cps = 50 10
}
includedir /etc/xinetd.d

And then my actual config,
service aos_larmar
{
socket_type = stream
protocol = tcp
user = root
type = UNLISTED
wait = yes
instances = 256
server = /home/gunnl/java/start.sh
port = 5204
disable = no
}

My server OS is, Red Hat Enterprise Linux ES release 4 (Nahant Update 7)

View 1 Replies View Related

Server :: Running 2 Infinite Loop Scripts At Startup?

Aug 19, 2009

there's 2 scripts that i want to run when my server start.I a bit new to linux, i found that i could use the script rc.local to run things at startup, although, what i want to run is 2 infinite loop, so the first loop run but not the second.

View 14 Replies View Related

Debian Multimedia :: X.Org Infinite Loop Bug In Squeeze?

Mar 25, 2010

I think i came across a bug in X server in squeeze. I would report it to the bug tracking system in debian packages but the think is I am not entierly sure about it.When i start X (whether it is through startx or service gdm start or auto startup through init when the pc boots) the computer PC seems to lock up.The screen goes black right after X initializes and before anything is show in the screen and if i wait a about 10 minutes the monitor either goes in standby or out of range. PC seems unresponsive to both keyboard commands and mouse but my LCD screen in my G15shows the time skips 1 sec every 2 sec (from 19:22:22 goes straight to 19:22:24).

I have a custom 2.6.33 kernel which i build but it happens with both 2.6.32-trunk and 2.6.32-3 offical kernels from the squeeze repository so i dont think that this is the problem.My PC is a P4 3.75Ghz with 2Gb RAM and an NVidia 6800GT with the binary drivers from nvidia. I have tried diffrent versions from my grapgics drivers (NVIDIA-Linux-x86-173.14.25-pkg1.run & NVIDIA-Linux-x86-195.36.15-pkg1.run) with no change in the behaviouThis is the syslog from the time my pc started and then "stuck". I left it for some time before i hard reset it

View 14 Replies View Related

General :: Bash Infinite Loop Haunting?

Mar 17, 2010

I want to figure out what is going on in this small script.Its really strange.I think its the infinite loop again.All I want to do is to collect some data from the zenity dialog box in an array and then echo it.Here is the code

Code:
#!/bin/bash
#export PS4='+${BASH_SOURCE}:${LINENO}:${FUNCNAME[0]}: ' debugging info

[code]...

View 5 Replies View Related

Software :: Detecting An Infinite Loop In A Process?

Apr 1, 2011

I am trying to develop a process monitor, or use existing monitors to achieve the below given actions.

1) Restart a processes if it crashes.
2) Restart a processes if it is stuck in an infinite loop.

The sample code below describes the structure of the process.

while(1)
{
statement 1....
statement 2....
while (1)
{

[Code].....

The goal is to restart the process if it is stuck in a loop, inside the outer while loop. Given this scenario, what would be the most efficient way to monitor such a process?

A sample solution would look something like this: statement 3 will write to file1 every time it is executed and we know that the maximum execution time of the outer while loop is 30 seconds. A second, timer driven process, checks for file1 being modified every 30 seconds. If the file is not modified, process 1 will be restarted assuming, process1 is stuck in a while loop.

View 2 Replies View Related

Debian :: Graphical Login Screen On An Infinite Loop?

Jun 3, 2010

I'm using debian etch and I've installed some automatic updates, after that some programs weren't running. So I restarted the pc. Now that the computer boot up normally but when it reaches the login screen it just emit a sound in the pc's speaker,he login screen flickers and is showed another login screen again and again and again (it's automatic). I can logon using the option single-user mode in the grub options, any idead on how can I fix it?

View 5 Replies View Related

Ubuntu :: Infinite Boot Cycle Loop After Grub

Jan 26, 2011

When I boot one of my machines, it gets as far as GRUB, then proceeds to a blank screen for a second, and then repeats the cycle all over again - ad infinitum. I have tried previous kernels on the list with the same results Also, I cant boot into recovery mode either.

I have run Memtest successfully from the GRUB options and no errors appear in the results. I have tried booting from a Live CD and here I get as far as the "OS choosing screen". When I then select one and hit Enter, the screen goes blank and the machine reboots as before.

View 5 Replies View Related

Ubuntu :: Stop The Infinite Loop Splash Page In 10.10?

Feb 15, 2011

I upgraded to 10.10, system rebooted but it is stuck at a constant loop.

I can go into safe graphics mode and things look fine except compiz isn't running. I have tried going into login and changing it to log me in automatically but the problem remains.

I've tried using my previous kernal and I have the same issue as this newer one.

I've tried loading gdm from CLI and the problem is still there.

View 2 Replies View Related

Ubuntu :: Infinite Startup Loop - OEM / Black Screen

Apr 18, 2011

I'm doing a dual boot Ubuntu 11.04 and Windows 7 on my Asus UL80v. When I restart and keep going into Ubuntu I'm fine, but I think if I go to Windows and then restart, the infinite start up happens, and I'm currently stuck in this. It'll go to the OEM screen, then a black screen with a cursor, then it goes black, and then back to the OEM screen and so on and so forth.

Luckily I have Ubuntu 10 on my flash drive, so I'm booting to that while I try to figure out this. Which reminds me, when I use the flash drive, there's an option to boot to local disk which also does not work, if that's worth anything. Before this happened, I ran check disk on windows because I ran into some partition troubles. There seemed to be no problems, and I can still access the drives from this flash Ubuntu.

View 1 Replies View Related

Ubuntu :: Printing Gets Infinite Loop Of Blank Pages?

Jun 25, 2011

I installed Xubuntu and was thrilled to see that it had already setup my Brother HL-2140 USB laser printer.However, there is something seriously wrong with the setup. When you try and print, even a test page - it just churns through the entire paper tray printing nothing. Also, when you restart the computer it tries to print the jobs again. I went to Printing and selected the printer but could not find where you could see the print job queue. I did see it during troubleshooting and was able to delete the jobs on the troubleshooting screen.

View 3 Replies View Related

Ubuntu Installation :: Screen Shell Goes Into An Infinite Loop After Upgrading To 10.10?

Oct 20, 2010

I have just upgraded from 10.4 to 10.10 (x64), and now when I run gnu screen the new shell session goes into an infinite loop displaying:

Quote: Linux dave-desktop 2.6.35-22-generic #35-Ubuntu SMP Sat Oct 16 20:45:36 UTC 2010 x86_64 GNU/Linux
Ubuntu 10.10

Welcome to Ubuntu! * Documentation: [URL]...

0 packages can be updated.
0 updates are security updates.

repeatedly until I hit CTRL-C and break out of screen. I tried tmux and that did the same thing, so it is a problem with the shell initialisation rather than with the screen program. However I can start bash, zsh or sh directly in a terminal with no problem.

View 1 Replies View Related

General :: Bring Back The Command Prompt When Running An Infinite-loop Containing Program?

Jan 13, 2010

When running a program that has infinite loops in the terminal , how to bring back the command prompt ? ( I'm using Fedora core 5 )

View 7 Replies View Related

Ubuntu :: Stuck In Loop After Upgrade

Sep 19, 2010

I just upgraded to 10.04 Netbook Remix.When I boot, it gets past the splash screen and to the desktop. Before it can load anything, it acts as if it is looping. The wallpaper loads, the screen blinks white and then it loads the wallpaper again... then a white screen, then the wallpaper.I've tried to bring up the terminal and can't do that. I've also rebooted in recovery mode which didn't help.I'm at a loss. I'm on a windoze machine now since I can't get on my netbook.

View 1 Replies View Related

Ubuntu :: Stuck In A Log-in Screen Loop?

Dec 26, 2010

Not sure exactly how to describe it. I'll try to get a video for reference. The log-in screen comes up, I type in my password, hit enter, and the screen goes black and the log-in screen comes back up. I'm currently using a BackTrack installation (it sucks) and I'd like to go back to an OS that connects to the internet automatically, instead of me having to redo everything from a terminal upon startup

View 1 Replies View Related

Ubuntu Installation :: 9.10 Stuck In Loop As No Net Connection?

Jan 22, 2010

I haven't come across this bit of 'elitism' before but it seems with this install one MUST have a working net connection. Why is this? How do people without net at all get to install Karmic Koala?

I am using the alternate install from a USB stick (UNetbootin) and I have to use a separate USB WiFi dongle (not the Wifi built into this Thinkpad T43). The installer does not recognise the difference, so consequently it fails to find the dongle and gets stuck in a loop between 'Net access failed' and 'Searching for a local mirror' - I don't understand why it needs a mirror at this stage anyway as I downloaded the correct and complete .iso

Major catch22 for me as I am attempting a fresh install due to the upgrade from 9.04 to 9.10 having totally screwed up my system - no ALSA, App menu gone doo-lally, etc etc - far too much mess to sort out.

On top of that, the trackpoint button has stopped working altogether and no amount of Fn+F8 switching makes any difference. Hmm.

Edit: Trackpoint somehow got disabled in BIOS during above aborted install.

View 3 Replies View Related

Ubuntu :: 10.10 - Cannot Login To Desktop (Stuck In Loop)

Nov 4, 2010

I have installed ubuntu 10.10 on my pc and whenever I login to the desktop it shows the gnome panels, icons, wallpaper and then immediately goes back to the login screen. If I try to login again, it does the same thing all over again but sometimes it works. Is there any way to fix this?

View 9 Replies View Related

Ubuntu :: Stuck At Log-in Loop / Is GNOME Broken?

Dec 28, 2010

When I boot into Ubuntu, it goes to the log in screen. I can type in my password and then the screen flashes black and then the log-in screen comes back. If I boot into recovery mode, I can log in via terminal, but if I type startx it just brings up a black screen and a mouse cursor and that's it. Did GNOME get messed up? How would I fix it? I have an Ubuntu LiveCD that I can use, so if I have to install any packages or something, would I be able to download them in the livecd and just install them on my broken installation instead of having to figure out connecting to wifi in a terminal?

View 9 Replies View Related

Ubuntu :: 10.4 Clean Install - Stuck In Password Loop

Feb 2, 2011

I have been trying to get ubuntu 10.4 running on a Packard Bell Easynote r1004. Having had problems with 9.10 I tried 10.4 first booting from the live cd to test compatibility and was supprised when I was presented with a logon screen. Of cause I could not logon as there was no password setup. So I rebooted and went for a clean install. I set a username and password in the install process. When installed I entered the correct password, and it looked for about a second that all was going to be well, but then the password screen reappeared. I tried entering again in case of a type and even entering an incorrect password. The incorrect password was correctly rejected. I have reinstalled 3 times with 3 different copies of the cd all copies are official copies and they work on other pc's. It just returns to the passsword screen each time you enter the password.

View 4 Replies View Related

Ubuntu Installation :: Resizing Partition - Vista Boot Stuck In Loop

Feb 19, 2010

I recently used a GParted CD to resize my partition with Vista installed on it in order to make room for another partition in which I installed Linux onto. I, unfortunately, did not back up my data. My Vista partition now does not show up in Grub and when I set it to just boot to the Vista install it will never boot and is stuck in a loop.

I tried using this guide to try to get it back. My problem comes about halfway through this guide when I go to repair my Vista installation nothing shows up under installations. I would really like to get my data from the Vista partition. I guess if I'm SOL then at least I'll remember to backup my data next time..

View 9 Replies View Related

Ubuntu :: Log Overflowing With Read/write Wait Queue Active?

Aug 9, 2010

I am having some trouble with Ubuntu 9.10 For some reason my logs keep overflowing. I have attached a screenshot and a snippet of my kernel log too.

Code:
Aug 9 18:52:04 eowyn kernel: [180754.977296] tty_release_dev: pts4: read/write wait queue active!
Aug 9 18:52:04 eowyn kernel: [180754.977302]

[code]....

View 2 Replies View Related

General :: For Loop Or While Loop To Read The Fields Of A File?

Sep 1, 2010

I have a mytext file with month and year as two separate fields. likemytext fil

08 2010
09 2010
10 2010
........
........
........

I want to read the values of each field i.e., month and year into an awk script.

View 10 Replies View Related

Slackware :: Mouse Stuck In Middle Of Screen In 12.2

Apr 6, 2010

I've upgraded from Slackware 11 to 12.2 and now my mouse cursor just sits there in the middle of the screen! I've managed (using the keypad to move the mouse cursor) to edit the /etc/X11/XF86Config config file, but all to no avail. I've googled for an answer but I don't understand all the talk about "blacklist". I've got a Pentium 4, 101 keyboard, ps 2 mouse.

View 2 Replies View Related

Slackware :: Stuck With 640x480 Screen Resolution

Sep 7, 2010

I made a total reinstall of Slack 13.1 the other day and all went seemingly well. After a lot of experimenting and deciding I wanted the disk partitioned differently, a reinstall felt about right. But when I started X the resolution was all too low. xorg.conf was adjusted with the properties of my screen (GDM 4011P). Once upon a time, the Xorg config-tool would ask me my opinion, but now it flashes by and I have to live with what it comes up with.

The nVidia driver was installed (legacy for GeForce 3). I know the config is read, because it fails parsing if I have kHz with the sync-figures. But it otherwise disregard my wish to run at 1280x1024. In XFCE I can run the nVidia configuration tool, but it offers only auto, 320x240 or 640x480. The screen is too small for me to click "ok" on several occasions. The machine is capable of 64bit, 2GHz. But I installed the 32bit version of 13.1, it has 1,5GB RAM.

View 8 Replies View Related

Slackware :: Install WCID In (DONE) Now Stuck On Getting Intel Wireless Drivers

Nov 22, 2010

So I decided that I would swap over to Slackware on my HP dv2000 notebook as Linux mint wasn't encouraging me to use the command line too much and I decided to get thrown in the deep end with the scripting side of things.

Basically I can't work out how to install WCID off the Slackware DVD, I have gotten as far as extracting it (extracted to /home/ but I am unsure how to execute it, I have read the install docs and can't make much sense of it, could someone possibly help out and pass on the code to install.

View 6 Replies View Related

Slackware :: Mouse Pointer Gets Stuck On The Lower Right Hand Edge Of Desktop

Jul 10, 2011

I've got a very weird behaviour with my brand-new Slackware64 13.37 KDE 4.5.5 system. I've so far just installed some basic software from sbopkg and the fglrx-driver.

Whenever I pass the red line as seen in the attached snapshot from within the marked area, my mouse pointer gets stuck at the line for roughly one second and then moves on.

Approaching from the outside this does not happen and if I'm staying inside the area, it moves normally as it does at the rest of my desktop.

Turning on/off compositing does not change this, as well as removing the widgets from the panel or locking them. I always get stuck there.

I found out that it has to do with the setting of my external screen via D-Sub. If I switch back to my laptop screen as main, the problem disappears.

View 1 Replies View Related

Server :: POSTFIX Server New Domain Emails Stuck In Queue

Apr 20, 2010

I am newbie to postfix. I added a new domain to my postfix server in the main.cf under mydestinations variable and the relay_domains file. Also, added this domain to my backend exchange server. When I send a test message from the new domain, my messages from that domain appear to be stuck in the "queue active". What does it mean when you are stuck in this queue? Does this mean that my backend email server (exchange 2003) isn't allowing messages from this new domain OR that the POSTFIX server still needs configuring.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved