[SOLVED] Cannot write with root authorization too

Hello,
It's some time that I noticed I can't write in the Windows partition called sda2. Trying with sudo dolphin or sudo mv there aren't changes.
Why?
Thanks for attention,
Grant.
Last edited by Grant (2013-01-15 12:17:31)

Please do not mark threads as solved without sharing your solution:
https://wiki.archlinux.org/index.php/Fo … way_Street

Similar Messages

  • [Solved] Merging boot with root

    Hi,
    So the job is to merge my Arch's /boot partition with /root.
    I have 4 primary partitions; arch /boot (sda1), ubuntu (sda2), arch / (sda3) and Vista (sda4), as you can see with fdisk:
    [det@myhost Shortcuts]$ sudo fdisk -l
    Disk /dev/sda: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xf020b972
    Device Boot Start End Blocks Id System
    /dev/sda1 1 24 192748+ 83 Linux
    /dev/sda2 5111 15386 82541970 83 Linux
    /dev/sda3 15387 29332 112021245 83 Linux
    /dev/sda4 * 29333 60801 252774742+ 7 HPFS/NTFS
    Also here's what GParted has to say:
    Thanks for everyone .
    Last edited by algorythm (2009-07-24 11:52:08)

    Yeah thanks, but you guys didn't probably remember that moving /boot also requires reconfiguring grub (/boot/grub/menu.lst).
    So what I did:
    Old menu.lst
    title Arch Linux
    rootnoverify (hd0,0)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/e289f40b-c778-4583-8bae-1f0bd769b311 ro
    initrd /kernel26.img
    title Arch Linux Fallback
    rootnoverify (hd0,0)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/e289f40b-c778-4583-8bae-1f0bd769b311 ro
    initrd /kernel26-fallback.img
    New menu.lst
    title Arch Linux
    rootnoverify (hd0,2)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/e289f40b-c778-4583-8bae-1f0bd769b311 ro
    initrd /boot/kernel26.img
    title Arch Linux Fallback
    rootnoverify (hd0,2)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/e289f40b-c778-4583-8bae-1f0bd769b311 ro
    initrd /boot/kernel26-fallback.img
    Last edited by algorythm (2009-07-24 12:06:28)

  • [SOLVED] Cannot boot with linux-3.5.3

    Edit: Solved, as explained here.
    Hello,
    after upgrading to linux-3.5.3-1 my boot stopped at
    :: running early hook [udev]
    I tried upgrading to grub-bios-2.00, removing any customization I had in modprobe.conf and /etc/modules-load.d as well as removing the only module (radeon) from /etc/mkinitcpio.conf (obviously followed by mkinitcpio -p linux), which made me go on to
    :: waiting for udev uevents to be processed [BUSY]
    I'm not sure it's an actual progress.
    My /etc/udev/rules.d is empty and /usr/lib/udev/rules.d only contains pacman-tracked stuff.
    I enabled some debugging as described here but couldn't get anything useful - is there any way for such messages to be logged somewhere, so they can be pasted here?
    I ended up downgrading to linux-3.4.9, which boots fine.
    Any idea to troubleshoot this?
    cat /etc/rc.conf
    # /etc/rc.conf - configuration file for initscripts
    # Most of rc.conf has been replaced by various other configuration
    # files. See archlinux(7) for details.
    # For more details on rc.conf see rc.conf(5).
    DAEMONS=(!hwclock ntpd syslog-ng !network netfs crond dbus @networkmanager kdm @cpufreq sshd @cups @supervisor)
    # Storage
    # USEDMRAID="no"
    # USELVM="no"
    # Network
    # interface=
    # address=
    # netmask=
    # gateway=
    cat /etc/mkinitcpio.conf
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES=""
    # BINARIES
    # This setting includes any additional binaries a given user may
    # wish into the CPIO image. This is run last, so it may be used to
    # override the actual binaries included by a given hook
    # BINARIES are dependency parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in any way. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options
    # like so:
    # FILES="/etc/modprobe.d/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    ## This setup specifies all modules in the MODULES setting above.
    ## No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    ## This setup will autodetect all modules for your system and should
    ## work as a sane default
    # HOOKS="base udev autodetect pata scsi sata filesystems"
    ## This is identical to the above, except the old ide subsystem is
    ## used for IDE devices instead of the new pata subsystem.
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    ## This setup will generate a 'full' image which supports most systems.
    ## No autodetection is done.
    # HOOKS="base udev pata scsi sata usb filesystems"
    ## This setup assembles a pata mdadm array with an encrypted root FS.
    ## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
    # HOOKS="base udev pata mdadm encrypt filesystems"
    ## This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev usb lvm2 filesystems"
    ## NOTE: If you have /usr on a separate partition, you MUST include the
    # usr, fsck and shutdown hooks.
    HOOKS="base udev autodetect pata scsi sata resume filesystems usbinput fsck"
    # COMPRESSION
    # Use this to compress the initramfs image. By default, gzip compression
    # is used. Use 'cat' to create an uncompressed image.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    #COMPRESSION="lzop"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    pacman -Qo /usr/lib/udev/rules.d/*
    /usr/lib/udev/rules.d/10-dm.rules is owned by device-mapper 2.02.97-1
    /usr/lib/udev/rules.d/10-vboxdrv.rules is owned by virtualbox 4.1.20-2
    /usr/lib/udev/rules.d/11-dm-lvm.rules is owned by lvm2 2.02.97-1
    /usr/lib/udev/rules.d/13-dm-disk.rules is owned by device-mapper 2.02.97-1
    /usr/lib/udev/rules.d/40-gphoto.rules is owned by libgphoto2 2.4.14-1
    /usr/lib/udev/rules.d/40-hpet-permissions.rules is owned by jack2 1.9.8-2
    /usr/lib/udev/rules.d/40-usb-media-players.rules is owned by media-player-info 17-1
    /usr/lib/udev/rules.d/42-usb-hid-pm.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/50-udev-default.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/53-sane.rules is owned by sane 1.0.23-1
    /usr/lib/udev/rules.d/60-cdrom_id.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/60-pcmcia.rules is owned by pcmciautils 018-4
    /usr/lib/udev/rules.d/60-persistent-alsa.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/60-persistent-input.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/60-persistent-serial.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/60-persistent-storage-tape.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/60-persistent-storage.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/60-persistent-v4l.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/60-rfkill.rules is owned by rfkill 0.4-5
    /usr/lib/udev/rules.d/61-accelerometer.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules is owned by gnome-bluetooth 3.4.2-1
    /usr/lib/udev/rules.d/64-md-raid.rules is owned by mdadm 3.2.5-2
    /usr/lib/udev/rules.d/65-kvm.rules is owned by qemu 1.1.1-1
    /usr/lib/udev/rules.d/69-cd-sensors.rules is owned by colord 0.1.21-2
    /usr/lib/udev/rules.d/69-libmtp.rules is owned by libmtp 1.1.4-1
    /usr/lib/udev/rules.d/70-infrared.rules is owned by v4l-utils 0.8.8-1
    /usr/lib/udev/rules.d/70-power-switch.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/70-uaccess.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/70-udev-acl.rules is owned by consolekit 0.4.6-4
    /usr/lib/udev/rules.d/71-seat.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/73-seat-late.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/75-net-description.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/75-probe_mtd.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/75-tty-description.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/77-nm-olpc-mesh.rules is owned by networkmanager 0.9.4.0-6
    /usr/lib/udev/rules.d/78-sound-card.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/80-drivers.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/80-udisks.rules is owned by udisks 1.0.4-5
    /usr/lib/udev/rules.d/80-udisks2.rules is owned by udisks2 1.94.0-2
    /usr/lib/udev/rules.d/85-usbmuxd.rules is owned by usbmuxd 1.0.8-1
    /usr/lib/udev/rules.d/90-alsa-restore.rules is owned by alsa-utils 1.0.25-3
    /usr/lib/udev/rules.d/90-libgpod.rules is owned by libgpod 0.8.2-6
    /usr/lib/udev/rules.d/90-pulseaudio.rules is owned by pulseaudio 2.1-1
    /usr/lib/udev/rules.d/95-cd-devices.rules is owned by colord 0.1.21-2
    /usr/lib/udev/rules.d/95-dm-notify.rules is owned by device-mapper 2.02.97-1
    /usr/lib/udev/rules.d/95-keyboard-force-release.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/95-keymap.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/95-udev-late.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/95-upower-battery-recall-dell.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/95-upower-battery-recall-fujitsu.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/95-upower-battery-recall-gateway.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/95-upower-battery-recall-ibm.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/95-upower-battery-recall-lenovo.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/95-upower-battery-recall-toshiba.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/95-upower-csr.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/95-upower-hid.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/95-upower-wup.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/97-bluetooth-hid2hci.rules is owned by bluez 4.101-1
    /usr/lib/udev/rules.d/99-systemd.rules is owned by systemd-tools 188-2
    cat /var/log/pacman.log
    [2012-08-28 12:27] Running 'pacman -Sy'
    [2012-08-28 12:27] synchronizing package lists
    [2012-08-28 14:51] Running 'pacman -S -u'
    [2012-08-28 14:51] starting full system upgrade
    [2012-08-28 14:53] upgraded gc (7.2.c-1 -> 7.2.d-1)
    [2012-08-28 14:53] >>> Updating module dependencies. Please wait ...
    [2012-08-28 14:53] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-08-28 14:53] ==> Building image from preset: 'default'
    [2012-08-28 14:53] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-08-28 14:53] ==> Starting build: 3.5.3-1-ARCH
    [2012-08-28 14:53] -> Running build hook: [base]
    [2012-08-28 14:53] -> Running build hook: [udev]
    [2012-08-28 14:53] -> Running build hook: [autodetect]
    [2012-08-28 14:53] -> Running build hook: [pata]
    [2012-08-28 14:53] -> Running build hook: [scsi]
    [2012-08-28 14:53] -> Running build hook: [sata]
    [2012-08-28 14:53] -> Running build hook: [resume]
    [2012-08-28 14:53] -> Running build hook: [filesystems]
    [2012-08-28 14:53] -> Running build hook: [usbinput]
    [2012-08-28 14:53] -> Running build hook: [fsck]
    [2012-08-28 14:53] ==> Generating module dependencies
    [2012-08-28 14:53] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-08-28 14:53] ==> Image generation successful
    [2012-08-28 14:53] ==> Building image from preset: 'fallback'
    [2012-08-28 14:53] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-08-28 14:53] ==> Starting build: 3.5.3-1-ARCH
    [2012-08-28 14:53] -> Running build hook: [base]
    [2012-08-28 14:53] -> Running build hook: [udev]
    [2012-08-28 14:53] -> Running build hook: [pata]
    [2012-08-28 14:53] -> Running build hook: [scsi]
    [2012-08-28 14:53] -> Running build hook: [sata]
    [2012-08-28 14:53] -> Running build hook: [resume]
    [2012-08-28 14:53] -> Running build hook: [filesystems]
    [2012-08-28 14:53] -> Running build hook: [usbinput]
    [2012-08-28 14:53] -> Running build hook: [fsck]
    [2012-08-28 14:53] ==> Generating module dependencies
    [2012-08-28 14:53] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-08-28 14:53] ==> Image generation successful
    [2012-08-28 14:53] upgraded linux (3.4.9-1 -> 3.5.3-1)
    [2012-08-28 14:53] upgraded lirc-utils (1:0.9.0-22 -> 1:0.9.0-26)
    [2012-08-28 14:53] In order to use the new version, reload all virtualbox modules manually.
    [2012-08-28 14:53] upgraded virtualbox-modules (4.1.20-1 -> 4.1.20-3)
    [2012-08-28 14:59] Running 'pacman -U /tmp/yaourt-tmp-dp/PKGDEST.3fb/google-chrome-21.0.1180.81-1-x86_64.pkg.tar.xz'
    [2012-08-28 14:59] upgraded google-chrome (21.0.1180.57-1 -> 21.0.1180.81-1)
    [2012-08-28 15:00] Running 'pacman -U /tmp/yaourt-tmp-dp/PKGDEST.MgI/tunlr-0.1.5-1-any.pkg.tar.xz'
    [2012-08-28 15:00] Running 'pacman -Sy'
    [2012-08-28 15:00] synchronizing package lists
    [2012-08-28 15:01] Running 'pacman -U /tmp/yaourt-tmp-dp/PKGDEST.Vic/tunlr-0.1.5-1-any.pkg.tar.xz'
    [2012-08-28 15:01] upgraded tunlr (0.1.4-1 -> 0.1.5-1)
    [2012-08-28 17:34] Running 'pacman -S extra/kdeedu-kmplot'
    [2012-08-28 17:34] installed kdeedu-kmplot (4.9.0-1)
    [2012-08-29 10:20] Running 'pacman -Syu'
    [2012-08-29 10:20] synchronizing package lists
    [2012-08-29 10:20] starting full system upgrade
    [2012-08-29 11:07] Running 'pacman -S grub-bios'
    [2012-08-29 11:07] removed grub (0.97-21)
    [2012-08-29 11:07] Generating grub.cfg.example config file...
    [2012-08-29 11:07] This may fail on some machines running a custom kernel.
    [2012-08-29 11:08] done.
    [2012-08-29 11:08] installed grub-common (2.00-1)
    [2012-08-29 11:08] installed grub-bios (2.00-1)
    [2012-08-29 11:48] Running 'pacman -Sy'
    [2012-08-29 11:48] synchronizing package lists
    [2012-08-29 11:48] starting full system upgrade
    [2012-08-29 12:11] Running 'pacman -Sy'
    [2012-08-29 12:11] synchronizing package lists
    [2012-08-29 12:11] starting full system upgrade
    [2012-08-29 12:11] Running 'pacman -S -u'
    [2012-08-29 12:11] starting full system upgrade
    [2012-08-29 12:15] upgraded firefox (14.0.1-1 -> 15.0-1)
    [2012-08-29 12:15] upgraded firefox-i18n-it (14.0.1-1 -> 15.0-1)
    [2012-08-29 12:15] upgraded gsmartcontrol (0.8.7-1 -> 0.8.7-2)
    [2012-08-29 12:15] upgraded libwbclient (3.6.7-1 -> 3.6.7-2)
    [2012-08-29 12:15] upgraded smbclient (3.6.7-1 -> 3.6.7-2)
    [2012-08-29 12:15] upgraded samba (3.6.7-1 -> 3.6.7-2)
    [2012-08-29 12:15] upgraded sane (1.0.22-9 -> 1.0.23-1)
    [2012-08-29 12:15] upgraded syslinux (4.05-6 -> 4.05-7)
    [2012-08-29 12:15] upgraded thunderbird (14.0-1 -> 15.0-1)
    [2012-08-29 12:15] upgraded thunderbird-i18n-it (14.0-1 -> 15.0-1)
    [2012-08-29 12:15] -> You can now set custom file descriptor ulimits for Tor in
    [2012-08-29 12:15] -> "/etc/conf.d/tor" using the "TOR_MAX_FD" variable.
    [2012-08-29 12:15] upgraded tor (0.2.2.37-1 -> 0.2.2.38-1)
    [2012-08-29 12:56] Running 'pacman -U /tmp/yaourt-tmp-root/PKGDEST.K10/downgrade-3.0-1-any.pkg.tar.xz'
    [2012-08-29 12:56] installed downgrade (3.0-1)
    [2012-08-29 12:57] Running 'pacman -U /var/cache/pacman/pkg/linux-3.4.9-1-x86_64.pkg.tar.xz'
    [2012-08-29 13:04] Running 'pacman -U /var/cache/pacman/pkg/virtualbox-modules-4.1.20-1-x86_64.pkg.tar.xz'
    [2012-08-29 13:05] Running 'pacman -U /var/cache/pacman/pkg/linux-3.4.9-1-x86_64.pkg.tar.xz'
    [2012-08-29 13:05] Running 'pacman -R virtualbox-modules'
    [2012-08-29 13:05] Running 'pacman -Rd virtualbox-modules'
    [2012-08-29 13:05] Running 'pacman -Rdd virtualbox-modules'
    [2012-08-29 13:06] removed virtualbox-modules (4.1.20-3)
    [2012-08-29 13:06] Running 'pacman -U /var/cache/pacman/pkg/linux-3.4.9-1-x86_64.pkg.tar.xz'
    [2012-08-29 13:06] >>> Updating module dependencies. Please wait ...
    [2012-08-29 13:06] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-08-29 13:06] ==> Building image from preset: 'default'
    [2012-08-29 13:06] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-08-29 13:06] ==> Starting build: 3.4.9-1-ARCH
    [2012-08-29 13:06] -> Running build hook: [base]
    [2012-08-29 13:06] -> Running build hook: [udev]
    [2012-08-29 13:06] -> Running build hook: [autodetect]
    [2012-08-29 13:06] -> Running build hook: [pata]
    [2012-08-29 13:06] -> Running build hook: [scsi]
    [2012-08-29 13:06] -> Running build hook: [sata]
    [2012-08-29 13:06] -> Running build hook: [resume]
    [2012-08-29 13:06] -> Running build hook: [filesystems]
    [2012-08-29 13:06] -> Running build hook: [usbinput]
    [2012-08-29 13:06] -> Running build hook: [fsck]
    [2012-08-29 13:06] ==> Generating module dependencies
    [2012-08-29 13:06] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-08-29 13:06] ==> Image generation successful
    [2012-08-29 13:06] ==> Building image from preset: 'fallback'
    [2012-08-29 13:06] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-08-29 13:06] ==> Starting build: 3.4.9-1-ARCH
    [2012-08-29 13:06] -> Running build hook: [base]
    [2012-08-29 13:06] -> Running build hook: [udev]
    [2012-08-29 13:06] -> Running build hook: [pata]
    [2012-08-29 13:06] -> Running build hook: [scsi]
    [2012-08-29 13:07] -> Running build hook: [sata]
    [2012-08-29 13:07] -> Running build hook: [resume]
    [2012-08-29 13:07] -> Running build hook: [filesystems]
    [2012-08-29 13:07] -> Running build hook: [usbinput]
    [2012-08-29 13:07] -> Running build hook: [fsck]
    [2012-08-29 13:07] ==> Generating module dependencies
    [2012-08-29 13:07] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-08-29 13:07] ==> Image generation successful
    [2012-08-29 13:07] upgraded linux (3.5.3-1 -> 3.4.9-1)
    [2012-08-29 14:47] Running 'pacman -Sy'
    [2012-08-29 14:47] synchronizing package lists
    [2012-08-29 14:49] Running 'pacman -S -u'
    [2012-08-29 14:49] starting full system upgrade
    Last edited by thujone (2012-09-19 12:18:51)

    because the report opener said that those freezes fixed with the 'futex' patch (included in 3.14-5).
    As he says:
    for those who have again problems despite the patch it means probably that there are another bugs further in the source code of kernel 3.14, bugs who are not necessarily related to the "futex problem"
    i will try a clean profile, thanks.
    Last edited by tritonas00 (2014-04-16 13:22:51)

  • [Solved] Cannot connect with wifi-menu after login

    I can't connect to the internet after I login.  When I try to connect, it says:
    Job for netctl@my\x2dnetwork.service failed. See "systemctl status 'netctl@my\x2dnetwork.service'" and "journalctl -xe" for details.
    #systemctl status 'netctl@my\x2dnetwork.service'
    ● netctl@my\x2dnetwork.service - A simple WPA encrypted wireless connection
    Loaded: loaded (/etc/systemd/system/netctl@my\x2dnetwork.service; enabled; vendor preset: disabled)
    Active: failed (Result: exit-code) since Fri 2015-02-06 16:37:35 CST; 1min 23s ago
    Docs: man:netctl.profile(5)
    Process: 574 ExecStart=/usr/lib/network/network start %I (code=exited, status=1/FAILURE)
    Main PID: 574 (code=exited, status=1/FAILURE)
    Feb 06 16:37:35 mac network[574]: Starting network profile 'my-network'...
    Feb 06 16:37:35 mac network[574]: The interface of network profile 'my-network' is already up
    Feb 06 16:37:35 mac systemd[1]: netctl@my\x2dnetwork.service: main process exited, code=exited, status=1/FAILURE
    Feb 06 16:37:35 mac systemd[1]: Failed to start A simple WPA encrypted wireless connection.
    Feb 06 16:37:35 mac systemd[1]: Unit netctl@my\x2dnetwork.service entered failed state.
    Feb 06 16:37:35 mac systemd[1]: netctl@my\x2dnetwork.service failed.
    #journalctl -xe
    Feb 06 16:37:17 mac dbus[217]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
    Feb 06 16:37:17 mac udisksd[436]: udisks daemon version 2.1.3 starting
    Feb 06 16:37:17 mac dbus[217]: [system] Successfully activated service 'org.freedesktop.UDisks2'
    Feb 06 16:37:17 mac udisksd[436]: Acquired the name org.freedesktop.UDisks2 on the system message bus
    Feb 06 16:37:18 mac polkitd[271]: Registered Authentication Agent for unix-session:c2 (system bus name :1.29 [/usr/lib/polkit-gnome/polkit-gnome-authen
    Feb 06 16:37:18 mac dbus[217]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service'
    Feb 06 16:37:18 mac avahi-daemon[481]: Found user 'avahi' (UID 84) and group 'avahi' (GID 84).
    Feb 06 16:37:18 mac avahi-daemon[481]: Successfully dropped root privileges.
    Feb 06 16:37:18 mac avahi-daemon[481]: avahi-daemon 0.6.31 starting up.
    Feb 06 16:37:18 mac avahi-daemon[481]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
    Feb 06 16:37:18 mac dbus[217]: [system] Successfully activated service 'org.freedesktop.Avahi'
    Feb 06 16:37:18 mac avahi-daemon[481]: Successfully called chroot().
    Feb 06 16:37:18 mac avahi-daemon[481]: Successfully dropped remaining capabilities.
    Feb 06 16:37:18 mac avahi-daemon[481]: Loading service file /services/sftp-ssh.service.
    Feb 06 16:37:18 mac avahi-daemon[481]: Loading service file /services/ssh.service.
    Feb 06 16:37:18 mac avahi-daemon[481]: Network interface enumeration completed.
    Feb 06 16:37:18 mac avahi-daemon[481]: Registering HINFO record with values 'X86_64'/'LINUX'.
    Feb 06 16:37:18 mac avahi-daemon[481]: Server startup complete. Host name is mac.local. Local service cookie is 1997621208.
    Feb 06 16:37:18 mac avahi-daemon[481]: Service "mac" (/services/ssh.service) successfully established.
    Feb 06 16:37:18 mac avahi-daemon[481]: Service "mac" (/services/sftp-ssh.service) successfully established.
    Feb 06 16:37:30 mac sudo[510]: mac : TTY=pts/0 ; PWD=/home/mac ; USER=root ; COMMAND=/usr/bin/wifi-menu
    Feb 06 16:37:30 mac sudo[510]: pam_unix(sudo:session): session opened for user root by mac(uid=0)
    Feb 06 16:37:35 mac network[574]: Starting network profile 'my-network'...
    Feb 06 16:37:35 mac network[574]: The interface of network profile 'my-network' is already up
    Feb 06 16:37:35 mac systemd[1]: netctl@my\x2dnetwork.service: main process exited, code=exited, status=1/FAILURE
    Feb 06 16:37:35 mac systemd[1]: Failed to start A simple WPA encrypted wireless connection.
    -- Subject: Unit netctl@my\x2dnetwork.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit netctl@my\x2dnetwork.service has failed.
    -- The result is failed.
    Feb 06 16:37:35 mac systemd[1]: Unit netctl@my\x2dnetwork.service entered failed state.
    Feb 06 16:37:35 mac systemd[1]: netctl@my\x2dnetwork.service failed.
    Feb 06 16:37:35 mac sudo[510]: pam_unix(sudo:session): session closed for user root
    Feb 06 16:37:48 mac dbus[217]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager
    Feb 06 16:37:48 mac dbus[217]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop
    Feb 06 16:37:50 mac logger[626]: ACPI action undefined: PNP0C0A:00
    Feb 06 16:38:31 mac logger[653]: ACPI action undefined: PNP0C0A:00
    Feb 06 16:39:13 mac logger[657]: ACPI action undefined: PNP0C0A:00
    When I ip link set ... down, I wifi-menu and it connects.  No need to ip link set ... up.
    Here's my /etc/systemd/system/netctl\@my\\x2dnetwork.service as mentioned above.
    .include /usr/lib/systemd/system/[email protected]
    [Unit]
    Description=A simple WPA encrypted wireless connection
    BindsTo=sys-subsystem-net-devices-wlp4s0.device
    After=sys-subsystem-net-devices-wlp4s0.device
    Not sure if this is relevant.  Also mentioned above.  This is /usr/lib/network/network.
    #! /bin/bash
    . /usr/lib/network/globals
    ## Check if a string represents a network interface
    # $1: potential interface name
    is_interface() {
    # Strip any old school alias specifier
    [[ -d "/sys/class/net/${1%%:?*}" ]]
    ## Add an interface
    # $1: interface type
    # $2: interface name
    # $3: interface link (optional)
    # $4...: additional arguments
    interface_add() {
    local type="$1" name="$2" link="$3"
    do_debug ip link add ${link:+link "$link"} name "$name" type "$type" "${@:4}" || return
    if [[ -x "$PROFILE_DIR/interfaces/$name" ]]; then
    source "$PROFILE_DIR/interfaces/$name"
    fi
    ## Delete an interface
    # $1: interface name
    interface_delete() {
    bring_interface_down "$1"
    ip link delete "$1"
    ## Check if an interface is up
    # $1: interface name
    interface_is_up() {
    local flags
    read flags < "/sys/class/net/${1%%:?*}/flags"
    # IFF_UP is defined as 0x1 in linux/if.h
    (( flags & 0x1 ))
    ## Activate an interface
    # $1: interface name
    bring_interface_up() {
    local interface=$1
    ip link set dev "$interface" up &>/dev/null
    timeout_wait "${TimeoutUp:-5}" 'interface_is_up "$interface"'
    ## Deactivate an interface
    # $1: interface name
    bring_interface_down() {
    local interface=$1
    ip link set dev "$interface" down &>/dev/null
    # We reuse the up timeout (down normally is faster)
    timeout_wait "${TimeoutUp:-5}" '! interface_is_up "$interface"'
    if [[ $# -ne 2 || $1 != @(start|stop) ]]; then
    exit_error "Usage: $0 {start|stop} <profile>"
    fi
    ensure_root netctl
    # Ensure we are not in a transient directory
    cd /
    # Expose the profile name
    Profile=$2
    load_profile "$Profile"
    case $1 in
    start)
    report_notice "Starting network profile '$Profile'..."
    if is_interface "$Interface" && interface_is_up "$Interface" && \
    ! is_yes "${ForceConnect:-no}"; then
    report_error "The interface of network profile '$Profile' is already up"
    exit 1
    fi
    if ! "${Connection}_up"; then
    report_error "Failed to bring the network up for profile '$Profile'"
    exit 1
    fi
    # JP: sandbox the eval
    if ! ( eval $ExecUpPost ); then
    report_error "ExecUpPost failed for network profile '$Profile'"
    # Failing ExecUpPost will take the connection down
    "${Connection}_down"
    exit 1
    fi
    report_notice "Started network profile '$Profile'"
    stop)
    report_notice "Stopping network profile '$Profile'..."
    # JP: sandbox the eval
    if ! ( eval $ExecDownPre ); then
    report_error "ExecDownPre failed for network profile '$Profile'"
    # Failing ExecDownPre will leave the profile active
    exit 1
    fi
    if ! "${Connection}_down"; then
    report_error "Failed to bring the network down for profile '$Profile'"
    exit 1
    fi
    if is_interface "$Interface" && interface_is_up "$Interface" && \
    ! is_yes "${ForceConnect:-no}"; then
    report_error "The interface of network profile '$Profile' did not go down"
    exit 1
    fi
    report_notice "Stopped network profile '$Profile'"
    esac
    Last edited by rollypolio (2015-02-07 16:37:01)

    I honestly don't remember.  I believe I was trying to set up i3status dhcp at the time.  Could have been the DHCP configuration file I created at /etc/systemd/network that broke my netctl configuration.  I should have mentioned that first.  I broke the internet and walked away two days ago and it's slowly coming back to me.  I don't follow the relation between systemd, netctl, and dhcp configuration so I'm sorry if I'm not picking up on solutions provided in your links.
    I commented the file out right after I started receiving those errors.
    $cat /etc/systemd/network/MyDhcp.network
    #[Match]
    #Name=wlp4s0
    #[Network]
    #DHCP=v4
    $ls -la /etc/systemd/network/MyDhcp.network
    drwxr-xr-x 2 root root 4096 Feb 6 09:29 .
    drwxr-xr-x 5 root root 4096 Feb 5 20:15 ..
    -rw-r--r-- 1 root root 43 Feb 6 09:29 MyDhcp.network
    $cat /etc/netctl/my-network
    Description='A simple WPA encrypted wireless connection'
    Interface=wlp4s0
    Connection=wireless
    Security=wpa
    IP=dhcp
    ESSID='ap_becca'
    # Prepend hexadecimal keys with \"
    # If your key starts with ", write it as '""<key>"'
    # See also: the section on special quoting rules in netctl.profile(5)
    Key='*********'
    # Uncomment this if your ssid is hidden
    #Hidden=yes
    # Set a priority for automatic profile selection
    #Priority=10
    #cat /etc/netctl/wlp4s0-Nexxt_5F6CB8
    Description='Automatically generated profile by wifi-menu'
    Interface=wlp4s0
    Connection=wireless
    Security=none
    ESSID=Nexxt_5F6CB8
    IP=dhcp
    #cat /etc/netctl/wlp4s0-SJBS
    Description='Automatically generated profile by wifi-menu'
    Interface=wlp4s0
    Connection=wireless
    Security=wpa
    ESSID=SJBS
    IP=dhcp
    Key=********
    I noticed the first profile does not require sudo.
    $ ls -la
    total 32
    drwxr-xr-x 5 root root 4096 Feb 2 09:32 .
    drwxr-xr-x 81 root root 4096 Feb 7 09:42 ..
    drwxr-xr-x 2 root root 4096 Jan 31 22:50 examples
    drwxr-xr-x 2 root root 4096 Jan 13 07:23 hooks
    drwxr-xr-x 2 root root 4096 Jan 13 07:23 interfaces
    -rw-r--r-- 1 root root 422 Jan 31 22:52 my-network
    -rw------- 1 root root 138 Feb 2 09:32 wlp4s0-Nexxt_5F6CB8
    -rw------- 1 root root 145 Feb 2 06:36 wlp4s0-SJBS
    I hope this helps.
    Which one should I be looking at?:
    $ls /usr/lib/systemd/system/ | grep netctl
    [email protected]
    [email protected]
    netctl.service
    [email protected]
    netctl-sleep.service
    To repeat myself, I can connect using wifi-menu after I ip link set wlp4s0 down.  I'm just looking for a fix so I can set up automatic connections.
    EDIT: I deleted /etc/systemd/network/MyDhcp.network and now it works at startup.  Any idea why a commented out file would be having an adverse effect like this?
    Last edited by rollypolio (2015-02-07 16:41:41)

  • [Solved] Cannot burn CD's with LG drive on new system

    Arch x86_64 (up-to-date) on a Zotac GF-8200-C-E miniITX motherboard, Athlon II X2 240 CPU with an LG SATA GH22NS50 DVD+-RW drive. The drive reads CD's fine, but cannot burn anything successfully. The drive works fine on a WinXP system. I have tried burning as root with bashburn, cdrecord, and xfburn, to no avail. I have also tried changing the SATA section in my BIOS from IDE to AHCI to no avail and have tried various media. The drive has the latest firmware installed. Part of my cdrecord log is below - showing the errors:
    Starting new track at sector: 0
    Track 01: 1 of 520 MB written (fifo 100%) [buf 96%] 1.3x.Errno: 5 (Input/output error), write_g1 scsi sendcmd: no error
    CDB: 2A 00 00 00 02 0F 00 00 1F 00
    status: 0x2 (CHECK CONDITION)
    Sense Bytes: 70 00 05 00 00 00 00 0A 2A 30 06 90 21 02 00 00
    Sense Key: 0x5 Illegal Request, Segment 0
    Sense Code: 0x21 Qual 0x02 (invalid address for write) Fru 0x0
    Sense flags: Blk 0 (not valid)
    cmd finished after 0.003s timeout 40s
    write track data: error after 1079296 bytes
    wodim: The current problem looks like a buffer underrun.
    wodim: It looks like 'driveropts=burnfree' does not work for this drive.
    wodim: Please report.
    wodim: Make sure that you are root, enable DMA and check your HW/OS set up.
    Writing time: 13.317s
    Average write speed 268.0x.
    Min drive buffer fill was 96%
    Fixating...
    There are both sense errors and wodim errors above. Below is relevant output from "lspci -v":
    00:09.0 SATA controller: nVidia Corporation Device 0584 (rev a2) (prog-if 01 [AHCI 1.0])
    Subsystem: ZOTAC International (MCO) Ltd. Device a100
    Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 28
    I/O ports at 09f0 [size=8]
    I/O ports at 0bf0 [size=4]
    I/O ports at 0970 [size=8]
    I/O ports at 0b70 [size=4]
    I/O ports at dc00 [size=16]
    Memory at fe026000 (32-bit, non-prefetchable) [size=8K]
    Capabilities: <access denied>
    Kernel driver in use: ahci
    Kernel modules: ahci
    And relevant output from "hwinfo -cdrom":
    28: SCSI 100.0: 10602 CD-ROM (DVD)
    [Created at block.249]
    Unique ID: KD9E.Am5rv5hXfm7
    Parent ID: WL76.n+8cCHqK4_3
    SysFS ID: /class/block/sr0
    SysFS BusID: 1:0:0:0
    SysFS Device Link: /devices/pci0000:00/0000:00:09.0/host1/target1:0:0/1:0:0:0
    Hardware Class: cdrom
    Model: "HL-DT-ST DVDRAM GH22NS50"
    Vendor: "HL-DT-ST"
    Device: "DVDRAM GH22NS50"
    Revision: "TN02"
    Driver: "ahci", "sr"
    Driver Modules: "ahci"
    Device File: /dev/sr0 (/dev/sg1)
    Device Files: /dev/sr0, /dev/block/11:0, /dev/scd0, /dev/disk/by-path/pci-0000:00:09.0-scsi-1:0:0:0, /dev/cd/cdrom-1:0:0:0, /dev/cd/cdrw-1:0:0:0, /dev/cd/dvd-1:0:0:0, /dev/cd/dvdrw-1:0:0:0
    Device Number: block 11:0 (char 21:1)
    Features: CD-R, CD-RW, DVD, DVD-R, DVD-RW, DVD-R DL, DVD+R, DVD+RW, DVD+R DL, DVD-RAM, MRW, MRW-W
    Drive status: no medium
    Config Status: cfg=new, avail=yes, need=no, active=unknown
    Attached to: #14 (SATA controller)
    Drive Speed: 48
    And more information from "cdrecord -scanbus":
    scsibus1:
    1,0,0 100) 'HL-DT-ST' 'DVDRAM GH22NS50 ' 'TN02' Removable CD-ROM
    1,1,0 101) *
    1,2,0 102) *
    1,3,0 103) *
    1,4,0 104) *
    1,5,0 105) *
    1,6,0 106) *
    1,7,0 107) *
    Any ideas on what I can do to burn successfully with this drive would be appreciated.
    Larry
    Last edited by lagagnon (2010-08-11 16:35:27)

    kfgz: thanks for the input. I tried your suggestion, but the burn still fails, this time with slightly different errors from cdrecord:
    Performing OPC...
    Sending CUE sheet...
    cdrecord: WARNING: Drive returns wrong startsec (0) using -150
    Writing pregap for track 1 at -150
    Starting new track at sector: 0
    Track 01: 0 of 520 MB written.cdrecord: Input/output error. write_g1: scsi sendcmd: no error
    CDB: 2A 00 00 00 00 50 00 00 10 00
    status: 0x2 (CHECK CONDITION)
    Sense Bytes: 70 00 05 00 00 00 00 0A 2A 00 00 90 30 05 00 00
    Sense Key: 0x5 Illegal Request, Segment 0
    Sense Code: 0x30 Qual 0x05 (cannot write medium - incompatible format) Fru 0x0
    Sense flags: Blk 0 (not valid)
    cmd finished after 0.002s timeout 200s
    write track data: error after 163840 bytes
    cdrecord: A write error occured.
    cdrecord: Please properly read the error message above.
    Writing time: 69.338s
    Average write speed 51.3x.
    Fixating...
    Fixating time: 0.004s
    cdrecord: fifo had 133 puts and 6 gets.
    cdrecord: fifo was 0 times empty and 2 times full, min fill was 96%.
    ??? Strange and frustrating as I have now tried so many possibilites and burned at least 15 coasters!

  • I get a message saying safari cannot open a page because "too many redirects have occurred". These pages open perfectly well in a rival browser. What is wrong with Safari? My platform is iPad

    I get a message saying safari cannot open a page because "too many redirects have occurred". These pages open perfectly well in a rival browser. What is wrong with Safari? My platform is iPad
    John E Staton

    hey, i got the same problem before but maybe this solve the problem to you. (on ipad)
    1. go to setting and tap "general"
    2. in privacy section see "accept cookies" and select "from visited"
    some website manage their domain with cookies, a lot of them.  and is more frequently on marketing web sites,  like banks, shopping, etc...
    be sure to select "fraud warning" always. is up to you to accept cookies or not. affortunatly, u can always turn off and on.
    madboypr.

  • I installed adobe digital editions but when I want to authorize a device (an e-reader) it doesn't work, I receive an error message that digital editions cannot connect with the activation server. what can I do?

    I installed adobe digital editions but when I want to authorize a device (an e-reader) it doesn't work, I receive an error message that digital editions cannot connect with the activation server. what can I do?

    Please quote the exact error message, word-for-word, verbatim.
    What is your operating system?
    What version of Lightroom?

  • My first gen ipod mini does no longer sync with itunes 11.0. It says "cannot write or read". Ist this the end?

    My first gen ipod mini (that I use in my car) does no longer sync with itunes 11.0. It basically says "cannot write or read". Is this the "end of life" of that ipod?

    You mean you can't get to the Summary pane?
    If you  have iTunes 11 turn on the Sidebar. Go to iTunes>View and click on Show Sidebar. You can also do a Crtl+S to show the sidebar. The sidebar is where Devices appears. and Control+B to show the Menu bar

  • How do i solve - cannot access web server - error message when creating a project in 4.5 with PHP

    How do i solve - cannot access web server - error message when creating a project in 4.5 with PHP

    Screenshot of how it looks when i try to show a ms access form inside a iframe:
    http://oi58.tinypic.com/2vj4ish.jpg

  • How can I get a better driver for my 1394b Hostcontroller in my Macbook pro 2010 to solve the problem, that it is too slow under Windows 7 installed with bootcamp ?

    How can I get a better driver for my 1394b Hostcontroller in my Macbook pro 2010 to solve the problem, that it is too slow under Windows 7 installed with bootcamp ?
    WIndows can't find a better one than the installed LSI Conformed 1394 Hostcontroller

    Read and follow the Bootcamp Installation instructions that you were offered to view when you ran Bootcamp Assistant.
    Run Bootcamp Assistant again and select the option to download the Bootcamp Support software. Follow the instructions. Then boot into Windows and install the Windows Support software you downloaded and saved.

  • In a document with several sections, in section VIII and IX one cannot select the text of the page foot nor set the pointer in it; so, one cannot write nor change the page foot text. Please help!

    in a document with several sections, in section VIII and IX one cannot select the text of the page foot nor set the pointer in it; so, one cannot write nor change the page foot text. Please help!

    Question already asked and answered several times.
    It's a bug striking in long documents.
    Select a word somewhere higher in the page then use the arrows to reach the wanted insertion point.
    Yvan KOENIG (VALLAURIS, France) mardi 23 août 2011 15:44:24
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please :
    Search for questions similar to your own
    before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Cannot write email body in OWA with Exchange 2013 SP1 CU6

    Hi,
    I have a problem with Exchange 2013 SP1 with CU6.
    All of OWA user cannot write in the body of email. They can write the Object and the recipient but they cannot select body and write the body message. We have try with multiple Web brother and desactivate all Add-on but the problem still there...
    The only way that works is to respond to an email, and in that case, it's working, we can write normally in the body of email.
    Have you an idea ?
    Thanks in advance!
    Sebastien

    Hi, 
    After contacting Microsoft support, we have found the solution.
    The problem appear after we have recently install the patch described in this KB 2997209:
    https://support.microsoft.com/kb/2997209?wa=wsignin1.0
    But on 2013 Mailbox Server, Echange is not installed in the default path C:\ but on D:\
    So we have to manually copy the content of folder D:\Program Files\Microsoft\Exchange Server\V15\ClientAccess\Owa\prem\15.0.995.29 in the folder 15.0.995.31 (MAKE a BACKUP of FOLDER BEFORE!)
    No need to reboot, or restart IIS, it's working after that!
    @+
    Sébastien

  • Scanning with Preview - "cannot write to folder" error

    I was scanning some photos yesterday using my epson 3170 scanner into Preview.
    These scanned & saved OK.
    then I installed a couple of Apple updates - one was the latest OS X security update and a java update.
    I then scanned something else and now I get a "cannot write to folder" error message preventing me from saving the scanned image (to the same folder I was saving the others to earlier).  I can save files to the same folder using other apps so there is nothing wrong with the drive or folder permissions.
    I scanned the image otthe desktop and moved the file to the folder I wanted.
    If I use ImageCapture it works OK as well.
    Any ideas why Preview won't let me save the images?

    Check the protections.  A command such as ls -ale@ or ls -aled@ would be typical for checking that.   I'd guess the files aren't writeable by the web server.  This'll probably be a chown and possibly a chmod command to bring the settings on the errant log(s) into agreement with the other settings on the other Apache web server logs that are being written.
    FWIW, I'd use zdump or cat and pipe the log contents elsewhere if I wanted to write to them.  But if you're resetting the logs, there's a rollover script around (the one that runs automatically on OS X, and I'm unfortunately drawing a blank on the name; it moved from the /etc/periodic stuff over to launchd a while back), or write your own short script that rolls the files and leaves the appropriate owner and permissions settings.
    There's an intro to the Mavericks Apache file set up at /library/server/web/config/apache2/readme.txt

  • Cisco PI 1.3 cannot access to the WebUI with root user

    Hello,
    We work on PI 1.3. I've to make a reinit of the database.
    Since this action, the root user cannot access to the webUI.
    I do the command to reset root password but the user doesn't exist.
    ncs password root password "password"
    CompilerOracle: exclude org/snmp4j/Snmp.send
    Loading USER - root
    EXECUTION FAILED. Details:
                    Cannot find user: root
    Thanks
    Best regards

    this seems to be a BUG
    CSCud03122    PI 1.2 Root account deleted after upgrade
    You can contact TAC for more details and workaround of the BUG
    Did you upgarded from WCS to NCS > PI ?
    If you are not concerned about the database then you can try the below steps :
    1. ncs stop
    2. ncs db reinitdb
    3. ncs start
    4. ncs password root password <newPasswd>
    Thanks-
    Afroz
    ***Ratings Encourages Contributors ****

  • [solved] cannot install pacstrap /mnt base to UEFI without internet

    Hello everybody.
    Today I decided to install ArchLinux because of some problems on my Linux Mint System.
    On my laptop Lenovo yoga 13  while using Mint I installed Wi-Fi drivers after installation. It is not working out of the box.
    There is no Ethernet port on this laptop.
    In Begginer's Guide I have read that internet may be set up later. Ok, I skipped it and do next steps as in manual.
    When I go to step of installing base system the following happens
    # pacstrap /mnt base base-devel
    Error strings are running: could not get file ... from ... Could not resolve host ...
    And at the end:
    Cannot synchronize any database
    Cannot start request (error in boot library)
    Error ==> Failed to install pakages to new root
    I stopped here. Why it tries to connect to internet?
    P.S. I am installing from fresh iso from 2014.05.01 via LiveUSB.
    Please tell me what should I do?
    [Sorry if my English is bad ]
    Last edited by agent0 (2014-05-13 15:40:31)

    Sorry, forget to write. I have tested to execute pacman with -U option too. Here is its output:
    загрузка пакетов... (English: loading packages)
    разрешение зависимостей... (English: solving dependencies)
    проверка на взаимную несовместимость... (English: check for incompatibiility)
    Packets (12): binutils-2.24-3 cloog-0.18.1-2 dkms-2.2.0.3-14 gcc-4.9.0-1 guile-2.0.11-1 isl-0.12.2-1 libltdl-2.4.2-13 libmpc-1.0.2-2 linux-headers-3.14.2-1 make-4.0-2 patch-2.7.1-2 dkms-8723au-git-0.1-0
    It will be loaded: 35,83 MiB
    It will be installed: 165,54 MiB
    :: Start installing? [Y/n] _
    What packages does it mean: dependent pkgs or pkgs that will be downloaded?
    Again, I cannot download anything, so I need to install theese packages the same way as I try to install this one for wifi?
    And for installing theese pkgs, perhaps, I will need to install packages, dependent on theese? Oh... Recursion.
    What should I do?

Maybe you are looking for

  • Parameter REPORT for the Report Web item in the Web template is empty or mi

    Hello, I tried to create a Web-Template (WAD). By executing the report, I get the selection screnn, but by confirming the selection I get the following message: Web Item Report Error Web template error in specifications for the Web item report Parame

  • Aperture replaces images with other images that have the same image number

    Help! Aperture has started replacing images in recent projects with older images from elsewhere on my hard drive that have the same image number. Obviously I need a better numbering system, but can someone help me figure out why this is happening? I

  • Non delivery of Activation codes

    I am starting to hear lots of other people complaining about software they purchased at Ovi Store, which includes myself. Here is my story: I purchased Ultimate SMS direct from Ovi on my E71 and it installed and worked fine. I got an email receipt fo

  • No CD Ripper on X-FIS

    hello guys..i cant trust my eyes but could it be that there is no CD rip software (like creative play center) inclueded on the X-FI Platinum!? how do u rip your cds now?

  • How to make BPEL process work with  Oracle Business Rules

    Hi I know that we can use business rules in BPEL process as decision services. But how should I do in real development? Are there any samples or tutorials that explain how to do that in details on otn or somewhere? Could somebody help? Thanks a lot P