Fedora :: A Script To Restart Amule On Exit - Crash ?
Oct 8, 2009
Since I have not yet the knowledge to write a custom script I ask the following:
Can you give me a (sh) script to restart amule on exit (crash)?
This I ask you because amule crashes often on my system.
I already filed out a bug report at the amule website.
View 7 Replies
ADVERTISEMENT
May 8, 2011
Since I upgraded to Natty, XBMC produces a crash log when I exit.I have searched for forum entries but not found any. I use a Gigabyte GA-880GMA-UD2H DDR3 AM3 board with a Athlon II X2 processor, with on-board graphics, HDMI output.
(XBMC seems to work while running, however)
Quote:
cat xbmc_crashlog-20110508_110818.log
############## XBMC CRASH LOG ###############
################ SYSTEM INFO ################
Date: s�n 8 maj 2011 11.08.18 CEST
[code]....
View 1 Replies
View Related
Nov 7, 2010
I am trying to install amule in my fedora 14 I type this:
I have typed first:
1 rpm -ivh http://rpm.livna.org/livna-release.rpm // this step is OK
2 rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-livna // I get error ( error: /etc/pki/rpm-gpg/RPM-GPG-KEY-livna: import read failed(0)..)
3 yum install amule
but I get this error: Error Downloading Packages: 1:amule-SVN-r10359.fc14.i686: failure: amule-SVN-r10359.fc14.i686.rpm from amuleSVN: [Errno 256] No more mirrors to try. 1:amule-nogui-SVN-r10359.fc14.i686: failure: amule-nogui-SVN-r10359.fc14.i686.rpm from amuleSVN: [Errno 256] No more mirrors to try.
View 12 Replies
View Related
Jan 4, 2011
any one able to install aMule 2.6.6 on Fedora14(KDE)?
View 4 Replies
View Related
Jan 29, 2010
This has happened multiple times. I'd be running firefox and it would crash for whatever reason. I'd try to restart it and it would tell me that it's "already running as another process."
ps and top show no firefox. killall can't kill it. I found a few forum postings saying to delete the .parentlock file in the firefox directory. That allows me to start it, but all my personalizations and settings are gone. I have to each time create a new profile and copy everything over.
Kubuntu 9.04, all up to date, 2.6.28-13, 64-bit.
View 2 Replies
View Related
May 23, 2010
10.04 runs perfectly most of the time, then every once-in-awhile it crashes. The screen goes black and I have to restart. I had a similar problem with 9.10, so I reverted back to 8.04 which never crashed. I did a fresh install of 10.04.
View 9 Replies
View Related
Aug 20, 2010
What I would like to do is if the app crashes which kills xinit for the system to either kill login (which will auto login and restart the app) or just to execute the startx command (which auto launches the app) as if typed in from the keyboard. I am trying to find a way that will use the least amount of system resources, rather than a loop.
View 1 Replies
View Related
Sep 1, 2011
started getting errors from software centre, synaptic and updater that halevt is giving error "exit status 100" Tried reinstalling halevt by software centre, synaptic, and terminal without any luck.
View 5 Replies
View Related
Jun 6, 2010
bit of a server noob having built a server to hold a php website for a client hosting at home, I have some experience, but VERY limited and don't speak fluent server.My problem is that overnight each day apache on my clients server stops responding. I can still access via putty / webmin.The best I can see it, it seems that apache 2 opens too many child processes and chokes the system. My reasoning for this is:-Though I have max child set to 20 with a keep alive of 30 there are dozens of child processes 'apache2 -k start' running, some of which were started 9.5 hours ago.
-I can stop apache, though that doesn't kill these child processes. I can terminate the parent process which does kill the child processes, however restarting apache after killing the child processes results in a system crash. Rebooting the server remotely after apache has stopped responding also results in a server crash. That is NO response on any port.I would be happy to display any pertinent server config/logs etc if anyone can help me troubleshoot this?
View 2 Replies
View Related
Dec 1, 2010
I installed a CSS server following these instructions on the latest Ubuntu server :url
And I then created + configured my server as per the bottom of this suggesting the server config creator tool :url
All fine - then i go to run my server by doing :
sudo ./srcds_run -console -game cstrike +map de_dust
and it says:
Code:
andy@novo:~/srcds/orangebox$ sudo ./srcds_run -console -game cstrike +map de_dus
t
Auto detecting CPU.Using default binary: ./srcds_linux.Server will auto-restart if there is a crash.
Illegal instruction
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Wed Dec 1 16:22:40 GMT 2010: Server restart in 10 seconds
Illegal instruction
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Wed Dec 1 16:22:50 GMT 2010: Server restart in 10 seconds
Illegal instruction
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Wed Dec 1 16:23:00 GMT 2010: Server restart in 10 seconds
^X^CWed Dec 1 16:23:01 GMT 2010: Server Quit
In a never ending loop - i then add the -debug flag - and do sudo updatedb then locate debug.log but none has been created...
View 2 Replies
View Related
Mar 17, 2010
I'm using centos 5, kernel 2.6.18-164.11.1.el5I have occasional server network problems (the NIC driver will basically crash/restart causing no connectivity for a period of time) due to the marvell sky2 NIC driver being a problem, as discussed here: This essentially means the server is unreliable when under any kind of reasonable load, to put it mildly.Worse still, the driver problem has not been resolved in 2.6.18.x - but it seems to have been resolved in the latest Linux kernels.I really don't want to compile the kernel from source, etc, but it looks like I may have no choice.Is there a repo which has a pre-compiled 2.6.20+ or 2.6.30+ kernel which I can use,
View 8 Replies
View Related
Apr 11, 2010
I noticed that if I have "exit" in a bash script file., e.g. script.sh,that when the word "exit" is reached, and the script file being executed is not in the PATH nvironment, i.e. ". script.sh", the whole konsole shell profile is exited! What gives here? Is there another command compatible to "exit" to prevent this, or will I just have the leave the "." part in the PATH enviroment, which is, to my understanding, is not recommended? I desire for a "goto" function in bash script files
View 11 Replies
View Related
May 22, 2010
In linux, creating thread is same as process (clone()), except the virtual address space gets shared with the parent.If a running main process(thread) creates new thread, and if main thread exits, why should the new thread too exit? both are different entities, The same doesn't happen if the child thread exits, the parent thread would be alive.
View 1 Replies
View Related
Feb 22, 2010
I am trying to use aMule, under 64 bit Kubuntu on KK. I get a low ID. When I try the connectivity test it fails. I am advised to: 'Make sure your firewall or router is allowing/forwarding this TCP service port..I don't have any doubts about my router, since eMule works fine under Windows on my network.So I am persuaded to examine the firewall on my KK installation - except that I cannnot find it.
In addition, how do I find the definition for my network card to be sure it is set to the correct IP address to match my router settings?
View 2 Replies
View Related
Jul 31, 2010
I've installed Ubuntu 10.04 lts lucid lynx and I've intalled Amule. In my windows partition I always use emule without problems. The connection is guaranteed by the open doors of my Pirelli Alice Gate Plus 2:TCP:8294 UDP:45266 My firewall is set for them and I ca use KAdemilia avoiding Server problems. I thought to do the same with Linux. Surprisingly, Amule connects well edk2 Servers but Kad reports this state: Active Disconnected. Probably my id is very low. I've tried to launch a popular query like "ubuntu" and i've waited more than an hour. No response. I've tried also to run a nodes.dat from various websites but without success. Kad remains disconnected. Why does emule works well with the same tcp-udp connection and amule doesn't work in the same way? Maybe amule supports only server connections? And if yes do you know a package for Lucid Lynx able to manage with kad?
View 9 Replies
View Related
Jun 14, 2011
I'm running Fedora 15 with current updates and kernel. I do not have anything special or non-standard about my configuration or setup. I use grsync to sync my home folder files to a remote rsync server on my network. I've checked my hard drives and my memory and everything else I can think. Here is the problem:
grsync will run for some time and once it nears completion it will crash. This, however, is no standard crash. It literally shuts my computer "OFF". I have shared the remote rsync folder through CIFS as well and I can copy those exact same files through nautilus with drag and drop without issue. I have had a few occasions where the rsync process will complete without issue, but this is a rare occasion. Since it powers my computer completely off I do not enjoy the luxury of having any log files or messages to attempt to diagnose from.
View 9 Replies
View Related
Aug 15, 2010
How can you turn off unwanted file uploads in Amule? In Limewire you can decide if you want to share files or not. How can you do this in Amule. I've turned down the settings to 0 or1 and reduced the bandwidth time etc. But to actually prevent? Also in windows there's all kinds of file splitters and joiners what is recommended in Ubuntu.
View 2 Replies
View Related
Dec 3, 2008
I have been using Open SUSE 10.3 for about a year now and have been very pleased. I am now trying Open SUSE 11, it seems good, loads a lot faster than 10.3 and seems to run a little faster. I have had a few probs but they have been resolved with help from these forums. But I have a big prob remaining and I have no idea what could cause it. For no apparent reason I will lose the connection to the net.It happens mostly when running aMule, it can be downloading fine for some while when suddenly the connection to the servers is lost and it won't reconnect, and then also I can not connect to the net with Google etc. The only way to solve it seems to be to shut down, wait awhile then reboot. It will be OK for a while then the problem re-occurs. There does not seem to be a problem with anything else on the system. I know that the Modem is OK as I have three HDD - 1 running Win XP, 2 - running Open Suse 10.3. 3 - running Open Suse 11 & the prob only occurs with SUSE 11, I do not get this problem with either of the other HDD. I have tried three versions of aMule, with SUSE 11,the one given on YAST - v2.2.2-0, & others from Packman v2.2.1-0, & vSVN, the problem occurs with each version so I think it must lie with SUSE 11. I have opened ports 4662 & 4672 on the firewall, & the setup I use is identical to the one on 10.3 which works faultlessly. I use a NTL Modem connected to the PC via Ethernet.
View 1 Replies
View Related
Aug 17, 2010
openSuSE gurus, after several weeks I've finally managed to get aMule to listen external calls from Mozilla browsers. To make it quick: In Seamonkey or FF do about:config and add
Code:
Key: network.protocol-handler.external.ed2k
Tyoe: boolean
Value: true
Key: network.protocol-handler.expose.ed2k
Type: boolean
Value: false
[Code]...
View 3 Replies
View Related
Jul 28, 2010
I have a PC that is using Ubuntu Karmic. It serves only to download stuff, and is on 24-7.
Can I set a limit to download speed for Deluge and aMule throughout the day (so that it doesnt interfere with other network stuff) but unlimited during the night? (when we are all sleeping)
View 3 Replies
View Related
Aug 18, 2011
I've just upgraded to xubuntu 11.04 and every thing seems to work fine and better than version 10. The only problem I have is that after some hour of working programs like vuze, amule, qbittorrent shuts down and disappears. if example: if I leave those software on for teh whole night the morning after they are closed and i have to restart them again
View 1 Replies
View Related
Aug 3, 2010
I use fedora 9 and want exit from x server. when i use init command,show me error.for use init command in fedora 9 what work?
View 4 Replies
View Related
Feb 10, 2010
I recording CD-RW with Brasero and at the end I get the error. The iso-image was write to disk, but lead-in and lead-out seems to be didn't write. What is the problem? This the log of the brasero:
Quote:
Checking session consistency (brasero_burn_check_session_consistency brasero-burn.c:1848)
BraseroBurnURI called brasero_job_get_action
BraseroBurnURI called brasero_job_get_action
BraseroBurnURI called brasero_job_set_output_size_for_current_track
BraseroBurnURI stopping
BraseroBurnURI called brasero_job_get_action
[Code]...
View 3 Replies
View Related
Aug 13, 2010
I have a dual boot machine; sometimes I want to use windows for something Linux won't do.
It boots up Linux by default, so if I want Windows, I need to interrupt it at the beginning.
It would be more convenient if I could tell it, when I shut down, what to reboot into.
View 4 Replies
View Related
Nov 24, 2010
I managed to install the graphics card's driver on several distributions, but I just don't get what I have to do to run it on Fedora.Well.... The installation program asks me that X must be stopped... but.. how do I do that?Ctrl + Alt + Backspace doesn't work.When typing "top", X or gdm are not in the list.
View 12 Replies
View Related
Feb 13, 2010
I have Fedora 11 running on Microsoft virtual PC. When I start Fedora it opens in full screen mode. How do I exit full screen so that I can pause or turn off Fedora.
View 3 Replies
View Related
Feb 19, 2010
command will just execute and exit with a status of "0" -"Every command returns an exit status (sometimes referred to as a return status ). A successful command returns a 0, while an unsuccessful one returns a non-zero value that usually may be interpreted as an error code. Well-behaved UNIX commands, programs, and utilities return a 0 exit code upon successful completion, though there are some exceptions."[URL]With the command . . .
Code:
# dosfsck -v /dev/sdb
it could be very helpful (and decide my next move) to see the exit code as 0, 1, or 2 . the man page suggests the command exit code will specify if the message I get - "Cluster size is zero" (I think it is a "1")is a recoverable or fixable error by the utility. or is non-recoverable - a pretty nifty feature if I understand this right. [URL] is there anything like this script COMMAND_LAST used in the following link. [URL] that can be entered in the terminal window after - or at end of - my dosfsck command or any command. just to see if it has a 0, 1, or 2 status ?
View 2 Replies
View Related
Sep 12, 2010
I am using a fully updated fedora 13 64-bit system and when i run make on xoscope i get the following error:
collect2: ld returned 1 exit status
I have already installed all of the prereqs. And the configure went without errors.
View 9 Replies
View Related
Apr 27, 2010
I've got a fresh install of RHEL5 with updates installed running on a PC104. If the machine starts up the screensaver, I can't ever get out of it. The mouse pointer comes back up on the screen, but the desktop doesn't appear or a box to enter a password. I try to reboot X and get an error that X can't be started and it drops me to a prompt. I reboot from the command line and then I get the filesystem error and have to wait 2 hours while it scans.
View 4 Replies
View Related
Jan 8, 2010
I am running Fedora 12 with clean install. last updated 1/8/10 AM.Trying to install chkrootkit I get the following when running "make sense":
gcc -DHAVE_LASTLOG_H -o chklastlog chklastlog.c
gcc -DHAVE_LASTLOG_H -o chkwtmp chkwtmp.c
chkwtmp.c: In function �main�:
chkwtmp.c:95: warning: incompatible implicit declaration of built-in function �exit�
[code]....
View 4 Replies
View Related