Arch minor fstab error

Hi,
Ever switching to systemd, and modifying /home mount entry in fstab, I get an ignored parse error referring to the /home line in my fstab.
Can somebody enlighten me what's that error?
Thanks
UUID=9d6eb8a2-be83-477b-976e-e6d1ad560f8d /home ext4 noauto,x-systemd.automount defaults 0 1

it should be noauto,x-systemd.automount,defaults (remove that space).  I am not sure you even need defaults as it will surely fall back to the .... defaults.

Similar Messages

  • Arch systemctl enable errors

    Hi,
    I'm on a fully updated Arch_x86-64/KDE initially installed without systemd.
    I've have several problems which I suspect to be related to a partial transfer to systemd.
    1. During the last full system update, I've got the following error:
    (gconftool-2:2709): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
    2. What's more,  suddenly Arch won't auto-mount anymore and external HD which it did flawlessly before.
    3. Although enabled (see below) , systemd journal doesn't seem to work.
    4. I lost (power) susprend and hibernate options from KDE's menu
    5. When trying to enable several daemons (per systemd's wiki recommendations), i get the following error:
    systemctl enable syslog-ng
    Operation failed: Invalid argument
    [root@Miki_Arch etc]# systemctl enable dbus
    Operation failed: Invalid argument
    [root@Miki_Arch etc]# systemctl enable cupsd
    Operation failed: Invalid argument
    I have prepared the new configurations files and enabled the journal- see terminal output:
    # ls /etc
    ConsoleKit            cron.daily    ggz.modules       iproute2        lvm              nsswitch.conf  printcap           rsyncd.conf        sudoers.d
    ODBCDataSources       cron.deny     gimp              iptables        machine-id       ntp.conf       profile            sane.d             sysctl.conf
    UPower                cron.hourly   group             irman.conf      mail.rc          odbc.ini       profile.d          securetty          sysctl.d
    X11                   cron.monthly  group-            issue           makepkg.conf     odbcinst.ini   protocols          security           syslog-ng
    adjtime               cron.weekly   group.bak         java-7-openjdk  man_db.conf      openal         protocols.pacnew   sensors3.conf      systemd
    adobe                 crypttab      group.pacnew      kde             mdadm.conf       openldap       pulse              services           tmpfiles.d
    anacrontab            cups          grub.d            krb5.conf       mime.types       os-release     rc.conf            services.pacnew    trusted-key.key
    arch-release          cupshelpers   gshadow           ksysguarddrc    mke2fs.conf      pacman.conf    rc.conf.pacnew     shadow             udev
    asound.conf           dbus-1        gshadow-          ld.so.cache     mkinitcpio.conf  pacman.d       rc.d               shadow-            updatedb.conf
    at-spi2               default       gshadow.bak       ld.so.conf      mkinitcpio.d     pam.d          rc.local           shadow.bak         vconsole.conf
    avahi                 depmod.d      gshadow.pacnew    ld.so.conf.d    modprobe.d       pango          rc.local.shutdown  shadow.pacnew      vdpau_wrapper.cfg
    bash.bash_logout      dhcpcd.conf   gssapi_mech.conf  libao.conf      modules-load.d   partimaged     rc.multi           shells             wgetrc
    bash.bashrc           drirc         gtk-2.0           libnl           mono             passwd         rc.shutdown        skel               wpa_supplicant
    binfmt.d              environment   gtk-3.0           libreoffice     motd             passwd-        rc.single          slp.conf           xdg
    ca-certificates       fonts         healthd.conf      lirc            mplayer          passwd.bak     rc.sysinit         slp.reg            xinetd.d
    ca-certificates.conf  fstab         host.conf         locale.conf     mtab             passwd.pacnew  rc_keymaps         slp.spi            xml
    chromium              fstab.orig    hostname          locale.gen      mtools.conf      pcmcia         rc_maps.cfg        slsh.rc
    clive                 fuse.conf     hosts             localtime       mysql            pkcs11         request-key.conf   speech-dispatcher
    colord.conf           gai.conf      hotplug           login.defs      nanorc           pm             request-key.d      ssh
    conf.d                gconf         inittab           logrotate.conf  netconfig        polkit-1       resolv.conf        ssl
    cron.d                gemrc         inputrc           logrotate.d     nscd.conf        ppp            rpc                sudoers
    [root@Miki_Arch etc]# ls /etc/systemd
    journald.conf  logind.conf  ntp-units.d  system  system.conf  user  user.conf
    [root@Miki_Arch etc]# cat /etc/systemd/journald.conf
    #  This file is part of systemd.
    #  systemd is free software; you can redistribute it and/or modify it
    #  under the terms of the GNU Lesser General Public License as published by
    #  the Free Software Foundation; either version 2.1 of the License, or
    #  (at your option) any later version.
    # See journald.conf(5) for details
    [Journal]
    Storage=auto
    #.. rest of lines commented
    my rc.conf looks as follws:
    # cat /etc/rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # See 'man 5 rc.conf' for more details
    # LOCALIZATION
    #HARDWARECLOCK="localtime"
    #TIMEZONE="Asia/Jerusalem"
    #KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    #LOCALE="en_US.utf8"
    DAEMON_LOCALE="yes"
    USECOLOR="yes"
    # HARDWARE
    #MODULES=(microcode)
    USEDMRAID="no"
    USEBTRFS="no"
    USELVM="no"
    # NETWORKING
    #HOSTNAME=Miki_Arch
    interface=eth1
    address=
    netmask=
    broadcast=
    gateway=
    NETWORK_PERSIST="no"
    # DAEMONS
    DAEMONS=(syslog-ng dbus network lp cupsd hwclock ntpd crond)
    Please advise.
    Thanks

    rvc wrote:just out of curiosity, how will it be if i removed systemd-sysvcompat and added the lines in the syslinux.cfg ? any other dep problems might arise are they both mean to do the same job ?
    Do not remove it, if you did install it again. The reason behind it is it provides more files than only the init symlink. Never remove packages from the base group if you are not absolutely sure what you are doing. You can see the package is part of the base group with "pacman -Qi" and you can see what it provides with "pacman -Ql package" .
    Also check "pacman -Qg base" , so you will not ask if you can remove one of those packages in the future...
    pacman -Ql systemd-sysvcompat
    systemd-sysvcompat /sbin/
    systemd-sysvcompat /sbin/halt
    systemd-sysvcompat /sbin/init
    systemd-sysvcompat /sbin/poweroff
    systemd-sysvcompat /sbin/reboot
    systemd-sysvcompat /sbin/runlevel
    systemd-sysvcompat /sbin/shutdown
    systemd-sysvcompat /sbin/telinit
    Last edited by teateawhy (2012-11-12 18:32:59)

  • Can't start imported VirtualBox appliance on Arch host with errors

    (I have been referred here from this thread in the VirtualBox forums because it is suspected that the problem is Arch-specific)
    I've installed latest VirtualBox 4.0.4 via pacman in a fully updated Arch Linux system.
    Then, I successfully imported the Zero Effort Groupware (ZEG) 1.3.5 appliance (which is an Ubuntu guest virtual machine) into VirtualBox. I followed all the instructions on the appliance's website to do so.
    When I try to start the virtual machine I get:
    VBoxManage startvm ZEG-1.3.5
    Waiting for the VM to power on...
    VBoxManage: error: The virtual machine 'ZEG-1.3.5' has terminated unexpectedly during startup with exit code 1
    VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component Machine, interface IMachine, callee
    I also tried running it headless and got:
    VBoxHeadless --startvm "ZEG-1.3.5" &
    [1] 1073
    [penyuan@nycticebus ~]$ Oracle VM VirtualBox Headless Interface 4.0.4_OSE
    (C) 2008-2011 Oracle Corporation
    All rights reserved.
    VRDE server is listening on port 3389.
    Error: failed to start machine. Error message: Failed to open/create the internal network 'HostInterfaceNetworking-en0: Ethernet' (VERR_INTNET_FLT_IF_NOT_FOUND).
    Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND).
    Unknown error creating VM (VERR_INTNET_FLT_IF_NOT_FOUND)
    [1]+ Done VBoxHeadless --startvm "ZEG-1.3.5"
    I don't know what to make of it, I would appreciate any help you can provide as soon as possible. Thanks!
    P.S. Here is what "VBoxManage showvminfo ZEG-1.3.5" shows:
    BoxManage showvminfo ZEG-1.3.5
    Name: ZEG-1.3.5
    Guest OS: Ubuntu
    UUID: 506a8072-2b85-4ac6-bd91-ff37406ebe73
    Config file: /home/penyuan/VirtualBox VMs/ZEG-1.3.5/ZEG-1.3.5.vbox
    Snapshot folder: /home/penyuan/VirtualBox VMs/ZEG-1.3.5/Snapshots
    Log folder: /home/penyuan/VirtualBox VMs/ZEG-1.3.5/Logs
    Hardware UUID: 506a8072-2b85-4ac6-bd91-ff37406ebe73
    Memory size: 1024MB
    Page Fusion: off
    VRAM size: 12MB
    HPET: off
    Chipset: piix3
    Firmware: BIOS
    Number of CPUs: 1
    Synthetic Cpu: off
    CPUID overrides: None
    Boot menu mode: message and menu
    Boot Device (1): DVD
    Boot Device (2): HardDisk
    Boot Device (3): Not Assigned
    Boot Device (4): Not Assigned
    ACPI: on
    IOAPIC: off
    PAE: on
    Time offset: 0 ms
    RTC: UTC
    Hardw. virt.ext: on
    Hardw. virt.ext exclusive: off
    Nested Paging: on
    Large Pages: off
    VT-x VPID: on
    State: powered off (since 2011-04-04T01:37:14.000000000)
    Monitor count: 1
    3D Acceleration: off
    2D Video Acceleration: off
    Teleporter Enabled: off
    Teleporter Port: 0
    Teleporter Address:
    Teleporter Password:
    Storage Controller Name (0): IDE Controller
    Storage Controller Type (0): PIIX4
    Storage Controller Instance Number (0): 0
    Storage Controller Max Port Count (0): 2
    Storage Controller Port Count (0): 2
    Storage Controller Bootable (0): on
    Storage Controller Name (1): SATA Controller
    Storage Controller Type (1): IntelAhci
    Storage Controller Instance Number (1): 0
    Storage Controller Max Port Count (1): 30
    Storage Controller Port Count (1): 1
    Storage Controller Bootable (1): on
    IDE Controller (1, 0): Empty
    SATA Controller (0, 0): /home/penyuan/VirtualBox VMs/ZEG-1.3.5/ZEG-1.3.5-disk1.vmdk (UUID: 7046c046-ae41-4bfe-9a52-9dd389bb8cf2)
    NIC 1: MAC: 080027CC69E3, Attachment: Bridged Interface 'en0: Ethernet', Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0
    NIC 2: disabled
    NIC 3: disabled
    NIC 4: disabled
    NIC 5: disabled
    NIC 6: disabled
    NIC 7: disabled
    NIC 8: disabled
    Pointing Device: PS/2 Mouse
    Keyboard Device: PS/2 Keyboard
    UART 1: disabled
    UART 2: disabled
    Audio: disabled
    Clipboard Mode: Bidirectional
    VRDE: disabled
    USB: disabled
    USB Device Filters:
    <none>
    Available remote USB devices:
    <none>
    Currently Attached USB Devices:
    <none>
    Shared folders: <none>
    VRDE Connection: not active
    Clients so far: 0
    Guest:
    OS type: Ubuntu
    Additions run level: 0
    Configured memory balloon size: 0 MB

    skunktrader wrote:The error message seems to suggest that the module vboxnetflt is not loaded
    1. I added vboxnetflt to the modules list in rc.conf, is there somewhere else I should add it?
    2. Just to be sure, I did "modprobe vboxnetflt" then tried to run the virtual machine, but still got:
    Oracle VM VirtualBox Headless Interface 4.0.4_OSE
    (C) 2008-2011 Oracle Corporation
    All rights reserved.
    VRDE server is listening on port 3389.
    Error: failed to start machine. Error message: Failed to open/create the internal network 'HostInterfaceNetworking-en0: Ethernet' (VERR_INTNET_FLT_IF_NOT_FOUND).
    Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND).
    Unknown error creating VM (VERR_INTNET_FLT_IF_NOT_FOUND)
    What could be the problem? Thanks.

  • Installing Arch with UNetbootin, error

    I'm trying to install Arch on my HP dv1040 laptop with UNetBootin and haven't been able to do much.  When I boot up and select UNetbootin, linux starts running and decompressing and stuff but then it says "Waiting 30 seconds for device /dev/archiso" and fails to find it.  I'm kinda lost for what to do.  I've tried reinstalling UNetbootin like 5 times with different options such as using my iso image, or letting UNet download it for me.  Can anyone help me?
    I have WinXP as my current OS.

    Solved for me.
    sudo dd bs=8M if=archlinux-2009.08-netinstall-i686.img of=/dev/sdc
    Works only for the netinstall images though. I'll get an error during install with core, but this might also be because my usb stick is fubar.
    @celtic426
    You should try to use the netinstall images with UNetBootin. I had no luck with the core ones and unetbootin though.
    Another solution should be to boot from an ubuntu livecd/usb-stick (works with unetbootin, I already tried it) and then dd the image on the usb stick as the wiki says: http://wiki.archlinux.org/index.php/Off … tion_Media
    Last edited by tealson (2009-08-16 23:21:41)

  • [SOLVED] - Arch Fresh Install - Errors

    I have a few ERRORS from a Fresh Install that I need a bit of help with:
    1.  I've created a user (larry) and added myself to audio,lp,optical,wheel,storage,video,power,scanner and inserted the password.
         But when I try to login with user larry and my password, I am unable to login.  (My password is the same as root and I can login
         as root.)  Is there a way to reset my user password without deleting user larry?  I don't want to lose the files I have in /home/larry.
    2.  In /var/log/xorg.0.log I have an error displayed:
         (EE) Failed to load module "fbdev"
         I've searched and found that I might also need to use pacman -S xf86-video-fbdev  Do I also need to install this package even though
         I have the xf86-video-intel (i915 Video Driver is used in Debian 6) installed?  Some postings say don't use it as it is SLOW?  I haven't
         a clue????
    3.  My .xinitrc in /home/user has startxfce4 enabled, but xfce never starts.  But, I can ONLY login as root, and that might be causing the
         problem by not using /home/larry/.xinitrc  I've only got two partitions on my USB Flash Drive and they are / (1.95 Gig) and also
         /home (1.96 Gig).  I'd like to get Arch running from USB Flash Drive before I install on a Hard Drive.  If I am logged in as root, how can
         I get xfce to start
    4.  I installed the ttf-dejavu fonts with pacman -S ttf-dejavu   I got an error stating: mkfontscale:  /usr/lib/libz.so.1 Version ZLIB_1.2.5.2 NOT FOUND!
         How do I correct this missing lib problem?
    I've got my Wifi working via a small script, so far I've kept fixing the errors/problems and I'm keeping a log so I can duplicate the process.
    I just need a bit of help getting the above issues solved.  When XFCE finally runs as my Desktop I'll be happy.
    Thanks.
    Larry
    Last edited by lkraemer (2012-02-21 15:16:34)

    1) Congrats.
    2) You can remove it, but I don't think it should matter; it will likely only take up a bit of space.
    3) Glad that's working.  This means X is set up well.  If you do find yourself in the TWM environment again, the default is pretty vanilla.  To exit I believe you just type "exit" into each terminal, when there are no running 'clients' remaining, TWM and X quit.  Alternately, you can Ctrl-Atl-F1 to get to tty1 (or where ever you ran startx/xinit from) and hit Ctrl-C to force-quit X.
    Other) X can be fairly verbose.  I don't think those warnings are anything to be concerned with, unless they seem related to a feature you are lacking.  It is common for programs to try one feature and fall-back on another if it is not available.  I suspect the gtk warning is just this sort.  I get a boatload of gtk warnings whenever I run many gui apps, but everything works fine.  The thunar error is likely because you don't have one of the addons installed.  Thunar has many bells and whistles that can be added, and it may be checking for all of them when it starts.  The warning says one of them is not there.  If it's a feature you want, check out the thunar wiki's and install the required packages - otherwise, I suspect it's safe to ignore.
    Do you have Xfce up and running?

  • CORBA MINOR CODE ERROR

    Hello All,
    I am getting following error when I am making CORBA connection,
    173938.019:Connection handler pasapap-vip-51664:LOW :<<static>>:
    : (ERROR) Exception occured during connection -
    >> 173938.020:Connection handler pasapap-vip-51664:SANE:com.mslv.activation.cartridge.eci.ls.v1.EciConnectionHandler:
    Exception occured during connection - org.omg.CORBA.INTERNAL:   vmcid: SUN  minor code: 261  completed: Yes
    >> 173938.020:Connection handler pasapap-vip-51664:LOW :com.mslv.activation.cartridge.eci.ls.v1.EciConnectionHandler:
    Closing EMS Session...
    What problem occurs "SUN  minor code: 261"
    Please help.
    Thank you,
    Bhaskar

    Tried with following error,
    String orbArgs[] = new String[] { "-ORBInitRef", nameService };
    java.util.Properties props = System.getProperties();
    props.put("org.omg.CORBA.ORBClass", "com.iona.corba.art.artimpl.ORBImpl");
    props.put("org.omg.CORBA.ORBSingletonClass", "com.iona.corba.art.artimpl.ORBSingleton");
    // create and initialize the ORB
    orb = ORB.init(orbArgs, props);
    But now received,
    org.omg.CORBA.INITIALIZE: can't instantiate default ORB implementation com.iona.corba.art.artimpl.ORBImpl  vmcid: 0x0 minor code: 0  completed: No
            at org.omg.CORBA.ORB.create_impl(ORB.java:297)
              at org.omg.CORBA.ORB.init(ORB.java:336)
    Please help.

  • Arch Setup: mkinitcpio error handling

    I just did an install and accidentally put lvm - rather than lvm2 - in the HOOKS array.  Not surprisingly, this caused the mkinitcpio process at the end of Configure System to fail.  However, I didn't see the mkinitcpio 'window' at all; there was just a brief flash of text at the bottom of the screen that didn't last long enough to read.  I would have had no idea that it had failed if I wasn't so familiar with the install process.  Furthermore, there wasn't anything on tty7 or the live logs either (I didn't think to check the installed system's logs), so had no idea why it failed.  I had to chroot into the install and run mkinitcpio there to find out.
    So, this is just a suggestion that there should be some kind of error handling for mkinitcpio in the installer.

    Done: https://bugs.archlinux.org/task/25322
    I have never posted a bug report before, so if you have any criticism or suggestions please let me know.

  • Minor spelling error in error message

    This was generated from the August Studio Express release:
    "/build/project/include/utils.h", line 26: Error, undefidenterr: socklen_t is not defined.

    Such tags can have uses beyond getting fed back to the compiler. For instance, I do this at the top of my build tree:
    make -k >& ,make-log
    analyzelogfile ,make-log > ,build-summary
    The analysis summarizes how many warnings and errors come from the compiler, how many other compiler errors were generated (collect2 phase), and how many linker errors were generated, by type of warning/error. This is tremendously helpful in quickly finding out whether the changes you just checked in made the situation better or worse.
    For purposes of writing the analyzelogfile script, it helps a lot to have consistent structure/format of error and warning messages. Currently it's uglier than that, partly because there are multiple build phases involved (preprocessor, compiler, linker), each with its own ideas on how to print messages, and partly because I'm also maintaining portable code (Studio and GCC). I end up with a Perl script to do the analysis, and it can be hacked as new types of messages are discovered. It would be a lot nicer if the structure/format were well-defined in advance, and such tags were human-readable. Then the script would have an easier time finding and reporting the summarized data, by simply including such tags in the output along with a count of each type of tag that occurred.

  • Arch update error .

    new install arch pacman -Syyu , error, xxx file exist, must :
    pacman -S filesystem --force
    Everyone have any other ways to solve it ??
    We have to continue endure this?
    Last edited by leic (2012-03-02 14:15:32)

    http://www.archlinux.org/news/initscrip … -required/
    If you used the netinstall image you wouldn't have to go though this.
    Such user interventions are sometimes needed - make sure you read the front page Arch news: http://www.archlinux.org/news/

  • [SOLVED] ERROR: Unable to determine the file system type of /dev/root:

    :: Running Hook [udev]
    :: Triggering uevents...done
    Root device '804' doesn't exist.
    Creating root device /dev/root with major 8 and minor 4.
    error: /dev/root: No such device or address
    ERROR: Unable to determine the file system type of /dev/root:
    Either it contains no filesystem, an unknown filesystem,
    or more than one valid file system signature was found.
    Try adding
    rootfstype=your_filesystem_type
    to the kernelcommand line.
    You are now being dropped into an emergency shell.
    /bin/sh: can't access tty; job control turned off
    [ramfs /]# [ 1.376738] Refined TSC clocksource calibration: 3013.000 MHz.
    [ 1.376775] Switching to clocksource tsc
    That's what I get when I boot my Arch system. It worked fine for quite a while, but suddenly it ran into an error where the SCSI driver module was corrupt. I fixed it by reinstalling util-linux-ng and kernel26, however, I run into this issue now. http://www.pastie.org/2163181 < Link to /var/log/pacman.log for the month of July, just in case. Yes, I bought a new ATI/AMD Radeon HD 5450 this Saturday, but it seemed to work fine till this broke and it works fine on Ubuntu too, so I suppose we can rule it out.
    Last edited by SgrA (2011-07-05 20:45:36)

    Autodetection failed on your first image, in both your previous kernel installs:
    [2011-07-04 16:14] find: `/sys/devices': No such file or directory
    Which means that sysfs was not mounted. You should be able to boot from the fallback image, which does not use autodetect. Figure out why /sys isn't mounted, as well, and fix that.
    This is also a somewhat crappy bug in mkinitcpio that lets you create an autodetect image that's useless. It'll be fixed in the next version of mkinitcpio that makes it to core.
    Last edited by falconindy (2011-07-04 17:41:19)

  • Attempting to install Unity, but I can't, possible install error

    Long story short, I've installed Arch 3 times, but I can't get it to work properly.  I followed the beginner's guide with everything that I thought was correct, but I couldn't get it to work.  Here is every command I did, with a bit of an explanation:
    nano /etc/locale.gen
    #Un-comment this en_US.UTF-8 UTF-8
    #And this de_DE.UTF-8 UTF-8
    locale-gen
    export LANG=de_DE.UTF-8
    ping google.com
    #works, good, if not, I run
    dhcpcd
    #try again, works, good, if not, well it's always worked after that...
    #I've decided to wait until I have a GUI to fully setup networking, as long as it works for this boot it's as good as if I fully set it up
    #Because I'm dual booting this, I go ahead and pre partition it using Gparted to make sure I'm not screwing myself over
    #Now I'm just making the directories again with Arch to make sure there's no conflicts or anything
    mkfs.ext4 /dev/sda5
    mkfs.ext /dev/sda7
    #Now for swap
    mkswap /dev/sda6
    swapon /dev/sda6
    #Using Legacy BIOS, not UEFI, so I will skip those steps
    lsblk -f
    #checking to make sure everything is correct
    mount /dev/sda5 /mnt
    mkdir /mnt/home
    mount /dev/sda7 /mnt/home
    #not messing with mirrors at the moment, I just want to get it working right.
    pacstrap -i /mnt base base-devel
    genfstab -U -p /mnt >> /mnt/etc/fstab
    nano /mnt/etc/fstab
    #It always looks good and looks just like I had planned it to look, so I move on.
    arch-chroot /mnt /bin/bash
    nano /etc/locale.gen
    #uncheck this
    en_US.UTF-8 UTF-8
    locale-gen
    echo LANG=en_US.UTF-8 > /etc/locale.conf
    export LANG=en_US.UTF-8
    #Leaving clocks, time zones, hostnames, etc all default, just running as root until I can get it working as desired, also leaving network still unconfigured, but working (even tried setting up network using
    systemctl enable dhcpcd@interface_name.service one time, but that didn't help)
    #I then install grub by doing
    pacman -S grub
    grub-install --target=i386-pc --recheck /dev/sda
    pacman -S os-prober
    grub-mkconfig -o /boot/grub/grub.cfg
    #At this point I am considered done, so I exit, restart, and use a GRUB liveUSB to get back to my Arch install, as for whatever reason grub has been failing to be detected lately, I'll resolve that later though. I want to get my OS working first.
    Once I get back into Arch, I open /etc/pacman.conf and add the appropriate entries as listed above several times (aka [Unity-for-Arch] and [Unity-for-Arch-Extras]). I then run
    pacman-key --init
    pacman-key --populate archlinux
    pacman -Syu/Syy
    When I run pacman -Syu, I get this error:
    error: failed to retrieving file 'Unity-for-Arch.db' from dl.dropbox.com : The requested URL returned error 404 Not Found
    error: failed to update Unity-for-Arch (download library error)
    Unity-for-Arch-Extra
    : : Starting full system upgrade...
    there is nothing to do
    Not sure what needs to be done next, but if I can't get a simple install of a package that is confirmed working (by a friend), then I guess I'm going to go looking for another distro.  No amount of googling helps me, and I am not sure at all what the issue could be.  If more information is needed, I can get it.  I am hoping that the issue is that I did not install it correctly, can someone confirm that?  Thanks.

    Arch is i686 or x86_64. Doesn't matter. Remove the url tags from pacman.conf, it should be "Server = http;//address".
    Ubuntu makes it quite hard for other distros to use Unity (they patch their packages a lot), so installing it in Arch might not be that easy. https://bbs.archlinux.org/viewtopic.php?id=125423&p=106 mentions recent problems with libgee. The only way to have a non-problematic Unity desktop is to use Ubuntu, I guess.
    Last edited by lucke (2014-09-27 00:31:13)

  • [SOLVED]Arch hangs on startup, unable to find root device Mac

    For posterity, I'm editing the post with how I solved both issues.
    Hi All,
    I'm trying to dual boot Arch and Mac 10.4.11 on an old 32 bit MacbookPro1,1. I did the following:
    1) Partitioned Drive with an EFI partition, Mac partition, root partition, home partition, and swap partition
    2) Installed Mac to its respective partition
    3) Installed rEFInd to the ESP
    4) Confirmed the rEFInd was able to boot Mac
    5) Installed Arch to the root partition and mounted the separate /home and swap partitions
    6) Followed the beginners guide for the rest of the installation
    7) Did NOT install a bootloader
    - I am just using rEFInd to boot Arch; I installed Ubuntu in a similar fashion on my other (2013) MBP. I didn't create a mount point for /boot, did not install GRUB, and it works perfectly
    8) Rebooted. Selected the Arch installation from the rEFInd menu, it launched, and shortly after I am presented with this message:
    ERROR: device 'UUID=142bf...777' not found. Skipping fsck.
    ERROR: Unable to find root device 'UUID=142bf...777'.
    You are being dropped to a recovery shell
    Type 'exit' to try and continue booting
    sh: can't access tty: job control turned off
    [rootfs /]#
    I then booted to the live cd to try and do some noob detective work:
    # mkdir /mnt/arch
    # mount /dev/sda3 /mnt/arch
    # cat /mnt/arch/etc/fstab
    # cat /mnt/arch/etc/mkinitcpio.conf # my searching suggested the HOOKS might be the issue
    HOOKS="base udev autodetect modconf block filestystems keyboard fsck"
    Here is the output of /etc/fstab
    I am including the outputs of
    # lsblk
    # fdisk -l /dev/sda
    # blkid
    as a photo.
    EDIT:
    I was able to use rEFInd's line editor to boot with the fallback image. Everything went well for the first five seconds and I got past the previously mentioned failure. However, it is now stuck at
    [ OK ] Started Rebuild Hardware Database
    I booted again, and it froze at:
    [ OK ] Started udev Kernel Device Manager.
    I did this a few more times and it froze at:
    [ OK ] Reached Target Swap.
    [ OK ] Reached Target Sound Card.
    and
    [ OK ] Started Flush Journal to Persistent Storage.
    Why is it freezing at different points each time I boot (with fallback)?
    EDIT 2 [HALF SOLVED]:
    By switching the order of the hooks ( I still have no idea what they do) as per this link, I am now able to boot in normal (not fallback) mode. For the record, here is what I did:
    # mkdir /mnt/arch
    # mount /dev/sda3 /mnt/arch
    # chroot /mnt/arch/ /bin/bash/
    # nano /etc/mkinitcpio.conf # here I put block before autodetect in the hooks line (Why isn't this the default if it prevents the system from booting?)
    # mount -t proc proc /proc
    # mount -t sysfs sys /sys
    # mount -t devtmpfs udev /dev
    # mkinitcpio -p linux
    I then rebooted and it started up, except now it is freezing at various points in the startup sequence like the fallback image did above. What could be causing this issue?
    EDIT 3 [SOLVED]
    I don't know why this worked, but after following this advice I am now able to boot into login. Steps:
    1) Select Arch in the rEFInd menu and press F2
    2) Press F2 again to edit the boot parameters
    3) Scan to the end of the line and add
    nomodeset
    after the linux image.
    Last edited by sonarforte (2015-04-25 22:46:22)

    Yes, the UUID displayed in the error message upon bootup is the same as the UUID for /dev/sda3 as found when running blkid which is the same as the UUID for the root partition in /etc/fstab.

  • ERROR - Status of posting run could not be read - TV

    Hi,
    I've a problem at PR05 transaction. When I select a down payment line I receve the message below:
         Status of posting run 0000054529 could not be read
         Message no. 56820
         Diagnosis
         The trip is assigned to a posting run (significant for transfer to accounting) for which the current accounting status could 
         not be read.
         System Response
         For security reasons, the system does not allow changing or canceling of trips with undefined accounting status.
         Procedure
         Try to repeat the action later or inform your system administrator.
    The FI Document was generated. I believe that something happend to SAP after PRRW generated the FI/CO Documents.
    The question is how can I Create a Travel Expense Report (TRIP) in order to clear the dow payment with this problem happening?
    PS: SAP ECC 6.0
    tks

    Answered my own question. After I thought I had tried everything, it occurred to me to Verify Disk. Doing so revealed a minor bitmap error. So, using my trusty install disk, I booted my machine to the disk and repaired it.
    After the repair, I started iTunes and was able to download my songs. Unfortunately, my original library file was permanently damaged, so I had to start with a clean one. However, if the worst thing to happen to me in all this is that I have to redefine my playlists, then I'm better off.
    I hope this thread helps someone in the future.

  • "Error downloading purchased music. Disk could not be read or written to.

    I just purchased an album. It downloaded 23 of the 25 tracks until it gave me this error: "There was an error downloading your purchased music. The disk could not be read from or written to."
    I double checked my hard drive space and found I had about 1 gig left, which is a small percentage of my harddrive, but plenty of space for a few songs. But, just to be sure, I deleted an old iMovie project to free up another 20 gigs. I restart the iMac and ran iTunes.
    iTunes told me, "The file 'iTunes Library' does not appear to be a valid music library file. iTunes has attempted to recover your music library and renamed this file to 'iTunes library (Damaged).'" I pressed Ok to this message and the next, which asked if I wanted to download the rest of my purchased music. I held out hope that the songs would download -- that the iTunes and wonderously repaired itself.
    Nope. It seems to actually download the songs, but fails to actually write them to disk. I check my permissions for the iTunes Library folder and I have read & write access. Furthermore, I ran Repair Permissions from Disk Utility. Still, no dice.
    So, I thought I'd purchase a second album, just to see if it was the two songs (maybe corrupted). Now, I can't get any songs out of the new album in addition to the original two misfit songs. It seems that whatever happened has no prevented me from downloading and saving anything from the Music Store.
    I am beginning to fear a hard drive failure, though everything else seems not to care (including iMovie 6). Does anyone have any other tips to offer? I'll give anything a try at this point. If worse comes to worse, I'll travel to my local Apple Store Genius Bar and see what they can do.
    Thanks in advance.

    Answered my own question. After I thought I had tried everything, it occurred to me to Verify Disk. Doing so revealed a minor bitmap error. So, using my trusty install disk, I booted my machine to the disk and repaired it.
    After the repair, I started iTunes and was able to download my songs. Unfortunately, my original library file was permanently damaged, so I had to start with a clean one. However, if the worst thing to happen to me in all this is that I have to redefine my playlists, then I'm better off.
    I hope this thread helps someone in the future.

  • Getting an error at the time of running a DC

    hi,
    I imported a DC project which is running perfectly on another PC,and rebuild that  project and deployed
    when iam running that application in the portal iam getting that following error
    java.lang.UnsupportedClassVersionError: com/sap/campaigncreationgp/wdp/InternalGp_campaigncreation (Unsupported major.minor version 49.0)
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
         at com.sap.engine.services.deploy.server.ApplicationLoader.defineClassWithInterception(ApplicationLoader.java:168)
         at com.sap.engine.services.deploy.server.ApplicationLoader.loadLocalClass(ApplicationLoader.java:140)
         at com.sap.engine.frame.core.load.ResourceLoader.loadClass(ResourceLoader.java:127)
         at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:365)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:65)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.<init>(DelegatingComponent.java:51)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:382)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:940)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:177)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponentInternal(ComponentUsage.java:149)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponent(ComponentUsage.java:141)
         at com.sap.caf.eu.gp.ui.co.exec.wd.COExecWD.execute(COExecWD.java:288)
         at com.sap.caf.eu.gp.ui.co.exec.wd.wdp.InternalCOExecWD.execute(InternalCOExecWD.java:171)
         at com.sap.caf.eu.gp.ui.co.exec.wd.COExecWDInterface.execute(COExecWDInterface.java:122)
         at com.sap.caf.eu.gp.ui.co.exec.wd.wdp.InternalCOExecWDInterface.execute(InternalCOExecWDInterface.java:134)
         at com.sap.caf.eu.gp.ui.co.exec.wd.wdp.InternalCOExecWDInterface$External.execute(InternalCOExecWDInterface.java:249)
         at com.sap.caf.eu.gp.ui.act.container.VContainer.onPlugFromDispatcher(VContainer.java:391)
         at com.sap.caf.eu.gp.ui.act.container.wdp.InternalVContainer.wdInvokeEventHandler(InternalVContainer.java:167)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.navigate(ClientApplication.java:826)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.navigate(ClientComponent.java:881)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doNavigation(WindowPhaseModel.java:498)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:144)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:313)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:779)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:714)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.create(AbstractApplicationProxy.java:220)
         at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1244)
         at com.sap.portal.pb.PageBuilder.createPage(PageBuilder.java:354)
         at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:547)
         at com.sap.portal.pb.PageBuilder.wdDoRefresh(PageBuilder.java:591)
         at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:822)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:755)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel.java:717)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:136)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:313)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:730)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    pls help me it is urgently needed
    Warm regards
    Shanto aloor
    Edited by: Armin Reichert on Mar 25, 2008 12:57 PM

    HI,
         Unsupported major minor Version Error is mainly due to the Version problem of JDK used .
    please check the JDK version (ie) java compiler  version ---click Projectname -- Project tab-- Properties -- Java Compiler and change the version of the Java Compiler and then run the development componenet.
    hope your problem may get resolved.
    Thanks and Regards
    Fazal

Maybe you are looking for