[Solved] Network problems installing Arch

Hello everyone. I'm trying to install archlinux-2013-03-01 and I can't get to even start the installing process due to network problems.
I'm using a wired connection with DHCP but when I ping google or something it gives me the 'bad address' error (not the 'unknown host' error). I typed 'dmesg | grep r8169' (r88169 is the module for my Gigabit Ethernet driver) and the output says it's loaded, so it's not a kernel module problem.
If I type 'ip link' it says my interface is called eth0. So then I type 'ip link set eth0 up' and it says is up but again, I can't ping anything.
If I nslookup something it gives me my home address.
I even tryed to load the .iso with the option ipv6.disable=1 and still nothing.
Any help will be appreciated, thank you.
Last edited by babel (2013-04-05 14:43:42)

Thank you both for your responses.
I thought this was weird too, but I can't see any interface with the new network device naming scheme. According to the wiki I must have an interface called something like epn2so but if I type 'ip link' I only see:
1: lo: <LOOPBACK> [some more info]
2: eth0: <BROADCAST, MULSTICAST, UP, LOWER_UP> [some more info]
link/ethernet [my mac address] brd ff:ff:ff:ff:ff:ff
I think eth0 is the right name because if I type 'ip link set eth0 up' it gives me no errors and I can see  ...UP, LOWER_UP> when I type 'ip link'.
@WonderWoofy: I don't have any Ip address when I type 'ip addr'. I don't know what could it be. This is the first time I have issues "configuring" internet with DHCP and believe me, I've tried hundreds of different distros and configurations.
PS: I wrote [some more info] because it's kind of a pain in the ass copy exactly all the output due to I can't ctrl + c anything in the installing procees. Should I copy the output of any particular command so you guys can see it? Thank you.

Similar Messages

  • Problems installing Arch 0.7 base on SATA HDD.

    Hi! I am new to Arch and still a bit of a newbie when it comes to Linux in general. I have a friend who runs Arch who has been trying to help me... to no avail. I am trying to install Arch base 0.7 with an ftp installation on my system. Some of my system is as follows:
    P4 3 GHz, 1024 memory. My HDD setup is:
    Primary IDE Master: [NOT DETECTED] (No drive here!)
    Primary IDE Slave: [Maxtor ide drive] Files
    Secondary Master: [Samsung dvd-rom] (ATAPI)
    Secondary Slave: [CDRW] (ATAPI)
    Third ide Master: [SATA-HDD] OS's Windows and Arch
    My Linux partitioning is as follows:
    sda5 /
    sda2 /boot
    sda7 /home
    sda6 swap
    My Grub file looks like this:
    Linux
    root (hd1,1)
    kernel /vmlinuz26 root=/dev/sda5 devfs=nomount ro
    windows
    rootnoverify (hd1,0)
    makeactive
    chainloader +1
    (I have left out the coad for the title line in this forum)
    My windows loads perfectly but I have troubles booting into Linux, when I add quiet to my Kernel line I get this at bootup:
    Booting command-list
    root (hd1,1)
    filesystem type is ext2fs, partition type 0x83
    kernel /vmlinuz26 root (etc....)
    [linuz-bzimage, setup=0x1c00, size=0x3d08535]
    uncompressing kernel... OK, booting the kernel.
    ACPI: Unable to load the System Description Tables
    and then my system stops loading, reset button to restart!
    My friend is a bit of a Linux whizz but he was unable to help me out... I have changed my fstab to look like sdaX... (he told me to)...
    Any suggestions?
    thx

    Similar problem here.
    Pre-partitionned my single HDD which is a Sata 80Gb, with sda6 5Gb for Arch, sda9 /home & sda11 swap.
    Installed Wombat which recognized the HDD on /dev/discs/disc0, adjusted the conf files as if i was going to use hotplug.
    Installed Grub on to the "/" (sda6) partition as I plan to add others distros.
    Also  installed Grub on a new ext2 formatted Floppy with :
    umount /floppy
    /usr/local/sbin/grub --batch <<EOT
    root (fd0)
    setup (fd0)
    quit
    EOT.
    When I boot with that floppy, grub recognize HDD as hd0 and "/" as 6th partition : I can TAB to "vmlinuz26 without a glinch
    Then it boot ... untill I get this message :
    "sata "kernel panic - not syncing: vfs: unable to mount root fs on unknown-block(0,0)""
    Should I edit /etc/rc/conf with some more modules/daemons that those by default ?
    Presently I'm copying my Arch mirror (current & extra) on to another partition to get last packages. Because my box comes with an ULi network controller that was added to the kernel modules early in October, so I want to chroot into my present install, update to latest kernel, udev, dbus & hal, & see what I can do thereafter.

  • Problemes installing Arch Linux on Acer Aspire One

    Hello!
    I'm trying to install Arch on AA1, but it seems that it wont cooperate with me
    My problem is that I've used unetbootin to make my Corsair memorystick bootable, and it works fine to boot with and start /arch/setup. But when I come in to "prepare hard drive" and onto "Partition Hard Drives" it says this:
    Available Disks:
    /dev/sda: 7680 MiB (7 GiB)
    /dev/sdb: 114473 MiB (111 GiB)
    And I can't install Arch while my harddrive is listed as "sdb" and my stick occpies "sda". And I've tried to switch usb-ports with zero results. Any suggestions?

    When I just tried now it worked. HD on sda and stick on sdb. Strange, strange world.

  • [SOLVED] Help me install Arch on my W540

    Hi guys,
    I'm trying to install ArchLinux on my Lenovo W540. I've installed Arch on so many other Notebooks and desktop computers before but they all had a non UEFI Bios. This one is a bit tricky.
    I dd'ed the arch iso on my usb and booted it up.
    The result is a freeze during booting from the usb: http://i.imgur.com/hUMT36E.jpg
    Can anyone help me install Arch on my W540? Or tell me what the problem is?
    Thanks in advance
    --lmnsqshr
    Last edited by lmnsqshr (2014-10-29 20:37:33)

    Ok, I got a solution but this will probably piss off some people googling for "how to install Arch Linux on Lenovo W540" because it's not a reproducable solution (sorry).
    TL;DR: USB flash drive was corrupt.
    After booting from the USB, I changed the boot parameters of the x86_64 entry and added a "nomodeset". This would prevent the graphical drivers from loading, because the problem was apparantly with the nouveau-module.
    The live system booted and I got to the point where I partitioned my SSD. The command "mkfs.ext4 /dev/sda1" got me some I/O errors so I thought the USB flash drive might be corrupted (it was pretty old).
    I dd'ed the arch iso on a new USB flash drive which somehow could load the nouveau module without any problems. And now I'm running my beloved Arch on my W540.
    /EDIT: I just remembered that I also disabled the integrated card reader in the BIOS.
    Last edited by lmnsqshr (2014-10-29 20:49:01)

  • [SOLVED] Trying to install Arch Linux from harddisk using /dev/sda2

    Hi
    I'm trying to install Arch using my swap partition, following this wiki entry: https://wiki.archlinux.org/index.php/Ha … stallation
    What I've done:
    Downloaded ISO: archlinux-2010.05-netinstall-i686.iso
    Command: swapoff /dev/sda2
    Command: fdisk /dev/sda and changed the system type to 83 (Linux) on /dev/sda2
    Now it looks like:
    Command (m for help): p
    Disk /dev/sda: 250.1 GB, 250059350016 bytes
    255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00017e5b
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 1060289 530144+ 83 Linux
    /dev/sda2 1060290 3164804 1052257+ 83 Linux
    /dev/sda3 3164805 105579179 51207187+ 83 Linux
    /dev/sda4 105579180 488392064 191406442+ 83 Linux
    It complained about device was busy, but it still seemed to have changed the system type, so I did partprobe as it wrote.
    WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
    The kernel still uses the old table. The new table will be used at
    the next reboot or after you run partprobe(8) or kpartx(8)
    Syncing disks.
    [root@swamp ~]# partprobe
    <no output>
    Next I did:
    [root@swamp ~]# dd if=archlinux-2010.05-netinstall-i686.iso of=/dev/sda2
    327680+0 records in
    327680+0 records out
    167772160 bytes (168 MB) copied, 4.3025 s, 39.0 MB/s
    [root@swamp ~]# mkdir /mnt/sda2
    [root@swamp ~]# mount /dev/sda2 /mnt/sda2
    mount: warning: /mnt/sda2 seems to be mounted read-only.
    [root@swamp ~]# ls -al /mnt/sda2
    total 150466
    dr-xr-xr-x 3 root root 240 May 16 15:54 .
    drwxr-xr-x 6 root root 4096 Nov 5 01:40 ..
    dr-xr-xr-x 3 root root 556 May 16 15:52 boot
    -r--r--r-- 1 root root 448 May 16 15:54 isomounts
    -r--r--r-- 1 root root 8192 May 16 15:54 overlay.sqfs
    -r--r--r-- 1 root root 154058752 May 16 15:54 root-image.sqfs
    And unmounted it again.
    The wiki page says to type: fsck -f /dev/sda2fsck, but I get no such file while trying to open sda2fsck.
    [root@swamp ~]# fsck -f /dev/sda2fsck
    fsck from util-linux-ng 2.18
    e2fsck 1.41.12 (17-May-2010)
    fsck.ext2: No such file or directory while trying to open /dev/sda2fsck
    The superblock could not be read or does not describe a correct ext2
    filesystem. If the device is valid and it really contains an ext2
    filesystem (and not swap or ufs or something else), then the superblock
    is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
    Can I ignore the above and continue modifying grub?
    Thanks :-)
    Last edited by valvet (2010-11-08 14:49:07)

    fsck -f /dev/sda2fsck makes no sense because /dev/sda2fsck is not a deivce. If the wiki says that, then it is wrong. It's only doing a fsck anyway so probably not really needed. If you are just formatting th swap partition then use, mkfs.ext{234}.
    edit:
    from the wiki
    # fsck -f /dev/sda2fsck 1.40.8 (13-Mar-2008)
    e2fsck 1.40.8 (13-Mar-2008)
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 3A: Optimizing directories
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information
    /dev/sda2: ***** FILE SYSTEM WAS MODIFIED *****
    /dev/sda2: 243/78936 files (8.2% non-contiguous), 310519/314880 blocks
    The first like should just be
    # fsck -f /dev/sda2
    Last edited by sand_man (2010-11-05 06:46:01)

  • [Solved]Can I install arch without a swap partition ?

    I only have one primary partition free to install arch, with 3 primary partition and 1 extend partition, I have no other choice except install without swap partition.
    Is there any suggestion? I will try it until I get a U storage to write .img in.
    Last edited by sailor (2009-03-17 00:47:31)

    Sure, it's perfectly possible to use any linux system without swap. including arch.
    There are 2 ways to do disk partitioning in /arch/setup:
    1) autoprepare. with this method, you pick a disk (a disk you want to use entirely). you will be asked some questions (including how big swap should be). this method will create the partitions with the sizes you mention (/boot, swap, / and /home) optionally you can add additional fs'es
    2) manual. the installer can launch cfdisk for you if you need to alter partitions (if you want this), and after that you can define pretty much your stuff the way you like it (eg no swap) iirc. i'm not 100% sure though.
    Frankly I don't understand why you say "I have no choice", if you don't have enough partitions, you can always create additional ones.

  • [SOLVED]How to install Arch Linux UEFI to dual-boot?

    Hey,
    so I have a Lenovo G50-70 on which I want to have a Windows-Arch dualboot. I followed the Beginner's Guide, installed Arch but ended up with an inaccessible Windows. I could boot into Windows from the BIOS utility, but not from the gummiboot bootloader.
    The guide said if I wanted to dual-boot, I must leave windows EFI partition alone, which I did. I have my Windows partitions set up the Windows way, with the system reserved and EFI and recovery partitions, and I have my Windows partition of course and a data partition. After that I have some unallocated space, on which I made the Arch partitions, /dev/sda6 as an ESP partition for the EFI files, /dev/sda7 as root, /dev/sda8 as swap and /dev/sda9 as /home. The install process went without any error, then I made some configurations and installed dosfstools & efibootmgr. After that, I installed gummiboot and ran "gummiboot --path=/boot install". After that I created the configuration files exactly like in the guide, unmounted the partitions, rebooted and saw that there's no (easy) way getting into Windows. So my question is: how can I install Arch to have a working dual-boot system?
    Thanks for any help in advance!
    Regards, Matteussz
    Last edited by Matteussz (2015-02-11 20:41:37)

    Hey,
    Writing to you on my working dual-boot with ArchLinux (Windows 8.1 64-Bit, UEFI)
    So first step I've done is creating free space of an existing partition in the windows disk management (windows button and r and then type diskmgmt.msc). At this step, you have to record which partition your efi partition is (just take a look at your efi partition and remember the mb of this partition for later)
    Then go into the uefi settings (bios) and disable secure boot as well as fast boot, otherwise it could cause data crash.
    Boot your Arch Live CD and follow the beginners guide all the way along till you reach the disk management.
    If you want to have swap, you can create yours right now, should be a primary partition of about 4gigs.
    Next partition is gonna be your home, system partition (I've didn't created two partitions for home and for the system but you could do this as well as just go with one partition) this partition gonna be formatted in ext4
    Next step, you have to mount your windows-efi partition in /boot/efi but don't format it dont remeber if it asks you how to use the partition but if so, just use as fat32.
    After the disk management go ahead with your arch installation and follow the beginners guide. (Make sure you're using the grub bootloader)
    After finishing the installation, restart your system, hopefully you will recognize the opening grub menu. (but dont scare, windows wont show in the grub menu at this time so you have to boot your arch)
    Arrived in arch linux type the command
    grub-mkconfig -o /boot/grub/grub.cfg
    Reboot and your done with your Arch Linux, Windows 8 dual boot, hopefully

  • [SOLVED]Problems installing Arch 64 on Dell M1530

    Hey Guys I'm having difficulties installing on my lappy. This is basically what I did:
    Installed using all the packages etc. and after the install I rebooted was presented with a bash. This is what I did:
    pacman -S xfce4
    pacman -S esd
    pacman -S nvidia
    pacman -S xorg
    nvidia-xconfig
    But when I run startxfce4 it gives me a blank (black) screen. Seriously have no clue what I should do.
    xorg.conf
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Optiont "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kdb"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Subsection "Display"
    Depth 24
    EndSubSection
    EndSection
    Thanks in advance.
    Last edited by fixel (2009-03-27 11:57:37)

    I added hal and fam to my rc.conf.
    I can now get into xfce. But mouse/keyboard/touchpad still don't work. Any output you need that might help?
    EDIT: Current xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder62) Thu Feb 5 00:08:50 PST 2009
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "se"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "AddARGBGLXVisuals" "True"
    Option "NoLogo" "true"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Last edited by fixel (2009-03-27 11:40:55)

  • [SOLVED] Can I install Arch on the same PC, without a CD/USB/Netboot

    Hello
    I'm kinda bored, and then I like to reinstall Arch over and over.. but I lack a CD/USB stick and/or another PC to do a PXE install, therefor..
    Can I set up my current installation to boot into a new arch install when I reboot somehow?
    Thanks.
    Last edited by valvet (2010-11-08 14:50:16)

    hokasch wrote:Sure.. two examples:
    https://wiki.archlinux.org/index.php/Fa … nux_System (use swap for the iso and convert it back later)
    https://wiki.archlinux.org/index.php/In … ting_Linux
    or extract kernel & initrd from archboot image, save it somewhere and create a grub entry - works fine for net installs
    Ok I thought it was solved, but I was wrong.. here's what I did, hopefully you or someone else can help.
    Downloaded the netinst image (160mb), copied:
    /mnt/iso/boot/archiso.img > /boot/archiso.img
    /mnt/iso/boot/vmlinuz26 > /boot/vmlinuz26-test
    Edited /boot/grub/menu.lst according to /mnt/iso/boot/isolinux.cfg
    # test
    title Arch test install
    root (hd0,0)
    kernel /vmlinuz26-test
    initrd /archiso.img archisolabel=ARCH_201005 tmpfs_size=75% locale=en_US.UTF-8
    Now, whenever I boot this.. it says "Waiting 30 seconds for device /disk-by/uid.. lots of dots here.
    Ideas? I'd like to avoid making a new partition as suggested in the wiki, as it requires me to load a live cd of sorts anyway, so I can shrink one of my partitions.
    Thanks :-)!
    Last edited by valvet (2010-10-31 19:48:05)

  • [SOLVED] Network restart before Arch can access internet via IPCop?

    The Leopard machines on our LAN have working internet on boot, my Arch box does not?
    Even though I have the IPCop server's IP in the Arch /etc/resolv.conf.head file, I still have to do a sudo /etc/rc.d/network restart before I can use the internet.
    Does anyone know how I can solve this one?
    Thanks for your time.
    Last edited by handy (2008-12-13 13:41:04)

    tomk wrote:Post your /etc/rc.conf. If '/etc/rc.d/network start' works but network-at-boot-time doesn't, that's where the error is.
    As a workaround I've put /etc/rc.d/network start in my /etc/rc.local & now I don't have to type it manually.
    tomk wrote:Incidentally, dhcpcd messages don't show up in dmesg - you should be looking in messages.log or everything.log.
    I looked in all the logs that had been changed after a boot.
    Here is my rc.conf:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_AU.utf8"
    HARDWARECLOCK="UTC"
    TIMEZONE="Australia/Sydney"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # Scan hardware and load required modules at bootup
    MOD_AUTOLOAD="yes"
    # Module Blacklist - modules in this list will never be loaded by udev
    MOD_BLACKLIST=(net-pf-10 pcspkr) ## turns off ipv6 & pc speaker
    # Modules to load at boot-up (in this order)
    # - prefix a module with a ! to blacklist it
    MODULES=(sky2 snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore fglrx)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    HOSTNAME="archtypical"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available
    # interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
    ###lo="lo 127.0.0.1"
    # eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    ###INTERFACES=(lo eth0)
    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-profiles
    #NET_PROFILES=(main)
    # 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 @iptables @network @netfs @crond @alsa @portmap @sshd @transmission-daemon @stb-admin @fam @gpm)# @tor @privoxy # @hal - hal's out on account of worker
    # End of file
    Last edited by handy (2008-12-13 12:30:42)

  • [Solved] Network problem, unable to ping, dhcpcd issue

    Friends:
    Issue on hand.
    I upgraded Arch which is running as guest inside VirtualBox.
    When machine boots up I don't have access to network.
    I cant ping yahoo or google or any site.
    The following steps work for regaining network access back
    cat /run/dhcpcd.pid
    180
    kill -2 180
    dhcpcd
    now ping yahoo.com works fine
    So not sure why this problem.
    I am willing to put out any log information.  I don't know what to look for.
    Please help.
    -N
    Last edited by savithari (2013-06-26 03:52:52)

    I'm not sure where the idea to get the pid to kill dhcpcd came from - it seems a very roundabout way of doing the following
    # killall dhcpcd
    # dhcpcd <interfacename>
    However this is a bit beside the point.  dhcpcd looks like it is starting from a dhcpcd .service file and failing there.  When you restart it, you do so without specifying any interface name and it works.  This suggests to me that the service file is using a interface name, and an incorrect one at that.
    This is all just suspicion to be verified:
    1) you have [email protected] enabled
    2) you have "predictable interface names" ... which ironically means I can't predict what they'd be, but it would start with something like enpS***.
    If correct, there are three possible solutions (choose only one):
    1) revise the service to not specify an interface,
    2) revise the service to specify the correct interface which you can determine from the output of `ip link`
    3) use the udev rule to keep "old" style interface naming.
    (edit: as an aside, I had the same reaction as WW to the "please help" in the title)
    Last edited by Trilby (2013-06-23 21:12:04)

  • [SOLVED] Can not install Arch on a VirtualBox

    Dear all,
    I would like to get familiar with Arch and have tried to install in on a Virtual Machine created with VirtualBox.
    Unfortunately I can't even start the installation,
    whenever I select Install Arch_64bit I just see a white cursor and nothing else happens.
    I have found three logs file in my Virtual Machine folders, you can find them here:
    http://pastebin.com/699gGph3
    http://pastebin.com/0ryWVmaW
    http://pastebin.com/2u9siij5
    Can you please help me understanding what is wrong and how to fix it and install VirtualBox?
    Thanks a lot in advance for the help,
    Luca
    Last edited by lucacerone (2014-01-06 14:41:18)

    lucacerone wrote:The ISO thing seems more likely to me, because I never had troubles installing guest OS in my host machine (and yes it is Ubuntu)
    I'll try that and let you know how it goes!
    If the md5 checksout, you probably have a bad setting in your vm within virtualbox.  Check it or delete and re-create.

  • [Solved] Network problems with MSI GX60 Destroyer, killer newtork LAN and wireless

    Hi, I bought a MSI GX60 Destroyer 2 weeks ago, and I realized that my internet was a little slow, you don't realize in the web but when downloading it doesn't perform how it should, I tested the speed now with wireless and I got 5 mb/s, and I have 20 mb/s in my house (I also tested with cellphones and other pc's), with LAN the speed was normal, so I saw some forums about the Killer network, I tried to change the drivers but nothing, the wireless is limited to 5 mb/s and now my LAN too.... please help, my phone has 4x better internet than my GAMING Laptop.
    Also the Atheros drivers are a pain in the ass it's really hard to remove them.
    I'm now with the drivers without the Management app.

    Quote from: hch;109858
    Hi Tzin,
    Which graphics driver are you using?
    The quick stream is installed on the notebook with the generic graphics driver from the AMD website.
    If you install the AMD's generic graphics driver, you'll find the quick stream program in your Uninstall programs window.(Control Panel> Uninstall a program)
    Hi hch , i only can find the "amd cystal manager " under the unintall a program , so when i click into in then only saw the device but dont see the quick stream .

  • Installing Arch on Toshiba Satellite L655D

    Okay, so on m other machines, I've had no problem installing arch. But on my laptop I recently bought, I came across one that halted the entire installation process.
    Basically, I go to install arch, and my network drivers are non existant. The only interface on ifconfig -a is the local loopback(lo). I can't show you the whole output of lspci, but I can show you that it recognizes that it is there.
    08:00.0 Ethernet controller: Atheros Communications AR8152 v1.1 Fast Ethernet (rev c1)
    I can't download any updated drivers/proprietary drivers because, well, i have no network interface.
    Any ideas?

    hi  I've not used the same model as you but on other tosh laptops,and other makes  to get many linux distros to find all your hardware ,or even boot in some cases i find you must add "switches" to the end of the boot line in grub,after quiet splash from mem it was noapic on a tosh,,on a packard bell its irqpoll to get it to see the wireless card.im at work now but when i get home i can give you more info if you are still stuck,,,cheers  Theo.

  • Install Arch on five clients using ssh?

    Hi all,
    We are trying to install arch on five machines using ssh for our clusters lessons, using VirtualBox. We have arch installed on a machine called "Master" and from this we are using PXE server to load Arch (core) iso on the clients. PXE runs fine but for our purpose we have some troubles.
    First of all, we need to boot arch directly, without "Options screen" (screen where you can choose between Load arch, load another OS, reboot, etc...), we NEED to boot arch without user intervention. Then, we need to run up ssh server automatically (maybe parsing any option on PXE config file). And the last issue is to login on client machine as root.
    If we run sshd and allow to connect giving permissions on /etc/hosts.allow file and then try to login on client from Master as root, we can't do this because root has no password but ssh requieres it, this is a problem.
    In short, we need at least to solve this problems:
    * Load arch image directly, skipping load screen.
    * Run sshd on startup and allow access
    * Be able to login as root from our "Master" machine
    Any idea of that? We are thinking about to make an image of our Master machine and use it to offer with PXE, but I think this is a bad idea because client machines has not partitions and our fstab file will try to mount filesystems and this is a problem.
    Thanks for your help, god will be grateful for it and kill no more kittys and sorry for the brick!
    Last edited by Sepho (2010-12-02 20:56:27)

    OK after my 4th attempt, i got it
    My initial situation
    fdsik -l (GPT table format)
    Gerät boot. Anfang Ende Blöcke Id System
    /dev/sda1 1 26 204819+ ee GPT
    /dev/sda2 26 36747 294963432 af HFS / HFS+
    /dev/sda3 * 61682 77826 129678336 7 HPFS/NTFS
    /dev/sda4 36747 61438 198331055 83 Linux
    So, I had Ubuntu running on sda4 (ext4).
    What I did
    1. Installed rEFIT on Mac OS X, and after two reboots it showed up.
    2. In the rEFIT menu, Synchronized with the Partition tool my MBR and GPT table.
    3. Opened Gparted on an ubuntu live cd, in order to format my ext4 partition
    4. Installed Arch using the normal installation procedure, but I skipped the partitioning section, I did only the file system mountpoints step, selecting my sda4 partition.
    5. Installed grub (not grub2) on /dev/sda, the mbr (not /dev/sda4), and activated the windows section in menu.lst
    6. After reboot, I selected from rEFIT the Windows logo (linux logo doesn't work), through the windows logo i get in the standard grub menu, where I can select Windows or Arch!
    Now I'll remove rEFIT and boot trough normal mac os x's bootcamp tool. (if you select windows you get in the grub menu)
    Hope this helps someone!

Maybe you are looking for

  • Linux System.out.println()

    I am porting some JSP's from Windows to SUSE Linux. These JSP's call functions that are embedded in JAVA classes, which in turn output error messages with System.out.println() to the console. It appears that in Linux, the bash Konsole doesn't print t

  • IS-Retail: Site Creation Best Practice

    Hi ! I have 3 basic questions on this topic: 1. In IS-Retail is a Site considered 'config' or 'master data'? 2. Do all sites need to exist in the golden config client, or is it sufficient to have only the DCs (and not the Stores) in it? 3. After go-l

  • Object Libraries not opening at startup

    Hi, Some of the developers in the project I am involved in are having trouble with Forms 6.0 The Object Livraries they open in a session are not re-open the next time they start Forms. Does anyone I an idea of what might cause this ? Thanks in advanc

  • Implementing vacation Rule in Oracle BPM

    Hi, I am trying to implement vacation period rule for a user in Oracle BPM, then re assigning the task to his sub ordinate, but the task is still in the user's inbox and not going to assigned user's inbox. Can any one help me. Thanks in advance

  • Export Missing table on 11GR2  ?

    I'm observing this mystery on our 11.2.0.1.0 system running under Solaris about mysterious missing tables that really exist on the database. Here is the log of my session trying to export an existing table and export cant seem to find it . -bash-3.00