Problem installing archlinux from pendrive

I downloaded archlinux-2010.05-core-i686.iso.
I unmounted the pendrive and ran
dd if=archlinux-2010.05-core-i686.iso of=/dev/sda
What would i do now?
I set up bios boot option to usb but it doesn't work.

Closed. See http://bbs.archlinux.org/viewtopic.php?id=99281

Similar Messages

  • How to install archlinux from pendrive/usb?

    I downloaded archlinux-2010.05-core-i686.iso.
    I unmounted the pendrive.
    Would i format the pendrive with ext3/ext4 or fat32 or fat16 format?
    After that i would do dd if=archlinux-2010.05-core-i686.iso of=/dev/sda
    If i use unetbootin, should i format the pendrive with ext3/ext4 or fat32 or fat16 format?
    Has anyone used unetbootin to install archlinux from pendrive/usb?

    jasonwryan wrote:I'm pretty sure all of your questions are answered on the wiki: http://wiki.archlinux.org/index.php/Ins … lash_drive
    I did:
    dd if=arch.iso of=/dev/sda
    But after setting bios boot option to usb and reboot,it's not booting from usb.
    What's the problem?
    I get the normal grub menu.
    Last edited by cola (2010-06-17 09:49:34)

  • Problem installing ArchLinux from hdd partition

    I have a SATA drive mounted on a VIA Epia motherboard, but no CD drive, which is why I install directly from hdd.
    Currently I have Zenwalk running, which only has Lilo (no grub even in the repos!!!). I copied to contents of the install ISO to a new ext3 partition and used the following entry in lilo (taken from this guide):
    image=/root/tmp/isolinux/vmlinuz
    label=ArchInstall
    initrd=/root/tmp/isolinux/initrd.img
    append="root=/dev/sda4 BOOTMEDIA=cd"
    But it doesn't boot properly. It says:
    ::Initramfs Completed - control passing to kinit
    IP-config: no devices to configure
    kjournald starting. Commit interval 5 seconds
    EXT3-fs: mounted filesystem with ordered data mode.
    kinit: Mounted root (ext3 filesystem) readonly.
    kinit: init not found!
    Kernel panic - not syncing: Attempted to kill init
    ..and before all that it complains that it doesn't find anything new in /config and /packages, but these directories aren't suppose to exist, I guess, because they don't on the original iso?
    Anyways, it looks like it's mounting /dev/sda4, but then dies because the init part isn't found. I had a problem with lilo warning me that the init ram image was too large, but then I added the "large-memory" option to lilo.conf and it stopped complaining.
    Thanks for reading,
    Benjamin

    I found a solution!
    Aparently syslinux is very good for booting anything made with isolinux. I think it's pretty universal. So what you do is simply to mount the iso, copy the contents to a fat 16 partition, rename the isolinux.cfg to syslinux.cfg and then run syslinux on the partition. It's described on this blog:
    http://www.elfenbeinturm.cc/2007/08/09/ … kpad-x60s/
    / Benjamin

  • Which would i download to install archlinux from pendrive?

    http://www.archlinux.org/download/

    cola wrote:But at the start of this year i got something like arch.img for pendrive.
    There used to be separate files for usb and cd, but not anymore.
    cola wrote:What's core-dual.iso?
    ftp://ibiblio.org/pub/linux/distributio … o/2010.05/
    Also on the page you listed had a link to instructions
    readme wrote:Both come in i686, x86_64 or dual variant. The latter contains both and lets you choose
    an architecture at boot.

  • Problem installing archlinux on macbook pro retina

    Currently i don't have ethernet cable but i would like to install archlinux on my macbook machine. I face a problem that i will need to install broadcom-wl or broadcom-wl-dkms,  on either case i will need linux-headers for that kernel which seems missing in bootable archlinux made from archlinux-2014.06.01-dual.iso. Now linux-header package available in repository is  new version i.e linux-headers-3.15.1-1-x86_64.pkg.tar.xz. I don't know how can i enable my wireless driver and install archlinux? Why installation media is so abstract that it is very difficult without internet. Is there some good iso file available and i am not sure about manjaro distribution having their own repository.

    Thanks for your response. I have downloaded the files from base-devel group and i can install them but I am not able to install linux-headers for particular kernel in bootable usb as i will need to build broadcom-wl from AUR first. Can i install all files in hard disk without using 
    pacstrap -i /mnt base base-devel
    safely.

  • [SOLVED] Install archlinux from a archlinux system -system not booting

    Hey there,
    I am trying to install a fresh archlinux system from within an existing archlinux installation. -- I really hope to get help here, I am clueless.
    Theoretically this could be posted in the newby section but I think my problem is more special and it's not my first archlinux installation at all.
    The facts:
    I am renting an ovh server (kimsufi.com) and I want to install archlinux without their special ovh features.
    The rescue system (debian) don't let me install archlinux (pacstrap error -> "mount: mount point /mnt/dev/pts does not exist"). Same as here -> https://bbs.archlinux.org/viewtopic.php?pid=1231074
    Because of that I install archlinux over the webinterface and then I want to install archlinux on another partition.
    The problem:
    The archlinux system from ovh is working, it is booting fine. My freshly installed system looks to don't boot at all.
    There are no logs in /var/log (no dmesg etc.) so I think that it doesn't past grub.
    I am clueless what I can do to get it to boot.
    What I have tried...
    "Pretty everything" I would say but this doesn't help anyone.
    pacman -Syu linux mkinitcpio grub <- to be sure everything is installed.
    -- Openssh is installed and configured, network is configured, fstab is correct, openssh and netctl is on autostart with systemctl.
    mkinitcpio -p linux <- everything ok
    grub-mkconfig -o /boot/grub/grub.cfg <- that's also fine
    grub-install --recheck /dev/sda <- no problems so far
    That's all, I hope I haven't forgotten anything.
    Partitions:
    Device Boot Start End Blocks Id System
    /dev/sda1 4096 526335 261120 83 Linux <--- /boot of the ovh system
    /dev/sda2 526336 19398655 9436160 83 Linux <--- / of the ovh system
    /dev/sda3 * 19398656 20445183 523264 83 Linux <--- /boot of the fresh system
    /dev/sda4 20445184 26736639 3145728 5 Extended
    /dev/sda5 20447232 26736639 3144704 83 Linux <--- / of the fresh system
    The bootflag is ignored because grub is installed into MBR.
    Please post any ideas, I don't know what I may have forgotten.
    Last edited by lookingaty (2014-02-14 21:24:39)

    Since it's a server by ovh/kimsufi, I am not able to see what's going on with grub. (I have no idea how to diagnose that problem.)
    The grub.cfg seems to be correct.
    I tried it again without an extended partition, every partition are primary ones. Still no logs.
    Device Boot Start End Blocks Id System
    /dev/sda1 2048 526335 262144 83 Linux <--- /boot of both systems (only grub.cfg changes)
    /dev/sda2 526336 19398655 9436160 83 Linux <--- / of the ovh system
    /dev/sda3 19398656 25690111 3145728 83 Linux <--- / of the fresh system
    At the moment the grub.cfg points to the OVH archlinux, not the freshly installed one.
    I have modified that file by hand to OVH archlinux (sda2; UUID changed of course). OVH archlinux boots.
    I can run grub-mkconfig -o /boot/grub/grub.cfg with the fresh system in arch-chroot again but it won't help.
    But I can still do this and post it here.
    My grub.cfg:
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    if [ "${next_entry}" ] ; then
    set default="${next_entry}"
    set next_entry=
    save_env next_entry
    set boot_once=true
    else
    set default="0"
    fi
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 bdf22a6f-cc53-41bc-a539-681a16bad2d2
    else
    search --no-floppy --fs-uuid --set=root bdf22a6f-cc53-41bc-a539-681a16bad2d2
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
    # Fallback normal timeout code in case the timeout_style feature is
    # unavailable.
    else
    set timeout=5
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_archlinux ###
    menuentry "Arch Linux pkg-linux kernel" --class arch-linux --class arch --class gnu-linux --class gnu --class os {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    fi
    set gfxpayload=keep
    insmod ext2
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 057c8a71-6eab-4093-80e6-3191386697ff
    else
    search --no-floppy --fs-uuid --set=root 057c8a71-6eab-4093-80e6-3191386697ff
    fi
    echo 'Loading Arch Linux pkg-linux kernel ...'
    linux /vmlinuz-linux root=UUID=bdf22a6f-cc53-41bc-a539-681a16bad2d2 rw quiet
    echo 'Loading Arch Linux pkg-linux kernel initramfs ...'
    initrd /initramfs-linux.img
    menuentry "Arch Linux pkg-linux kernel (fallback initramfs)" --class arch-linux --class arch --class gnu-linux --class gnu --class os {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    fi
    set gfxpayload=keep
    insmod ext2
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 057c8a71-6eab-4093-80e6-3191386697ff
    else
    search --no-floppy --fs-uuid --set=root 057c8a71-6eab-4093-80e6-3191386697ff
    fi
    echo 'Loading Arch Linux pkg-linux kernel ...'
    linux /vmlinuz-linux root=UUID=bdf22a6f-cc53-41bc-a539-681a16bad2d2 rw quiet
    echo 'Loading Arch Linux pkg-linux kernel fallback initramfs ...'
    initrd /initramfs-linux-fallback.img
    ### END /etc/grub.d/10_archlinux ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-bdf22a6f-cc53-41bc-a539-681a16bad2d2' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 057c8a71-6eab-4093-80e6-3191386697ff
    else
    search --no-floppy --fs-uuid --set=root 057c8a71-6eab-4093-80e6-3191386697ff
    fi
    echo 'Loading Linux linux ...'
    linux /vmlinuz-linux root=UUID=bdf22a6f-cc53-41bc-a539-681a16bad2d2 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-bdf22a6f-cc53-41bc-a539-681a16bad2d2' {
    menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-bdf22a6f-cc53-41bc-a539-681a16bad2d2' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 057c8a71-6eab-4093-80e6-3191386697ff
    else
    search --no-floppy --fs-uuid --set=root 057c8a71-6eab-4093-80e6-3191386697ff
    fi
    echo 'Loading Linux linux ...'
    linux /vmlinuz-linux root=UUID=bdf22a6f-cc53-41bc-a539-681a16bad2d2 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    ### BEGIN /etc/grub.d/60_memtest86+ ###
    ### END /etc/grub.d/60_memtest86+ ###

  • Install archlinux from another linux system...

    I have a dedicated server and I want to install archlinux in it.
    I have the option to do a netboot to access to my server from the "outside" and I installed debian several times usind debootstrap from the netboot.
    I've tried to do the same with arch following this guide http://wiki.archlinux.org/index.php/Ins … ting_Linux , but I've stumbled upon some problems...
    1) I can't copy pacman binaries to the bin folder, since it is read-only
    2) when I try to run pacman from its temp folder I get this:
    root@rescue:/# /tmp/archlinux/usr/bin/pacman.static -Sy base -r /newarch/
    :: Synchronizing package databases...
    error: failed retrieving file 'core.db.tar.gz' from mirror.lividpenguin.com : No address record
    error: failed to update core (No address record)
    error: failed retrieving file 'extra.db.tar.gz' from mirror.lividpenguin.com : No address record
    error: failed to update extra (No address record)
    error: failed retrieving file 'community.db.tar.gz' from mirror.lividpenguin.com : No address record
    error: failed to update community (No address record)
    error: failed to synchronize any databases
    What should I do?
    Thanks in advance.

    http://wiki.archlinux.org/index.php/Ins … ost_system
    you have to install the required files, like mirrorlist to /etc/pacman.d/mirrorlist
    Last edited by wonder (2009-11-27 20:31:42)

  • Problem installing Mavericks from my recovery partition of my computer

    I don't know what's going on but for some reason each and every time I try to install mavericks from my recovery partition I get an error saying "OSX Mavericks failed to download" , then the text underneath that said "Use the purchases page to try again". This creates a problem for me because I can not access the Mac AppStore since I whipped my MacBook clean with the os along with it and am trying to clean install mavericks. So I was wondering how do I fix this because I am beginning to get extremely ****** off and frustrated.

    Hi
    I want to install mac osx Mavericks on a  seagate internal raw hard . I downloaded "RecoveryDiskAssistant" and install it in a usb drive, before installing I made partition for new harddisk , and I stadted to install it through internet without problem,
    But after 10% it says: ""Use the purchases page to try again"" . and after clicking okey it`s installing bar doesnt go forward(Most comments which I found was about app strore but in this step I have no access to app store) . could you please help me what to do?

  • Problem installing 0SALES_UNIT from Business Content

    Dear Friends,
    I have tried to install 0SALES_UNIT from the business content but it does not appear under the InfoObjects tab.
    What could be the problem?
    When i try to install it, the system shows that an active version of the object already exists. I have tried to install it inspite of the existing active version and also get a green signal. Thanks for all the help in advance.
    Raj

    Raj,
    Here is the solution to this problem.
    You have successfully activated the infoObject but do not see it under the infoObject list. This happens due to inconsistencies in the RSDIOBCIOBJ table. To solve this error, go to SE37 and execute the RSDG_IOBC_REORG function module. Put in the following parameters.
    I_IOBJVERS -
    >  A
    I_PROGRESS -

    I_IOBJTP   -
    >  *
    I_ALL_IOBJ -
    >  X
    I_T_IOBJNM -

    I_BYPASS_BUFFER-->
    Press F8 to execute.
    Then go to RSA1 and you should find your infoObject.
    Don't forget to assign points!!!
    Abdul

  • Problem installing Archlinux

    hello. my computer currently dual-boots fedora 11 and vista. on it, i currently have the following configuration of partitions: a vista partition, a partition where i store data so that i can access from fedora and vista, and the 2 partitions that fedora creates.
    my latest exploit of free time has been installing archlinux on my computer. so far this has been a failure.
    i would really appreciate some help.
    on the fedora forum, it was suggested that since i have 4 primary partitions, of which 1 is an extended partition with one of fedora's logical drives. i created unallocated space within the extended partition, but arch's setup partitioning tool does not recognize the distinction of unallocated space and the logical volume in the extended partition. i've also tried to make a new logical volume with the unallocated space but arch's partitioning tool pops out an error saying that my 2 logical drives overlap or something and refuses to go on.  a screen-shot of my current partition configuration is here: http://forums.fedoraforum.org/attachmen … 1252377966
    another thing is that i'd like to keep fedora's grub once i have arch installed.
    i'm at a complete loss i would really appreciate help.
    Last edited by The Mishanator (2009-09-08 17:49:47)

    Under Fedora check gparted for your partitions list and labels.  Or under Winx>Admin>Disk Mgt would show partions too.  Write that info down.  Windows is (almost)always in a primary partion.  I would expect one HD to have 1)win partion with grub in mbr 2)data partition 3)root partion and 4) linux swap. The swap may be before the root one. 2HDs would be different.  You can either shrink the 1)win. partition or the 3)root partition(preferred and safer) to create another root partition for Arch and use Fedora's grub and swap. Having the 2-4 partitions as logical ones in an extended partition would be best and safest. 
        Four primary partitions would be a different kettle of fish. Be sure before doing any partition changing.
       Gparted comes on a live cd to make setting up partitions easier before installing Arch. The Fedora install/live cd can also create the partitions. Partition Magic would also work. Good luck:)

  • I had a problem installing Safari from my install disc

    Hi,
    A few days ago I posted a message that the Safari download would not recognize that I had 10.5.5 on my machine, and someone suggested that I re-install it from the discs that came with it. I did install something but apparently not Safari. I don't want to open up the Leopard re-install because I don't need Leopard, I just want the Safari, so now what do I do?
    Thx

    Welcome To  Discussions SHRiley!
    Is this the Mac OS X 10.5.5 Combo Update. you are using?
    If not, download that.
    Run Repair Permissions.
    Install that Combo Update.
    Again run Repair Permissions.
    ali b

  • How to Install ArchLinux from harddriver???

    I have downloaded iso image files from Internet. I want to install it from hard driver. How to do it? and where are the vmlinuz and initrd files?

    I suppose you can do:
    mount -o loop /path_to_.iso /mnt/cdrom
    but this would have to be  on a secondary HDD otherwise I'm not sure of the outcome, since you would be writing to the same target as your source.
    All files you need will be in the iso.
    R

  • Problem installing stuff from software pack N95, m...

    Hi,
    I bought a Nokia N95 few days ago.
    I have success fully installed PC suite.
    But,
    when I try to install stuff from the "Software Pack CD" it gives me error about missing "MSVCR80.dll".
    Can some one tell me how to fix.
    I went back to the shop and got the CD changed, but it didn't help.
    Also please tell me how can I use Navigation on N95. Do I have to buy the liscence from nokia or there is some other way.

    Hi lafanter
    Is your Windows NET 2.0 or 3.0 Framework OK?
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • Having a problem installing hfm from yaourt

    im trying to install hfm-net-sv a fah montioring program, and im having problems, i have tried downloading the pkg build manualy and running makepkg , but i still get the same error:
    [mark@markspc hfm]$ yaourt hfm-net-svn
    1 aur/hfm-net-svn 20-1 (1)
    Folding@Home monitor written in .NET/mono
    ==> Enter n° (separated by blanks, or a range) of packages to be installed
    ==> ----------------------------------------------
    ==>1
    ==> Resuming previous build
    ==> Downloading hfm-net-svn PKGBUILD from AUR...
    --2010-05-15 22:24:37-- http://aur.archlinux.org/packages/hfm-net-svn/hfm-net-svn.tar.gz
    Resolving aur.archlinux.org... 208.92.232.29
    Connecting to aur.archlinux.org|208.92.232.29|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 790 [application/x-tgz]
    Saving to: `hfm-net-svn.tar.gz'
    100%[============================================================================================================>] 790 --.-K/s in 0s
    2010-05-15 22:24:37 (310 MB/s) - `hfm-net-svn.tar.gz' saved [790/790]
    bsdtar: Removing leading '/' from member names
    x PKGBUILD
    First Submitted: Fri, 05 Jun 2009 02:19:03 +0000
    hfm-net-svn 20-1 : Folding@Home monitor written in .NET/mono
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit PKGBUILD = [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    n
    ==> hfm-net-svn dependencies:
    - mono (already installed)
    - subversion (already installed)
    - monodevelop (already installed)
    ==> Continue the building of hfm-net-svn = [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Install or build missing dependencies for hfm-net-svn:
    ==> Building and installing package
    ==> Yaourt has detected previous hfm-net-svn build. Do you want to use it (faster) = [Y/n]
    ==> ----------------------------------------------
    ==>n
    ==> hfm-net-svn dependencies:
    - mono (already installed)
    - subversion (already installed)
    - monodevelop (already installed)
    ==> Determining latest svn revision...
    -> Version found: 180
    ==> Making package: hfm-net-svn 180-1 x86_64 (Sat May 15 22:24:46 BST 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    ==> Extracting Sources...
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    At revision 180.
    ==> SVN checkout done or server timeout
    ==> Starting make...
    MonoDevelop Build Tool
    Loading solution: ./HTMLparser2.sln
    Loading solution: ./HTMLparser2.sln
    Loading projects ..
    Building: HTMLparser2 (Release)
    Building Solution HTMLparser2
    Building: HTMLparserLibDotNet11 (Release)
    Performing main compilation...
    /usr/bin/gmcs /noconfig
    "/out:/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-buil
    d/HTMLparser2/bin/Release/HTMLparser.dll" "/r:System.dll"
    "/r:System.Data.dll" "/r:System.Xml.dll" /nologo /warn:4 /optimize+
    /codepage:utf8 "/define:TRACE" /t:library
    "/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HTM
    Lparser2/AssemblyInfo.cs"
    "/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HTM
    Lparser2/DynaString.cs"
    "/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HTM
    Lparser2/FastHash.cs"
    "/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HTM
    Lparser2/HTMLchunk.cs"
    "/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HTM
    Lparser2/HTMLentities.cs"
    "/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HTM
    Lparser2/HTMLheuristics.cs"
    "/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HTM
    Lparser2/HTMLparser.cs"
    "/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HTM
    Lparser2/TagParser.cs"
    Compilation succeeded - 4 warning(s)
    /tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HTML
    parser2/HTMLparser.cs(948,53): warning CS0219: The variable
    `iLastCurPos' is assigned but its value is never used
    /tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HTML
    parser2/HTMLparser.cs(902,37): warning CS0219: The variable
    `iQuadBytes' is assigned but its value is never used
    /tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HTML
    parser2/HTMLparser.cs(166,22): warning CS0414: The private field
    `Majestic12.HTMLparser._bDecodeEntities' is assigned but its value is
    never used
    /tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HTML
    parser2/HTMLparser.cs(183,22): warning CS0414: The private field
    `Majestic12.HTMLparser._bDecodeMiniEntities' is assigned but its value
    is never used
    Build complete -- 0 errors, 4 warnings
    MonoDevelop Build Tool
    Loading solution: ./HFM.Setup.sln
    Loading solution: ./HFM.Setup.sln
    Loading projects ..
    WARNING: ./HFM.Setup.sln(4): Unsupported or unrecognized project :
    '/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HFM
    .Setup/HFM.Setup.wixproj'.
    install: cannot stat `/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HFM/bin/Release/HFM.exe': No such file or directory
    install: cannot stat `/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HFM/bin/Release/*.dll': No such file or directory
    install: cannot stat `/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HFM/bin/Release/CSS/*': No such file or directory
    install: cannot stat `/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HFM/bin/Release/XML/*': No such file or directory
    install: cannot stat `/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HFM/bin/Release/XSL/*': No such file or directory
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build hfm-net-svn package.
    [mark@markspc hfm]$
    any help will be appricated, thanks, mark

    I think this should be posted in the aur section...
    Have you tried asking the maintainer?

  • Multiple problems installing upgrade from CS5 Design Prem. to CS6 Design Prem.

    I had started a thread a few days ago regarding problems that I was having while installing my upgrade from CS5 Design Premium to CS6 Design Premium.  Everything seemed to install fine with the exception of Acrobat X Pro.  http://forums.adobe.com/message/4716847#4716847
    I thought that I had resolved the issue through tech support, but apparently not.  First of all, they had me install the trial version of Acrobat X which actually let me install with no errors. A couple of days passed and Acrobat asked if I would like to continue my trial or enter a serial number. I tried to use my serial that came with my upgrade but it rejected it, so I opted to continue the trial.  Then earlier today as I was working in InDesign, upon launching I got a script error message.
    Error in C:\Program Files (x86)\Common Files\Adobe\Startup Scripts CS6\Flash\Flash-12.0.jsx
    Line 153: if( app.name = = flashAppname && (module.name = = 'DefaultScript' II module.name = = 'Flash'))
    Cannot open resource file.
    After clicking OK it seemed to open InDesign fine and I was able to open files and go about working. While working I noticed that I had no effects in the dropdown menu under 'Object'. Tried the shortcut for them and nothing happened.  I have yet to try to open any files containing effects (drop shadow or something) but am guessing that they will not work. My next course of action was to try to Uninstall and Re-Install. I removed CS6 and Acrobat X Pro from my computer and ran the Creative Suite Cleaner program. Then instead of installing the upgrade from the DVD, I decided to download the program from the Adobe LWS and give that a go thinking that maybe the download files are more up-to-date than the DVD that I recieved.  Now it seems I am back to square one with the same problems (InDesign missing 'Effects' and who knows what else, and Acrobat X Pro failed to install), but this time I have diffent errors on the "error summary file" that shows up as a link in the "Installation Complete" dialog box. Sorry for being windy, but I really need to get this resolved. Thanks for any and all input.  PC is Dell Precision T3500 running Windows 7 and is current on it's updates.
    Here is a copy of the errors from that page:
    Exit Code: 6
    Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DW050 ... WARNING: DF012, DS013 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 3 error(s), 5 warning(s)
    WARNING: DS013: Payload {3BF96AC2-0CA1-11DF-B07B-459956D89593} AdobeHelp 1.0.0.0 is already installed and the session payload {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Payload {A8798E04-96FF-4564-9157-0D4C89CB794C} DynamiclinkSupport 5.0.0.0 is already installed and the session payload {DE88AA40-6766-43D3-A755-8FC374B3D2C3} DynamiclinkSupport 6.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Checking payloads upgrade/conflict relationships : Failed with code 1
    ----------- Payload: {AC76BA86-1033-F400-7760-000000000005} Acrobat Professional 10.0.0.0 -----------
    ERROR: Error 1310.Error writing to file: C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\Locale\fr_FR\AcroIEFavClient.FRA.   Verify that you have access to that directory.
    ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation.
    MSI Error message: Error 1310.Error writing to file: C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\Locale\fr_FR\AcroIEFavClient.FRA.   Verify that you have access to that directory.
    ----------- Payload: {CA7C485C-7A89-11E1-B2C8-CD54B377BC52} Adobe Fireworks CS6 12.0.0.0 -----------
    WARNING: DF012: File/Folder does not exist at C:\Users\Jon\Desktop\Adobe CS6 Design and Web Premium\Adobe CS6\payloads\AdobeFireworks12-mul\OEM(Seq 2141)
    ----------- Payload: {05E1E278-7A8D-11E1-A0B9-FC0245DB7244} Adobe Fireworks CS6_AdobeFireworks12en_USLanguagePack 12.0.0.0 -----------
    WARNING: DF012: File/Folder does not exist at C:\Users\Jon\Desktop\Adobe CS6 Design and Web Premium\Adobe CS6\payloads\AdobeFireworks12en_USLanguagePack\OEM(Seq 76)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Acrobat Professional: Install failed

    Errors "Exit Code: 6," "Exit Code: 7"
    Acrobat Cleaner Tool
    Sign in or activation errors
    CS6 applications in Creative Cloud unexpectedly revert to trial mode
    Flash Player Help | Installation problems | Flash Player | Windows
    Mylenium

Maybe you are looking for

  • Kernel 2.6.32.7-1/mkinitcpio update issue - filesystem/ext3 error

    Hi, Earlier my desktop (after a week uptime) didn't boot anymore. It got the "Reboot required" error at filesystem check (the rc.sysinit script gives this when fsck returns exit status 2). I tried several things, made sure from a live that the partit

  • SAPscript: Print our contact person in RVORDER01

    Hello gurus, we would like to print information about our contact person (name, telephone and fax number, mail-address) in our order confirmations (form copied from RVORDER01). In our invoices we use &GV_ADDRESS-TITLE_P& &GV_ADDRESS-LASTNAME& 'GT_ADD

  • MacBook white and Acer LCD display – which cable?

    Does anyone know exactly which adapter to use, when I want to use an ACER LCD 2416w display with the white MacBook? Apple Mini DVI to DVI Adapter doesn't seem to work....

  • Datasource not visible in rsa1

    Hello, my datasources are not visible in rsa1 -> source systems. I tried replicate, check connection, repair connection, run report RSAOS_METADATA_UPLOAD, upload metadata, etc. Now I have no clue. In roosource datasourse is active (in sourcesystem).

  • How do I sync my contacts from my iphone to microsoft outlook (laptop)

    How do I sync my contacts and  my calendar from my iphone to my new laptop. I used Microsoft Office. I used to be able to add items in my phone and they would automatically be added to my laptop. Thanks.