Fedora :: Bringing Up Wlan Interfaces Failes On Boot?

Sep 27, 2009

Recently (I can't put an exact date on it but its been within the last few weeks) on boot I've had to wait two or three minutes for my system to bring up my network interface, in a way its never done before...The output of /var/log/boot.log is as follows:

Code:
Welcome to Fedora
Press 'I' to enter interactive startup.

[code]...

View 3 Replies


ADVERTISEMENT

Debian Configuration :: Bringing Up Wireless Interfaces At Boot Also

May 11, 2010

My new Squeeze machine detects all of my hardware including the LAN and WLAN cards, but only brings up the LAN card. There isn't even an entry for it in /etc/network/interfaces for me to modify. I tried adding the info manually but then the entire network wouldn't start. I had it configured as a static IP and I know the commands were correct due to them working on the LAN card. I believe that the name "wlan0" was causing the problem, but how else can I bring it up at boot?

View 7 Replies View Related

Fedora X86/64bit :: Yum Update Failes Today?

Apr 12, 2011

Trying to run yum update fails with this error msg..:

Code:
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:

[code]...

View 14 Replies View Related

Fedora Networking :: Enable 3 Interfaces \ When Start One Interface The Another Interfaces Goes Down?

Jan 25, 2010

I have 3 Interfaces for a different LAN's and when I start one interface the another interfaces goes down.How can it's possible?I configure my ethernets as:

Code:
/sbin/ifconfig eth0 172.16.3.108 netmask 255.255.0.0 broadcast 172.0.255.255
/sbin/ifconfig eth1 172.16.3.109 netmask 255.255.0.0 broadcast 172.0.255.255
/sbin/ifconfig eth2 172.16.3.1110 netmask 255.255.0.0 broadcast 172.0.255.255

View 12 Replies View Related

Debian :: Boot Directly To Desktop Without Bringing Up Login Screen?

Mar 30, 2011

How can I boot Debian 6 directly into the desktop without bringing up the login screen or login password?

View 6 Replies View Related

OpenSUSE Install :: Boot Failes With "fsck.ext3: Error Too Many Open Files"?

Apr 12, 2010

After upgrading from opensuse 11.1 to 11.2 I get the following error messages while booting the system caused by the initial filesystem check routines:

ERROR: Couldn't open /dev/null (Too many open files)
ext2fs_check_if_mount: Too many open files while determining whether ... is mounted.
fsck.ext3: Too many open files while trying to open ...

I found a new version of the e2fsprogs at the OBS package claiming to fix this problem. But installing this new version did not solve my problem.

Here some information about the affected system:
Operating System:openSUSE 11.2 (i586)
Installed e2fsprogs:e2fsprogs-1.41.11-4.1.i586
Number of LVs:35 (all ext3)

I can only boot if I comment out some of the filesystems in my /etc/fstab. It seems that the number of filesystems must be less or equal 32.

View 7 Replies View Related

Ubuntu Networking :: ADVISEADDR: Error In Specifying Interfaces: No Existing Ip Interfaces Found

Jan 7, 2010

I have a weird issue that I have not seen on any forum. My jaunty on DELL studio laptop seems connected to net, but I can not access any network service (ssh, firefox etc.). But when I connect a cable the cable lights blink as it should be and in wireless connection my wifi light blinks.

It was working 2 days ago without problem, and I have not done big changes recently.I removed and reinstalled network-manager and network-manager-gnome. Nothing changed. I see a message in each restart as follows (when Openafs is starting). I can reproduce it with "/etc/init.d/openafs-client restart"

Code:

ADVISEADDR:error in specifying interfaces: no existing ip interfaces found

#lspci

Code:

04:00.0 Network controller: Intel Corporation Wireless WiFi Link 5100
08:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5784M Gigabit Ethernet PCIe (rev 10)
#lshw -c network

[code].....

View 5 Replies View Related

OpenSUSE :: VM Failes To Install CentOS?

Aug 28, 2011

I am trying to come up with a virtual CentOS installation. Here is what i did:in yast clicked on `Install Hypervisor and tools --> XEN` then clicking on create new virtual machine. I leave everything as defaults, selected `redhat` as my installation type. Then I inserted CentOS 5.5 DVD into my drive and selected it as a source for installation.When I try to hit OK and install, I see the attached image with gives an error message

View 1 Replies View Related

Ubuntu Networking :: Adding Interfaces To /etc/network/interfaces?

Apr 16, 2010

If I try to add a new interface (eth1) to /etc/network/interfaces, I get

Code:
* Reconfiguring network interfaces... SIOCSIFADDR: No such device
eth1: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device

[Code]...

How do I add 2 interfaces and get anyone of them to work, as available ?

View 5 Replies View Related

OpenSUSE Network :: No Wlan With FRITZ WLAN USB Stick N 2.4 On 11.2

Nov 27, 2009

There is no wlan0 interface when trying to run FRITZ!WLAN USB Stick N 2.4 on OpenSuSE 11.2, though it works fine on Fedora 11 and Mandriva Spring 2009.1. All 64bit. Contrary to Fedora and Mandriva, there is no need to compile the compat-wireless module ar9170usb for OpenSuSE 11.2 because the kernel is very recent and includes this driver. Kernel: 2.6.31.5-0.1-desktop The /var/log/messages gives this after I put the stick in the PC. At first it is seen as a mass storage device:

Nov 27 22:00:24 linux-3mwa kernel: [ 73.420755] usb 1-5.1: new high speed USB device using ehci_hcd and address 4
Nov 27 22:00:24 linux-3mwa kernel: [ 73.540834] usb 1-5.1: New USB device found, idVendor=057c, idProduct=84ff
Nov 27 22:00:24 linux-3mwa kernel: [ 73.540841] usb 1-5.1: New USB device strings: Mfr=16, Product=32, SerialNumber=48
Nov 27 22:00:24 linux-3mwa kernel: [ 73.540847] usb 1-5.1: Product: FRITZ!WLAN USB Stick N 2.4
[Code]....

View 5 Replies View Related

CentOS 5 Networking :: Moving Interfaces At Boot?

Oct 6, 2010

I have a series of four config scripts which all run in sequence of each other.first occurs during the whole kcikstart thing.Kickstart then tells rc.local to run step2, which then tells rc.local to run step 3. No steps are repeated, after they are run they delete themselves from rc.local.After each step, it reboots.Step 3 is responsible for creating the /etc/sysconfig/network-scripts/ifcfg-eth1 file, and populating it. It greps ifconfig -a for the mac address of USB0.

#! /bin/bash

# Check to see if the usb nic takes eth2, if it does, move it to eth1[code]............

View 1 Replies View Related

General :: WLAN Not Recognised By F12 In Boot?

Jan 15, 2010

I have just tried to upgrade my Toshiba Laptop (Satelite X205-S9800) from Fedora 10, which was working correctly, to Fedora 12. During the first boot Fedora 12 does not recognise my Wireless LAN Card and stops (Freezes) in that part of the first boot sequence. I have tried switching the LAN OFF in the Bios and also switching it off(There is an On/Off switch on the Wirless LAN card. Neither of those actions fixed the problem.

View 3 Replies View Related

CentOS 5 Networking :: Dosen't Enslave Bonded Interfaces On Boot?

Feb 9, 2011

I have a rack of IBM x335s. They are all running 802.1Q over 802.3ad, that is VLAN trunking over two physical Ethernet bonded with LACP. Its been working fine on all of the servers for years.One server recently had its hard drives upgraded and CentOS reinstalled. It is a minimal install. The server has been reconfigured exactly as it was and has been verified and compared against the other working servers.It will not enslave the interfaces on boot. You can manually enslave and then bring up the network, so that much of the configuration is verified. It simply refuses to enslave... which fails everything that comes after thatHere is a snippet of the message log on the machine that does not enslave on boot

Jan 31 22:28:57 vm3srvp01 kernel: NET: Registered protocol family 10
Jan 31 22:28:57 vm3srvp01 kernel: lo: Disabled Privacy Extensions
Jan 31 22:28:57 vm3srvp01 kernel: IPv6 over IPv4 tunneling driver

[code]....

View 2 Replies View Related

Debian Configuration :: Wheezy32 Boot Hangs - Configuring Network Interfaces

Jan 6, 2016

As above, my wheezy 32bit hangs at boot. the last few lines displayed are

Code: Select allMounting local filesystems...done.
Activating swapfile swap...done.
Cleaning up temporary files...
Setting kernel variables ...done.
Setting up resolvconf...done.
Configuring network interfaces...

[Code] ....

I removed the files from /etc/network/interfaces.d/ just in case. i still can't boot up.

Resolved (I think) as on this post: [URL] ....

View 14 Replies View Related

Ubuntu Servers :: 10.04 Not Bringing Up Console?

Aug 7, 2011

I'm having an issue with Ubuntu 10.04 server, where it is not bringing up a console on the local machine.

The only display on the local screen (and in /var/log/boot.log) is:

Code:
fsck from util-linux-ng 2.17.2
/dev/sda1: clean, 100725/2342912 files, 781590/9357824 blocks
init: ureadahead-other main process (595) terminated with status 4

Hitting <alt>-<f[anything]> just brings up a blank screen with a single flashing cursor, and no login prompt.

The ureadahead message sounds like the classic Windows error: "The operation could not be completed because of the following error: The operation completed successfully." So ureadahead isn't the problem.

Also... ssh works, but other services (apache, mysql, smbd, nfs-kernel-server, etc) need to be started manually.

View 2 Replies View Related

General :: Bringing Up Oracle XE Listeners

Oct 23, 2010

Instead of using sudo to start the listener, first use su - oracle, then start the listener.

su - oracle
password: oracle
lsnrctl start LISTENER
lsnrctl status

I was then able to bring up the Oracle home page a few minutes later with: [URL]

View 2 Replies View Related

OpenSUSE Wireless :: WLAN Module Doesn't Load Automatically At Boot - 11.4 KDE X86_64?

Mar 21, 2011

Using tips provided in the "Sticky" posts, I have identified my wireless device -- BCM4322 -- and installed the necessary firmware and drivers. The device appears in Network Manager until system reboot, at which time the "ssd" driver module is loaded instead. After each boot I must execute the following commands to remove ssd and load the Broadcom driver:

rmmod ssb
modprobe lib80211
modprobe wl

The Broadcom README file provides directions to load the correct module automatically, but the commands appear to be incompatible with openSUSE 11.4. I'm happy to provide additional detail if needed

View 7 Replies View Related

General :: Bringing Pages For A Particular Process Out Of Swap?

May 21, 2010

I'd like to know if it's possible to bring pages from a particular process into main memory, or to set parameters for a given process, or class of process so that it will not be swapped out.

View 1 Replies View Related

Installation :: Bringing Ubuntu Into Network And Thus Online

Jul 31, 2010

I have an old computer with 128 megs of memory and one hard drive of 120 gigs. I have gone back and forth between installing Ubuntu and Puppy. Right now, despite advice against it because of the limited memory, I am thinking of sticking with Ubuntu. Puppy has some problems but that is not what I want to address right now. What I want to ask about in this discussion thread is how to get Ubuntu onto the Internet.

I think I get it, but I want to be sure. There is a menu option called "Network Connections" and it opens a window that has several tabs. Since I have a wired connection, I click on the "Wired" tab where it shows my connection in a list box. When I click on Edit it opens another window that displays a MAC address and there is an "Apply" button. When I click on this, there is an Authenticate window that opens up and it prompts me for a password. Is this password that it is asking for the same thing as the password that my router uses?

View 5 Replies View Related

Hardware :: Bringing Power Down On Home Server?

Sep 19, 2010

I just got my electricity bill for July & August and noticed a dramatic increase in my consumption. Basically, the amount of electricity has almost doubled (from 433 to 748kWh) and the increase happens mainly between 5pm and 11pm, as well as during weekends... I did not have to search for too long before I pointed out the issue... My new home server. It is configured to auto WOL at 5PM and auto shutdown (Cron) at 11PM. It also runs 24h/day on weekends...

Here's the server's config:

Hardware:
MSI Platinum K9N mobo
AMD Athlon64 CPU
1GB DDR2 Ram (2X 512MB)

[code]....

Everything else is only "run-on-demand" or scripts... I am searching for suggestions on how to minimize the power requirements. The video card is going to be replaced soon, by a standard PCI 4MB videocard. Next I will get rid of the 80GB & 750GB HDD's to be replaced by a 1.5TB HDD...

View 14 Replies View Related

Slackware :: Wicd No Longer Bringing Up Wlan0?

Jan 15, 2011

I have recently started using this laptop as a host for tinkering with vmware. I have wicd installed on it, which normally brings up wlan0 and connects to the nearest configured wireless lan automatically.

Vmware has installed another, virtual, NIC on the host, called vmnet8. I configured it in /rc.d/rc.inet1.conf with a static IP.

Now when I boot up the laptop vmnet8 starts up and running and correctly configured, but wlan0 doesn't. I have the wicd icon in my systray but it doesn't find a network, even when i click on it and refresh etc. I have to open a terminal and "ifconfig wlan0 up" in order to get the NIC up. Then wicd works fine.

Networking configuration in Slackware looks like a bit of a nightmare frankly (why i usually use wicd!) so I thought i'd ask you chaps before messing about too much.

View 6 Replies View Related

Networking :: Will Bringing Down Loopback Interface Make Whole Server To Go Down?

Dec 14, 2010

I have a client's linux server where someone added a script which sends spam mails from the server's local loopback address (127.0.0.1) all my seniors worked on it and couldn't trace the script on the server this issue was going for a week, now I have an idea to bring down the loopback interface of that particular server(ya, that was not a permanent solution but just had an idea), but my support manager told that it will bring the whole server down(so far as i have learn't loopback address is used only for testing the NIC card's functionality), is that really bring the server down.?. How ever i tried this using a test machine all the connections works fine even after i bring down the loopback interface. As my client's server is a production server i can't test it there without clear knowledge, can any one help me out whether will it bring down the server or will it cause any side effects on it(i know that you guys are experts so i am asking it here)?

View 5 Replies View Related

General :: Booting (system Hangs For 2 + Mins When Bringing Up The HDD)?

Mar 15, 2010

I have never had this problem before but when i boot the system hangs for about 2 mins when brining up my harddrive I am using scsi disk support and the newer ATA driver for my Harddrive (the same as ive always used but for some reason the system just hangs for like 2 mins then boots normally

this is somthing that urks me and i know im missing somthing the platform is a hp nc8230 notebook please request any information or how to provide it as i am new to linux (kinda) but for the life of me i can't figure this one out

[Code]...

View 2 Replies View Related

Server :: Using Amavisd With Postfix - Bringing Up A Temporary Failure

Jun 22, 2011

I am running or was running a mail server. It used the titles service to scan emails but keeps bringing up a temporary failure right. But when I run the command 'amavisd' It brings up this error here:

[Code]...

View 1 Replies View Related

Fedora Networking :: Bulk Abd Real Data Transfer Over Ad Hoc / WLAN Network Under Fedora 13

Aug 21, 2010

I am newbie to linux, I am dealing with Fedora core 13. I have already succeedded in building an ad hoc network and a WLAN network. My next step is to get some networking statistics such delay, throughput, etc. So, I need traffic to flow through the network for both multimedia traffic and bulk data traffic. How to send files between nodes on the network (I found commands ftp, rcp but do not know whether they are the correct choice for this). ID their any application to perform this?

Also, I want to perform some video streaming between two nodes to study the behavior of real time data transfer. Is thier any application to perform this?

View 4 Replies View Related

Fedora :: Broadcom WLAN Wireless Driver Fedora Core 11

Aug 26, 2009

Okay I posted about this a while ago, and i got my wired network to work, but now i need my wireless card driver to work. I have been doing research and I found something called ndiswrapper which drivers from windows working in linux. I typed in lspci in the terminal and it gave me my specs of my wireless card which is a:
-Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)

-Some people said there is no original driver for this card, so you need to use ndiswrapper, I was wondering does anybody know what this is, how do i use this, and help me out to get my wireless card going. If you give me instructions, please be really specific as I am really new and still getting the hang of commands.

View 1 Replies View Related

Debian :: Lenny - Apt Failes To Fetch "Packages"

Aug 6, 2010

I'm running Debian Lenny on a machine and every time I try to update apt I get the following error message:

OK   http://security.debian.org lenny/updates Release.gpg
OK   http://ftp.de.debian.org lenny Release.gpg
Ign http://security.debian.org lenny/updates/main Translation-de

[code]....

For some reason apt tries to download Packages instead of Packages.bz2 and Packages.gz and I neither know why nor how to fix it.

View 13 Replies View Related

Fedora Networking :: Cannot Use WLAN In 13

May 28, 2010

I have this output from lspci

Code:

04:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
07:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express (rev 02)

when i try configure using network manager, i can not connect to wlan, my AP using WPA-PSK

View 7 Replies View Related

Slackware :: High HD Activity Bringing System To Crawl When Browser Is Open

Apr 24, 2010

I'm running Slackware 13 with a custom kernel based off of 2.6.32.3. I tend to leave my system on 24/7, as well as my web browser. Originally it was Firefox and now it is Google's Chrome. Usually about a day of leaving the web browser open my HD activity spikes so high that I can barely do anything on the system until I kill the web browser. This has been happening with both Firefox AND Chrome! As soon as the browser processes are killed, the system returns back to normal.

View 10 Replies View Related

Fedora X86/64bit :: F10 Shuts Eth Interfaces After Reboot

Feb 25, 2009

I've got a problem, the interfaces are shutted by the system, so after the reboot I have no network conectivity even if I used the setup command to configure the interfaces.

View 14 Replies View Related







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