Start network connection during boot [KDE4]

I want to able to connect to a network (with key) during boot.
Right now, when my arch is booting, it is trying to connect to a dhcpcd during boot, but fails (after several seconds). Then knetworkmanager and even wicd doesn't seem to work correctly. Knetworkmanager (from KDEmod) seems like doesn't work at all.
What can I do to make it connect during boot? (I usually connect only to one network).

I got it working.. however, I am wondering if I have everything right in my rc.config file, in DAEMONS section (maybe I have there something extra, which I can turn off).
#Static IP example
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
#eth0="dhcp"
#INTERFACES=(eth0)
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
# Network profiles are found in /etc/network.d
# This now requires the netcfg package
NETWORKS=(wireless-wep)
# DAEMONS
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
DAEMONS=(syslog-ng network netfs net-profiles hal !networkmanager crond alsa kdm)
Which one do I need? network, netfs? net-profiles?
Last edited by kdar (2009-12-16 02:17:01)

Similar Messages

  • How to start radeon script during boot?

    My system hangs during startx. I have got input what to do but now, I need to create my own systemd.service file to start the script during boot. I have made following /etc/rc.local:
    modprobe -r radeon
    modprobe -r drm
    modprobe radeon modeset=1
    and get 644 permissions.
    To start this service have I tried  /etc/systemd/system/rc-local.service
    [Unit]
    Description=/etc/rc.local
    [Service]
    Type=oneshot
    RemainAfterExit=yes
    ExecStart=/etc/rc.local
    [Install]
    WantedBy=multi-user.target
    and systemctl enable rc-local.service
    When I boot the system I get the error:
    Failed to start /etc/rc.local
    Any suggestion will be appreciated.

    I think it would be better to launch startx manually and look at the output! I also have a radeon card and use the oss driver. Nothing has to be done for it to work. Are you sure you haven't messed up something else? Something weird in your grub config? What about your files in /etx/X11/xorg.conf.d? Remove every "improvement" you tried to do, I'm pretty sure startx will work just fine then.

  • [SOLVED] How to get NetworkManager start on background during boot?

    NetworkManager has always taken relatively long time to start during boot, presumably waiting for wlan to connect.
    $ systemd-analyze blame
    7.682s NetworkManager.service
    Previously I was able to get it to start on background by removing /etc/systemd/system/multi-user.target.wants/NetworkManager.service
    This prevented multi-user.target from waiting for NM to start and it would continue to connect on background while my boot finishes.
    However, after upgrade to networkmanager-0.9.10.0-2 that doesn't seem work any more.
    If I remove the .service file from multi-user.target.wants/, NetworkManager doesn't start during boot at all.
    enabling NetworkManager.service creates these symlinks:
    # systemctl enable NetworkManager
    Created symlink from /etc/systemd/system/dbus-org.freedesktop.NetworkManager.service to /usr/lib/systemd/system/NetworkManager.service.
    Created symlink from /etc/systemd/system/multi-user.target.wants/NetworkManager.service to /usr/lib/systemd/system/NetworkManager.service.
    Created symlink from /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service to /usr/lib/systemd/system/NetworkManager-dispatcher.service.
    looks like enabling any other basic systemd unit links the .service file to multi-user.target.wants/ as well..
    How can I enable NetworkManager.service during boot without multi-user.target.wants/, and get it to start on background again?
    any ideas appreciated :)
    Last edited by ooo (2014-08-03 12:13:28)

    Okay, looks like this can be resolved by simply changing the NetworkManager.service type from dbus to forking.
    $ systemd-analyze blame
    173ms NetworkManager.service
    Here's the modified service file if anyone's interested:
    place it in /etc/systemd/system/NetworkManager.service
    [Unit]
    Description=Network Manager
    Wants=network.target
    Before=network.target
    [Service]
    Type=forking
    PIDFile=/var/run/NetworkManager.pid
    BusName=org.freedesktop.NetworkManager
    ExecStart=/usr/bin/NetworkManager --pid-file=/var/run/NetworkManager.pid
    # NM doesn't want systemd to kill its children for it
    KillMode=process
    [Install]
    WantedBy=multi-user.target
    Alias=dbus-org.freedesktop.NetworkManager.service
    Also=NetworkManager-dispatcher.service
    You need to disable NetworkManager.service before creating the file and enable it after so that systemd links the file from /etc/systemd instead of /usr/lib/systemd,
    there may be simpler way but I can't be bothered to go through systemd manuals any more.
    Note that this will probably break any systemd .service that actually requires network, although that was the case with my previous workaround as well.
    I won't guarantee this will work for you and won't set your machine on fire. If you have issues, simply remove the file and re-enable to go back to default

  • Dhcpcd-based network fails during boot

    Hi,
    My fully updated Arch_X86-64/KDE is connected to the Internet router via (on-board wired) eth1, and is configured to get an auto IP address.
    This has worked flawlessly for years till two days ago.
    Ever since,  eth1 service fails during boot, and requires several manual dhcpcd command to finally kick in. The same applies after waking from sleep mode. (see terminal output below)
    As can be seen the system is configured to load the (correct) r8169 mode.
    Please advise.
    Thanks
    Miki Badt
    ---------copy of respective commands---------------
    # journalctl -b | grep eth
    Sep 15 15:50:17 Miki_Arch systemd[1]: Expecting device sys-subsystem-net-devices-eth1.device...
    Sep 15 15:50:17 Miki_Arch systemd[1]: Expecting device sys-subsystem-net-devices-eth0.device...
    Sep 15 15:50:17 Miki_Arch kernel: r8169 0000:05:00.0 eth0: RTL8168d/8111d at 0xffffc900119d2000, 6c:f0:49:ed:b3:e9, XID 083000c0 IRQ 49
    Sep 15 15:50:17 Miki_Arch kernel: r8169 0000:05:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    Sep 15 15:50:17 Miki_Arch kernel: r8169 0000:06:00.0 eth1: RTL8168d/8111d at 0xffffc900119e6000, 6c:f0:49:ed:b3:eb, XID 083000c0 IRQ 50
    Sep 15 15:50:17 Miki_Arch kernel: r8169 0000:06:00.0 eth1: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    Sep 15 15:50:23 Miki_Arch dhcpcd[339]: eth1: waiting for carrier
    Sep 15 15:50:23 Miki_Arch dhcpcd[336]: eth0: waiting for carrier
    Sep 15 15:50:29 Miki_Arch kernel: r8169 0000:06:00.0 eth1: link down
    Sep 15 15:50:29 Miki_Arch kernel: r8169 0000:06:00.0 eth1: link down
    Sep 15 15:50:29 Miki_Arch kernel: IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    Sep 15 15:50:29 Miki_Arch kernel: r8169 0000:05:00.0 eth0: link down
    Sep 15 15:50:29 Miki_Arch kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    Sep 15 15:50:53 Miki_Arch systemd[1]: [email protected]: control process exited, code=exited status=1
    Sep 15 15:50:53 Miki_Arch systemd[1]: Failed to start dhcpcd on eth0.
    Sep 15 15:50:53 Miki_Arch systemd[1]: Unit [email protected] entered failed state.
    Sep 15 15:50:53 Miki_Arch systemd[1]: [email protected]: control process exited, code=exited status=1
    Sep 15 15:50:53 Miki_Arch systemd[1]: Failed to start dhcpcd on eth1.
    Sep 15 15:50:53 Miki_Arch systemd[1]: Unit [email protected] entered failed state.
    #manual commands
    [root@Miki_Arch miki]# dhcpcd eth1
    dhcpcd[1039]: version 6.0.5 starting
    dhcpcd[1039]: eth1: waiting for carrier
    dhcpcd[1039]: timed out
    dhcpcd[1039]: exited
    [root@Miki_Arch miki]# ping www.ynet.co.il
    ping: unknown host www.ynet.co.il
    [root@Miki_Arch miki]# dhcpcd eth1
    dhcpcd[1046]: version 6.0.5 starting
    dhcpcd[1046]: eth1: soliciting an IPv6 router
    dhcpcd[1046]: eth1: rebinding lease of 192.168.1.13
    dhcpcd[1046]: eth1: leased 192.168.1.13 for 3600 seconds
    dhcpcd[1046]: eth1: adding host route to 192.168.1.13 via 127.0.0.1
    dhcpcd[1046]: eth1: adding route to 192.168.1.0/24
    dhcpcd[1046]: eth1: adding default route via 192.168.1.1
    lspci -v | grep Ethernet
    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller (rev 03)
    06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller (rev 03)
    lspci -k
    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller (rev 03)
    Subsystem: Gigabyte Technology Co., Ltd Motherboard
    Kernel driver in use: r8169
    Kernel modules: r8169
    06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller (rev 03)
    Subsystem: Gigabyte Technology Co., Ltd Motherboard
    Kernel driver in use: r8169
    Kernel modules: r8169
    cat /etc/modules-load.d/realtek.conf
    r8169
    Last edited by mibadt (2013-09-15 13:29:25)

    Hi,
    I've some errors with the new dhcpcd, you should downgrade.
    https://wiki.archlinux.org/index.php/Do … g_Packages

  • How can I get network connection when booting from usb stick or dvd

    Computer: HP Pavillion P6-2450eo
    Secure Boot disabled
    Legacy Boot enabled
    Thruogh F9 I can boot in uefi mode from DVD and USB stick but I can't get at network connection from the loadet program. I have tried with Ubuntu 13.04, Linux Mint 15 and Boot Repair - all with same result.
    How can I get the programs to boot with network connection?
    On beforehand thanks!
    poul1304
    This question was solved.
    View Solution.

    Please verify that the programs (Ubuntu, Mint, Boot-Repair, etc.) you are attempting to use, support the Atheros AR8161L gigabit ethernet controller natively. Not all operating systems and software programs support every network device and/or configuration otut of the box. Many times, specific drivers must be loaded or injected into the OS for a device to function properly.
    Please send KUDOs
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • Windows 7 Pro not finding network connections after boot camp installation. Is there something special we have to do to get the network (wired and wireless) set up?

    Any suggestions for getting the network connections working on Windows 7 Pro running on a Mac Min with OSX Lion?

    tim-bob wrote:
    Any suggestions for getting the network connections working on Windows 7 Pro running on a Mac Min with OSX Lion?
    If you haven't yet installed the Windows Support Software, that's probably why, so install it now.

  • Error due to network connections during a calculation in partition

    hi all,
    I am excuting a calculation in one of the parttion and i am faced with an error which came up in the log file and it stopped the calculation and proceded to the next calculation.
    the logfile where i encountered the errror is mentioned below the recovery script didnt really excecute and moved to the next script can some one help me in this??
    MAXL> execute calculation PGAPY2.PGA.Recovery;
    OK/INFO - 1012675 - Commit Blocks Interval for the calculation is [60000].
    OK/INFO - 1012670 - Aggregating [ PGA Subcomponent(All members) PGA Rate Codes(All members)] with fixed members [Measures(Bill Count, Base Charge Count, Billed Volume excl. WNA (MCF), Base Cost of Gas Volume (MCF), Total PGA Charge, Base Rate Gas Recovery); Scenario(PY2 Actu.
    OK/INFO - 1012678 - Calculating in parallel with [2] threads.
    OK/INFO - 1012679 - Calculation task schedule [2425,1212,13,1].
    OK/INFO - 1012680 - Parallelizing using [1] task dimensions. .
    OK/INFO - 1012568 - Commit Blocks Interval was adjusted to be [100000] blocks.
    OK/INFO - 1012681 - Empty tasks [713,1212,13,1].
    OK/INFO - 1012675 - Commit Blocks Interval for the calculation is [60000].
    OK/INFO - 1012668 - Calculating [ Measures(Billed Volume excl. WNA (MCF),Base Cost of Gas Volume (MCF))] with fixed members [Scenario(PY2 Actual); PGA Subcomponent(PGA Subcomponent)].
    OK/INFO - 1012678 - Calculating in parallel with [2] threads.
    OK/INFO - 1012679 - Calculation task schedule [2425,1212,13,1].
    OK/INFO - 1012680 - Parallelizing using [1] task dimensions. .
    OK/INFO - 1012568 - Commit Blocks Interval was adjusted to be [100000] blocks.
    OK/INFO - 1012681 - Empty tasks [713,1212,13,1].
    OK/INFO - 1012675 - Commit Blocks Interval for the calculation is [60000].
    OK/INFO - 1012670 - Aggregating [ PGA Rate Codes(All members)] with fixed members [Scenario(PY2 Actual); PGA Subcomponent(PGA Subcomponent)].
    OK/INFO - 1012678 - Calculating in parallel with [2] threads.
    OK/INFO - 1012679 - Calculation task schedule [2425,1212,13,1].
    OK/INFO - 1012680 - Parallelizing using [1] task dimensions. .
    OK/INFO - 1012568 - Commit Blocks Interval was adjusted to be [89164] blocks.
    OK/INFO - 1012681 - Empty tasks [713,1212,13,1].
    OK/INFO - 1012675 - Commit Blocks Interval for the calculation is [60000].
    OK/INFO - 1012668 - Calculating [ Measures(Billed Volume excl. WNA (MCF))] with fixed members [Scenario(PY2 Actual); PGA Rate Codes(PGA Rate Codes); Primary Rate Codes(00WU (40), 01MC (60), 01MI (60), 01MP (60), 01MR (60), 02MB (60), 03LR (25), 03TP (20), 03TR (20), 05NC (60.
    OK/INFO - 1012678 - Calculating in parallel with [2] threads.
    OK/INFO - 1012679 - Calculation task schedule [2425,1212,13,1].
    OK/INFO - 1012680 - Parallelizing using [1] task dimensions. .
    OK/INFO - 1012568 - Commit Blocks Interval was adjusted to be [100000] blocks.
    OK/INFO - 1012681 - Empty tasks [713,1212,13,1].
    OK/INFO - 1012675 - Commit Blocks Interval for the calculation is [60000].
    OK/INFO - 1012670 - Aggregating [ Charge Month(All members) Customer Class(All members) Company(All members) Primary Rate Codes(All members) Geography(All members)] with fixed members [Measures(Bill Count, Base Charge Count, Billed Volume excl. WNA (MCF), Base Cost of Gas Vo.
    OK/INFO - 1012678 - Calculating in parallel with [2] threads.
    OK/INFO - 1012679 - Calculation task schedule [2425,1212,13,1].
    OK/INFO - 1012680 - Parallelizing using [1] task dimensions. .
    OK/INFO - 1012568 - Commit Blocks Interval was adjusted to be [63715] blocks.
    ERROR - 1042017 - Network error: The client or server timed out waiting to receive data using TCP/IP. Check network connections. Increase the NetRetryCount and/or NetDelay values in the ESSBASE.CFG file. Update this file on both client and server. Restart the client and.
    ERROR - 1006059 - Invalid block header: Illegal block type -- Please use the IBH Locate/Fix utilities to find/fix the IBH problem.

    Agreed.
    The network error is the client saying it gave up waiting for the server's response, or the server waiting for a pending client request. Typically, this is what happens when the application does a core dump (to use the old-school term).
    Causes are numerous, but results are often data corruption (not always). Ensure that the app isn't in a hung state on the server (for windows, find it's thread and kill it if necessary, for unix, use the Kill -9 on it's PID). Once it's down, the database may recover fully, or may require fixing -- but if it's hosed it's often easier to restore from backup and move on.
    Avoiding the issue in the future: the message to increase netretry/netdelay is misleading. If you get the timeouts on the network often, this is indeed the answer, but if you got the timeout because of a locked database, it's just a transient symptom that is unrelated.
    What caused the lock-up? Intermittent network issues from an ill-timed backup of the server in the next rack, or a power outage in a router, doesn't really matter -- unless it becomes a reaccurring issue -- then it's time to find the network manager and pound some common sense into them (just kidding, I'm sure they will be pro-actively addressing issues like this... well, maybe...). Just let them know that you are having network performance issues if it happens again.
    Meanwhile, validating the database is important to ensure the corruption has been cleaned up. You can do it from EAS or a MAXL statement, but do it before trying to repair it with any tools or recovering from a backup.

  • Windows takes an obscenely long time to establish a network connection after booting

    Often, when I reboot my machine for whatever reason, it boots up normally, I log in, it shows my desktop, loads all the icons and then takes upwards of 5 minutes or longer for the networking icon in the taskbar so show that I have network access (shows that
    little blue ring).  Now, normally I wouldn't think this is much of a problem since I've found a blog at one point detailing how to change the address it's using for that confirmation.  However, in this case, I'm unable to use (m)any other windows
    services until it decides I'm connected.
    For instance, I'm unable to open the registry editor - I'll open the start menu, search for regedit and run it, but will no longer be able to use the search tool in the Start menu until the registry editor appears and that won't appear until the network
    configuration decides I'm connected.  If I open a browser (doesn't matter if it's Firefox, Chrome or IE), I'm unable to visit any sites - they say I'm not connected.  I'm unable to open the Network and Sharing center at all - if I try to left or
    right click the network icon in the taskbar, nothing happens.  If I try to visit the Network and Sharing center by typing the address in a folder window, it simply never loads until that icon shows I'm connected.
    In other words, my computer is pretty unusable until Windows decides I do have an internet connection.  A little about that - I've had this problem for about a month now and have experienced it while connected via wire to two different routers (Netgear,
    now Linksys E3000).  That doesn't seem to be the problem. My connection is perfectly fine at all other times except when my system boots (so it shouldn't be the wires) and I've both kept myself updated with all the latest Win7 patches and firmware for
    the netword card + other system components.  Oh, and no other computer on my network has this networking issue.
    My system is running Windows 7 Professional x64 SP1.
    Any thoughts?  Thanks in advance!

    Maybe try this, i am not sure that it will resolve the problem, but it is worth trying anyways.
    http://social.technet.microsoft.com/Forums/en-US/w7itpronetworking/thread/eef49e64-157c-4082-8e80-52e48309691f
    Hi All,
    I've seen this problem multiple times, especially with Windows 7 64-bit versions and Enterprise edition.  The source of the problem appears to be the Bonjour service that is installed in the background and set to "Automatic" when installing certain 3rd
    party applications.  Apple applications like iTunes and Adobe applications like Acrobat Professional and Creative Suites have been known to cause this problem.  I've also seen virtualization software like VMWare and VirtualBox cause similar issues
    with network adapters.
    The solution in most of the cases I've come across has been to stop and disable the Bonjour service.  The Bonjour service also masquerades as a service with a name of the format "##Id_String1.6844F930_blahblahblah".  Here's how to disable this service
    in Windows 7:
    Right-Click on Computer > Select 'Manage'
    Expand the 'Services and Applications' section in the bottom of the Left-Nav dialog and Select 'Services'
    Sort the Services list by name and look for either "Bonjour" or the "##Id_String..." name mentioned above
    Right-Click on the service and select 'Properties'
    Click the 'Stop' button to stop the service
    Select 'Disabled' from the 'Startup type' drop down list
    Click 'Apply' and then 'OK'
    Reboot your machine and see if the "Multiple Networks" issue is resolved.  If so, you should have internet connectivity again.
    Hope this helps.
    cheers,
    Aaron

  • [SOLVED] start network dhcp at boot

    I have recently installed Arch Linux again after spending the last few years with Windows and Mint Debian.
    I ran into an issue. Each time I boot, I need to manually start my wired connection.
    # ip link set enp2s0 up
    and
    # dhcpcd
    before I am able to get a connection.
    Which config files do I need to change?
    Last edited by s0lar (2013-12-03 19:00:53)

    https://wiki.archlinux.org/index.php/Ne … CP_at_boot ?

  • Automatic start of dbconsole during boot

    Is there an easy way to automatically start the dbconsole when a cluster node boots (unix) ? I don't mean putting "emctl start dbconsole" in a rc Skript. I would prefer an integration in clusterware.

    Sure, there are several steps but it's not impossible.
    Step 1 build application VIP
    crs_profile -create dbcVIP1 -t application -a /u01/crs1020/bin/usrvip \
    -o oi=eth0,public_ip,on=public_ip_netmask
    crs_register dbcVIP1
    crs_setperm dbcVIP1 -o root
    crs_setperm dbcVIP1 -u user:oracle:r-x
    crs_start dbcVIP1
    Step 2 write start/stop/status shell script
    Place in $CRS_HOME/crs/script on all nodes
    #!/bin/sh
    case $1 in
    'start')
    /u01/app/oracle/product/10.2.0/db_1/bin/emctl start dbconsole
    RET=$?
    'stop')
    /u01/app/oracle/product/10.2.0/db_1/bin/emctl stop dbconsole
    RET=$?
    'status')
    /u01/app/oracle/product/10.2.0/db_1/bin/emctl status dbconsole
    RET=$?
    esac
    exit $RET
    Step 3 assemble pieces
    crs_profile -create myDBC -t application -r dbcVIP1 -a script.sh -o ci=5,ra=2
    crs_register myDBC
    crs_setperm myDBC -o oracle
    crs_setperm myDBC -u user:oracle:r-x
    crs_start myDBC

  • Hanging network connection during file transfer

    Hi,
    Often, when I try to copy large files (1+ GB) through the network from my PowerMac G5 to my Mac Mini (PPC) the file transfer hangs after a short time.
    The network is wired. G5 and network hub are Gigabit, the Mac Mini is Megabit.
    When hanging I have to force quit the Finder and reboot the G5. I don't have to reboot the Mac Mini.
    Any ideas why these transfers keep hanging?
    Thanks!
    Maarten

    It depends how quick the laptop can write the data to disk/storage too.

  • Netcfg2 not providing menu during boot

    Hi,
    I've spent the morning configuring netcfg2 on my system, and it's certainly easier than my last experience with Ubuntu Server.
    I have no problems connecting when running the #netcfg2 wireless (where wireless is my configuration).  My issue is that this command needs to be run as root, manually.
    The instructions and what I have gleaned off of forum posts indicate I should disable the network daemon in /etc/rc.conf, as it isn't needed anymore.  I also have ensured NETWORKS=(menu) or NETWORKS=(wireless) so that the menu or just the wireless comes up during the boot process.  Except no menu comes up, and neither does the wireless during boot.
    Some context:  I'm running this old IBM thinkpad i1500 (celeron 450MHz) without a GUI, to force myself to learn eLinks, Mutt, vim and w3m, so my goal is to have the network connect during boot, so I don't have to use root or su.
    I have somehow missed whatever config setting launches the NETWORKS=(menu) as part of the boot process.  Any suggestions?
    Thanks,
    Rob

    Hi.
    What about, instead of using NETWORKS=(menu), having one of the startup scripts (rc.local or similar) run /usr/bin/netcfg-menu?  You can also try asking in the netcfg2 thread; I think iphitus is monitoring that thread for questions and problems:  http://bbs.archlinux.org/viewtopic.php?id=43863.

  • [Solved]Can't get past "Starting network" during installation from USB

    I'm trying to do a fresh install of Archlinux on my laptop, following the Beginners Guide. However, I never get to the shell prompt because the installation gets stuck at "Starting network [Busy]".
    These are steps I followed:
    - I downloaded the latest Arch ISO.
    - I wrote it to a usb stick ("Kingston Data Traveler") with "dd if=archlinux.iso of=/dev/sdb"
    - I put the usb stick into my laptop (HP Pavilion dm1-4139sd), and booted it. I chose "x86_64". Everything seems to go fine, the only warning I get is: "microcode: failed to load file amd-ucode/microcode_amd.bin".
    - I get the message "INIT: Entering runlevel: 3" and "Starting Syslog-NG [Done]", after that its endlessly (at least 20 minutes) stuck on "Starting network [Busy]".
    I tried the following variations on the above:
    - Wrote the ISO to a different USB, samen problem.
    - Tried it with a different Arch version (from August), same problem.
    - Turned kvm on and off, same problem.
    - Pressed TAB at the "x86_64" line and added "acpi=off" to the end of it. I then get:
        :: Triggering uevents....
        [ 19.697932 ] usb 1-1: device not accepting address 2, error -110
        :: Mounting '/dev/disk/by-label/ARCH_201209' to '/run/archiso/bootmnt'
        Waiting 30 seconds for device /dev/disk/by-label/ARCH_201209
        [ 35.312165 ] usb 1-1: device not accepting address 3, error -110
        [ 45.821422 ] usb 1-1: device not accepting address 4, error -110
        [ 56.330681 ] usb 1-1: device not accepting address 5, error -110
        [ 56.330681 ] hub 1-0:1.0: unable to enumerate USB devices on port 1
        ERROR: '/dev/disk/by-label/ARCH_201209' device did not show up after 30 seconds....
        Falling back to interactive prompt
        You can try to fix the problem manually, log out when you are finished
        sh: can't access tty; job control turned off
        [rootfs /]#
    I'm not sure what to do in this prompt. At least the network isn't working and none of the normal commands.
    - I reset the DHCP leases on my modem, same problem.
    - I turned off/on the hardware WLAN, same problem.
    - I tried it with or without the LAN cable plugged in, same problem.
    - I tried it with or without the battery plugged in, and with or without the power cable plugged in. Same problem.
    I also performed the Arch memory test, and the bios hard disk test. They both report no errors.
    I did an Arch installation a month ago on this laptop, and back then it didn't have this problem. I still have that arch installed from back then and it boots/works without problem (I have Starting NetworkingManager [Done]). I know I technically don't need to install arch again, as I still have the old one, but I wanted to clean the changes I made to some settings files and I if it turns out this is some kind of hardware problem I'd like to return it to the store.
    Please help! I'm not really that familiar with Linux in general, so it might have been a very basic mistake from me as well. I have no idea what to do next, except for formatting my harddisk (which I don't think should influence the installer?), or trying to install a different Linux distro.
    Edit: The solution that solved this problem for me in the end was resetting the BIOS to its defaults.
    Last edited by dbakker (2012-09-15 11:28:14)

    DSpider wrote:Did you check the MD5 checksum? If you downloaded it using a BitTorrent client, then you don't need to (its hash is checked during downloading).
    Yes, I downloaded it using BitTorrent and the MD5 matches.
    DSpider wrote:Try a different stick?
    Yes, I tried it with 2 different USB sticks. They are both from the same brand ("Kingston DataTraveler"), so I might try different brands as well, but I don't think it is the problem.
    DSpider wrote:Or at least a different method from that wiki page. For example, "dd"-ing it should work just fine.
    The methods for writing the ISO that I tried so far:
    The base method:
    dd if=archlinux.iso of=/dev/sdb
    (from an Arch install)
    The method without overwriting your USB drive (created a FAT32 drive with an VFAT filesystem, from an arch install)
    Using Imagewriter (from Windows)
    Each method gives the same result: the laptop gets stuck at "Starting network [Busy]" when booted from one of the USB sticks. My modem indicates that it "sees" the laptop, but that the laptop has no established connection. When the laptop is stuck at the "Starting network [Busy]", all the activity on the USB stick stops (the light stops flashing).
    The thing I find most strange is that the OS currently installed on the laptop has no problems booting or accessing the internet (both wired and wireless) at all.

  • Errors during boot OEL 5.5 starting a 11.2 instance

    Hello,
    I've installed Oracle 11GR2 on OEL 5.5 and a I created a db instance. How I can see why my db instance is not up? More precisely , how I can get errors messages thrown by procedure that start oracle instance during boot process (I am sure that kind of messages is thrown but I can't see them).
    Many thanks,
    Aurel

    Hi;
    I've installed Oracle 11GR2 on OEL 5.5 and a I created a db instance. How I can see why my db instance is not up? More precisely , how I can get errors messages thrown by procedure that start oracle instance during boot process (I am sure that kind of messages is thrown but I can't see them).For can see your db up or not u can run :
    ps -ef|grep lg
    oracle 6750316 1 0 Feb 28 - 0:03 asm_lgwr_+ASM
    oracle 9437238 14418146 0 16:06:56 pts/3 0:00 grep lg
    oracle 14745644 1 0 15:50:41 - 0:00 ora_lgwr_orcl
    So my asm instance and db instance is up
    For alert or error message you need to create one sh which is cheking alert.log,if you hit ORA error than it can send u email
    Regard
    Helios

  • New iMac -- Do I need to create a wired network connection?

    I'm new to Macs so please bear with me. My new iMac is arriving in a few days, and I'm reading through the manual just to get a leg up for when it gets here. Page 11 of the user's guide explains how to set up an Ethernet connection, but the manual does not say anything about setting up a wireless network connection during initial setup. Will I be able to do that or will I need to create an Ethernet connection first, then set up the wireless?

    The setup for wireless is the same. Open Network prefs, select the Airport port, click on Configure button. Check the box to show status in the menubar, then click on Advanced button and click on the TCP/IP tab. All you need to do is set the Configure IPv4 option for the Airport port to DHCP and then click on the Apply button.

Maybe you are looking for

  • Using Lr5 area of iMac screen goes dead to tools

    Area of iMac screengoes dead to tools after using Lr5  every couple of days.  Can only be sorted by closing and restarting Lr5.0  using with Late 2012 27"i7 iMac, OS X 10.8.4  Nividia GeForce GTX 675MX After using the tools with Lr5 open for ~2 days,

  • Link between COPA and FI documents

    Hello, I am working on one object in which I am selecting records from CE1NROC table based on some selection criteria and posting these records using FB01 transaction. The requirement is - There should not be any duplicate posting for the Sales Order

  • Help: iPod Classic 160GB refuses to update software, nor to restore

    I just purchased a 160GB iPod. I charged it, uploaded the music ( with my Macbook with OsX 10.4.11), and it works fine. But then it was supposed to update the software to 1.2. It refuses because of "unknown reasons": error 1435. I tried to reset it a

  • Does the netgear push2tv with miracast support the ipad 2?

    I want to know if the iPad 2 can display its content to a digital TV using the netgear push2tv box.  It says it supports tablets with miracast.

  • 2003 Terminal Server Session Directory Clustering

    Hi everybody ; I have question about clustering TS Session Directory Service. In my environment I have four terminal server which running Windows Server 2003 R2. Now we bought two new servers and we are planning to use them for File Server with Windo