Debian Configuration :: System Boots With Eth0 Down?

May 10, 2011

I noticed that when my server boots up, it's network interface on eth0 is always down and I always must run the 'ifup eth0' command in order to get it to work for some reason. I checked my configuration and it looks legit to me...

# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5).

[Code]...

Anyone know why my system is booting with out bringing up my eth0 interface? It's very annoying.

View 5 Replies


ADVERTISEMENT

Debian Configuration :: Usb 3.0 Stick Only Boots From Usb2 Hub

Sep 2, 2015

My usb stick with Debian only loads from the usb hub it's crazy. I just tried putting the usb stick onto a usb3 port in my desktop and also on a usb2 port even the one where the usb hub is connected to and it wont' load!. Same initramfs prompt happens as when connected on the laptop usb ports.

the usb hub has usb2 speeds so is not that the stick is under usb1.1 emulation.

View 14 Replies View Related

Debian Configuration :: Boots On Emergency Mode After Crash

Aug 8, 2015

First of all, my computer is running Debian Jessie. uname -a gives me this output: Code: Select allLinux felix-PC 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04) x86_64 GNU/Linux

So today I updated my system with aptitude update and aptitude upgrade, and there was few paquages that were updated. Among them was one "linux-image" or "linux-headers". I believe that it is linked to this security update: [URL].... .

During the time aptitude upgrade was running, I was simply surfing on Iceweasel. However, it seems that my system suddenly restarted, without asking me the permission or without notifying me. It really looked like I pressed the restart key, but I actually didn't. My computer battery was full charged and plugged in. So, I do believe that it is my system that rebooted himself after the aptitude upgrade was completed (or even during the upgrade, I don't know).

So my computer restarts, and brings me to GRUB menu: I boot Debian and then I get the usual [ OK ] ***** lines telling that the system boots normally. But this time, I get some errors:

Code: Select all[FAILED] Failed to set up automount Arbitrary Executable file format file system Automount point
...
[FAILED] Failed to start load kernel module
...
[FAILED] Failed to mount /boot/efi
[DEPEND] Dependency failed for Local File Systems

I arrive then in Emergency mode with this message:
Code: Select all Welcome to emergency mode! After logging in, type "journalctl -xb" to view
system logs, "systemctl reboot" to reboot, "systemctl default" to try again
to boot into default mode.
Give root password for maintenance
(or type Control-D to continue):

I tried systemctl default but it doesn't boot my system normally. I also tried Control-D but it just reprints the same message. And finally I typed journalctl -xb, which gives me a long log file (855 lines) that I do not understand.

I would give this log file, but it seems that my internet connexion is broken (because of the kernel, I mean), even with an Ethernet cable. So I can't connect with ssh to the computer I use at the moment, and I can't either send it to myself by mail. I tried to mount an usb key, but it seems that any key won't be mounted because of a kernel problem.

An obvious solution to my problem may be to come back to an older kernel version. However, only the lasted kernel version (x86_64 Linux 3.16.0-4-amd64) is installed. dpkg --list | grep linux-image gives me indeed:

Code: Select alliF linux-image-3.16.0-4-amd64 3.16.7-ckt11-1+deb8u3 amd64 Linux 3.16 for 64-bit PCs
ii linux-image-amd64 3.16+63 amd64 Linux for 64-bit PCs (meta-package)

I do not know how to come back to an older kernel, as far as I haven't any internet connection and as far as I seem to not be able to load an usb key.

View 7 Replies View Related

Debian Configuration :: Tcp/ip Share To Eth0?

May 20, 2011

I have an adapter eth0 I need one shared folder to exchange files, with another machine configured as 192.168.0.3/255.255.0.0

ping is working fine between both machines, but I think my problem is in routing, or I need to add a shared resource and I am having trouble with that... not sure if maybe I need to mount something as nfs or what?

[Code].....

View 6 Replies View Related

Debian Configuration :: Grub Imidiately Boots Default. Can I Intterupt It?

Nov 14, 2010

I installed Lenny on a computer and set up grub to boot windows by default with a timeout of 0 Is there a way to interrupt the boot process so I can boot linux? Or can I boot from a flash drive somehow? PS: nothing to do with topic, but I just found out that the top 24 supercomputers run linux , and more besides. That is way cool. check out [URL]..

View 4 Replies View Related

Debian Configuration :: Eth0 Connects But Don't Have Internet

Dec 17, 2010

I installed Debian Squeeze on my system two days ago, using a wired connection to internet (which worked fine). After that, I had to install the non-free wireless package in order to scan wireless networks. It now works fine, and I can connect and get to internet. But with wired connection, i connect via eth0 and none of my applications work. And they're not in offline mode.Also, i already went here: URL,,, and I checked if that was my case. I tryed what they say several times in some different ways, but I still can't connect. Even more, if I change something like they say, I get "unmanaged device" and I can't even connect to the internet. And the wired connection works, I'm using it right now on my ubuntu 10.10.

If you want more information, I just tried to ping sites like google.com or ......com using network preferences and it does work, it gets 100% of the packages back around 50ms later, so the internet appears to work. Also, when I connect via wireless, everything works perfectly.

View 12 Replies View Related

Debian Configuration :: Eth0 Keeps Reverting To DHCP?

Feb 19, 2011

Freshly installed Lenny system. Edited /etc/network/interfaces to use a static IP:

# The loopback network interface
auto lo
iface lo inet loopback

[code]...

View 5 Replies View Related

Debian Configuration :: Systemd Can't Read Boot Logs Of Failed Boots

Mar 25, 2016

I'm getting BSOD when I'm booting my main system (debian 8 fully updated). I get a BSOD with a _ sign. URL...because I can't access to failed boots files. Besides having the files

Code: Select allfelipe@debian ~ % ls /var/log/journal   
362d07f9e18b45f8aec4575c347f181d  92e8a448f7a348719da129184a7e6821

Code: Select allfelipe@debian ~ % journalctl --list-boots
 0 0c51ae5b67f144059c5470dbe345d621 vie 2016-03-25 09:05:29 ART—vie 2016-03-25 09:11:58 ART

View 3 Replies View Related

Debian Configuration :: Eth0 Is Not Starting Automatically On Boot

Nov 30, 2015

I am using Debian 8 with systemd. I noticed that eth0 it is not starting automatically.

During boot process, I see this message: a start job is running for LSB: Raise network interface

View 5 Replies View Related

Debian Configuration :: Redirect Trafic From Eth0 To Eth1

May 26, 2011

I have twe network cards eth0 and eth1. eth0 is connected to internet and eth1 is unusable. So, i'd like to redirect trafic from eth0 to eth1. how can i do it?

View 1 Replies View Related

Debian Configuration :: Eth0 Link Down On 6.0.2 When VoIP Phone Is Used?

Jul 20, 2011

I recently set up a Debian-based gateway+router on a remote site. I've installed OpenVPN and made a VPN bridge to another network (that server is also Debian). The main network has all the resources and also a VoIP server (asterisk). Bridge seems to work fine, except that every time a Linksys phone is used to call - after a few seconds I get:

Jul 20 12:16:05 sklad kernel: [403987.817695] eth0: link down
Jul 20 12:16:05 sklad kernel: [403987.817939] br0: port 1(eth0) entering disabled state
Jul 20 12:16:07 sklad kernel: [403990.113701] eth0: link up, 100Mbps, full-duplex, lpa 0x4DE1

[Code]....

So whenever the phone is used, network falls down for a few seconds. And of course this breaks the call. There is also another Linksys box (analog-to-voip) and it works fine most of the time. However sometimes this "eth0 link down" happens too. There is nothing more in syslog to analyze, so I don't know where to dig. Physical device of eth0 is D-link DFE520.

View 2 Replies View Related

Debian Configuration :: Change The Automatic Fsck Execution At Boot Time To Be Above 30 Boots?

Aug 27, 2010

How can I change the automatic fsck execution at boot time to be above 30 boots? I reboot the system sometimes 3 to 4 times a day. Intel 3 GHz, tower, i386 lenny vmlinuz-2.6.31-686

View 2 Replies View Related

Debian Configuration :: Using WiFi Router On Eth1 Bridged To Eth0

Dec 13, 2015

I am running : Linux ics385 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u6 (2015-11-09) x86_64 GNU/Linux

Here's the situation

1. I'm trying to configure a WLAN using a D-Link DLR655 wifi router that is connected to eth1.

2. eth0 is connected to the ISP's DHCP router and has the IP 192.168.0.24

3. I've bridged eth0 to eth1 such that eth1 has the static IP 192.168.8.1

4. I've manually configured the router and it uses the 192.168.8.1 as the WAN address with its subnet on the 192.168.10.* address space.

5. I can connect a laptop to the D-Link using wifi and ping 192.168.8.1 but I can't ssh to it or to anything beyond it from the laptop.

6. If I'm on the server (192.168.0.24) I can ssh into either 192.168.0.24 or 192.168.8.1 but not if I'm on the laptop. I conclude from this that ssh is not the problem but the laptop says ssh: connect to 192.168.8.1 port 22: connection refused.

So, am I conceptually confused or is it that I have to open ssh up to the other sub-net address spaces or something like that?

View 5 Replies View Related

Debian Configuration :: Creating A Network Bridge From Eth0 To Wlan0

Jan 18, 2016

I am very new to linux.I have a network camera which only has an Ethernet port but no WiFi. Sadly no Ethernet port is available close to the camera.

Therefore I now bought a raspberry pi and installed raspbian to create a bridge into the wireless network, for connecting the camera to the internet.I now played around with the interface- and bridge configuration but I have problems with it.This is how my interfaces file looks like:

(The WiFi is secured with WPA2 Enterprise)

Code: Select all# interfaces(5) file used by ifup(8) and ifdown(8)

# Please note that this file is written to be used with dhcpcd
# For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d

[code]....

The WiFi is connection works fine and I am in the internet using the WiFi.But I am wondering about eth0. The network parameters I specified are not the same as the parameters ifconfig tells me.Ip, Broadcast, Mask, nothing is as specified.It would be nice to give the camera a static IP that I can access it always with the same IP from the RaspberryPi.The Raspberry Pi itself gets always a new IP from the WiFi network. How do I get the camera into the internet using the existing connection of the Pi?

View 6 Replies View Related

Debian Configuration :: Stop Eth0 From Starting Up When Boot / Login?

Mar 16, 2010

how do i stop eth0 from starting up when i boot/login ??

View 4 Replies View Related

Debian Configuration :: Dhclient.eth0.leases Line Semicolon Expected?

Dec 24, 2010

Any hints why I'm getting the following message: dhclient: Internet Systems Consortium DHCP Client 4.1.1-P1 dhclient: Copyright 2004-2010 Internet Systems Consortium. dhclient: All rights reserved.

[Code]...

View 9 Replies View Related

Debian Configuration :: Eth0 Upload Speed Slows To Trickle After Upgrade?

Aug 5, 2011

A few months back I performed a routine aptitude upgrade on a Squeeze installation on a DELL Vostro desktop. My eth0 upload speed is now very bad although download speed is good. I suspect that it could be related to my other problem [URL] which was caused by the OS enabling noveau driver instead of the installed NVIDIA proprietary drivers.

dmesg says:

eth0: Tigon3 [partno(BCM57788) rev 577880001] (PCI Express) MAC address 00:26:2d:23:a0:a5
eth0: attached PHY driver [Broadcom BCM57780] (mii_bus:phy_address=300:01)
eth0: RXcsums[1] LinkChgREG[0] MIrq[0] ASF[0] TSOcap[1]
eth0: dma_rwctrl[76180000] dma_mask[64-bit]

Where do I start to troubleshoot?

View 4 Replies View Related

Debian Configuration :: No Longer Allowed To Access The System Configuration

Jul 31, 2011

I am using Squessze and Gnome. When I try to use the gui System>Administration>Network or Users and Groups I get the error The configuration could not be loaded. You are not allowed to access the system configuration.Everything was working before. I read around a bit. In some cases,it was caused by mismatching group and password files after using the gui. I do not know how to check if they are matching. Of course I do not know for sure that is the problem in my case.

View 14 Replies View Related

Debian :: Eth0 Disapears And No Eth0 Inteface Found

Jul 13, 2009

On my machine (Desktop PC) I have 2 network card : wireless (rt61 802.11) and a wired card (BCM44). When I install debian 5.

The wired card is detected and logical name eth0 is assigned, while wireless is not assigned I install firmeware* software to configure the card. It is done in some way ( I used mnetwork from mepis, it works fine).

Now the problem: eth0 disapears, and no eth0 inteface found? ifconfig gives just wlan0.

Question: Why there is no eth0, it was before configuration of wlan0 ?

How to active again eth0, or ho to create the logical eth0?

View 5 Replies View Related

Debian :: Installed Squeeze, Keep Getting Eth0: "system Error Occurred"?

Feb 8, 2011

I was finally able to successfully install debian Squeeze on my Netra X1. Upon bootup, however, I get a scrolling message saying:[ 206.790092] eth0: (71) System Error occurred (2)Not really sure what this is about. I never received this when I had it running Solaris or FreeBSD or even Ubuntu's older SPARC versions.I also know that it's unlikely to be a bad ethernet card, since Debian was network-installed, and I never came across this error before.

View 1 Replies View Related

Ubuntu Servers :: 10.10 - Setup Eth0 With Subdevice Eth0.0 And Eth0.99 To Come Up At Boot

Apr 22, 2011

im trying to setup eth0 with subdevice eth0.0 and eth0.99 to come up at boot

eth0 is dhcp clint
eth0:0 is static ip
eth0.99 is 802.1q vlan interface
/etc/network/interfaces
Code:
auto lo
[Code]....

View 1 Replies View Related

Debian Configuration :: The 'freezing' System Of Debian

Nov 15, 2010

How does the 'testing' version of Debian stabilize? I mean, the updates from upstream are very frequent, so if the Debian maintainers upgrade a package till the very end (for e.g if they just upgrade to 2.6.36), when will they get time to test it (so as to freeze it)?

View 7 Replies View Related

Debian Configuration :: How To Remove VM From System

Jan 10, 2016

I would like to remove a specific domU (test01--pv--guest) from my machine. I am not sure how far/to what extent to remove files. Here are the files and properties it seems I should remove:

lrwxrwxrwx 1 root root 10 Jan 9 11:05 /dev/disk/by-id/dm-name-xenvg-test01--pv--guest--disk -> ../../dm-3
lrwxrwxrwx 1 root root 10 Jan 9 01:03 /dev/disk/by-id/dm-name-xenvg-test01--pv--guest--swap -> ../../dm-2
lrwxrwxrwx 1 root root 7 Jan 9 11:05 /dev/mapper/xenvg-test01--pv--guest--disk -> ../dm-3
lrwxrwxrwx 1 root root 7 Jan 9 01:03 /dev/mapper/xenvg-test01--pv--guest--swap -> ../dm-2
lrwxrwxrwx 1 root root 7 Jan 9 11:05 /dev/xenvg/test01-pv-guest-disk -> ../dm-3

The above link to dm-2 and dm-3.

brw-rw---- 1 root disk 254, 0 Jan 9 01:03 /dev/dm-0
brw-rw---- 1 root disk 254, 1 Jan 9 01:03 /dev/dm-1
brw-rw---- 1 root disk 254, 2 Jan 9 01:03 /dev/dm-2
brw-rw---- 1 root disk 254, 3 Jan 9 11:05 /dev/dm-3
brw-rw---- 1 root disk 254, 4 Jan 9 01:03 /dev/dm-4
brw-rw---- 1 root disk 254, 5 Jan 9 01:03 /dev/dm-5
brw-rw---- 1 root disk 254, 6 Jan 9 01:03 /dev/dm-6
brw-rw---- 1 root disk 254, 7 Jan 9 01:03 /dev/dm-7

Will they be deleted automatically or should/can I remove them? How do I check the need for the other dm-? files? As indicated below, it seems like some may be duplicates.

I also found this set in /etc/lvm/archive/:

-rw------- 1 root root 2909 Oct 17 00:41 Relaise-vg_00000-1453251236.vg
-rw------- 1 root root 2929 Oct 24 22:08 Relaise-vg_00001-1530642081.vg
-rw------- 1 root root 2924 Oct 25 19:33 Relaise-vg_00002-328450675.vg
-rw------- 1 root root 2901 Oct 26 19:53 Relaise-vg_00003-1555350964.vg
-rw------- 1 root root 2902 Oct 26 19:53 Relaise-vg_00004-1044927704.vg

[Code] ....

Some of these seem like duplicates. This may be due to multiple attempts to build the volumes. Is there a way to determine if all of the are useful?

View 0 Replies View Related

Debian Configuration :: Installing Anything New On System

Jun 11, 2010

I came across one strange problem. When I try to install a new package on my system, I get this error, connected with libgnutls26:

[Cpde]...

View 2 Replies View Related

Debian Configuration :: System Hang On X Logout

Jun 23, 2015

If I shutdown from X the system hangs and I have to yank out the power cord. Same on logout.

ctrl+alt+f1 hangs for a few minutes and then starts a terminal; which does not respond to the keyboard.

There are no tty.conf files in /etc/init .

But inittab looks normal to me and includes tty (1-6)

Executing init 6 from a terminal in X will reboot the system

I was thinking this might be a dbus issue, but I am not sure. I also understand some recent issues exist with SysRq sequences. May be a video card issue,,,

Other than normal package upgrades the only changes were a recent change from a VGA to HDMI cable. I can't see why that would matter

Linux Lugh 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u2 x86_64 GNU/Linux

View 6 Replies View Related

Debian Configuration :: DNS Caching On Desktop System

Feb 1, 2016

I was wondering if a standard Debian 8 system with Gnome desktop does any kind of local dns caching, and if so, what the command is for clearing it. (Assuming I haven't purposely installed any DNS server software.)

I found multiple posts on the Web about unix DNS caching, but with widely different answers across distributions and across time.

View 2 Replies View Related

Debian Configuration :: How To Fix System After Apt-get Upgrade Interruption

Feb 2, 2016

I am running Debian on an ARM module (BananaPi).5 minutes ago, i started upgrading the system, but fortunately the power cable moved and the system closed.Now i open it up again and i'm trying to re-upgrade the system but i'm always getting this message

# apt-get upgrade
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.

View 4 Replies View Related

Debian Configuration :: When Install NIS / System Becomes Very Slow

Apr 12, 2016

I have installed jessie on a couple of machines. One is configured as the NFS filesystem exporter and NIS server. The other one, I am trying to configure as NFS and NIS client. NFS does not seem too much of a problem, I can mount the exported filesystem to a directory in the client and unmount it, but when I install NIS the system becomes very slow. Any command preceded by "sudo" takes a very long time (a few minutes) to complete. Then, upon rebooting the system, it reports many services failed to start (login, accounts, modem manager, avahi, network manager, exim). When if finally completes, I get a terminal login, instead the graphic login window.

View 4 Replies View Related

Debian Configuration :: No Operating System Found?

Feb 20, 2010

Installed linux-image-2.6.32-bpo on my laptop today and after the reboot i got "no operating system found" . I'm now typing using a Puppy live cddrom .

View 3 Replies View Related

Debian Configuration :: Can't Receive System Messages

Mar 2, 2010

I have a small LAN. I am in the process of installing a Debian Lenny/Squeeze system into the LAN. I want to send and receive system messages using rwalld and wall.I can send a system message from my Debian system to another box using rwall. I can send a local message within the Debian box using wall in a console.I cannot send a local message using wall Konsole in KDE 3.5.x. The KDE Write daemon fails to provide any pop-up window./usr/bin/wall is installed from the bsdutils package and is set to -rwxr-sr-x.

The ktalkd package is installed. The KDE control center shows a configuration option in Internet & Network settings called Local Network Chat.When not in X, mesg is set to y at the console. After starting KDE and I open Konsole, mesg is always set to n. I don't know how this setting toggles. Further, setting mesg to y in Konsole has no effect on getting wall to work.mesg is set to y when I run xterm in KDE. Then wall works within that terminal window. However, the KDE Write daemon does not see the message in xterm.When I send a message from another system to the Debian system using rwall, xterm receives the message but not Konsole or the KDE Write daemon.

View 3 Replies View Related







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