ASM1061 (SATA chip) --- archlinux-2013.07.01-dual.iso fails to boot

archlinux-2013.07.01-dual.iso hangs on boot if ANY SATA device (even just an optical drive) is connected to the ports of this chip (ASM1061) on my motherboard.
Arch installations, which do not comment out following line in /usr/lib/udev/rules.d/60-persistent-storage.rules and rebuild initramfs also hang on boot:
# ATA/ATAPI devices (SPC-3 or later) using the "scsi" subsystem
#KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="scsi", ATTRS{type}=="5", ATTRS{scsi_level}=="[6-9]*", IMPORT{program}="ata_id --export $devnode"
I'd like to be able to boot an arch install medium, without removing the SATA connectors from my board's ASM1061 (Remastering official install live iso --- how to create initrd?).
Edit: Debian's and Fedora's install media are booting fine when devices are connected to the ASM1061, Ubuntu's install medium fails to boot --- like Arch
Edit: I do not know if this is relevant: The motherboard has UEFI.
Update: It is possible to alter the arch install live iso to make it boot (Remastering official install live iso --- how to create initrd?).
Last edited by g3n3r1c (2013-07-28 15:34:07)

archlinux-2013.07.01-dual.iso hangs on boot if ANY SATA device (even just an optical drive) is connected to the ports of this chip (ASM1061) on my motherboard.
Arch installations, which do not comment out following line in /usr/lib/udev/rules.d/60-persistent-storage.rules and rebuild initramfs also hang on boot:
# ATA/ATAPI devices (SPC-3 or later) using the "scsi" subsystem
#KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="scsi", ATTRS{type}=="5", ATTRS{scsi_level}=="[6-9]*", IMPORT{program}="ata_id --export $devnode"
I'd like to be able to boot an arch install medium, without removing the SATA connectors from my board's ASM1061 (Remastering official install live iso --- how to create initrd?).
Edit: Debian's and Fedora's install media are booting fine when devices are connected to the ASM1061, Ubuntu's install medium fails to boot --- like Arch
Edit: I do not know if this is relevant: The motherboard has UEFI.
Update: It is possible to alter the arch install live iso to make it boot (Remastering official install live iso --- how to create initrd?).
Last edited by g3n3r1c (2013-07-28 15:34:07)

Similar Messages

  • Corrupted archlinux-2015.06.01-dual.iso.sig

    After downloading what I thought was a pgp signature for the installer, I discovered it was not being recognized by openpgp.
    I ran:
    pacman-key -v 'archlinux-2015.06.01-dual.iso.sig'
    output:
    ==>Checking archlinux-2015.06.01-dual.iso.sig
    gpg: no signed data
    gpg: can't hash datafile: No data
    ==> Error: the signature identified by archlinux-2015.06.01-dual.iso.sig could not be verified.
    Am I missing something?  It looks like a corrupted file when text dumping the file.

    Sorry, it's me.
    My md5 is the same. 
    48c2b6b4f52865953274188dd83e22ca archlinux-2015.06.01-dual.iso.sig
    I downloaded multiple copies and was checking the ...iso(1).sig for some strange reason.

  • Using install dual iso 2012-09-07 - graphics issue? [SOLVED]

    I have made a bootable usbkey with the archlinux-2012.09.07-dual.iso
    file but having tried to boot it, both on an Inspiron 530s and also a
    Samsung Q35 netbook, there is a blue "graphics" screen but it does not
    stop and offer me the choice of i686 or x86_64 but carries straight on
    to boot to the normal prompt. So I can't choose which architecture to
    use for the install.
    Does anyone know a workaround to be able to get to choose which of 32
    or 64 bit to boot for the install? Or is there a problem with this new
    install media on some hardware?
    I have done quit a bit of reading but not seen this issue mentioned in
    any of the arch wiki or other google searches.
    Thanks
    Last edited by mcloaked (2012-09-16 10:10:19)

    mhertz wrote:
    EDIT: Too late
    This shouldn't be possible unless the iso, usb-stick or written data has been flawed in some way during processing...
    There's zero reason to use unetbootin for things like these; use dd to write the iso to usb and check both the iso and the written data to the usb-stick afterwards.
    I've made a shell-function which I use, that automates the above and which you're free to use also:
    Usage:
    $ iso2usb <file> <drive>
    iso2usb() {
    md2=$(md5sum $1 | cut -d " " -f 1)
    sudo dd if=$1 of=$2 2>/dev/null
    md1=$(sudo dd if=$2 count=$(( $(stat -c %s $1) / 512 )) 2>/dev/null | md5sum | cut -d " " -f 1)
    if [ $md1 != $md2 ] ;then
    echo FAILED!
    else
    echo OK!
    fi
    OK I tried with the dd method and it works perfectly... I will check back on the wiki and edit to ensure that a comment is included that the unetbootin method does not work.
    Thank you for the shell function - which I will use though I changed it so that the drive only needs defining as an argument as "sdX" and added in the /dev/ prefix in the function as per:
    iso2usb() {
    md2=$(md5sum $1 | cut -d " " -f 1)
    sudo dd if=$1 of=/dev/$2 2>/dev/null
    md1=$(sudo dd if=/dev/$2 count=$(( $(stat -c %s $1) / 512 )) 2>/dev/null | md5sum | cut -d " " -f 1)
    if [ $md1 != $md2 ] ;then
    echo FAILED!
    else
    echo OK!
    fi
    Thank you for the help.

  • Driver for SiI 3132 sata chips, does it work with 10.5.8 too?

    I know that this driver is for the SL compatibility but does the SI driver for SiI 3132 sata chips work with 10.5.8 too?
    thanks
    http://www.siliconimage.com/support/searchresults.aspx?pid=32&cat=3&os=3

    I know that this driver is for the SL compatibility but does the SI driver for SiI 3132 sata chips work with 10.5.8 too?
    thanks
    http://www.siliconimage.com/support/searchresults.aspx?pid=32&cat=3&os=3

  • [solved] Auto connection to wi-fi problem in ArchLinux 2013

    hi all
    so i have problem with my fresh installation of archlinux 2013 in my new laptop. I have arch 2011 on my old machine and work fine. but hire i have problem with connection to wifi as normal user. I install everything + KDE with official guide, and now i try configure wifi connection... so i have wicd like on my old computer, and i have Netcfg + wpa_supplicant. now i try detting everything togrther to work. So now when i login to my account i need open terminal and as root typing:
    wifi-menu wlp6s0
    i dont knoe why this is some crazy interface not standard wlan0, can i change this ?
    ok then i chice my network from list and get answer
    :: wlp6s0-mynetwork up [ BUSY ]
    Successfully initialized wpa_supplicant [ DONE ]
    and sfter this Wicd connected automaticly to my wifi network, but if i go for example to my friends i cant connect to other network, when i try do this in wicd, i click for network (secured or not) and wicd try connected i see connection succes but after 1 sec disconneted... so i realy dont know how resolv this, i not super specialist and i dont wanna make mess in fresh system.
    thanks
    Last edited by 5mint (2013-02-25 21:08:51)

    ok, so i just firs disable netcfg, and testing, nothing change, next i uninstall netcfg, nothing change, finaly i uninstall wpa_supplicant, wicd, netcfg, i delete all profile from network.d, restart computer, install just wicd, wpa_supplicant was install automaticly because this is depending, and after this i restart computer, and same problem, i cant connnect to any network, when i click for exapmple for my network or any open, and click CONNECT, i se progress, wicd try connect but after connection i see Disconnected hmmm this is some problem a think with permision but i dont know where is problem. Maybe i should uninstall wicd, wpa_supplicant, netcfg and delete all data but where is storage ? i know only network.d folder.
    Thanks
    I find solutions, but if somebody explaian for me wy that solution work that gonna by be very helpful for me.
    I just remove "dhcpcd" service from autostart and now work , but for me dhcpcd should work any time ?
    Last edited by 5mint (2013-02-25 21:08:23)

  • 2013 MBP 2.5 i5 4Gig 500MBHDD boots slow.  It finishes post in the same time as an identical MBP, and then hangs for 30 seconds on one of the ethernet adapters, before finishing the boot.  Once booted it is normal.   Turning off airport changes nothig.

    2013 MBP 2.5 i5 4Gig 500MBHDD boots slow.  It finishes post in the same time as an identical MBP, and then hangs for 30 seconds on one of the ethernet adapters, before finishing the boot.  Once booted it is normal.   Turning off airport changes nothing.  Hardline adapter is not plugged in.  Thunderbolt adapter is not used.  Bluetooth is off.  Did this out of box.  Identical MBP boots to login screen in 36 seconds.  Disk repair, permission repair, and safe mode boot have
    already been done, no change.  Boot time is consistent.  Hangs at the same place each time.  Right after post.  Bad adapter?
    Comments, solutions please.

    ... and so ... now a few days later, success.   I ran
    your software but it told me nothing I hadn 't seen
    in verbose boot.
    Consistently, following good post, the boot hung
    for 30 seconds on the adapters, (cards, chips, NICs.
    Ethernet cards, whatever you prefer to call them)
    either the airport card or the hard line.  It would then
    proceed at normal pace to the login screen.
    Since it came out of the box that way, software
    conflict was not a go.  I guessed glitched driver or
    fetch instruction.  I zapped the PRAM (cleared
    NVRAM) and reloaded the OS, updates, Garage Band,
    iPhoto (one of Apple's true dogs in an otherwise
    rare arena) iMovie, Photoshop, Lightroom, their
    updates, and my files.   MBP pro now boots to login
    in 31 seconds.  Note I have turned off as much gee
    whiz, rubber band scroll, global swiping and other
    hubcaps and hood ornaments as befits how like
    things ... and turned off all the Asian and other fonts
    I will. ever use.
    Best guess ... corrupt driver or corrupt fetch script ...
    bad server squirt at factory load.
    Thanks for your help, Cheers!

  • G4 Quicksilver Dual 1Gig chimes and boots normally, sometimes nothing??

    Some what of a quirky problem and I don't know what else to check. I'm suspecting the processor, but once booted the system works great, so maybe it's not the processor. Here what happens.
    If I try to start the computer from a cold system that's been shutdown for a while, I will never even get a chime or a system boot. Understand, the power supply appears to be working normally, as the fans spin and the drives fireup. However, either the motherboard or processor won't post. Now, if I sit there and work with it, repeatedly forcing a restart by holding down the start button, allow it to shut down, then doing a restart, eventually it does chime and then starts normally. However, I may have to repeat this 5 or 6 times (or more) before I get a chime and a boot up. Again, once it's booted everything works normally. I'm tending towards the processor being the problem, as I've exchanged the processor with a 933MHz, and it boots every time. I've also removed the processor and re-installed it (this is the Dual 1 GIG processor) into a different Quicksilver. The results are exactly the same. Sometimes it will boot normally and sometimes nothing.
    As I said, once I get the computer started, everything works great. Oh, and if I leave the computer running, no problems with operating at all. It's just the start up where this issue arises. Both of the motherboards I tested the processor on are the 1342-B models, and known to be operational.
    More info: The hard drive being used is an older model 20 GB, Western Digital - IDE drive, but it passes all the disk utility checks once it formated. Also, I have 1.25 GB of SDRAM installed and it all checks out as good.
    Any suggestions of what else could be causing this? Are there any firmware updates for these model (2002) Quicksilvers that I need to install? Any help or ideas of what to check would be greatly appreciated.
    Thanks!
    Rudy

    Thanks for the replies. Here are some answers to the advice you have offered.
    Grant - Thanks for your help. I will try to burn the disk image of the AHT program, and see what it shows. However, I doubt if it will show any abnormalities, though, as the diagnostics section, under the "About This Mac" > "More Info" section shows that it passes the diagnostics once it boots.
    Lou - Thanks for your reply also! I suppose it's possible there could be a stress crack somewhere on the PCB for the processor. However, I would tend to rule out the motherboard having one that could cause this, as it (the Processor/Boot issue) does exactly the same on two separate motherboards. That tends to tell me it's probably some sort of a processor issue (though it works just fine once booted). It's got me stumped.
    Limmos - Thanks to you also! The batteries on both motherboards are relatively new (only a couple of months old). Also, I'm familiar with re-setting the PRAM, and the PMU reset button. There s an issue that I'll bring up here regarding the PMU button. If I try to start the computer and it fails to boot as my question states, then I can try 10 times or more and the results are the same. Meaning it doesn't boot. However, if I shut down, open the case and press the PMU button (5 secs or more), then within a couple of times doing that I can get a good boot. So clearing the PMU cache does seem to help.
    Oh, and another thing I've noticed is I can "RESTART" without any hang up, or failure to boot. By that I mean if the system is running and I reboot the system, there is no problem restarting. It restarts normally. I've done these restarts as many as 6 times in a row just to see if it would fail to boot. Booted every time.

  • "efiboot from device: Acpi (PNP0AP0,0)/pci(1F12)/SATA(0,0)/HD(Part2,Sig1FC891DD-9674-42C9- AA78-207D0FBE67E9) boot file path: \System\Library\CoreServices\boot.efi

    Hi!
    My macbookpro 15" retina crashed down, it does not recognize my password anymore.
    cmd+S gives :
    "efiboot from device: Acpi (PNP0AP0,0)/pci(1F12)/SATA(0,0)/HD(Part2,Sig1FC891DD-9674-42C9-
    AA78-207D0FBE67E9)
    boot file path: \System\Library\CoreServices\boot.efi
    I tried recovery OS without success.
    Help please.

    Got it thanks macjack . Command + S on restart.
    In this case Nad69-Breizh did you try restarting with the option key down and re-selecting the boot drive.
    If no Recovery option,  try command option R  for internet recovery. Takes some time to load up.

  • Archlinux-2010.05-1-archboot.iso: i586 kernel??

    I am trying to fix an Arch i686 installation on a computer via PXE.  I downloaded archlinux-2010.05-1-archboot.iso and made a PXE server for it, but there's two kernel types.  x86_64 and ... i586??  What is happening here?  This is a problem because I can't chroot into my i686 installation!

    Here are the md5sums on the media, note that it matches ftp://ftp.archlinux.org/iso/archboot/latest/md5sum.txt
    [root@yomomma ~]# md5sum archlinux-2010.05-1-archboot.iso
    93fa01d93aade58d8c9f436713fe3ed2 archlinux-2010.05-1-archboot.iso
    And checking the md5sums of the iso ...
    [root@yomomma ~]# mount -o loop archlinux-2010.05-1-archboot.iso /media/image
    [root@yomomma ~]# cd /media/image/isolinux
    [root@yomomma isolinux]# md5sum *
    56a632aabacaa87aaa95c013f617f5b4 boot.cat
    30724f6daf9654b21273c84db910645f boot.msg
    b44bd71e6b14a2c03c69193a217ecfdc initrd64.img
    525d7a655a0e52f81cb02a85ee804a4a initrd64lts.img
    57d9a7091099e0f261a58b95ef0d0a44 initrd.img
    e83c0622ac76e8adb845ce4b512b7eb4 initrdlts.img
    9d3e79889c3dd3167cf60604f4d223cb isolinux.bin
    486f2d06f975dd51e3ae786d44ef5909 isolinux.cfg
    54103aafd2d89c22a8ea5e382659d2aa memtest
    5c9fdbe57176b52e9765fe7c5cf61a35 options.msg
    68d6823f9e3ea70dac3d560b64d853e7 vm64
    bf14f6283d21c25e09431d0bfdfe0dff vm64lts
    128971d598666b2e738a208b48b1f14b vmlinuz
    d8d6e1176f95e3c22fa7fe898f1850e4 vmlts
    Note that they match my renamed files on /var/tftpboot (they are the same files)...
    [root@yomomma storage]# cd /var/tftpboot
    [root@yomomma tftpboot]# ls
    arch32_initrd.img arch64_vmlinuz gparted_vmlinuz pxelinux.cfg
    arch32_vmlinuz boot.msg old
    arch64_initrd.img gparted_initrd.img pxelinux.0
    [root@yomomma tftpboot]# md5sum *
    57d9a7091099e0f261a58b95ef0d0a44 arch32_initrd.img
    128971d598666b2e738a208b48b1f14b arch32_vmlinuz
    b44bd71e6b14a2c03c69193a217ecfdc arch64_initrd.img
    68d6823f9e3ea70dac3d560b64d853e7 arch64_vmlinuz
    a5d5cc2f3e25927f4fb676e81bc5d61d boot.msg
    a4d9d41c1a506ca4d0cf3a631db56e41 gparted_initrd.img
    1a73bac1d13d1b390eb33e31ccf23969 gparted_vmlinuz
    md5sum: old: Is a directory
    348f4e02dbbd4fcb43bba5c619ced35c pxelinux.0
    md5sum: pxelinux.cfg: Is a directory
    And after booting the 32-bit version on the machine, I run a uname -rm and get ...
    [Arch Linux: /]# uname -rm
    2.6.34-ARCH i586
    This is what's in /etc/pacman.d/mirrorlist:
    # Arch Linux repository mirrorlist
    # Generated on 2010-01-31
    # Any
    #Server = ftp://mirrors.kernel.org/archlinux/$repo/os/i586
    #Server = http://mirrors.kernel.org/archlinux/$repo/os/i586
    # Australia
    #Server = ftp://mirror.aarnet.edu.au/pub/archlinux/$repo/os/i586
    #Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/i586
    #Server = ftp://ftp.iinet.net.au/pub/archlinux/$repo/os/i586
    #Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/i586
    #Server = ftp://mirror.internode.on.net/pub/archlinux/$repo/os/i586
    #Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/i586
    #Server = ftp://ftp.netspace.net.au/pub/archlinux/$repo/os/i586
    #Server = http://ftp.netspace.net.au/pub/archlinux/$repo/os/i586
    #Server = ftp://mirror.optus.net/archlinux/$repo/os/i586
    #Server = http://mirror.optus.net/archlinux/$repo/os/i586
    # Austria
    #Server = ftp://gd.tuwien.ac.at/opsys/linux/archlinux/$repo/os/i586
    #Server = http://gd.tuwien.ac.at/opsys/linux/archlinux/$repo/os/i586
    # Belgium
    #Server = ftp://ftp.belnet.be/packages/archlinux/$repo/os/i586
    #Server = http://ftp.belnet.be/mirror/archlinux.org/$repo/os/i586
    #Server = ftp://archlinux.mirror.kangaroot.net/pub/archlinux/$repo/os/i586
    #Server = http://archlinux.mirror.kangaroot.net/$repo/os/i586
    # Brazil
    #Server = ftp://archlinux.c3sl.ufpr.br/archlinux/$repo/os/i586
    #Server = http://archlinux.c3sl.ufpr.br/$repo/os/i586
    #Server = ftp://ftp.las.ic.unicamp.br/pub/archlinux/$repo/os/i586
    #Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/i586
    #Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/i586
    # Bulgaria
    #Server = http://archlinux.igor.onlinedirect.bg/$repo/os/i586
    # Canada
    #Server = ftp://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/i586
    #Server = http://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/i586
    #Server = ftp://mirrors.portafixe.com/archlinux/$repo/os/i586
    #Server = http://mirrors.portafixe.com/archlinux/$repo/os/i586
    #Server = http://mirror.twilightlair.net/arch/$repo/os/i586
    # Chile
    #Server = ftp://mirror.archlinux.cl/$repo/os/i586
    # China
    #Server = http://mirrors.163.com/archlinux/$repo/os/i586
    #Server = ftp://mirror.lupaworld.com/archlinux/$repo/os/i586
    #Server = http://mirror.lupaworld.com/archlinux/$repo/os/i586
    #Server = ftp://mirrors.sohu.com/archlinux/$repo/os/i586
    #Server = http://mirrors.sohu.com/archlinux/$repo/os/i586
    # Czech Republic
    #Server = ftp://ftp.sh.cvut.cz/MIRRORS/arch/$repo/os/i586
    #Server = http://ftp.sh.cvut.cz/MIRRORS/arch/$repo/os/i586
    # Denmark
    #Server = ftp://mirrors.dotsrc.org/archlinux/$repo/os/i586
    #Server = http://mirrors.dotsrc.org/archlinux/$repo/os/i586
    #Server = ftp://ftp.klid.dk/archlinux/$repo/os/i586
    # Estonia
    #Server = ftp://ftp.estpak.ee/pub/archlinux/$repo/os/i586
    #Server = http://ftp.estpak.ee/pub/archlinux/$repo/os/i586
    # Finland
    #Server = ftp://mirror.archlinux.fi/archlinux/$repo/os/i586
    #Server = http://mirror.archlinux.fi/archlinux/$repo/os/i586
    # France
    #Server = http://mir.archlinux.fr/$repo/os/i586
    #Server = ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/i586
    #Server = http://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/i586
    #Server = ftp://ftp.free.fr/mirrors/ftp.archlinux.org/$repo/os/i586
    #Server = ftp://mir1.archlinux.fr/archlinux/$repo/os/i586
    #Server = http://mir1.archlinux.fr/archlinux/$repo/os/i586
    #Server = ftp://ftp.rez-gif.supelec.fr/Linux/archlinux/$repo/os/i586
    # Germany
    #Server = http://archlinux.limun.org/$repo/os/i586
    #Server = ftp://www.archlinuxppc.org/i586/$repo/os/i686
    #Server = ftp://mirror.giantix-server.de/archlinux/$repo/os/i586
    #Server = http://mirror.giantix-server.de/archlinux/$repo/os/i586
    #Server = ftp://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/i586
    #Server = http://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/i586
    #Server = ftp://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/i586
    #Server = http://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/i586
    #Server = ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/$repo/os/i586
    #Server = http://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/$repo/os/i586
    #Server = ftp://mirrors2.portafixe.com/archlinux/$repo/os/i586
    #Server = http://mirrors2.portafixe.com/archlinux/$repo/os/i586
    #Server = ftp://mirror.selfnet.de/archlinux/$repo/os/i586
    #Server = http://mirror.selfnet.de/archlinux/$repo/os/i586
    #Server = ftp://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/i586
    #Server = http://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/i586
    #Server = ftp://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/i586
    #Server = http://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/i586
    #Server = ftp://ftp.uni-bayreuth.de/pub/linux/archlinux/$repo/os/i586
    #Server = http://ftp.uni-bayreuth.de/linux/archlinux/$repo/os/i586
    #Server = ftp://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/i586
    #Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/i586
    # Great Britain
    #Server = ftp://mirror.lividpenguin.com/pub/archlinux/$repo/os/i586
    #Server = http://mirror.lividpenguin.com/pub/archlinux/$repo/os/i586
    #Server = http://www.mirrorservice.org/sites/ftp.archlinux.org/$repo/os/i586
    #Server = ftp://mirrors.uk2.net/pub/archlinux/$repo/os/i586
    #Server = http://archlinux.mirrors.uk2.net/$repo/os/i586
    # Greece
    #Server = ftp://ftp.cc.uoc.gr/mirrors/linux/archlinux/$repo/os/i586
    #Server = http://ftp.cc.uoc.gr/mirrors/linux/archlinux/$repo/os/i586
    #Server = ftp://ftp.ntua.gr/pub/linux/archlinux/$repo/os/i586
    #Server = http://ftp.ntua.gr/pub/linux/archlinux/$repo/os/i586
    #Server = ftp://ftp.otenet.gr/pub/linux/archlinux/$repo/os/i586
    #Server = http://ftp.otenet.gr/linux/archlinux/$repo/os/i586
    # Hungary
    #Server = ftp://ftp.mfa.kfki.hu/pub/mirrors/ftp.archlinux.org/$repo/os/i586
    # India
    #Server = ftp://mirror.cse.iitk.ac.in/archlinux/$repo/os/i586
    #Server = http://mirror.cse.iitk.ac.in/archlinux/$repo/os/i586
    # Indonesia
    #Server = ftp://archlinux.cbn.net.id/pub/archlinux/$repo/os/i586
    #Server = http://archlinux.cbn.net.id/$repo/os/i586
    #Server = ftp://mirror.unej.ac.id/archlinux/$repo/os/i586
    #Server = http://mirror.unej.ac.id/archlinux/$repo/os/i586
    # Ireland
    #Server = ftp://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/i586
    #Server = http://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/i586
    # Israel
    #Server = http://mirror.isoc.org.il/pub/archlinux/$repo/os/i586
    # Italy
    #Server = ftp://mi.mirror.garr.it/mirrors/archlinux/$repo/os/i586
    #Server = http://mi.mirror.garr.it/mirrors/archlinux/$repo/os/i586
    # Japan
    #Server = ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/archlinux/$repo/os/i586
    #Server = http://ftp.yz.yamagata-u.ac.jp/pub/linux/archlinux/$repo/os/i586
    # Kazakhstan
    #Server = ftp://archlinux.linuxforum.kz/$repo/os/i586
    #Server = http://archlinux.linuxforum.kz/$repo/os/i586
    # Latvia
    #Server = http://archlinux.goodsoft.lv/$repo/os/i586
    # Lithuania
    #Server = ftp://atviras.lt/archmirror/$repo/os/i586
    #Server = http://atviras.lt/archmirror/$repo/os/i586
    # Netherlands
    #Server = ftp://mirror.leaseweb.com/archlinux/$repo/os/i586
    #Server = http://mirror.leaseweb.com/archlinux/$repo/os/i586
    #Server = ftp://ftp.nluug.nl/pub/metalab/distributions/archlinux/$repo/os/i586
    #Server = http://ftp.nluug.nl/pub/metalab/distributions/archlinux/$repo/os/i586
    #Server = ftp://ftp.surfnet.nl/pub/os/Linux/distr/archlinux/$repo/os/i586
    #Server = http://ftp.surfnet.nl/pub/os/Linux/distr/archlinux/$repo/os/i586
    # New Caledonia
    #Server = ftp://archlinux.nautile.nc/archlinux/$repo/os/i586
    #Server = http://archlinux.nautile.nc/archlinux/$repo/os/i586
    # Norway
    #Server = ftp://mirror.archlinux.no/$repo/os/i586
    #Server = http://mirror.archlinux.no/$repo/os/i586
    # Poland
    #Server = ftp://mirror.icis.pcz.pl/archlinux/$repo/os/i586
    #Server = ftp://ftp.piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/i586
    #Server = http://piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/i586
    #Server = ftp://ftp.pwsz.elblag.pl/pub/linux/distributions/archlinux/$repo/os/i586
    #Server = http://ftp.pwsz.elblag.pl/pub/linux/distributions/archlinux/$repo/os/i586
    #Server = ftp://ftp.tpnet.pl/pub/linux/archlinux/$repo/os/i586
    #Server = http://unix.net.pl/archlinux.org/$repo/os/i586
    # Portugal
    #Server = ftp://cesium.di.uminho.pt/pub/archlinux/$repo/os/i586
    #Server = http://cesium.di.uminho.pt/pub/archlinux/$repo/os/i586
    #Server = http://darkstar.ist.utl.pt/archlinux/$repo/os/i586
    #Server = ftp://ftp.nux.ipb.pt/pub/dists/archlinux/$repo/os/i586
    #Server = http://ftp.nux.ipb.pt/pub/dists/archlinux/$repo/os/i586
    #Server = ftp://ftp.rnl.ist.utl.pt/pub/archlinux/$repo/os/i586
    #Server = http://ftp.rnl.ist.utl.pt/pub/archlinux/$repo/os/i586
    # Romania
    #Server = http://mirror.archlinux.ro/archlinux/$repo/os/i586
    #Server = ftp://ftp.roedu.net/mirrors/archlinux.org/$repo/os/i586
    #Server = http://ftp.roedu.net/mirrors/archlinux.org/$repo/os/i586
    # Russia
    #Server = http://archlinux.freeside.ru/$repo/os/i586
    #Server = ftp://mirror.svk.su/archlinux/$repo/os/i586
    #Server = http://mirror.svk.su/archlinux/$repo/os/i586
    #Server = ftp://mirror.yandex.ru/archlinux/$repo/os/i586
    #Server = http://mirror.yandex.ru/archlinux/$repo/os/i586
    # Spain
    #Server = ftp://ftp.rediris.es/mirror/archlinux/$repo/os/i586
    #Server = http://sunsite.rediris.es/mirror/archlinux/$repo/os/i586
    # Sweden
    #Server = ftp://ftp.df.lth.se/pub/archlinux/$repo/os/i586
    #Server = http://ftp.df.lth.se/pub/archlinux/$repo/os/i586
    #Server = ftp://ftp.ds.hj.se/pub/os/linux/archlinux/$repo/os/i586
    #Server = http://ftp.ds.hj.se/pub/os/linux/archlinux/$repo/os/i586
    #Server = ftp://ftp.gigabit.nu/$repo/os/i586
    #Server = http://ftp.gigabit.nu/$repo/os/i586
    #Server = ftp://ftp.port80.se/archlinux/$repo/os/i586
    #Server = http://ftp.port80.se/archlinux/$repo/os/i586
    # Switzerland
    #Server = ftp://archlinux.puzzle.ch/$repo/os/i586
    #Server = http://archlinux.puzzle.ch/$repo/os/i586
    # Taiwan
    #Server = ftp://ftp.tku.edu.tw/Linux/ArchLinux/$repo/os/i586
    #Server = http://ftp.tku.edu.tw/Linux/ArchLinux/$repo/os/i586
    # Turkey
    #Server = ftp://ftp.linux.org.tr/archlinux/$repo/os/i586
    # Ukraine
    #Server = ftp://archlinux.hell.org.ua/archlinux/$repo/os/i586
    #Server = http://archlinux.hell.org.ua/archlinux/$repo/os/i586
    #Server = ftp://ftp.linux.kiev.ua/pub/Linux/ArchLinux/$repo/os/i586
    #Server = http://ftp.linux.kiev.ua/pub/Linux/ArchLinux/$repo/os/i586
    # United States
    #Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/i586
    #Server = http://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/i586
    #Server = ftp://mirrors.easynews.com/linux/archlinux/$repo/os/i586
    #Server = http://mirrors.easynews.com/linux/archlinux/$repo/os/i586
    #Server = ftp://ftp.archlinux.org/$repo/os/i586
    #Server = http://mirrors.gigenet.com/archlinux/$repo/os/i586
    #Server = ftp://ftp.gtlib.gatech.edu/pub/linux/distributions/archlinux/$repo/os/i586
    #Server = http://www.gtlib.gatech.edu/pub/linux/distributions/archlinux/$repo/os/i586
    #Server = ftp://mirrors.hosef.org/archlinux/$repo/os/i586
    #Server = http://mirrors.hosef.org/archlinux/$repo/os/i586
    #Server = ftp://ibiblio.org/pub/linux/distributions/archlinux/$repo/os/i586
    #Server = http://distro.ibiblio.org/pub/linux/distributions/archlinux/$repo/os/i586
    #Server = http://archlinux.linuxfreedom.com/$repo/os/i586
    #Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/i586
    #Server = ftp://lug.mtu.edu/archlinux/ftpfull/$repo/os/i586
    #Server = http://lug.mtu.edu/archlinux/ftpfull/$repo/os/i586
    #Server = ftp://mirrors.xmission.com/archlinux/$repo/os/i586
    #Server = http://mirrors.xmission.com/archlinux/$repo/os/i586
    #Server = ftp://mirror.rit.edu/archlinux/$repo/os/i586
    #Server = http://mirror.rit.edu/archlinux/$repo/os/i586
    #Server = http://schlunix.org/archlinux/$repo/os/i586
    #Server = http://archlinux.umflint.edu/$repo/os/i586
    #Server = http://mirror.umoss.org/archlinux/$repo/os/i586
    # Vietnam
    #Server = ftp://202.78.230.5/archlinux/$repo/os/i586
    #Server = ftp://ftp.indochinalinux.com/archlinux/$repo/os/i586
    #Server = ftp://mirror-fpt-telecom.fpt.net/archlinux/$repo/os/i586
    #Server = http://mirror-fpt-telecom.fpt.net/archlinux/$repo/os/i586
    Last edited by synthead (2010-06-27 21:56:12)

  • TMG with 2010/2013 Coexistence gives dual prompts (TMG and OWA prompt)

    2 X 2010 CAS', Load balanced pool
    4X 2013 Mutilrole (will take the place of the 2010's in the load balanced pool)
    Currently we use TMG to publish owa externally.  From TMG, the traffic goes to a load balancer, and to the 2010 CAS's from there.  TMG is doing pre authentication.
    However, if I take the 2010 CAS' out of the load balanced pool and enable the 2013 in the load balanced pool, users start getting dual prompts - one at the TMG, and then the 2013 OWA login (no mailboxes on 2013 yet, so have only tested with mailbox still
    on 2010).
    I have been through both of the following articles - however, basic auth. is not an option on the exchange side, as then internal users get prompted for windows credentials.  Has anyone in coexistence been able to get this working without basic auth
    (currently use Basic, Windows Auth, and NTLM)?
    http://blogs.technet.com/b/exchange/archive/2012/11/21/publishing-exchange-server-2013-using-tmg.aspx
    http://www.isaserver.org/articles-tutorials/configuration-general/publishing-exchange-2013-outlook-web-app-forefront-threat-management-gateway-tmg-2010.html
    TAG

    Hi,
    As document mentioned, Forefront TMG cannot perform authentication delegation therefore we need change FBA to basic authentication in Exchange 2013.
    However if you don’t want use basic authentication, we can try to disable pre-authentication on the TMG server by new web listener and select the "Do not require SSL secured connections with clients.".
    Also, I find an similar thread about your question. For your reference:
    https://social.technet.microsoft.com/Forums/office/en-US/a4ef2a73-bfee-4fb2-b3c2-c166c11cada7/tmg-owa-double-login-prompts?forum=Forefrontedgegeneral
    Thanks
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Allen Wang
    TechNet Community Support

  • MacPro dual Xenon 2.66ghz boot issues

    I'm the new owner of a used Mac Pro. it's a dual 2.66ghz Xenon and it seems to have a booting issue. I'm an Network Admin in the PC world and I have some Mac knowledge.
    I have disc's for Lepard & Snow Lepard and possibly Tiger. I cannot boot to any of these disc's or enter the diagnostic tests. To make it clear I can hold option and select the disc, however, the CD drive will spin for a few minutes then bring me to a black screen with a cursor that I can move but nothing else.
    I have tried to reset the PRAM manually also with no difference.
    The really interesting part is that I put a SATA hard drive loaded with Windows XP from work in the computer and it booted right to XP- the proper drivers aren't there but it got me to the login screen in 16 color mode.
    I put my MB's drive in it with SL loaded just for fun and got stuck at a beach ball if I recall correctly.
    Today I just read about resetting the SMC and pulling the battery to reset the "real time clock". I'll try those later too, but do you guys have any sugestions?

    hassiman wrote:
    Lately my MacPro has been having an off and on problem when booting.
    Sometimes when the peer button is pushed I will get the GONG sound and the white screen comes up but no gray Apple symbol or rotating circle below it. It just sits there with a blank white screen.
    When I push the power button again the process starts again and the machine boots with no
    problem. Is this symptomatic of a dying HD or some
    other component?
    This is set as the primary boot drive and is running Leopard. I have a mother OS HD running SL that I am gradually switching to.
    Any ideas?
    to
    If this behaviour is consistent I would say it is probably not the HD. Failing HDs tend to behave inconsistently.
    AHT is worth doing, but if first thing I would try is resetting the SMU and PRAM .

  • Sharepoint 2013 MP - Configuration Database connection failed

    Hi all!
    I run a WS2012 R2 with SCOM 2012R2. I'm trying to monitor Sharepoint 2013 Farm, with the Sharepoint 2013 MP. The Sharepoint farm and it's SQL server is on another domain, with two-way trust, and the agents are working on the Sharepoint and SQL servers.
    I use SQL aliases for Sharepoint DB's, so I've made an override to the connection string to make it connect to the correct database. 
    The override is working fine, I can see that SCOM is trying to connect to the SQL server, but I cannot seem to make SCOM use the correct Run As account on these configuration databases. Most of the Sharepoint MP seems to be working fine, with the farm admin
    account, but I don't know how I can force this override connectionString to use a specific user.
    WS2012R2 with SCOM2012R2 UR3
    Sharepoint 2013 Farm on WS2008R2 OS.
    MS SQL 2012 on WS2008R2.
    It uses the default SCOM monitoring account, instead of the Sharepoint RunAs account.
    Any suggestions?
    How do I make it use the correct Run As account?
    (This guy has the
    same problem)
    Thanks,
    Nikolaj

    I was looking at this issue not too long ago, and looked through the management pack xml, to see if there was a missing secure reference for DB connection monitors. I only glanced through the MP, but it looked to me as if the DB connection
    monitors references the same account as the other sharepoint monitors. (Yes, that full-blown farm admin account). Again I am not sure, but it seems the management pack has trouble using the referenced RunAs account in the connection strings and then, because
    the watcher node is setup default to run off the management server, it falls back to the management server action account.
    You mention, that you have a two-way trust between you management group and SPS SQL servers. You could then bring this to work by granting your management server action account public rights on your configuration and content DB’s. Not
    optimal, but it’s a workaround. For SPS 2013 this should work without changing the connection strings, as you would have to with SPS 2010.
    I know this is not solution you’re are looking for, but it just might be enough for you to get a step further. I don’t know of any solution, so far, to get the DB connections to use the SPS RunAs account.

  • SharePoint 2013 March Update Installation Error: Failed to install application content files

    Hi,
    I've been trying to install SharePoint 2013 March Update. After installing when I ran the configuration wizard, I get the following error:
    Task applicationcontent has failed with an unknown exception
    Exception: System.NullReferenceException: Object reference not set to an instance of an object.
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.ApplyActionToXmlDocument(XmlDocument xdAction, XmlDocument xd, String sourceFileName, SupportedXmlDocutmentActions supportedActions)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.MergeWebConfig(XmlDocument xdWebConfig, String fileMask)
       at Microsoft.SharePoint.Administration.SPWebService.ApplyApplicationContentToLocalServer()
       at Microsoft.SharePoint.PostSetupConfiguration.ApplicationContentTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    Has anyone found the issue?
    Thanks,
    Sohel Rana
    http://ranaictiu-technicalblog.blogspot.com

    This is very painful situation .I was stuck on this till 2days and did goggling a lot.But didn't get the solution .I tried so many ways but no success .So finally I removed all the config and XML files from the C:\Program Files\Common Files\microsoft shared\Web
    Server Extensions\15\CONFIG and run the PSConfig wizard again.This time got success finally .really unexpected.

  • App-V 5.0 SP2 sequencing Visio / Project 2013 with setup.exe /packager fails

    Hi @all,
    unsing the deployment tool this configuration.xml:
    <Configuration>
    <Add SourcePath="C:\office-appv\source\" OfficeClientEdition="32" >
    <Product ID="VisioProVolume">
    <Language ID="de-de" />
    <Language ID="en-us" />
    </Product>
    </Add>
    <Display Level="None" AcceptEULA="TRUE" />
    <Logging Name="OfficeSetup.txt" Path="%temp%" />
    <Property Name="AUTOACTIVATE" Value="1" />
    </Configuration>
    for Visio / Project VL (sources where downloaded with this configuration.xml as well)
    with this blog:
    http://blogs.technet.com/b/office_resource_kit/archive/2013/12/02/announcing-app-v-5-0-sp2-support-for-office-2013-volume-licensing-editions.aspx
    Packager tells me that the package was created successfully, but no package was created.
    When I take a look in the logfile, it Shows me an error:
    Timestamp Process TID Area Category EventID Level Message Correlation
    02/26/2014 16:46:45.307 INTEGR~1 (0xeac) 0x5030 Click-To-Run aqkhc Medium CmdLine:"C:\Users\bechtle1\AppData\Local\Temp\Microsoft Office 15\ClientX64\integratedoffice.exe" FLATTEN FLATTEN RERUNMODE config ".\configuration.xml" flattenedoutput "c:\office-appv\appv"
    02/26/2014 16:46:45.307 INTEGR~1 (0xeac) 0x5030 Click-To-Run Telemetry aqkhd Medium {"SessionID":"2e7c6873-7ef6-4ee4-bc2e-248c237f4bd9","GeoID":"94","Ver":"15.0.4569.1504","Bitness":"64","IntegrityLevel":"0x3000","SecuritySessionId":"5"}
    02/26/2014 16:46:45.307 INTEGR~1 (0xeac) 0x5030 Click-To-Run Telemetry aqkhe Medium {"SessionID":"2e7c6873-7ef6-4ee4-bc2e-248c237f4bd9","GeoID":"94","Ver":"15.0.4569.1504","OSVersion":"6.1","SP":"1","ProductType":"3","ProcessorArch":"9","Locale":"1031"}
    02/26/2014 16:46:45.307 INTEGR~1 (0xeac) 0x5030 Click-To-Run ap2kl Medium Args::Args - C2RClient IntegratedOffice.exe receives command line {FLATTEN FLATTEN RERUNMODE config ".\configuration.xml" flattenedoutput "c:\office-appv\appv".}
    02/26/2014 16:46:45.307 INTEGR~1 (0xeac) 0x5030 Click-To-Run ap2km Unexpected C2RClientCommandArgsFactory::CreateC2RClientCommandArgs - Not supported mode: FLATTEN
    02/26/2014 16:46:45.307 INTEGR~1 (0xeac) 0x5030 Click-To-Run ap2ko Unexpected ::wWinMain - Error encountered starting IntegratedOffice.ext with command line FLATTEN FLATTEN RERUNMODE config ".\configuration.xml" flattenedoutput "c:\office-appv\appv". Exception: InvalidArgument (Not supported mode).
    02/26/2014 16:46:45.307 INTEGR~1 (0xeac) 0x5030 Logging Liblet aqc99 Medium Logging liblet uninitializing.
    Regarding to KB VL is fully supported.
    Has anyone the same issue?
    Regards,
    Bernd.

    I 'sequenced' this recently. The Volume License version too. I believe the only difference in what I did was that I didn't set any other languages. If you try with just the below, do you see the same results? Could try and play the process of elimination
    game
    <Configuration>
      <Add OfficeClientEdition="32" >
        <Product ID="VisioProVolume">
        <Language ID="en-us" />
        </Product>
      </Add>
    </Configuration>
    PLEASE MARK ANY ANSWERS TO HELP OTHERS Blog:
    rorymon.com Twitter: @Rorymon

  • SharePoint 2013 - PowerPivot - The following connections failed to refresh.

    Thanks for taking a look. I have tried countless blogs and other forum posts and can't seem to resolve this.
    I am working on SP2013 with SQL Server 2012 in a single farm environment. My domain is on another VM.
    I am using interactive refresh. (Click Data > Refresh All Connections) from the PP Workbook in SharePoint.
    The connection is embedded.
     I am getting the error "We were unable to refresh one or more data connections in this workbook. The following connections failed to refresh: (Name of my connection). The connection is using windows authentication
    What I have tried:
    I have checked ULS Logs, nothing showing up unfortunately.
    I checked local system messages on server, nothing there.
    I changed both the PowerPivot and Excel Services application pools to run under Domain\Administrator
    I changed both the PowerPivot and Excel Services unattended accounts to run under Domain\Administrator
    Ran IISReset command from windows powershell.
    Restarted SSAS Services
    Verified the Server was registered in Excel Services (Data Model Settings)
    Verified that data refresh was enabled on the PowerPivot workbook at the site collection level.
    In central administration I set the business hours to 6am - 8am for data refresh so this would not be an issue.
    I verified that the Secure Store Service is started in central administration
    I have also ran SQL Server Profiler and all I see is this error, i'm not even sure it's related. Searching the error hasn't helped:
    "The commit or rollback request cannot be completed because there is no active transaction in this session."
    I verified that Claims to Windows Token Service is running in central administration.
    I've tried editing the workbook connection to use specified accounts as well. When I do that I get the following error:
    An error occurred while accessing application id SP2013\Administrator from the Secure Store Service. The following connections failed to refresh: (My connection name).
    Any help or direction would be much appreciated. Thanks.

    did you try below technet guide?
    Unable to refresh data for a data connection in the workbook. Try again or contact your system administrator. The following connections failed to refresh: PowerPivot Data
    also check this guy:
    http://voices.yahoo.com/powerpivot-error-unable-refresh-data-data-11642048.html?cat=15
    Are you using the office web apps?
    https://blogs.technet.com/b/excel_services__powerpivot_for_sharepoint_support_blog/archive/2013/01/31/powerpivot-for-sharepoint-browser-refresh-fails-data-refresh-not-supported-in-office-web-apps.aspx
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

Maybe you are looking for