[SOLVED] New installation hangs on boot at two different places

Hello
I recently made my another attempt at installing arch on a new desktop build. Previous successful attempts were old laptops.
I followed the Beginner's Guide on the Arch wiki.
Currently it stops at one of two places in the boot process:
1. [ OK ] Found device Samsung_SSD_850_EVO_500GB BOOTARCH
    Starting File System Check on /dev/sdb6…
2.  [ OK ] Started Journal Service
    [ OK ] Started udev Kernel Device Manager
I can not consistently recreate either scenario, but it seems to be random which of the two places it stops. Cold boot and CTRL ALT Delete. I doubt that has anything to do with it, but thought I'd add it anyway.
Current setup:
Hardware:
Motherboard - ASUS Z97 Pro (using ethernet adapter and sound on here)
Processor - Intel 4790K
Memory - 16 GB
Graphics - Gigabyte G1 Nvidia GTX 970 SLI x2
Storage - Samsung 850 SSD 500 GB and WD Black HDD 3 TB
I've also configured it to use a static IP
I started this journey by using the live Gparted CD to create partitions. I created two partitions on the SSD. One for windows 8.1 and one for linux. I then created two partitions on the HDD. One for windows, one for linux.
I installed windows 8.1 first. It divided up the partition I gave it. I am able to run Windows. Once that was done I began installing Arch.
I used the Feb 2015 ISO from the torrent.
Current partition scheme for linux:
sda1 /home
sda3 /swap
sda4 /var
sdb1 /
sdb6 /boot
sda is the HDD and sdb is the SSD
The other partitions not listed are for windows. To boot into windows, I use F8 to choose the windows boot manager partition. It currently defaults to the linux partition.
During the install, I mounted the root partition first. I then created directories for each of the other partitions and then mounted them. Home, var, and root are all ext4. Boot is FAT32, and Swap is swap.
I read where I made a couple of mistakes the first attempt on this computer and did a wipe and reinstall again. First mistake was not knowing that /boot needed to be FAT. I then learned that /swap does not need to be in the fstab. I also learned that a FAT partition can not use UUID in the fstab so I took that out and just used /dev/sdb6 instead.
I have run out of things to search for at this point and need help to continue moving forward.
Bellow is the current /etc/fstab. It was generated using
genfstab -U -p /mnt >> /mnt/etc/fstab
and then edited as noted above
#/dev/sdb1 LABEL=archroot
UUID=xxxxxxxxxxxxxxx / ext4 rw,relatime,data=ordered 0 1
#/dev/sdb6 LABEL=BOOTARCH
#UUID=xxxxxxxxx
/dev/sdb6 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
# /dev/sda1 LABEL=linux\134x20home
UUID=xxxxxxxx /home ext4 rw,relatime,data=ordered 0 2
#/dev/sda4 LABEL=archvar
UUID=xxxxxxxxxx /var ext4 rw,relatime,data=ordered 0 2
#/dev/sda3
#UUID=xxxxxxxxxxxxxx none swap defaults 0 0
Thanks for any help that can be provided
Jason
Last edited by p2ranger (2015-02-14 22:20:14)

I tried removing gummiboot and installed GRUB2. That didn't work.
As to the UUID's, I just typed in xxxxx's for the post because I didn't feel like transcribing random letters and numbers.
So after reading Head_on_a_Stick's suggestion, I redid my partitions and reinstalled arch again following the Beginner's wiki page and using gummiboot
New Partitions are as follows:
sda1  /home
sda3  /swap
sda4  /var
sdb1  /
sdb3  /boot (originally created from windows install)
Also, I took a screenshot from Gparted of the two disks if there is any info on there that may be of use
http://cotting.us/gparted-sda.jpg
http://cotting.us/gparted-sdb.jpg
Below is the contents and output requested
arch.conf
title Arch Linux
linux /vmlinuz-linux
initrd /initramfs-linux.img
options root=/dev/sdb1 rw
loader.conf
timeout5
#default 875966af283d44de9e754c1d68848eab-*
default arch
gdisk -l /dev/sda
GPT fdisk (gdisk) version 0.8.10
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Disk /dev/sda: 5860533168 sectors, 2.7 Tib
Logical sector size: 512 bytes
Disk identifier (GUID): E11d436B-ED6D-47AD-BCD0-F04384ED50B8
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 5860533134
Partitions will be aligned on 2048-sector boundaries
Total free space is 2925 sectors (1.4 MiB)
Number Start (sector) End (sector) Size Code Name
1 2048 45672447 21.8GiB 8300
2 2871662592 5860532223 1.4 TiB 0700
3 2854432768 2871662591 8.2 GiB 8200
4 45672448 285443277 1.3 TiB 8300
gdisk -l /dev/sdb
GPT fdisk (gdisk) version 0.8.10
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Disk /dev/sda: 5860533168 sectors, 465.8 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): DA9A6AF9-066B-4C1A-8778-93CCE5A68D97
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 976773134
Partitions will be aligned on 2048-sector boundaries
Total free space is 2029 sectors (1014.5 KiB)
Number Start (sector) End (sector) Size Code Name
1 2048 410247167 195.6 GiB 8300
2 410247168 410861567 300.0 MiB 2700 Basic data partition
3 410861568 411066367 100.0 MiB EF00 EFI system partition
4 411066368 411328511 128.0 MiB 0C01 Microsoft reserved …
5 411328512 976773119 269.6 GiB 0700 Basic data partition
lsblk -f
sda
-sda1 /home
-sda2
-sda3 [SWAP]
-sda4 /var
sdb
-sdb1 /
-sdb2
-sdb3 /boot
-sdb4
-sdb5
sdd
-sdd1
-sdd2
sr0
loop0
loop1
-arch_airootfs /etc/resolv.conf
loop2
-arch_airootfs /etc/resolv.conf
Since my fstab is changed, here is the new one
# /dev/sdb1 LABEL=archroot
UUID=xxxxxxxxxxxxxxxxxx / ext4 rw,relatime,data=ordered 0 1
# /dev/sdb3
#UUID=xxxxxxxx
/dev/sdb3 /boot vfat rw,relatime,fmask=0022,dmask=0022, codepage=437,iocharset=iso8859-1, shortname=mixed, errors=remount-ro 0 2
# /dev/sda1 LABEL=archvar
UUID=xxxxxxxxxxxxxxxxxx /home ext4 rw,relatime,data=ordered 0 2
# /dev/sda4 LABEL=archome
UUID=xxxxxxxxxxxxxxxxx /var ext4 rw,relatime,data=ordered 0 2
# /dev/sda3
#UUID=xxxxxxxxxxxxxxx none swap defaults 0 0
After another install, it still hangs on booting. Here are some of the last lines it displays:
( OK ) Started create system users
Starting Create static device nodes in /dev...
( OK ) Started Journal service.
( OK ) Started create static device nodes in /dev.
( OK ) Reached target Local File systems (Pre).
( OK ) Started Rebuild hardware database
Starting udev Kernel Device Manager....
( OK ) Started Rebuild Dynamic linker cache
( OK ) Started udev Kernel Device Manager
I’m glad people like my setup. I spent a lot of time reading and comparing before I came up with what I bought.
Thanks for your help
Jason
Last edited by p2ranger (2015-02-13 23:52:29)

Similar Messages

  • I find that after updating my ipad to ios8 banking applications to deposit funds no longer work. The camera image rotates from horizontal to vertical and cannot be corrected. Is this a new ios8 error. I tried two different bank applications for ipad.

    I find that after updating my ipad to ios8 banking applications to deposit funds no longer work. The camera image rotates from horizontal to vertical and cannot be corrected. Is this a new ios8 error. I tried two different bank applications for ipad.

    Hi, Thanks for that further bug description In Your Last Message That Describes The Problem I Am Having perfectly and is exactly the same for me.
    unfortunately that fix for my camera Powershot G6 does not work or apply as the view pictures switch is different on G6 is not usable during download as once you plug in DC/USB cable it turns off, and makes no diff and problem still exists exactly as you just described.
    thanks anyways "Selz Boy"
    it has been 17 days since apple promised to get back to me within 3-5 days hopefully with a solution, but I have still not heard from them.
    They blew me off, i guess, probably i will have to wait for new Yosemite OS update, which they pre-warned me could take as much as 6 months.
    I cannot believe apple released this new update with such major bug issues for camera downloads and that horrible "Photos" pgm which has all sorts of downgrades in features, usefulness and new bugs compared to iPhotos which I just finally got used to and was much better software.
    I am starting to lose faith in Apple and I am getting that Microsoft "FEEL" like I used to have when I was a PC user, which was why I originally switched to Apple  computers in first place.
    Oh well got my fingers crossed here.
    Thankfully the memory card reader solution  is working well, but cost me $45.

  • Folder is empty on second computer. I have installed adobe CC on two different computers for same account so I can work at two different places. I uploaded files to it yesterday and I can't find it on the CC folder on second computer. What can I do?

    I have installed adobe CC on two different computers for same account so I can work at two different places. I uploaded files to it yesterday and I can't find it on the CC folder on second computer. What can I do?

    Hi DeafScientist,
    Please try the below mentioned links.
    Creative Cloud Help | Browse, sync, and manage assets
    Error: "Unable to sync files"
    Creative Cloud File Sync | Known issues
    Kindly revert if you are unable to sync files.
    Thanks,
    Atul Saini

  • [SOLVED] new install hangs at fsck

    Hi all,
    I am trying my first install on the new installation media 10-6.  Everything seemed to go smoothly until I rebooted.  Now boot hangs at Filesystem is clean. The full message I am stuck on is below.
    fsck.jfs version 1.1.15, 04-Mar-2011
    processing started: 10/31/2012 11:23:56
    The current device is: /dev/sda3
    Block size in bytes: 4096
    Filesystem size in blocks: 14080972
    **Phase 0 - Replay Journal Log
    Filesystem is clean.
    Then I have nothing.  The computer is a lenovo thinkpad t420.  Any help would be appreciated, thanks.
    edit: added code tags
    Last edited by rickeyski (2012-11-05 02:43:36)

    I ran into something similar yesterday.. I'm not sure it's the same problem but here's what I tried and found.
    *After an unsucessful boot, restart your computer and boot off the installation media
    *Mount your paritions on /mnt as you would for a fresh install.
    *Run arch-chroot /mnt to chroot into your installation.
    *Now you can run journalctl to see all messages logged during boot. There will be a ton of them, so hit 'G' to scroll to the bottom.
    *Look for messages in red or white.
    Now, in my case I found some errors from nouveau and dri. After those errors, the logs went on to show that the system fully booted, although I never got past the fsck step on the screen. A bit of searching found posts about problems with nouveau and dual graphics cards (I have on-board GPU + a Nvidia card). Some posts mentioned adding the nomodeset option to your kernel line in grub. Doing this allowed me to boot up, and after installing the nvidia driver, I was able to remove this option and still boot.
    Hope this helps.
    Edit: grub config with nomodeset
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=UUID=e7975760-f032-438a-b38d-93bc03246e96 ro nomodeset
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    Last edited by dmartins (2012-11-03 13:11:42)

  • [~SOLVED] 1 min hang during boot while mounting xfs partitions (LVM)

    Hi all,
    After the upgrade I did yesterday (which included linux-3.12.8-1 and lvm2), the boot time has increased by 1 minute as the system hangs while mounting two partitions formatted as xfs and residing on logical volumes.
    $ systemd-analyze blame
    1min 13.676s home-VDP76-videos.mount
    1min 13.111s home-VDP76-VBox_VMs.mount
    2.980s [email protected]
    I have the fsck hook as second-to-last entry in my mkinitcpio.conf, but the fstab entries for these partitions include
    ... xfs defaults 0 0
    so, as far as I undertstand, the partitions should not be checked, am I missing something!?
    I have googled for similar issues but I did not find anything useful, any suggestion would be greatly appreciated.
    Thanks
    edit: I blame the check disk because of what reported on the system journal (note the time stamps):
    Jan 23 00:10:37 ArchTP kernel: psmouse serio5: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
    Jan 23 00:10:39 ArchTP kernel: psmouse serio5: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
    Jan 23 00:10:40 ArchTP kernel: input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio4/serio5/input/input25
    Jan 23 00:11:47 ArchTP systemd[1]: Mounted /home/VDP76/VBox_VMs.
    Jan 23 00:11:47 ArchTP kernel: XFS (dm-4): Ending clean mount
    Jan 23 00:11:47 ArchTP kernel: XFS (dm-3): Ending clean mount
    Jan 23 00:11:47 ArchTP systemd[1]: Mounted /home/VDP76/videos.
    Jan 23 00:11:47 ArchTP systemd[1]: Starting Local File Systems.
    Jan 23 00:11:47 ArchTP systemd[1]: Reached target Local File Systems.
    I should also add that the involved partitions are ~20 Gb each and quite full...
    edit2: I have freed up almost all space on the video partition and the time for mounting those partitions has now decreased to 8 sec...I will mark the thread as solved, but I still would appreciate an input on the reasons why the partitions are checked regardless of the fstab setting, for example, is this pertinent!?
    dumpe2fs -h /dev/mapper/waldorf-video | grep -i 'mount count'
    dumpe2fs 1.42.8 (20-Jun-2013)
    dumpe2fs: Bad magic number in super-block while trying to open /dev/mapper/waldorf-video
    Last edited by VDP76 (2014-01-22 23:38:25)

    WonderWoofy wrote:I don't think that the fsck.xfs is really a fsck at all.  It is there for compatibility purposes, and a real check can be done with xfs_check and xfs_repair.  So the fsck.xfs will just always give an exit status of zero.
    exactly..in fact the man page says
    fsck.xfs(8) wrote:fsck.xfs - do nothing, successfully
    so fsck.xfs simply exits with a zero exit status.
    running xfs_check gives
    xfs_check is deprecated and scheduled for removal in June 2014.
    Please use xfs_repair -n <dev> instead.
    and xfs_repair does not find errors on both partitions.
    Still, I do not understand how nothing being done can take up so much time.
    By the way, a short S.M.A.R.T. self-test did not report errors...
    In the meanwhile, there has been another kernel upgrade and the timing issue persists, so I am assuming it has something to do with the last lvm2 upgrade.

  • Solaris 11 x86 installer hangs on boot

    I've downloaded both sol-11-1111-live-x86.iso and sol-11-1111-text-x86.iso, they both launch grub successfully, but thereafter they hang almost instantly.
    This is a photo of my monitor when the installer has died:
    [http://dl.dropbox.com/u/5487392/IMAG0073.jpg]
    I've installed ubunut and windows successfully on the machine, so the hardware should be ok.
    Is there some way I can launch the installer in verbose mode or something to more accurately pinpoint what fails during the boot?
    Any other suggestions that can get me closer to installing solaris are welcome as well.

    I am getting this on a Dell SC440.
    I thought it might be my lowly E2160 CPU, but I've just put in an Intel Q6600 (Core 2 Quad 2.4 GHz) and it still happens.
    The server previously had Red Hat Linux 6 on it (actually I reinstalled it today to test it), but I booted from a DOS USB stick and used fdisk to remove all partitions, so that the 3x 80 GB SATA disks I have in there are all blank.
    When I boot it goes through the initial screen with dots printing across and then displays a text line "Solaris Release 5.11 Version snv_151a 64-bit" then a copyright line and then it hangs.
    I've tried both the live and text install media, with the same result.
    I have used the same Solaris media to install onto another machine (an AMD powered Dell C521), and it is fine.
    Any ideas/pointers?

  • [SOLVED] rEfInd Started Hanging on Boot

    I have my computer set up to dual boot Arch and Windows 8 using EFISTUB and rEFIfind as described in the beginners' guide. This had been functioning well for the last month or two but this morning I found that the computer would just hang after printing out:
    Starting vmlinuz-arch.efi
    Using load options 'root=/dev/sda7 ro rootfstype=ext4 systemd.unit=graphical.target'
    The only thing that I've done since my last Arch boot is to install and run DiskInternals Linux Reader 1.6.4.0 on my Windows partition. I needed to grab a file from the Arch ext4 root partition and didn't think that a read operation could result in any corruption. I can still run this program in Windows and everything appears to be in order on the ext4 partition so I'm not entirely sure if this is related.
    I did forget to set up systemd to copy over '/boot/vmlinuz-linux', '/boot/initramfs-linux.img', and '/boot/initramfs-linux-fallback.img' to the efi partition when they change which I thought might have caused this problem. I did this manually from Windows however and it had no impact on the behavior. If anybody could point me in the right direction here I would really appreciate it.
    My refind_linux.conf contents are the following:
    "Boot to X" "root=/dev/sda7 ro rootfstype=ext4 systemd.unit=graphical.target"
    "Boot to console" "root=/dev/sda7 ro rootfstype=ext4 systemd.unit=multi-user.target"
    Last edited by neon (2013-02-21 21:49:56)

    neon wrote:
    Last night I updated all of the packages on my system and this issue returned. I tried doing the fsck again (it said it was clean) but it made no difference. I also tried copying the necessary files from /boot to the EFI partition by hand and this all made no difference. When I updated the system the kernel was updated to 3.7.9-1.
    Anybody have any other ideas for what I could try?
    Try reverting to kernel 3.7.7. There are some as-yet-mysterious glitches involving booting via EFI with Arch kernels 3.7.8, 3.7.9, and possibly some other releases of the 3.7.x series. The EFI problem doesn't seem to affect Arch kernel 3.7.7, though.
    If you want to read about the problems -- and possibly get further confused! -- you could take a look at this thread.
    Either way, I don't believe your problem is related to filesystem errors, which is what fsck addresses.
    Last edited by dhave (2013-02-21 19:01:27)

  • New install hangs on boot when GDM or LXDM services are enabled

    Greetings Arch users,
    I've been trying out installing Arch on a USB drive in order to get familiar with the process and use it on my main machine in the future. I've been following the Beginners' Guide, and after a few hiccups, I managed to install what appears to be a fully-functional Arch system onto a 16 GB USB drive, albeit without a window manager or desktop environment.
    When I tried that is where I ran into problems. I installed X, vesa driver, and GNOME and enabled gdm.service, and upon the next reboot the system hung after or in the middle of the fsck process, exactly as described in this thread.
    rebooted, hangs after the fsck bit where it says something like /dev/sda4: clean, 112977/9296096 files, 185427/21217024 blocks
    I just get the blinking cursor. I left it there long enough to take a nap and nothing else came up.
    Examining the journalctl output, I see an error exactly like mentioned in this thread:
    GLib-GObject-CRITICAL: g_object_ref: assertion 'object->refcount > 0' failed
    GLib-GObject-CRITICAL: g_object_unref: assertion 'object->refcount > 0' failed
    Chrooting into the system and disabling gdm.service allowed for normal boot.
    Well, I thought, maybe there's an issue with GDM or GNOME. I'll try LXDE and LXDM instead. Unfortunately, that hung at the exact same point in the loading process. Looking at the journalctl, I saw an output exactly like what was described in this thread:
    Lxdm.service main process exited code=exited status=1/FAILURE
    lxdm.service entered failed state
    I'm stumped. I've searched and haven't come up with anything. Does anyone have any ideas about what might be the cause? What additional information would be helpful in diagnosing the issue? Thank you for your help.
    Last edited by AbortToddlers (2014-01-28 15:06:04)

    Neburski wrote:
    slowpoke1584 wrote:
    killall gdm
    GDM then restarts immediately. Problem recurring each boot.
    Can you check the logs (dmesg, journalctl, xorg) and see if there are any differences for the startup of GDM before and after a successful GDM start.
    Technically from the lack of information you provided it's not possible to state if you actually have the same issue or not. It might be better for you to start your own separate thread.
    If you start your separate thread please provide some more details so people don't need to start guessing.
    I think I'll just RTM.

  • [Solved/Broken DPM] Hang at boot when switching modes with radeon

    When I tried to boot into Arch about a week ago after cleaning some dust out of my case I was met with a nasty surprise, it wouldn't boot properly! Once my system got to the point where it would usually change resolutions (KMS kicks in) my displays (1 DVI, 1 DVI -> VGA) would just shut off (presumably not getting any signal from my GPU a Radeon 5770) and either my keyboards lights (caps/scroll/num) would either be stuck on or be able to be toggled but I don't believe anything was happening in the boot process.
    Now me being the inquisitive kind of guy I decided I would be right on the case and ignore Arch until I got bored. I tried out an old Ubuntu 12.04 based distro and everything worked fine, but that's no way to live so I decided to install Debian testing. The install went fine, everything was happy, and I even made it to a tty! But during the boot I noticed a message saying I didn't have the non-free firmware I'd need for my GPU, so I installed that and rebooted.
    Much to my pleasure the same issue didn't happen! Instead of only (presumably) locking up my GPU fans were going very fast and loud blowing a bit of extra dust out of my case for me. How convenient! At this point I decided the problem was probably the fault of the firmware, but why did it just start happening now? Perhaps I updated my system before I opened it up; I don't remember if that is the case or not however.
    Anyways, Debian testing was a bust so I decided I'd reinstall Arch, so I booted up my trusty flash drive and.... the same thing happened. While I considered the possibility of hardware failure, Windows works the same as it always has and the old distro didn't have any issues aside from generally being old and terrible and my computer is yet to catch on fire. I also ran a small memory test to make sure everything seemed normal enough.
    tl;dr Boot fails when KMS initiates (?) / Hardware seems fine / Maybe a problem with new kernel or firmware
    Anyone else have issues or a solution?
    EDIT: Disabling DPM fixed my issues, but of course I don't have dpm now
    Last edited by jmad980 (2014-07-28 10:07:25)

    You can try building the kernel from git. There is an AUR package.
    Or try the drm-fixes-3.16 branch from git://people.freedesktop.org/~agd5f/linux (http://cgit.freedesktop.org/~agd5f/linux/)
    For me (HD6870) it fixes the power management. But i had other symptoms: https://bugzilla.kernel.org/show_bug.cgi?id=68571

  • ITunes is saving my Apps in two different places

    When I buy an App in iTunes it is downloaded to
    ~/Music/iTunes/Mobile Applications
    But when I by an app direct from my iPod and then sync with iTunes, it appears on my hard drive in:
    ~/Music/iTunes/iTunes Media/Mobile Applications
    This means I have two Mobile Application folders, both with unique content.
    I have consolidated the library and have updated to the new media organisation.
    Is this normal behaviour for iTunes and iPod to use different Mobile Application folders?
    Why isn't iTunes defaulting to the new media organisation and putting Mobile Apps inside the Media folder?
    Thanks for any help.

    Further Investigation:
    1. I thought that maybe ~/Music/iTunes/Mobile Applications was a legacy folder, so I deleted it and downloaded a free App from the app store (using iTunes)
    iTunes created the folder again and put the App inside it!
    2. Another strange discovery - If you consolidate the Library to an external Hard Drive, iTunes merges the contents of the two local Apps Folders and puts them in ExternalHD/iTunes/iTunes Media/Mobile Applications
    I wonder why it is keeping this legacy folder in the Home Directory, and why it is still putting new Apps there, but then putting new Apps from the iPod/iPhone into iTunes Media

  • WRT54GL New Installation Issues

    I recently installed the WRT54GL.  This a new installation.  I currently have two problems.  The first issue is the router is not allowing the local PC to connect to the internet even though the router is directly connected to the PC.   How do I connect to the internet via the local PC?  The second one is that the laptop will connect and it shows the connection is secure but the login screen never appears.  Should a login screen appear?  Also, how do I verify that no authorized users connect to my system?
    Thank you,
    S

    Who is your internet service provider ?
    When you connect the modem directly to the computer are you able to go online ?
    What's Internet ip address are you getting on the status page of the router ?

  • The letters in a new email message are in two different colours. I have a screen shot to show the problem

    When I type a new email the letters show in two different colours as below
    bdhijklmnpqru are in a purple colour and all other letters are in black
    Thanks
    derekp

    Thanks. Too many threads, I got confused. I found this information in an older article, so I'm not sure it is completely current, but you could give it a try to see whether it helps.
    To try disabling Thunderbird's use of hardware acceleration, you can use the "Config Editor" to switch two preferences.
    To open the Config Editor, see: [[Config Editor]]
    (1) In the search box that appears above the list, type or paste '''layers''' and pause while Thunderbird filters. Then double-click '''layers.acceleration.disabled''' to switch it from false to true.
    (2) In the search box that appears above the list, type or paste '''gfx''' and pause while Thunderbird filters. Then double-click '''gfx.direct2d.disabled''' to switch it from false to true.
    You might not need both of these.

  • SBO - How to use two different Stock Account within the same Item Group

    Hi,
    I'm currently stuck within one of my implementation.
    I'm deploying the same solution worldwide which worked pretty well until now. All the items are connected to an item group, with a unique GL account, supposed to book at the same time the good receipt and the good issue (Balance-Sheet Account = 14xxxxx).
    My new unit is willing to use two different GL accounts when performing its stock entry (let say 14xxx10) and another GL account for the good issue, let say 14xxx20.
    Do you have any clue so i can please them and keep using at the same time the item group ?
    Thanking you in advance
    Stephane

    Hi,
    In fact, we use the GL account as the HQ Account (Reporting Account) while the "Export Code" will be used to store the local GL Account (greek account).
    As such, we can, somehow handle two different chart of accounts.
    In my reporting, i'm only using a single GL account for stock movements, while my greek counterparts want to handle two different accounts.
    Threfore, i have only two solution since there is normally a one to one relationship between a HQ account and a local account that are :
    1 - Duplicate the HQ accounts
    In that case, i do respect anytime the one to one relationship. I've got one HQ account for one local account. But how can i put this since i can only handle one single stock account.
    2 - I keep my single stock account like this but i won't be managing the possibility to get two different Export Codes.
    Regards
    Stephane

  • Connect two different DP to a chart!

    Hi @all,
    does someone has connected two Data Provider to one line chart?? !
    Scenario:
    I use "two" queries! In the columns i use a key figure (for example sales)! In the rows i can see the last 12 month! The second query is exactly a copy of the first! The keyfigures are restricted by a variable for sales org.
    Now i have a template with one chart and two web items of type "hierarchical context menu". "hierarchical context menu 1" and "hierarchical context menu 2"! hierarchical context menu 1 is connected to query 1 (DataProvider1) and hierarchical context menu 2 is connected to query 2 (DataProvider2)!
    Now i got the problem that only one dataprovider can be connected to the chart so that i can see only one line (keyfigure 1 from query 1)! I would like to connect both Data Provider to the chart "**AND**" and would like to filter each DataProvider by using the two hierarchical context menus!
    Well i think it is not possible! I solved it by using one query with two different key figures and by using varables. Not so comfortable but works.
    Regards,
    Adem

    Same for more $$ from OWC - and Dr Bott is always worth checking out for video cables and adapters.
    http://eshop.macsales.com/shop/video/hardware/

  • How do you tell two different cursors to move to different places?

    Sorry if this has been asked before but I couldn't find the answer anywhere.
    As I said, I'm trying to get two different cursors to move to two different places on the same graph. I have the values I want them to go to, I'm just not sure which function or command to use. I'm using LabVIEW 8.6. Thanks for any help!
    Solved!
    Go to Solution.

    WCR,
    You would have to use the property nodes of the graph to move the cursors programmatically. The properties of interest are Active Cursor and Cursor Position > X and Cursor Position > Y. Use the Active Cursor to specify (by cursor index) which cursor you want to work with, then set the X and Y property values, then set the next cursor as the Active Cursor and set its X and Y property values.

Maybe you are looking for

  • If I pay the carrier such as Rogers or Telus to unlock my iPhone 4S will it be permanent?

    I have recently purchased a used iPhone 4S with 5 months remaining on the 1 year warranty (not eligible for Apple Care). Buying used while everyone is upgrading to the new 5 allows me to buy into this market - already have a Mac Book - sadly, can't a

  • AP_VENDOR_PUB_PKG.Update_Vendor_Site

    I want to use this API to update account_pay_code_combination_id and prepay_code_combination_id.But I don't know how to use this parameter:p_vendor_site_rec. Please show me how.Thank you

  • Problem regenerating Web Service - PI Cache not been refreshed issue?

    Hi guys. I'm pretty new to PI, so I don't really know if this issue has been discussed before. I tried a search but it couldn't solve my problem. I'll described my scenario as best I can. I've created a WebService in PI via an RFC, everything was run

  • AP Group not working

    I upgrade one of my 2 4404 controllers to 5.2.178.0 I can't remove access points from the default-group AP Group. So it is now impossible to pick which WLANS (SSIDs)to broadcast with specific IP's I didn't update my second controller. When I add an a

  • CPGDescription

    We have tried to extend the object CPGDescription (Language-dependent Marketing Campaign description) by an append structure. We added a field into the db table CGPL_TEXT and to the BOL structure CRMS_MKTPL_IB_CPG_DESC. We have added the new field th