General :: Start Debian It Runs Fine Until It Gets To The DHCP Part?

Feb 9, 2010

Whenever I start debian it runs fine until it gets to the DHCP part.It completley stops and spends like three minutes with stuff like

Code:
DHCP Request on port 57 interval 4
DHCP Request on port 57 interval 14

[code]....

View 3 Replies


ADVERTISEMENT

General :: X Runs Fine, But Three Fatal Errors?

Feb 10, 2011

I just installed Arch (x86_64). I am trying to setup Xorg. I have not installed a DE or WM yet, I just want to make sure Xorg is 100% first.

I had to edit the xorg.conf myself to direct it to my Intel graphics driver, but now it seems to work perfectly.

Except after exiting X, my terminal reads:

Code:
xinit: connection to X server lost

waiting for X server to shut down xterm: fatal IO error 11 (Resource temporarily unavailable) or KillClient on X server ":0"
XIO: fatal IO error 4 (Interrupted system call) on X server ":0"
after 1011 requests (1011 known processed) with 3 events remaining.
xterm: fatal IO error 104 (Connection reset by peer) or KillClient on X server ":0"
I'm pretty new to Linux and have no idea what this means! But I'm assuming it's not normal, because it says 'error'.

View 3 Replies View Related

Ubuntu :: Wine Won't Run Any Game But Runs Software Fine

Mar 5, 2010

Ubuntu 9.10
Wine 1.1.39
ATI HD5750
Catalsyt 10.2 (propriety)

For whatever reason, Wine won't run any games (though I tried only two), but runs MS Office, Notepad perfectly fine. When I click Borderlands form wine menu the computer is loading something for a while and then stops. When I try Civilization 4, the game starts loading and crashes immediately after saying "Init Engine" on the screen.

If I run them from the console, I get the same error for both:

Code:
wine Borderlands.exe
fixme:heap:HeapSetInformation 0x4296000 0 0x36ffda8 4
err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered

[Code]....

View 3 Replies View Related

Ubuntu :: Sshfs Runs Fine But Can't See The Mounted Content?

Jul 31, 2011

I was able to run sshfs successfully, but I am not able to access the mounted folder. For example, if I execute the following commands, I will get stuck at the last step "cd folder" forever.

username@username-laptop:~$ sshfs username@IP_address: folder
username@IP_address's password:
username@username-laptop:~$ cd folder

similarly, if I try to do a "ls" in the parent folder, it will also get stuck.

I am able to ssh to the remote server though.

View 9 Replies View Related

Slackware :: 13.1 Runs Fine As Root, Crashes When Run As User?

Jun 26, 2010

I have had slack 12 on this computer for quite a while with never a problem. Slack 13.1 was installed a few weeks ago without a problem, it seems to run forever as long as it is root. When I go to user it will crash 2 or 3 times a day. When it crashes it is a total lockup that only the off/on switch will reset it. There is no certain time or thing that causes it, it will just lockup while surfing using the command line switching or opening a new le. Any suggestions will be appreciated! I have googled and searched with no info found.I do have 13.1 on another computer that works fine, it has an nvidea video card in it and it is 64 bit.

View 12 Replies View Related

Fedora Installation :: Cannot Access The On-disc Diagnostics XP Runs Fine?

Apr 29, 2009

I am trying to migrate an XP Laptop to FC 11. I downloaded the latest KDE-Live-x86 image and burned it successfully. When I boot with it however, I get the splash screen and no further.Any option I choose, ncluding the CD diagnostics and Memory Test result in the following:invalid compressed format (err=1)--System HaltedI'm certainly no expert, but am not a linux noob either, yet am at a total loss.Google has yielded many theories, but no solutions. It seems that this error is not exclusive to FC 11 either. Older fedoras, as well as non RPM distros seem to be intermittently effected as well.I have verified the MD5 of the iso, and have verified the cd against the iso. The disc gives the same error in another computer. I cannot access the on-disc diagnostics. XP runs fine.

View 6 Replies View Related

Ubuntu :: Script Fails In Cron But Runs Fine In Regular Shell?

Jul 11, 2011

I have an Ubuntu server running Couch Potato, Sick Beard and Sabnzbdplus. Everything "works" pretty well in a sense that CP and SB push the NZB's to Sabnzbdplus, but Sab crashes regularly (haven't found the solution or the cause for this problem, so if you have some advice regarding that, it's welcome).To counter this problem (Sab crashing) I have a script written which checks if Sab is runnning and if it isn't start it:

Code:
bart@Pyro:~$ cat CheckSabRunning.sh
#!/bin/sh

[code]....

View 9 Replies View Related

Debian :: Systemd Failing To Start System - Recovery Mode Fine

Nov 5, 2015

My previously running debian system recently started failing with systemd failure messages as some services are being started. It never completes. I can log into recovery mode.

I added systemd.log_target=kmsg systemd.log_level=debug into my grub parameters.

After I do that all that I see scrolling down the page on boot are:

systemd-journald[36] /dev/kmsg buffer overrun, some messages lost
and the occasional
systemd[1] Looping too fast Throttling execution a little

Is there a way that I can boot without systemd using sysvinit?

View 4 Replies View Related

Ubuntu :: Constant Freezing - Runs Fine For About 3 Hours Then It Will Randomly Stop Working - Screen Goes White

Aug 7, 2010

I am running Ubuntu 10.04 on an AMD64 computer with an ATI Raedon x1250 graphics card.

Everything runs fine for about 3 hours, then it will randomly stop working.

Symptoms:
Mouse stops moving for 10 seconds.
Screen goes white.
Speakers start repeating last 10 seconds of whatever was playing.
Screen goes orange or purple with lines across it and random symbols...

At that point I hardware restart my computer and all is fine again

dmesg yields the following after every crash

Quote:

Quote:

View 9 Replies View Related

Ubuntu Networking :: If DHCP Not Available - Fallback And Start DHCP Server?

Mar 8, 2010

Currently I have my eth0 interface getting a DHCP address but at times the DHCP server will not be reachable. Sooo what I would like my server to do is if it cannot find a DHCP server assign a static address to eth0. Then start the DHCP service so it can then dish out some addresses.How can I do this? Surely it is possible

View 2 Replies View Related

Debian Configuration :: DHCP Client Don't Start With /etc/init.d/network Restart?

May 28, 2011

I installed the latest Debian on a computer to make a backup appliance. No GUI.When the computer starts, everything is okay. The DHCP client is running, the network interface have an address, fine.If I do a /etc/init.d/network restart (or stop + start), no more DHCP client. t is stopped when the interface is down. When the interface is up, I have to start it manually.1 - is it normal ?2 - isn't ifup's job to launch the dhcp client ?3 - can /etc/network/if-up.d be the right place to resolve this ?

View 4 Replies View Related

Networking :: Network Very Slow If Static Ip Settings / But Fine With DHCP

Jan 27, 2010

I've been using slackware for many years. I think I started with Slack 8. I know how to configure the network, I've had this same POS Dell computer for a few years now but the other day I tried to go to a different distro (first mistake) everything worked fine but it was not for me. Once you go slack you never go back! Anyway I had slack on here prior to the change and it all worked fine. I'm running slack 13 and all of a sudden my network is slow as balls! I set it up as I always have so I did some research and tried a few things, nothing worked. So i enabled DHCP and its fine now.. I have a dell xps 420. onboard intel nic. worked fine when i first installed slack 13. Anyone have any clue what to do? I would like my static IP on this machine.

View 6 Replies View Related

OpenSUSE :: .jar File Runs Fine In Command Line But Not From File System?

May 3, 2010

My .jar file needs and uses some files in the same directory it's in (everything, including the jar was unzipped into said directory). It runs perfectly when I do java -jar file.jar in the command line, but there's trouble when I double-click the file when running from the file system manager. I've tried a custom command under properties ie java -jar, but the problem is that the .jar file doesn't seem to be able to use any of the files in the same directory. When running, the jar can't find any of the files that it needs.

View 5 Replies View Related

Ubuntu :: Compiz Only Runs If Start It Gradually ?

Feb 24, 2010

A botched ATI proprietary driver upgrade caused a cascade of problems. I've installed this driver many times before, but this time something just went wrong. I may have made a mistake. There don't seem to be many complaints about the ATI 10.2 driver so this seems likely. Anyway things were quite unstable for a while. I had problems with nautilus (lost the desktop) and segfaults from compiz. I had to reinstall a lot of stuff etc etc.

Anyway, this episode has left me with a strange lingering malaise. I can get the machine into a state where everything works perfectly - the cube is fine and quite snappy, the desktop is all there; it looks great; New driver seems to be working OK. But when I log out and log back in there are problems.

Step 1:If compiz is the window manager during login it dies killing the nautilus desktop and leaving me without a window manager running (no window decorations). This is a nasty state to be in because you can't easily get at a terminal (yeah ctl alt F1 - but how to fix the window manager from there). I've got a keyboard shortcut for metacity which lets me recover from this state. But afterwards I can't get the desktop back.

If metacity is the window manager during login - no problem. I've got a desktop. It starts up fine. Everything looks good. But I'm running metacity and I want to run compiz. So now we try to get compiz running.

Step 2: If I enter "compiz -- replace" in a terminal compiz segfaults and doesn't put metacity back leaving me without a window manager again. Just before it segfaults it complains about not finding some expected graphics files. This seems to have something to do with cube caps [Edit=Not - see later]- but I've restored defaults there so ... Fortunately ctrl C gets me out of that and back to metacity. Or I use my shortcut. But gee whiz no compiz.

OK - here is where it gets interesting. If I go to the compiz settings manager and disable the cube, then compiz --replace works just fine. So it looks like something specific to the cube. This lets me get compiz running but without the cube.

Now things get really interesting. Once compiz is running, if I open the compiz settings manager, then I can enable the cube and in fact ... it works!

To sum up, I now have to go through the following procedure every time I log in.

1. Login in with metacity as default window manager
2. Disable the cube in compiz settings manager
3. Start compiz with compiz --replace
4. Enable the cube in compiz settings manager.

After doing that everything works fine ... at least until I log out.

The fact that I can get everything to work indicates that I've got the driver installed OK and it is working. But why should I have to go through this bizarre procedure each time I log in?

Notes:
1. The problem afflicts all users - so it probably isn't a user config file issue.
2. I've reinstalled compiz and a whole lot of xwindows stuff. Didn't help.
3. I will try downgrading the video driver to the previous version as a last resort. But if the problem is something I broke while things were messed up, downgrading the driver may not fix it.
4. I'll post the crash message compiz generates in a followup (I'll have to log out and back in to generate the crash so I can copy the message)

View 9 Replies View Related

Ubuntu Servers :: Wrote A Start Up Script In /etc/rcS.d/ That Runs:/etc/init.d/squid3?

Jan 19, 2010

I installed squid on my machine, and for a while it was starting up automatically when the computer would turn on, and I would only have to reconfigure on ip-up for the new dns, etc.Now for some reason, I notice that squid isn't even started.To fix this, I wrote a start up script in /etc/rcS.d/ that runs:/etc/init.d/squid3 startAnd I notice it still isn't starting.So I write "/etc/init.d/squid3 start" and put it in my ip-up.d/ script.Everything in the script is being executed, but the squid server.I've tried reinstalling squid... what am I missing? where does the computer start these services?

View 4 Replies View Related

Ubuntu :: Start Up Docky - It Blacks Out The Bottom Part Of The Screen

Apr 1, 2011

Every time I start up Docky, it blacks out the bottom part of the screen, and gives me a notice that says, "Docky requires compositing to work properly. enable compositing and restart Docky." How would I do this?

View 8 Replies View Related

Ubuntu :: Start Up Script(part 2) / Make It NOT Run When Server Rebooted - Halted?

Jan 1, 2010

I added a script to /etc/init.d/local and made it run at boot using:

Code:
update-rc.d local defaults 80
Is there any way for me to make it NOT run when the server is rebooted/halted?

View 1 Replies View Related

Ubuntu :: Launcher For Quake That Essentially Runs A Shell Scripts That Runs Quakespasm With Certain Options?

Oct 13, 2010

I have a launcher for Quake that essentially runs a shell scripts that runs quakespasm with certain options. Is there a way to add it to AWN?

View 6 Replies View Related

Ubuntu Installation :: After Dd From Full 15GB Part To 1.3TB Part, Shows Same Free Space?

Dec 8, 2010

I just used dd to clone a linux partition to a new hard drive, it had 800mb left on the old hard drive, after dd, new hard drive lists 1.29/1.3 terabytes full. Is this what happens by default in dd? How can I fix this?

View 1 Replies View Related

Server :: How To Access Local Part / Domain Part Of Email Address In Postfix's Main.cf?

May 24, 2010

I'm trying to figure out how to access the local part and the domain part of an email address in postfix's main.cf. For example, myname@mydomain.net has myname as the local part and mydomain.net as the domain part.I get the whole email address with %s. I want to speed up the lookups by writing better database queries.I've had no luck finding this in the otherwise well documented postfix.

View 2 Replies View Related

Software :: Server Hosting Different Part Of Web Site Must Appear As Part Of Domain

Jul 13, 2009

we have access to one domain name , 1 internet ip address and may servers hosting different part of site. I want them all to be accessed via same web site . some of the server in our network are embedded devices.they have their specific utility being hosted on that machine. So the severs are bound to be distributed . I just wanted to know how can I access them via single ip, domain name.

View 6 Replies View Related

Fedora Servers :: Can't Start A DHCP?

Sep 6, 2009

here s what i did :

# yum install dhcp
#gedit /etc/dhcpd.conf
#service dhcp restart
Starting DHCP

[Code]...

what am i missing ? , and how can i be sure if the Dhcp server is working exactly what i want

View 5 Replies View Related

Fedora Servers :: DHCP Won't Start On F12

Feb 5, 2010

DHCP server on F12 wont to start, recieving "semicolon expected." errors everytime
have to start in on eth0 alias

my /etc/dhcp/dhcpd.conf
============================
DHCPARGS="eth0:0"
ddns-update-style interim;
ignore client-updates;

[Code]....

if i comment firts 3 lines, than semicolon expected." errors will point again from next uncomented line.

View 6 Replies View Related

Fedora Servers :: Getting Dhcp To Start?

Aug 17, 2010

have f13 runing and finished configuring dhcp. but i tried to start the service using '/etc/init.d/dhcpd restart and service dhcpd start', i failed in return. pls what could be responsible? tried starting the service but still failed. could anything be stopping it?output from /var/log/messages says;

line 1: this version of ISC DHCP is based on the release available
line 2: features have been added and other changes
line 3: have been made to the base software release in order to make
line 4: it work better with this distribution
line 5: please report for this software via the RedHat Bugzilla site:
line 6: http://bugzilla.redhat.com
line 7: exiting.

those are the reports from the log.

View 3 Replies View Related

Hardware :: Is CMOSRAM Is Part On Mother Board Or Part Of RAM?

Jan 14, 2010

In bootseqence of linux, the first step is check the CMOSRAM(size 64bytes) setup for custmor setting. So i am just confused wether CMOSRAM is a part of motherboard or is a part of RAM itself.

View 4 Replies View Related

Fedora Servers :: Dhcp Failed To Start

Jul 9, 2009

On my server Linux Redhat i want to configure dhcp server but when i check the dhcp status the dhcpd was stopped and i try to invoked or to start it failed. Even when open the graphical mode service configuration, check the box and click start the output error message is dhcp failed. the error: Starting dhcpd:Failed.
How would i start the dhcpd service to run

View 4 Replies View Related

CentOS 5 Networking :: Unable To Start DHCP Client?

Jul 23, 2009

I have Centos 5 installed on a PC in the local network. I have installed the RPM dhcpv6-client-1.0.10-16.el5.i386.rpm on this PC to configure it as DHCP V6 client. The RPM was installed successfully, and I have done modifications to the following files:

1. /etc/sysconfig/network, set the networking to yes.
2. /etc/sysconfig/network-scripts/ifcfg-eth1 set the BOOTPROTO=DHCP.

Now the problem is when I start the client on this pc as dhclient, it throws the following errors, and logs out after some time. All the network configurations were lost and the PC gets disconnected from the network.

[root@ServerB]# dhclient
Internet Systems Consortium DHCP Client V3.0.5-RedHat
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

[Code]...

View 4 Replies View Related

Software :: When Start Xemacs Is Doesnot Run In An X Window But Runs In A Terminal Window

Feb 7, 2010

Newly installed Debian system from years with Fedora. Ran system update and system got hosed, booted but no Gnome. Got Gnome back after MANY 'aptitude upgrade's. Xemacs disappeared! Along with other things I installed. Tried to install Xemacs but it is broken and will not install, complains about dpkg TOO current(?). So downloaded Xemacs for Xemacs.org and compiled source, installed.

Now when I start Xemacs is does not run in an X window but runs emacs in a terminal window. If I run it from a script, it complains about 'not in tty window'.

My env show:

Code:

The Xemacs install on Debian ( Bug written ) Install and configuration of Xemacs from source. A better understanding of the Debian upgrade process.

View 5 Replies View Related

Ubuntu Networking :: Configure A DHCP Server But When Try To Start It It Just Fails?

Jan 10, 2010

I'm trying to configure a DHCP server but when I try to start it it just fails.

Code:
log
Jan 10 16:25:52 SRV-LINUX00 dhcpd: Copyright 2004-2008 Internet Systems Consortium.

[code]....

View 5 Replies View Related

Debian Hardware :: Laptop Runs Hot When In Suspend Mode

Nov 9, 2014

it is a macbook pro (5,3) running sid.when i am using it, it is cool.however in suspend mode, it gets very hot.i have this running

Code: Select all/etc/init.d/macfanctld status
● macfanctld.service - LSB: Apple MacBook (Pro) fan control daemon
   Loaded: loaded (/etc/init.d/macfanctld)
 
[code]...

View 2 Replies View Related







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