Tty "problem" with execNative

Folks,
we have a "small" problem with the execNative stuff:
We have to automate the installation of a tool, which requires a couple of
manual interventions...
One of that is the restart of some software on a different node, and once
that's done, we need to send a "c" for continue to the original task on the
initial server...
We try to minic that be using expect and the spawn/wait functionality.
The problem seems to be, that the execNative is taking away all tty's, and
that exepct can't then send the signals to the "right" processes...
Here's excerpts from what we try to achieve:
SPS xml code:
               <execNative userToRunAs="root" dir=":[workPath]" timeout="18000">
                    <shell cmd="/bin/ksh -x -c">
                         <![CDATA[                         
# Then we need to start the expect script! (this is our InstallScript.xml installed InstallScript!)
./301_install_pai_base.sh
]]>
                    </shell>
               </execNative>
<!-- This next call restarts the DMGR, because that is needed during the installation on non-DMGR hosts... ;-) -->
               <if>
                    <condition><equals value2=":[hostIsDeploymentManager_]" value1="FALSE"/></condition>
                    <then>
                         <retarget host=":[paiDeploymentManagerHostRef_]">
                              <call blockName="restartDmgr">
<!--
                                   <installedComponent path="@pluginFolder@/sunos/sparc/5.10/3.0.1" name="PAI" />
-->
                                   <installedComponent name="PAI" />
                              </call>
                         </retarget>
                    </then>
               </if>
               <execNative userToRunAs="root" dir=":[workPath]" timeout="18000">
                    <shell cmd="/bin/ksh -x -c">
                         <![CDATA[                         
# Then we need to start the expect script! (this is our InstallScriptPart2.xml installed InstallScriptPart2!)
./301_install_pai_base_part2.sh
]]>
                    </shell>
               </execNative>
The scripts are:
301_install_pai_base.sh:
./install_pai_no_dmgr.exp "$SOLUTION_MODULE" "$PSA_PATH" "$LOG_DIR" "$TMP_PAI_DIR" "$BASE_DIR" > ./install_out.log 2>&1 </dev/null &
echo $! >mysuperduperscriptprocessid
updatelog_file="./install_out.log"
sleep 10
if [ -f "$updatelog_file" ]
then
          while :
          do
          last_lines=`tail -2 "$updatelog_file" 2>/dev/null`
     if echo $last_lines | grep "BUILD FAILED" >/dev/null 2>&1
     then
                    echo "There were failures during install!"
                    kill -TERM $id
                    exit 1
fi
          if echo $last_lines | grep "(c,a)" >/dev/null 2>&1
          then
               # The kill -HUP is handled in the continuation script!
               exit 0
          fi
          sleep 1
          done
fi
301_install_pai_base_part2.sh:
id=`cat mysuperduperscriptprocessid`
rm -f mysuperduperscriptprocessid
     updatelog_file="./install_out.log"
     sleep 10
          while :
          do
          last_lines=`tail -2 "$updatelog_file" 2>/dev/null`
     if echo $last_lines | grep "BUILD FAILED" >/dev/null 2>&1
               then
                    kill -TERM $id
                    exit 1
fi
     if echo $last_lines | grep "BUILD SUCCESSFUL" >/dev/null 2>&1
          then
                    kill -HUP $id
                    exit 0
          fi
          sleep 1
          done
install_pai_no_dmgr.exp:
******************************************************************************#!/usr/local/bin/expect
set timeout 1000000
proc sendCtoContinue {mySpawnID} {
send -i $mySpawnID "c\n"
proc sendAtoContinue {mySpawnID} {
send -i $mySpawnID "a\n"
# send_user "Executing ./installPAI.sh\n"
spawn ./startInstaller.sh -m FULL -i [lrange $argv 0 0] -a [lrange $argv 1 1] -l [lrange $argv 2 2] -t [lrange $argv 3 3] -b [lrange $argv 4 4] -p true
set paiSpawnID $spawn_id
trap {sendCtoContinue $paiSpawnID} SIGHUP
trap {sendAtoContinue $paiSpawnID} SIGTERM
expect "(c,a)"
wait $paiSpawnID
expect "Total time:"
# expect "Install complete"
What we found out is:
a.) We need the redirection of the STDIN/STDOUT/STDERR at the first line:
./install_pai_no_dmgr.exp "$SOLUTION_MODULE" "$PSA_PATH" "$LOG_DIR" "$TMP_PAI_DIR" "$BASE_DIR" > ./install_out.log 2>&1 </dev/null &
b.) The retarget clause/statement is executed!
c.) The "part2" script is started!
d.) The "c" is send! (aka, the kill will be executed!)
e.) The "c" does not reach the correct process, aka: the process started via:
spawn ./startInstaller.sh -m FULL -i [lrange $argv 0 0] -a [lrange $argv 1 1] -l [lrange $argv 2 2] -t [lrange $argv 3 3] -b [lrange $argv 4 4] -p true
Any clues?
Do we need to work out something different for that stuff?
Matthias

I don't think the console font is the problem. I use Lat2-Terminus16 because I read the Beginner's Guide on the wiki while installing the system.
My /etc/vconsole.conf:
KEYMAP=de
FONT=Lat2-Terminus16
showconsolefont even shows me the characters missing in the file names; e.g.: Ö, Ä, Ü

Similar Messages

  • TTY problems with fresh install

    HP Compaq 8510W
    Fresh install of 32-bit Arch
    I have had 64-bit Arch running on this laptop without incident---until the last upgrade broke Flash..:(  (But that's another story.....)
    Now, I have just installed 32-bit Arch and--after doing some setup and configuring--the TTYs quit working.  Ctrl-Alt-F1, F2, etc. produces only a brightly-colored screen with random letters and numbers.  A re-install cured it, but only for a short while.
    The symptoms suggest an issue with a video driver, but I don't know what driver is used when toggling to a TTY.
    As I write this, I am running from Ubuntu, and all is well.
    Any ideas??

    Hello Neighbor,
    Are you encountering these problems after starting an X session when you try to switch back to a console, or does this happen in the absence of Xorg?
    What is your video architecture in that HP?  My Pavilion is Intel GM45 (intel915).  These types of problems went away for me about a year ago.  On Intel, if I recall correctly, it was imperative that you not load any framebuffer console mode kernel drivers in the presence of KMS.  The only module that can be loaded is the KMS Intel frame buffer support module. 
    You might check the modules you are forcing, and you might play with disabling KMS from the kernel command line.
    I am in Northeast Pasadena (Brigden Ranch area).  Are you anywhere close?

  • Tty display problems with nvidia and uvesafb

    I'm trying to get my console to display correctly at 1080p; trying to do so through GRUB was always an absolute nightmare.
    The console displays fine with nouveau, but nouveau causes the infamous pink line bug, which is simply too irritating to ignore; nouveau is not an option.
    In the past, my console has run at low res and incorrect scale with nvidia, but I've ignored the problem since I prefer to use a virtual terminal in X.
    Now, if possible, I need to use the actual console for the purposes of module development.
    I installed v86d and uvesafb and configured the console for 1920x1080 and 32 bit depth.
    The console is displaying with the correct resolution now, but is surrounded by a black border, making the font distorted and extremely difficult to read.
    How can I get my console to scale correctly to fullscreen? Any ideas at all. I found nothing in the forums or wiki, and I'm out.
    I'm fairly certain there are no vga or video settings in GRUB that are interfering.

    Output of "pacman -Qi nvidia"
    Name : nvidia
    Version : 343.36-2
    Description : NVIDIA drivers for linux
    Architecture : x86_64
    URL : http://www.nvidia.com/
    Licenses : custom
    Groups : None
    Provides : None
    Depends On : linux>=3.17 linux<3.18 nvidia-libgl nvidia-utils=343.36
    Optional Deps : None
    Required By : None
    Optional For : None
    Conflicts With : None
    Replaces : None
    Installed Size : 5.30 MiB
    Packager : Felix Yan <[email protected]>
    Build Date : Thu 11 Dec 2014 08:32:19 AM CST
    Install Date : Fri 12 Dec 2014 12:10:32 AM CST
    Install Reason : Explicitly installed
    Install Script : Yes
    Validated By : Signature
    Output "cat /boot/grub/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
    set menu_color_normal=green/black
    set menu_color_highlight=black/green
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    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 337acc84-0300-43b1-b426-79391d39e898
    else
    search --no-floppy --fs-uuid --set=root 337acc84-0300-43b1-b426-79391d39e898
    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
    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 337acc84-0300-43b1-b426-79391d39e898
    else
    search --no-floppy --fs-uuid --set=root 337acc84-0300-43b1-b426-79391d39e898
    fi
    insmod png
    background_image -m stretch /boot/grub/archgrub.png
    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_linux ###
    menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-337acc84-0300-43b1-b426-79391d39e898' {
    load_video
    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 337acc84-0300-43b1-b426-79391d39e898
    else
    search --no-floppy --fs-uuid --set=root 337acc84-0300-43b1-b426-79391d39e898
    fi
    echo 'Loading Linux linux ...'
    linux /boot/vmlinuz-linux root=UUID=337acc84-0300-43b1-b426-79391d39e898 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux.img
    submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-337acc84-0300-43b1-b426-79391d39e898' {
    menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-337acc84-0300-43b1-b426-79391d39e898' {
    load_video
    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 337acc84-0300-43b1-b426-79391d39e898
    else
    search --no-floppy --fs-uuid --set=root 337acc84-0300-43b1-b426-79391d39e898
    fi
    echo 'Loading Linux linux ...'
    linux /boot/vmlinuz-linux root=UUID=337acc84-0300-43b1-b426-79391d39e898 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux.img
    menuentry 'Arch Linux, with Linux linux (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-337acc84-0300-43b1-b426-79391d39e898' {
    load_video
    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 337acc84-0300-43b1-b426-79391d39e898
    else
    search --no-floppy --fs-uuid --set=root 337acc84-0300-43b1-b426-79391d39e898
    fi
    echo 'Loading Linux linux ...'
    linux /boot/vmlinuz-linux root=UUID=337acc84-0300-43b1-b426-79391d39e898 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux-fallback.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+ ###
    Output "cat /usr/lib/modprobe.d/uvesafb.conf"
    Video mode is set as "1920x1080-32".
    # This file sets the parameters for uvesafb module.
    # The following format should be used:
    # options uvesafb mode=<xres>x<yres>[-<bpp>][@<refresh>] scroll=<ywrap|ypan|redraw> ...
    # For more details see:
    # http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/fb/uvesafb.txt
    options uvesafb mode_option=1920x1080-32 scroll=ywrap
    This file is mirrored in /etc/modprobe.d/uvesafb.conf.
    Running "diff /usr/lib/modprobe.d/uvesafb.conf /etc/modprobe.d/uvesafb.conf" returns no output.
    Output of "cat /sys/class/graphics/fb0/virtual_size" is solely "1920,1080".
    ---edit---
    Output of "cat /etc/default/grub" in case it's helpful.
    GRUB_DEFAULT=0
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Arch"
    GRUB_CMDLINE_LINUX_DEFAULT="quiet"
    GRUB_CMDLINE_LINUX=""
    # Preload both GPT and MBR modules so that they are not missed
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    # Uncomment to enable Hidden Menu, and optionally hide the timeout count
    #GRUB_HIDDEN_TIMEOUT=5
    #GRUB_HIDDEN_TIMEOUT_QUIET=true
    # Uncomment to use basic console
    GRUB_TERMINAL_INPUT=console
    # Uncomment to disable graphical terminal
    #GRUB_TERMINAL_OUTPUT=console
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    GRUB_GFXMODE=auto
    # Uncomment to allow the kernel use the same resolution used by grub
    #GRUB_GFXPAYLOAD_LINUX=keep
    # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
    # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
    #GRUB_DISABLE_LINUX_UUID=true
    # Uncomment to disable generation of recovery mode menu entries
    GRUB_DISABLE_RECOVERY=true
    # Uncomment and set to the desired menu colors. Used by normal and wallpaper
    # modes only. Entries specified as foreground/background.
    GRUB_COLOR_NORMAL="green/black"
    GRUB_COLOR_HIGHLIGHT="black/green"
    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    GRUB_BACKGROUND="/boot/grub/archgrub.png"
    #GRUB_THEME="/path/to/gfxtheme"
    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"
    #GRUB_SAVEDEFAULT="true"
    Also, it might help to describe the behaviour more specifically / more in depth...
    The rendered part of the console occupies the same space as the GRUB boot menu.
    I installed and configured virtualbox a few weeks previously.
    I ran "sudo depmod -a" as the wiki / forums indicated it could remedy problems with virtual machines failing to start.
    It did fix the virtualbox problem; after reboot, suddenly lightdm *also* initally occupied the same window space as grub.
    That was new behaviour. When I logged in to xmonad, the desktop displayed similarly to GRUB.
    I hadn't tried fixing it; logging in with root followed by "ps -e | grep X" and "kill -9 <Xpid>" caused X as a whole to start behaving and scaling normally.
    I haven't rebooted until attempting to rectify the issue with my console.
    The oddity with scaling in lightdm and xmonad still shows up after reboot and is still reparable by killing X.
    Killing X doesn't - obviously - have any effect on console scale.
    ---/edit---
    d(-_-)
    Last edited by seppukuzushi (2014-12-31 14:01:23)

  • [SOLVED] Problem with GDM and Gnome3

    Okay, the Topic was more of a trick. Actually I'm havingt two seperate issues; I googled and such, but have not found anything that really answers my question.
    First Issue:
    I have my gdm.service enabled, so it starts on statup. I boot into runlevel 3. Now, whenever I type "startx" the screen becomes black, and after a while I come back into my TTY with something along the lines of "Stopping X server". But without any error, etc. It justs stops. When I know do a systemctl status on my gdm.service, I become that:
    gdm.service - GNOME Display Manager
    Loaded: loaded (/usr/lib/systemd/system/gdm.service; enabled)
    Active: inactive (dead)
    Feb 03 16:47:31 thunderlaptop gdm-simple-slave[475]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Feb 03 16:48:22 thunderlaptop gdm-password][623]: pam_unix(gdm-password:auth): authentication failure; logname=(unknown) uid=0 euid=0 tty=:0 ruser= rhost= user=thunderuser
    Feb 03 16:48:33 thunderlaptop gdm-password][626]: pam_unix(gdm-password:session): session opened for user thunderuser by (unknown)(uid=0)
    Feb 03 16:48:33 thunderlaptop gdm-simple-slave[475]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Feb 03 17:03:17 thunderlaptop systemd[1]: Stopping GNOME Display Manager...
    Feb 03 17:03:17 thunderlaptop gdm-simple-slave[475]: GLib-GObject-CRITICAL: g_object_ref: assertion `object->ref_count > 0' failed
    Feb 03 17:03:17 thunderlaptop gdm-simple-slave[475]: WARNING: Child process 626 was already dead.
    Feb 03 17:03:17 thunderlaptop gdm-simple-slave[475]: WARNING: Unable to kill session worker process
    Feb 03 17:03:18 thunderlaptop gdm-simple-slave[475]: GLib-GObject-CRITICAL: g_object_unref: assertion `object->ref_count > 0' failed
    Feb 03 17:03:18 thunderlaptop systemd[1]: Stopped GNOME Display Manager.
    After I start it, it puts me into the login screen and I can work just fine with Gnome3. I have no clue where the issuse might be.
    The second is simple to explain - I have no Network symbol in the upper right corner, and Gnome3 says the network service is not compatible with my system.
    Oh, and another issue. When I type something too long, the text does not start a new line in my console resulting in some Visual problems.
    Thanks in advance.
    Last edited by ThunderRush (2013-02-04 12:36:57)

    Blasphemist wrote:
    Isn't GDM starting X and Gnome as it should for you? You shouldn't need to start X unless you want more than one X session. Is that what you are trying to do? After installing Gnome and Gnome-extra, I just use this command to enable GDM. systemctl enable gdm
    What is your networking configuration. The beginners guide has been updated within the last week or two about this due to a change in network interface naming. Please give that a look.
    Which console and shell are you using? Does it have a line wrap configuration option. This is normally automatic but those are my first questions.
    Well, as I said, I start into runlevel 3 and want to start X by myself.
    Yes, I realise that it is not wlan0 anymore, and I know the name of my wlan-interface. It works awesomely fine via wifi-menu <interface>, but gnome3 seems to have struggles? Have not found anything about that.
    I'm using the gnome shell with bash. But the problem occours in a tty2 console as well. I guess it is a problem with .bashrc, but I have no idea what it might be.
    Edit:
    So, the fixes for the problems are...
    1. Reinstall Linux. My Pam was fucked up somewhoe.
    2. systemctl enable NetworkManager and not networkmanager. Please kill me.
    3. I wrote the Colorcodes and escape-characters in a variable and used that in the actual PS1. That fixed it, and the guys over at bash suggest that too.
    Last edited by ThunderRush (2013-02-04 12:36:42)

  • Problems with browsers and 'w' key since updates

    Hi
    I ran 'pacman -Syu' a little over a week ago, and since then I've been experiencing two rather odd problems.
    1.
    Using any web-browser (firefox, epiphany, songbird, etc), visiting pages that make use of javascript (i -think- that's the cause) makes the browser stop responding for 10-20 seconds. It goes grey and everything. And then eventually it starts working again. This occurs on many websites such as Facebook, Woot.com, to name a few big ones. It's really starting to drive me nuts.
    2.
    This problem's much weirder. After starting my computer, the w key is very unresponsive. By that I mean for a 'w' keystroke to register I need to hold down the 'w' key for 1 or 2 seconds, after which it will finally work. At first I thought this was a problem with my keyboard, but as the computer remains on, the problem slowly disappears - after about 30 minutes, the 'w' key works as expected. I don't think this is an X/GNOME problem, as I experience the same problems in the TTYs.
    I have a Sony Vaio FE-890:
    oliver@helios:~$ uname -a
    Linux helios 2.6.28-ARCH #1 SMP PREEMPT Fri Feb 13 11:03:55 CET 2009 x86_64 Intel(R) Core(TM)2 CPU T7600 @ 2.33GHz GenuineIntel GNU/Linux
    I've been updating frequently in the interim hoping the problems will go away, but so far no luck. Any thoughts?

    Hi
    Thanks for your suggestions.
    Also, flash doesn't work on webpages anymore. I'm assuming this is some problem with the nspluginwrapper thing...
    Here's pacman.log of the fateful upgrade:
    [2009-02-10 10:32] synchronizing package lists
    [2009-02-10 10:32] starting full system upgrade
    [2009-02-10 11:37] synchronizing package lists
    [2009-02-10 11:38] starting full system upgrade
    [2009-02-10 13:10] removed gnome-network-manager (0.6.5-1)
    [2009-02-10 13:10] upgraded tzdata (2008i-1 -> 2009a-1)
    [2009-02-10 13:10] Generating locales...
    [2009-02-10 13:10] en_US.UTF-8... done
    [2009-02-10 13:10] en_US.ISO-8859-1... done
    [2009-02-10 13:10] Generation complete.
    [2009-02-10 13:10] upgraded glibc (2.9-2 -> 2.9-4)
    [2009-02-10 13:10] upgraded readline (5.2.013-1 -> 5.2.013-2)
    [2009-02-10 13:10] upgraded bash (3.2.048-1 -> 3.2.048-3)
    [2009-02-10 13:10] upgraded dhcpcd (4.0.7-1 -> 4.0.10-1)
    [2009-02-10 13:10] upgraded pm-utils (1.2.3-3 -> 1.2.3-4)
    [2009-02-10 13:10] upgraded hal (0.5.11-4 -> 0.5.11-7)
    [2009-02-10 13:10] upgraded libnetworkmanager (0.6.6-1 -> 0.7.0-1)
    [2009-02-10 13:10] upgraded networkmanager (0.6.6-1 -> 0.7.0-1)
    [2009-02-10 13:10] installed network-manager-applet (0.7.0-1)
    [2009-02-10 13:10] upgraded aircrack-ng (1.0_rc1-1 -> 1.0_rc2-1)
    [2009-02-10 13:10] upgraded gcc-libs (4.3.2-2 -> 4.3.3-1)
    [2009-02-10 13:10] upgraded xcb-proto (1.2-2 -> 1.3-1)
    [2009-02-10 13:10] upgraded libxcb (1.1.90.1-1 -> 1.1.93-1)
    [2009-02-10 13:10] upgraded libx11 (1.1.5-2 -> 1.1.99.2-1)
    [2009-02-10 13:10] upgraded amsn (0.97.2-4 -> 0.97.2-8)
    [2009-02-10 13:10] ATTENTION DB PACKAGE:
    [2009-02-10 13:10] Please consider to run db_upgrade on Berkeley DB databases with a major db version number update.
    [2009-02-10 13:10] upgraded db (4.7.25-1 -> 4.7.25-2)
    [2009-02-10 13:10] upgraded apache (2.2.11-1 -> 2.2.11-2)
    [2009-02-10 13:10] upgraded libvorbis (1.2.0-1 -> 1.2.1rc1-1)
    [2009-02-10 13:10] upgraded avidemux (2.4.3-2 -> 2.4.4-1)
    [2009-02-10 13:10] upgraded texinfo (4.13a-1 -> 4.13a-3)
    [2009-02-10 13:10] upgraded binutils (2.19-1 -> 2.19.1-1)
    [2009-02-10 13:10] upgraded boost (1.36.0-2 -> 1.37.0-1)
    [2009-02-10 13:10] upgraded brasero (0.9.0-1 -> 0.9.1-1)
    [2009-02-10 13:10] upgraded curl (7.19.2-1 -> 7.19.3-1)
    [2009-02-10 13:10] upgraded pycairo (1.8.0-2 -> 1.8.2-1)
    [2009-02-10 13:10] upgraded pygtk (2.13.0-2 -> 2.14.0-1)
    [2009-02-10 13:10] upgraded deluge (1.1.0-1 -> 1.1.2-1)
    [2009-02-10 13:10] upgraded device-mapper (1.02.29-1 -> 1.02.30-1)
    [2009-02-10 13:10] upgraded ed (1.1-2 -> 1.2-1)
    [2009-02-10 13:10] upgraded eigen (1.0.5-1 -> 2.0.0-1)
    [2009-02-10 13:10] upgraded fakeroot (1.11.4-1 -> 1.12.1-1)
    [2009-02-10 13:10] upgraded file (4.26-1 -> 5.00-1)
    [2009-02-10 13:10] upgraded gcc (4.3.2-2 -> 4.3.3-1)
    [2009-02-10 13:10] upgraded libtasn1 (1.7-1 -> 1.8-1)
    [2009-02-10 13:10] upgraded gnutls (2.6.3-1 -> 2.6.4-1)
    [2009-02-10 13:10] upgraded inputproto (1.4.4-1 -> 1.5.0-1)
    [2009-02-10 13:10] upgraded xextproto (7.0.4-1 -> 7.0.5-1)
    [2009-02-10 13:10] upgraded libxext (1.0.4-1 -> 1.0.5-1)
    [2009-02-10 13:10] upgraded ghostscript (8.63-4 -> 8.64-1)
    [2009-02-10 13:10] upgraded hwdetect (2008.12-4 -> 2009.01-1)
    [2009-02-10 13:10] upgraded imagemagick (6.4.8.2-1 -> 6.4.9.2-1)
    [2009-02-10 13:10] upgraded inetutils (1.6-2 -> 1.6-3)
    [2009-02-10 13:10] warning: /etc/inittab installed as /etc/inittab.pacnew
    [2009-02-10 13:10] upgraded initscripts (2008.09-2 -> 2009.01-1)
    [2009-02-10 13:11] update desktop mime database ...
    [2009-02-10 13:11] upgraded inkscape (0.46-9 -> 0.46-10)
    [2009-02-10 13:11] upgraded mkinitcpio (0.5.21-1 -> 0.5.23-1)
    [2009-02-10 13:11] >>>
    [2009-02-10 13:11] >>> If you use the LILO bootloader, you should run 'lilo' before rebooting.
    [2009-02-10 13:11] >>>
    [2009-02-10 13:11] >>> Updating module dependencies. Please wait ...
    [2009-02-10 13:11] >>> MKINITCPIO SETUP
    [2009-02-10 13:11] >>> ----------------
    [2009-02-10 13:11] >>> If you use LVM2, Encrypted root or software RAID,
    [2009-02-10 13:11] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2009-02-10 13:11] >>> More information about mkinitcpio setup can be found here:
    [2009-02-10 13:11] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2009-02-10 13:11]
    [2009-02-10 13:11] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2009-02-10 13:11] ==> Building image "default"
    [2009-02-10 13:11] ==> Running command: /sbin/mkinitcpio -k 2.6.28-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2009-02-10 13:11] :: Begin dry run
    [2009-02-10 13:11] :: Parsing hook [base]
    [2009-02-10 13:11] :: Parsing hook [udev]
    [2009-02-10 13:11] :: Parsing hook [autodetect]
    [2009-02-10 13:11] :: Parsing hook [pata]
    [2009-02-10 13:11] :: Parsing hook [scsi]
    [2009-02-10 13:11] :: Parsing hook [sata]
    [2009-02-10 13:11] :: Parsing hook [usb]
    [2009-02-10 13:11] :: Parsing hook [keymap]
    [2009-02-10 13:11] :: Parsing hook [filesystems]
    [2009-02-10 13:11] :: Generating module dependencies
    [2009-02-10 13:11] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2009-02-10 13:11] ==> SUCCESS
    [2009-02-10 13:11] ==> Building image "fallback"
    [2009-02-10 13:11] ==> Running command: /sbin/mkinitcpio -k 2.6.28-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2009-02-10 13:11] :: Begin dry run
    [2009-02-10 13:11] :: Parsing hook [base]
    [2009-02-10 13:11] :: Parsing hook [udev]
    [2009-02-10 13:11] :: Parsing hook [pata]
    [2009-02-10 13:11] :: Parsing hook [scsi]
    [2009-02-10 13:11] :: Parsing hook [sata]
    [2009-02-10 13:11] :: Parsing hook [usb]
    [2009-02-10 13:12] :: Parsing hook [keymap]
    [2009-02-10 13:12] :: Parsing hook [filesystems]
    [2009-02-10 13:12] :: Generating module dependencies
    [2009-02-10 13:12] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2009-02-10 13:12] ==> SUCCESS
    [2009-02-10 13:12] upgraded kernel26 (2.6.28.1-1 -> 2.6.28.4-1)
    [2009-02-10 13:12] upgraded lib32-freetype2 (2.3.7-1 -> 2.3.8-1)
    [2009-02-10 13:12] upgraded lib32-gcc-libs (4.3.2-1 -> 4.3.3-1)
    [2009-02-10 13:12] upgraded lib32-gtk2 (2.14.6-1 -> 2.14.7-1)
    [2009-02-10 13:12] upgraded lib32-readline (5.2-8 -> 5.2.013-1)
    [2009-02-10 13:12] upgraded libice (1.0.4-1 -> 1.0.5-1)
    [2009-02-10 13:12] upgraded libmikmod (3.1.12-1 -> 3.1.12-2)
    [2009-02-10 13:12] upgraded libnova (0.12.2-1 -> 0.12.3-1)
    [2009-02-10 13:12] upgraded libsndfile (1.0.17-2 -> 1.0.18-1)
    [2009-02-10 13:12] upgraded libsamplerate (0.1.4-1 -> 0.1.6-1)
    [2009-02-10 13:12] upgraded libxi (1.1.4-1 -> 1.2.0-1)
    [2009-02-10 13:12] upgraded lvm2 (2.02.43-1 -> 2.02.44-1)
    [2009-02-10 13:12] upgraded man-pages (3.16-1 -> 3.17-1)
    [2009-02-10 13:12] upgraded mlocate (0.21-1 -> 0.21.1-1)
    [2009-02-10 13:12] upgraded opal (3.4.4-2 -> 3.4.4-2.1)
    [2009-02-10 13:12] * relogin or source /etc/profile.d/openoffice.sh
    [2009-02-10 13:12] * see http://wiki.archlinux.org/index.php/Openoffice
    [2009-02-10 13:12] how to use extensions, e.g. for spell checking
    [2009-02-10 13:12] see /opt/openoffice/share/extension/install what
    [2009-02-10 13:12] is shipped with this package
    [2009-02-10 13:12] upgraded openoffice-base (3.0.0-4 -> 3.0.1-1)
    [2009-02-10 13:12] upgraded patch (2.5.9-1 -> 2.5.9-2)
    [2009-02-10 13:12] upgraded php (5.2.7-2 -> 5.2.8-1)
    [2009-02-10 13:13] upgraded pidgin (2.5.3-1 -> 2.5.4-1)
    [2009-02-10 13:13] upgraded pixman (0.12.0-1 -> 0.14.0-1)
    [2009-02-10 13:13] upgraded pycups (1.9.42-2 -> 1.9.45-1)
    [2009-02-10 13:13] upgraded qt (4.4.3-4 -> 4.4.3-5)
    [2009-02-10 13:13] upgraded reiserfsprogs (3.6.20-3 -> 3.6.21-1)
    [2009-02-10 13:13] upgraded sdparm (1.03-1 -> 1.03-2)
    [2009-02-10 13:13] upgraded smpeg (0.4.4-4 -> 0.4.4-5)
    [2009-02-10 13:13] upgraded sound-theme-freedesktop (0.1-1 -> 0.2-1)
    [2009-02-10 13:13] upgraded syslog-ng (2.0.9-1 -> 2.1.3-2)
    [2009-02-10 13:13] upgraded system-config-printer (1.1.1-1 -> 1.1.3-1)
    [2009-02-10 13:13] extracting fonts... done.
    [2009-02-10 13:13] rebuilding font cache... done.
    [2009-02-10 13:13] upgraded ttf-ms-fonts (2.0-1 -> 2.0-2)
    [2009-02-10 13:13] upgraded unrar (3.8.5-1 -> 3.8.5-2)
    [2009-02-10 13:13] upgraded vlc (0.9.8a-4 -> 0.9.8a-5)
    [2009-02-10 13:13] upgraded wireshark (1.0.5-1 -> 1.0.6-1)
    [2009-02-10 13:13] upgraded xcb-util (0.3.2-1 -> 0.3.3-1)
    [2009-02-10 13:13] upgraded xf86-input-evdev (2.1.0-1 -> 2.1.2-1)
    [2009-02-10 13:13] upgraded xf86-input-keyboard (1.3.1-1 -> 1.3.2-1)
    [2009-02-10 13:13] upgraded xf86-input-synaptics (0.99.3-1 -> 1.0.0-1)
    [2009-02-10 13:13] upgraded xine-lib (1.1.16.1-1 -> 1.1.16.1-2)
    [2009-02-10 13:13] upgraded xkeyboard-config (1.4-2 -> 1.5-1)
    [2009-02-10 13:13] upgraded xorg-xinit (1.1.0-1 -> 1.1.1-1)
    [2009-02-10 13:13] upgraded xterm (239-1 -> 241-1)
    [2009-02-10 15:15] synchronizing package lists
    [2009-02-10 15:16] starting full system upgrade
    [2009-02-10 15:17] ==> to use yaourt as user,add these entries to /etc/sudoers:
    [2009-02-10 15:17] user ALL=NOPASSWD: /usr/bin/pacman
    [2009-02-10 15:17] user ALL=NOPASSWD: /usr/bin/pacdiffviewer
    [2009-02-10 15:17] (Please, use sudo very carefully)
    [2009-02-10 15:17] ==> for a full colorized output, install pacman-color and set PacmanBin in /etc/yaourtrc
    [2009-02-10 15:17] upgraded yaourt (0.9.1-1 -> 0.9.2.4-1)
    [2009-02-10 15:18] synchronizing package lists
    [2009-02-10 15:19] starting full system upgrade
    [2009-02-10 15:24] upgraded bin32-wine (1.1.10-1 -> 1.1.14-1)
    [2009-02-10 15:24] Reading package info from stdin ... done.
    [2009-02-10 15:24] Writing new package config file... done.
    [2009-02-10 15:24] upgraded haskell-sdl (0.5.4-1 -> 0.5.5-1)
    [2009-02-10 15:24] Reading package info from stdin ... done.
    [2009-02-10 15:24] Writing new package config file... done.
    [2009-02-10 15:24] upgraded haskell-sdl-ttf (0.5.2-1 -> 0.5.5-1)
    [2009-02-10 15:25] "nspluginwrapper -r $HOME/.mozilla/plugins/* ; nspluginwrapper -v -a -i" to recreate plugins after update
    [2009-02-10 15:25] Konqueror users need to add $HOME/.mozilla/plugins/ to konqueror plugins path
    [2009-02-10 15:25] upgraded nspluginwrapper (1.0.0-1 -> 1.2.2-1)
    [2009-02-10 15:25] installed lib32-curl (7.19.3-1)
    [2009-02-10 15:25] installed lib32-nspr (4.7.3-1)
    [2009-02-10 15:25] installed lib32-sqlite3 (3.6.10-1)
    [2009-02-10 15:25] installed lib32-nss (3.12.2-1)
    [2009-02-10 15:26] Run
    [2009-02-10 15:26] nspluginwrapper -v -r ~/.mozilla/plugins/npwrapper.libflashplayer.so
    [2009-02-10 15:26] nspluginwrapper -v -a -i
    [2009-02-10 15:26] to upgrade the plugin
    [2009-02-10 15:26] upgraded nspluginwrapper-flash (9.0.124.0-1 -> 10.0.15.3-3)

  • Problem with install on new compy, something to do with external?

    Hello, so I have been having a few problems with installing Arch on my new computer. On my old laptop I never ran into this problem on any distro of LINUX I installed, nor on any other of the systems I have installed Arch on. I believe it might have something to do with the fact that I am running the live cd off of an external dvd drive maybe? I am kind of stuck here, so any help would be greatly appreciated! Thanks!
    If it helps
    System Specs:
    Motherboard: ASROCK 890FX Deluxe3
    Processor: AMD Phenom II X4 955
    Graphics Card: ATI Radeon HD 5700 Series
    Hard Drives: 2 SATA 160gb hd RAID 0, and one 160gb ATA hd
    OS: Windows 7 Professional on the RAID 0, hoping to put ARCH on the ATA (I have tried booting the ATA first in the list behind the USB DVDROM to no avail)
    External Drive: Sony DVD/CD RW drive DRX-510UL
    External DVDROM is the exact same drive I used to install windows 7 professional.
    External DVDROM is plugged into one of my USB 2.0 ports, but the error still persists.
    I am using the EXACT same disk I used when installing it on my past computer.
    Trying to install x86_64 version of Arch, gets past the splash.
    Output that I could catch:
    :: Running Hook [archiso]
    :: Rinning Hook [archiso_pxe_nbd]
    :: Mounting tmpfs, size 75%... done.
    :: Waiting for boot device...
    Waiting 30 seconds for device /dev/disk/by-label/ARCH_201005 ...
    usb 9-1 : device descriptor read/64, error-62
    usb 9-1 : new full speed USB device using ohci_hcd and address 3
    usb 9-1 : device descriptor read/64, error-62
    usb 9-1 : device descriptor read/64, error-62
    usb 9-1 : new full speed USB device using ohci_hcd and address 4
    usb 9-1: device not accepting address 4, error -62
    usb 9-1 : new full speed USB device using ohci_hcd and address 5
    usb 9-1: device not accepting address 5, error -62
    hub 9-0:1.0: unable to enumerate USB device on port 1
    scsi 6:0:0:0: CDROM        SONY        DVDRW DRU-510A 1.0d PQ: 0 ANSI: 0
    scsi 6:0:0:0: Attached scsi generic sg3 type 5
    sr0: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.20
    ERROR: boot device didn't show up after 30 seconds...
        Falling back to interactive prompt
        You can try to fix the problem manually, log out when you are finished
    /bin/sh: can't access tty; job control turned off
    If you need any other info, I can grab it of course.
    Last edited by crusniknano (2010-07-12 19:49:13)

    K, got it running. was having errors with the USB hd, but just changed the name it booted from to the name of the drive. thanks!

  • Resolution problems with Acer aspire 5520

    Hello,
    I'm having trouble making both tty and Xorg resolution be native. I have an nVidia 7000M gpu.With nouveau drivers I managed to get KMS working, but realized Xorg resolution is wrong. If I set the right resolution with xrandr the problem with tiling WMs similar to what I explained in this thread. What is different is mouse can go to the blank part and still be visible, floating windows could be placed in the blank area or resized to full screen, but WM won't ever place windows there. Some tiling WMs are able to utilize the full width of the screen. WMs that do not work like this are dwm, wmii and musca.
    Dwm has problems displaying conky in its bar (cuts of a lot of output). This made me think the problem is not the resolution/driver and, dwm being my favourite WM, helped hiding the problem.
    Wmii utilises the whole screen after change of resolution, but leaves an unmovable vertical line where right edge of a window used to be prior to resolution change.
    Musca just works, but could take some getting used to.
    All floating WMs work perfectly.
    Then I tried nVidia closed source drivers, which worked perfectly in Xorg. The problem was no KMS. I installed and enabled uvesafb, but it did not change the maximum tty resolution from 1024x768.
    The WMs I tried:
    dwm
    fluxbox
    i3
    musca
    snapwm
    spectrwmsubtle
    A lot of others I either did not like, or they required some configuration to even start
    What I tried to fix the problem: various xrandr options (with nouveau), various kernel command line options (with nvidia) and what was mentioned in arch wiki about screen xorg configuration. Nothing I did to "/etc/X11/xorg.conf.d/10-screen.conf" had any effect so I just deleted the file to ease switching between nouveau and nvidia.
    As to which driver I intend to use... I don't care as long as it can display everything correctly.
    P.S.
    /etc/modprobe.d/uvesafb.conf has only one lien
    options uvesafb mode_option=1280x800-32 scroll=ywrap
    cat /sys/bus/platform/drivers/uvesafb/uvesafb.0/vbe_modes
    says top resolution is 1024x768.
    EDIT:
    Just now I've tried every tiling WM I could find, and the ones working are echinus, musca and qtile.
    Last edited by bstaletic (2015-05-30 18:11:25)

    Mr.Elendig wrote:https://wiki.archlinux.org/index.php/Bu … l.2FNVIDIA
    Didn't work.... Already said I tried it

  • More on wireless problems with 10.4.8+

    There has been much said and discussed about wireless problems with the Macbook's with 10.4.8+ updates, both the C1D and the C2D macbooks have seen problems with a number of units.
    Unfortunately, it is very hard to find real information on this website, because the forum is drowned in "wireless problems!" posts from people that have not read the previous posts.
    Since there may be several unrelated wireless problems around, I'll try to specify my particular problem and add in solid information, so others can check if their system behaves like mine.
    First. The symptoms:
    1. The Macbook does not connect to WEP or WPA networks after sleep or being shut down.
    2. The Wireless icon blinks between black and grey.
    3. The Apple support information about deleting all networks and keychains WORKS, but only until next sleep or shut down. Afterwards the procedure has to be done again to connect (very annoying).
    4. This may be unrelated, but Keychain Access crashes on startup and can only be run in Rosetta.
    First, we need to establish a few things
    1. The problem is real and is not limited to a particular Access Point (I have had problems with both a D-link 624+ and now a Netgear DG834GT from Sky Broadband.
    2. The problem exists with 10.4.8 and 10.4.9 but not with 10.4.6 or 10.4.7. This I have tested multiple times.
    3. It really does not matter if I use WEP or WPA.
    Now. /var/log/system.log does actually output an awful lot of stuff during this.
    Mar 30 10:28:00 macbook kernel[0]: IOUSBWorkLoop::closeGate - interrupt Thread being held off
    Mar 30 10:28:09 macbook kernel[0]: System SafeSleep
    Mar 30 10:28:09 macbook kernel[0]: hibernatepage_listsetall start
    Mar 30 10:28:09 macbook kernel[0]: hibernatepage_listsetall time: 160 ms
    Mar 30 10:28:09 macbook kernel[0]: pages 232036, wire 44721, act 54660, inact 16779, zf 3490, could discard act 49309 inact 63077
    Mar 30 10:28:09 macbook kernel[0]: hibernatepage_listsetall found pageCount 232036
    Mar 30 10:28:09 macbook kernel[0]: IOHibernatePollerOpen, mlget_interruptsenabled 0
    Mar 30 10:28:09 macbook kernel[0]: IOHibernatePollerOpen(0)
    Mar 30 10:28:09 macbook kernel[0]: writing 231517 pages
    Mar 30 10:28:09 macbook kernel[0]: image1Size 63928832
    Mar 30 10:28:09 macbook kernel[0]: all time: 6100 ms, comp time: 1440 ms, deco time: 0 ms,
    Mar 30 10:28:09 macbook kernel[0]: image 210839040, uncompressed 487960576 (119131), compressed 208665872 (42%), sum1 959660ff, sum2 6b266053
    Mar 30 10:28:09 macbook kernel[0]: hibernatewriteimage done(0)
    Mar 30 10:28:09 macbook kernel[0]: sleep
    Mar 30 10:28:09 macbook kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Mar 30 10:28:09 macbook kernel[0]: Started CPU 01
    Mar 30 10:28:09 macbook kernel[0]: IOBluetoothHCIController::restartShutdownWL this is a wake from sleep
    Mar 30 10:28:09 macbook kernel[0]: System Wake
    Mar 30 10:28:10 macbook lookupd[4691]: lookupd (version 369.6) starting - Fri Mar 30 10:28:10 2007
    Mar 30 10:28:11 macbook mDNSResponder: Repeated transitions for interface lo0 (127.0.0.1); delaying packets by 5 seconds
    Mar 30 10:28:12 macbook crashdump[4692]: configd crashed
    Mar 30 10:28:12 macbook crashdump[4692]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:12 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:12 macbook configd[4693]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:12 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:12 macbook configd[4693]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:12 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:12 macbook configd[4693]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:12 macbook lookupd[4695]: lookupd (version 369.6) starting - Fri Mar 30 10:28:12 2007
    Mar 30 10:28:13 macbook crashdump[4696]: configd crashed
    Mar 30 10:28:13 macbook crashdump[4696]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:14 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:14 macbook configd[4697]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:14 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:14 macbook configd[4697]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:14 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:14 macbook configd[4697]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:14 macbook lookupd[4699]: lookupd (version 369.6) starting - Fri Mar 30 10:28:14 2007
    Mar 30 10:28:14 macbook crashdump[4700]: configd crashed
    Mar 30 10:28:15 macbook sudo: lindkvis : TTY=ttyp2 ; PWD=/Users/lindkvis/Projects/Bubbles/src ; USER=root ; COMMAND=/bin/cat /var/log/system.log
    Mar 30 10:28:15 macbook crashdump[4700]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:15 macbook launchd: Server 0 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[4699]: exited abnormally: Hangup
    Mar 30 10:28:15 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:15 macbook configd[4701]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:15 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:15 macbook configd[4701]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:15 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:15 macbook configd[4701]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:15 macbook lookupd[4704]: lookupd (version 369.6) starting - Fri Mar 30 10:28:15 2007
    Mar 30 10:28:16 macbook crashdump[4705]: configd crashed
    Mar 30 10:28:16 macbook crashdump[4705]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:16 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:16 macbook configd[4706]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:16 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:16 macbook configd[4706]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:16 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:16 macbook configd[4706]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:16 macbook lookupd[4708]: lookupd (version 369.6) starting - Fri Mar 30 10:28:16 2007
    Mar 30 10:28:17 macbook crashdump[4709]: configd crashed
    Mar 30 10:28:17 macbook crashdump[4709]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:18 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:18 macbook configd[4710]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:18 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:18 macbook configd[4710]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:18 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:18 macbook configd[4710]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:18 macbook lookupd[4712]: lookupd (version 369.6) starting - Fri Mar 30 10:28:18 2007
    Mar 30 10:28:19 macbook crashdump[4713]: configd crashed
    Mar 30 10:28:19 macbook crashdump[4713]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:19 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:19 macbook configd[4714]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:19 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:19 macbook configd[4714]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:19 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:19 macbook configd[4714]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:19 macbook lookupd[4716]: lookupd (version 369.6) starting - Fri Mar 30 10:28:19 2007
    Mar 30 10:28:20 macbook crashdump[4717]: configd crashed
    Mar 30 10:28:20 macbook crashdump[4717]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:21 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:21 macbook configd[4718]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:21 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:21 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:21 macbook configd[4718]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:21 macbook configd[4718]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:21 macbook lookupd[4720]: lookupd (version 369.6) starting - Fri Mar 30 10:28:21 2007
    Mar 30 10:28:22 macbook crashdump[4721]: configd crashed
    Mar 30 10:28:22 macbook crashdump[4721]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:22 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:22 macbook configd[4722]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:22 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:22 macbook configd[4722]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:22 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:22 macbook configd[4722]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:22 macbook lookupd[4724]: lookupd (version 369.6) starting - Fri Mar 30 10:28:22 2007
    Mar 30 10:28:23 macbook crashdump[4725]: configd crashed
    Mar 30 10:28:23 macbook crashdump[4725]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:23 macbook lookupd[4728]: lookupd (version 369.6) starting - Fri Mar 30 10:28:23 2007
    Mar 30 10:28:23 macbook crashdump[4727]: configd crashed
    Mar 30 10:28:23 macbook crashdump[4727]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:24 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:24 macbook configd[4729]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:24 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:24 macbook configd[4729]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:24 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:24 macbook configd[4729]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:24 macbook lookupd[4731]: lookupd (version 369.6) starting - Fri Mar 30 10:28:24 2007
    Mar 30 10:28:25 macbook crashdump[4732]: configd crashed
    Mar 30 10:28:25 macbook crashdump[4732]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:25 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:25 macbook configd[4733]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:25 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:25 macbook configd[4733]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:25 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:25 macbook configd[4733]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:25 macbook lookupd[4735]: lookupd (version 369.6) starting - Fri Mar 30 10:28:25 2007
    Mar 30 10:28:26 macbook crashdump[4736]: configd crashed
    Mar 30 10:28:26 macbook crashdump[4736]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:27 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:27 macbook configd[4737]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:27 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:27 macbook configd[4737]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:27 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:27 macbook configd[4737]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:27 macbook lookupd[4739]: lookupd (version 369.6) starting - Fri Mar 30 10:28:27 2007
    Mar 30 10:28:27 macbook crashdump[4740]: configd crashed
    Mar 30 10:28:27 macbook crashdump[4740]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:28 macbook lookupd[4743]: lookupd (version 369.6) starting - Fri Mar 30 10:28:28 2007
    Mar 30 10:28:28 macbook crashdump[4742]: configd crashed
    Mar 30 10:28:28 macbook crashdump[4742]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:28 macbook launchd: Server 104b3 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[4743]: exited abnormally: Hangup
    Mar 30 10:28:28 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:28 macbook configd[4744]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:28 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:28 macbook configd[4744]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:28 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:28 macbook configd[4744]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:28 macbook lookupd[4746]: lookupd (version 369.6) starting - Fri Mar 30 10:28:28 2007
    Mar 30 10:28:29 macbook crashdump[4747]: configd crashed
    Mar 30 10:28:29 macbook crashdump[4747]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:30 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:30 macbook configd[4748]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:30 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:30 macbook configd[4748]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:30 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:30 macbook configd[4748]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:30 macbook lookupd[4750]: lookupd (version 369.6) starting - Fri Mar 30 10:28:30 2007
    Mar 30 10:28:31 macbook crashdump[4751]: configd crashed
    Mar 30 10:28:31 macbook crashdump[4751]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:31 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:31 macbook configd[4752]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:31 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:31 macbook configd[4752]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:31 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:31 macbook configd[4752]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:31 macbook lookupd[4754]: lookupd (version 369.6) starting - Fri Mar 30 10:28:31 2007
    Mar 30 10:28:32 macbook crashdump[4755]: configd crashed
    Mar 30 10:28:32 macbook crashdump[4755]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:32 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:32 macbook configd[4756]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:32 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:32 macbook configd[4756]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:32 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:32 macbook configd[4756]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:33 macbook lookupd[4758]: lookupd (version 369.6) starting - Fri Mar 30 10:28:33 2007
    Mar 30 10:28:33 macbook crashdump[4759]: configd crashed
    Mar 30 10:28:33 macbook crashdump[4759]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:34 macbook lookupd[4762]: lookupd (version 369.6) starting - Fri Mar 30 10:28:34 2007
    Mar 30 10:28:34 macbook crashdump[4761]: configd crashed
    Mar 30 10:28:34 macbook crashdump[4761]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:34 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:34 macbook configd[4763]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:34 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:34 macbook configd[4763]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:34 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:34 macbook configd[4763]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:34 macbook lookupd[4765]: lookupd (version 369.6) starting - Fri Mar 30 10:28:34 2007
    Mar 30 10:28:35 macbook crashdump[4766]: configd crashed
    Mar 30 10:28:35 macbook crashdump[4766]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:35 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:35 macbook configd[4767]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:35 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:35 macbook configd[4767]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:35 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:35 macbook configd[4767]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:36 macbook lookupd[4769]: lookupd (version 369.6) starting - Fri Mar 30 10:28:36 2007
    Mar 30 10:28:36 macbook crashdump[4770]: configd crashed
    Mar 30 10:28:37 macbook crashdump[4770]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:37 macbook sudo: lindkvis : TTY=ttyp2 ; PWD=/Users/lindkvis/Projects/Bubbles/src ; USER=root ; COMMAND=/bin/cat /var/log/system.log
    Also here are some items from the configd.crash.log mentioned:
    Host Name: ???
    Date/Time: 2007-03-30 10:28:35.289 +0100
    OS Version: 10.4.9 (Build 8P2137)
    Report Version: 4
    Command: configd
    Path: /usr/sbin/configd
    Parent: launchd [1]
    Version: ??? (???)
    PID: 4763
    Thread: 1
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0xc310ece0
    Thread 0:
    0 libSystem.B.dylib 0x90009bf7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082e2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082dace CFRunLoopRunInMode + 61
    3 configd 0x00003b60 server_loop + 72
    4 configd 0x00002d15 main + 1863
    5 configd 0x000024de _start + 216
    6 configd 0x00002405 start + 41
    Thread 1 Crashed:
    0 libstdc++.6.dylib 0x90b4441a cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_typeinfo const*, void const*, _cxxabiv1::__class_type_info::__upcastresult&) const + 54
    1 libstdc++.6.dylib 0x90b4442e cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_typeinfo const*, void const*, _cxxabiv1::__class_type_info::__upcastresult&) const + 74
    2 libstdc++.6.dylib 0x90b43fb7 cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_typeinfo const*, void**) const + 69
    3 libstdc++.6.dylib 0x90b43c27 cxxabiv1::__class_type_info::__do_catch(std::typeinfo const*, void**, unsigned) const + 57
    4 libstdc++.6.dylib 0x90b42d45 _cxa_getglobals + 351
    5 libstdc++.6.dylib 0x90b4342a _gxx_personalityv0 + 658
    6 libgcc_s.1.dylib 0x90bd7acb UnwindRaiseException + 147
    7 libgcc_s.1.dylib 0x90bd7c12 Unwind_Resume_orRethrow + 123
    8 libstdc++.6.dylib 0x90b43797 _cxarethrow + 67
    9 com.apple.security 0x911a2adf Security::KeychainCore::ItemImpl::add(Security::KeychainCore::Keychain&) + 2803
    10 com.apple.security 0x911a51e8 Security::KeychainCore::KeychainImpl::add(Security::KeychainCore::Item&) + 68
    11 com.apple.security 0x911b9c70 SecKeychainItemCreateFromContent + 394
    12 com.apple.configd.Apple80211 0x000c2c63 addEntryToStack + 2544
    13 com.apple.configd.Apple80211 0x000c4dfe updateNetstackPersonality + 796
    14 com.apple.configd.Apple80211 0x000b5ce3 MorphicCFDataCreate + 1924
    15 com.apple.framework.IOKit 0x90be2984 IODispatchCalloutFromCFMessage + 334
    16 com.apple.CoreFoundation 0x9083e385 __CFMachPortPerform + 136
    17 com.apple.CoreFoundation 0x9082e62d CFRunLoopRunSpecific + 2904
    18 com.apple.CoreFoundation 0x9083f188 CFRunLoopRun + 60
    19 configd 0x00004dee plugin_exec + 1825
    20 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x9001a0ec select + 12
    1 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 1 crashed with X86 Thread State (32-bit):
    eax: 0xc310ece0 ebx: 0x911a1ffd ecx: 0xb007f940 edx: 0xa11a6680
    edi: 0x0033aac0 esi: 0xa11a66c0 ebp: 0xb007f908 esp: 0xb007f8f0
    ss: 0x0000001f efl: 0x00010287 eip: 0x90b4441a cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x1cfff configd /usr/sbin/configd
    0x94000 - 0x95fff com.apple.print.notification 4.7 (161.10) /System/Library/SystemConfiguration/PrinterNotifications.bundle/Contents/MacOS/ PrinterNotifications
    0x99000 - 0xa0fff com.apple.SystemConfiguration.PowerManagement 111.7.0 /System/Library/SystemConfiguration/PowerManagement.bundle/Contents/MacOS/Power Management
    0xa6000 - 0xa6fff com.apple.SystemConfiguration.DynamicPowerStep 1.5.0 /System/Library/SystemConfiguration/DynamicPowerStep.bundle/Contents/MacOS/Dyna micPowerStep
    0xaa000 - 0xabfff com.apple.SystemConfiguration.Bluetooth 1.7.14 (1.7.14f14) /System/Library/SystemConfiguration/Bluetooth.bundle/Contents/MacOS/Bluetooth
    0xaf000 - 0xaffff com.apple.SystemConfiguration.BatteryUpdater 1.1.0 /System/Library/SystemConfiguration/BatteryUpdater.bundle/Contents/MacOS/Batter yUpdater
    0xb3000 - 0xc7fff com.apple.configd.Apple80211 4.5.3 (453.4) /System/Library/SystemConfiguration/Apple80211Monitor.bundle/Contents/MacOS/App le80211Monitor
    0xd0000 - 0xd3fff com.apple.SystemConfiguration.ATconfig 1.8.5 (0.0.1d1) /System/Library/SystemConfiguration/ATconfig.bundle/Contents/MacOS/ATconfig
    0xd8000 - 0xdafff com.apple.SystemConfiguration.EAPOLController 8.0.4 (???) /System/Library/SystemConfiguration/EAPOLController.bundle/EAPOLController
    0xdf000 - 0xeafff com.apple.SystemConfiguration.IP6Configuration 1.1.1 (0.0.1d1) /System/Library/SystemConfiguration/IP6Configuration.bundle/Contents/MacOS/IP6C onfiguration
    0x205000 - 0x220fff com.apple.SystemConfiguration.IPConfiguration 8.0.2 (???) /System/Library/SystemConfiguration/IPConfiguration.bundle/IPConfiguration
    0x22a000 - 0x237fff com.apple.SystemConfiguration.PPPController 1.4.2 /System/Library/SystemConfiguration/PPPController.bundle/Contents/MacOS/PPPCont roller
    0x8fe00000 - 0x8fe4afff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x90172fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c2000 - 0x901c4fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9080c000 - 0x908d4fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90914000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x91150000 - 0x9115efff libz.1.dylib /usr/lib/libz.1.dylib
    0x91161000 - 0x91300fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9140d000 - 0x91433fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x92b06000 - 0x92b10fff com.apple.framework.AppleTalk 1.2.0 (???) /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
    Host Name: ???
    Date/Time: 2007-03-30 10:28:36.649 +0100
    OS Version: 10.4.9 (Build 8P2137)
    Report Version: 4
    Command: configd
    Path: /usr/sbin/configd
    Parent: launchd [1]
    Version: ??? (???)
    PID: 4767
    Thread: 1
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0xc310ece0
    Thread 0:
    0 libSystem.B.dylib 0x90009bf7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082e2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082dace CFRunLoopRunInMode + 61
    3 configd 0x00003b60 server_loop + 72
    4 configd 0x00002d15 main + 1863
    5 configd 0x000024de _start + 216
    6 configd 0x00002405 start + 41
    Thread 1 Crashed:
    0 libstdc++.6.dylib 0x90b4441a cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_typeinfo const*, void const*, _cxxabiv1::__class_type_info::__upcastresult&) const + 54
    1 libstdc++.6.dylib 0x90b4442e cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_typeinfo const*, void const*, _cxxabiv1::__class_type_info::__upcastresult&) const + 74
    2 libstdc++.6.dylib 0x90b43fb7 cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_typeinfo const*, void**) const + 69
    3 libstdc++.6.dylib 0x90b43c27 cxxabiv1::__class_type_info::__do_catch(std::typeinfo const*, void**, unsigned) const + 57
    4 libstdc++.6.dylib 0x90b42d45 _cxa_getglobals + 351
    5 libstdc++.6.dylib 0x90b4342a _gxx_personalityv0 + 658
    6 libgcc_s.1.dylib 0x90bd7acb UnwindRaiseException + 147
    7 libgcc_s.1.dylib 0x90bd7c12 Unwind_Resume_orRethrow + 123
    8 libstdc++.6.dylib 0x90b43797 _cxarethrow + 67
    9 com.apple.security 0x911a2adf Security::KeychainCore::ItemImpl::add(Security::KeychainCore::Keychain&) + 2803
    10 com.apple.security 0x911a51e8 Security::KeychainCore::KeychainImpl::add(Security::KeychainCore::Item&) + 68
    11 com.apple.security 0x911b9c70 SecKeychainItemCreateFromContent + 394
    12 com.apple.configd.Apple80211 0x000c2c63 addEntryToStack + 2544
    13 com.apple.configd.Apple80211 0x000c4dfe updateNetstackPersonality + 796
    14 com.apple.configd.Apple80211 0x000b5ce3 MorphicCFDataCreate + 1924
    15 com.apple.framework.IOKit 0x90be2984 IODispatchCalloutFromCFMessage + 334
    16 com.apple.CoreFoundation 0x9083e385 __CFMachPortPerform + 136
    17 com.apple.CoreFoundation 0x9082e62d CFRunLoopRunSpecific + 2904
    18 com.apple.CoreFoundation 0x9083f188 CFRunLoopRun + 60
    19 configd 0x00004dee plugin_exec + 1825
    20 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x9001a0ec select + 12
    1 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 1 crashed with X86 Thread State (32-bit):
    eax: 0xc310ece0 ebx: 0x911a1ffd ecx: 0xb007f940 edx: 0xa11a6680
    edi: 0x00337d30 esi: 0xa11a66c0 ebp: 0xb007f908 esp: 0xb007f8f0
    ss: 0x0000001f efl: 0x00010287 eip: 0x90b4441a cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x1cfff configd /usr/sbin/configd
    0x94000 - 0x95fff com.apple.print.notification 4.7 (161.10) /System/Library/SystemConfiguration/PrinterNotifications.bundle/Contents/MacOS/ PrinterNotifications
    0x99000 - 0xa0fff com.apple.SystemConfiguration.PowerManagement 111.7.0 /System/Library/SystemConfiguration/PowerManagement.bundle/Contents/MacOS/Power Management
    0xa6000 - 0xa6fff com.apple.SystemConfiguration.DynamicPowerStep 1.5.0 /System/Library/SystemConfiguration/DynamicPowerStep.bundle/Contents/MacOS/Dyna micPowerStep
    0xaa000 - 0xabfff com.apple.SystemConfiguration.Bluetooth 1.7.14 (1.7.14f14) /System/Library/SystemConfiguration/Bluetooth.bundle/Contents/MacOS/Bluetooth
    0xaf000 - 0xaffff com.apple.SystemConfiguration.BatteryUpdater 1.1.0 /System/Library/SystemConfiguration/BatteryUpdater.bundle/Contents/MacOS/Batter yUpdater
    0xb3000 - 0xc7fff com.apple.configd.Apple80211 4.5.3 (453.4) /System/Library/SystemConfiguration/Apple80211Monitor.bundle/Contents/MacOS/App le80211Monitor
    0xd0000 - 0xd3fff com.apple.SystemConfiguration.ATconfig 1.8.5 (0.0.1d1) /System/Library/SystemConfiguration/ATconfig.bundle/Contents/MacOS/ATconfig
    0xd8000 - 0xdafff com.apple.SystemConfiguration.EAPOLController 8.0.4 (???) /System/Library/SystemConfiguration/EAPOLController.bundle/EAPOLController
    0xdf000 - 0xeafff com.apple.SystemConfiguration.IP6Configuration 1.1.1 (0.0.1d1) /System/Library/SystemConfiguration/IP6Configuration.bundle/Contents/MacOS/IP6C onfiguration
    0x205000 - 0x220fff com.apple.SystemConfiguration.IPConfiguration 8.0.2 (???) /System/Library/SystemConfiguration/IPConfiguration.bundle/IPConfiguration
    0x22a000 - 0x237fff com.apple.SystemConfiguration.PPPController 1.4.2 /System/Library/SystemConfiguration/PPPController.bundle/Contents/MacOS/PPPCont roller
    0x8fe00000 - 0x8fe4afff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x90172fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c2000 - 0x901c4fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9080c000 - 0x908d4fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90914000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x91150000 - 0x9115efff libz.1.dylib /usr/lib/libz.1.dylib
    0x91161000 - 0x91300fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9140d000 - 0x91433fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x92b06000 - 0x92b10fff com.apple.framework.AppleTalk 1.2.0 (???) /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
    Host Name: ???
    Date/Time: 2007-03-30 10:28:38.516 +0100
    OS Version: 10.4.9 (Build 8P2137)
    Report Version: 4
    Command: configd
    Path: /usr/sbin/configd
    Parent: launchd [1]
    Version: ??? (???)
    PID: 4771
    Thread: 1
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0xc310ece0
    Thread 0:
    0 libSystem.B.dylib 0x90009bf7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082e2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082dace CFRunLoopRunInMode + 61
    3 configd 0x00003b60 server_loop + 72
    4 configd 0x00002d15 main + 1863
    5 configd 0x000024de _start + 216
    6 configd 0x00002405 start + 41
    Thread 1 Crashed:
    0 libstdc++.6.dylib 0x90b4441a cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_typeinfo const*, void const*, _cxxabiv1::__class_type_info::__upcastresult&) const + 54
    1 libstdc++.6.dylib 0x90b4442e cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_typeinfo const*, void const*, _cxxabiv1::__class_type_info::__upcastresult&) const + 74
    2 libstdc++.6.dylib 0x90b43fb7 cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_typeinfo const*, void**) const + 69
    3 libstdc++.6.dylib 0x90b43c27 cxxabiv1::__class_type_info::__do_catch(std::typeinfo const*, void**, unsigned) const + 57
    4 libstdc++.6.dylib 0x90b42d45 _cxa_getglobals + 351
    5 libstdc++.6.dylib 0x90b4342a _gxx_personalityv0 + 658
    6 libgcc_s.1.dylib 0x90bd7acb UnwindRaiseException + 147
    7 libgcc_s.1.dylib 0x90bd7c12 Unwind_Resume_orRethrow + 123
    8 libstdc++.6.dylib 0x90b43797 _cxarethrow + 67
    9 com.apple.security 0x911a2adf Security::KeychainCore::ItemImpl::add(Security::KeychainCore::Keychain&) + 2803
    10 com.apple.security 0x911a51e8 Security::KeychainCore::KeychainImpl::add(Security::KeychainCore::Item&) + 68
    11 com.apple.security 0x911b9c70 SecKeychainItemCreateFromContent + 394
    12 com.apple.configd.Apple80211 0x000c2c63 addEntryToStack + 2544
    13 com.apple.configd.Apple80211 0x000c4dfe updateNetstackPersonality + 796
    14 com.apple.configd.Apple80211 0x000b5ce3 MorphicCFDataCreate + 1924
    15 com.apple.framework.IOKit 0x90be2984 IODispatchCalloutFromCFMessage + 334
    16 com.apple.CoreFoundation 0x9083e385 __CFMachPortPerform + 136
    17 com.apple.CoreFoundation 0x9082e62d CFRunLoopRunSpecific + 2904
    18 com.apple.CoreFoundation 0x9083f188 CFRunLoopRun + 60
    19 configd 0x00004dee plugin_exec + 1825
    20 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x9001a0ec select + 12
    1 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 1 crashed with X86 Thread State (32-bit):
    eax: 0xc310ece0 ebx: 0x911a1ffd ecx: 0xb007f940 edx: 0xa11a6680
    edi: 0x0033aaa0 esi: 0xa11a66c0 ebp: 0xb007f908 esp: 0xb007f8f0
    ss: 0x0000001f efl: 0x00010287 eip: 0x90b4441a cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x1cfff configd /usr/sbin/configd
    0x94000 - 0x95fff com.apple.print.notification 4.7 (161.10) /System/Library/SystemConfiguration/PrinterNotifications.bundle/Contents/MacOS/ PrinterNotifications
    0x99000 - 0xa0fff com.apple.SystemConfiguration.PowerManagement 111.7.0 /System/Library/SystemConfiguration/PowerManagement.bundle/Contents/MacOS/Power Management
    0xa6000 - 0xa6fff com.apple.SystemConfiguration.DynamicPowerStep 1.5.0 /System/Library/SystemConfiguration/DynamicPowerStep.bundle/Contents/MacOS/Dyna micPowerStep
    0xaa000 - 0xabfff com.apple.SystemConfiguration.Bluetooth 1.7.14 (1.7.14f14) /System/Library/SystemConfiguration/Bluetooth.bundle/Contents/MacOS/Bluetooth
    0xaf000 - 0xaffff com.apple.SystemConfiguration.BatteryUpdater 1.1.0 /System/Library/SystemConfiguration/BatteryUpdater.bundle/Contents/MacOS/Batter yUpdater
    0xb3000 - 0xc7fff com.apple.configd.Apple80211 4.5.3 (453.4) /System/Library/SystemConfiguration/Apple80211Monitor.bundle/Contents/MacOS/App le80211Monitor
    0xd0000 - 0xd3fff com.apple.SystemConfiguration.ATconfig 1.8.5 (0.0.1d1) /System/Library/SystemConfiguration/ATconfig.bundle/Contents/MacOS/ATconfig
    0xd8000 - 0xdafff com.apple.SystemConfiguration.EAPOLController 8.0.4 (???) /System/Library/SystemConfiguration/EAPOLController.bundle/EAPOLController
    0xdf000 - 0xeafff com.apple.SystemConfiguration.IP6Configuration 1.1.1 (0.0.1d1) /System/Library/SystemConfiguration/IP6Configuration.bundle/Contents/MacOS/IP6C onfiguration
    0x205000 - 0x220fff com.apple.SystemConfiguration.IPConfiguration 8.0.2 (???) /System/Library/SystemConfiguration/IPConfiguration.bundle/IPConfiguration
    0x22a000 - 0x237fff com.apple.SystemConfiguration.PPPController 1.4.2 /System/Library/SystemConfiguration/PPPController.bundle/Contents/MacOS/PPPCont roller
    0x8fe00000 - 0x8fe4afff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x90172fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c2000 - 0x901c4fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9080c000 - 0x908d4fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90914000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x91150000 - 0x9115efff libz.1.dylib /usr/lib/libz.1.dylib
    0x91161000 - 0x91300fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9140d000 - 0x91433fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x92b06000 - 0x92b10fff com.apple.framework.AppleTalk 1.2.0 (???) /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
    Finally. This is what happens when everything goes ok (after removing all networks after wakeup):
    Mar 30 10:32:07 macbook sudo: lindkvis : TTY=ttyp2 ; PWD=/Users/lindkvis/Projects/Bubbles/src ; USER=root ; COMMAND=/bin/cat /var/log/system.log
    Mar 30 10:32:07 macbook launchd: Server 0 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[4784]: exited abnormally: Hangup
    Mar 30 10:32:07 macbook configd[4783]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Mar 30 10:32:07 macbook configd[4783]: posting notification com.apple.system.config.network_change
    Mar 30 10:32:07 macbook lookupd[4795]: lookupd (version 369.6) starting - Fri Mar 30 10:32:07 2007
    Mar 30 10:32:07 macbook configd[4783]: target=enable-network: disabled
    Mar 30 10:32:12 macbook sudo: lindkvis : TTY=ttyp2 ; PWD=/Users/lindkvis/Projects/Bubbles/src ; USER=root ; COMMAND=/bin/cat /var/log/system.log
    Macbook White 13" 1.83GHz 1GB   Mac OS X (10.4.8)   RSS fixed under warranty, SMC 1.4f12

    So I get the same problems with a D-link DGL-4300,
    after every sleep I need to reset the router to get
    thw wireless working again. I really need a solution
    for this.
    For me, resetting the router does not work, only removing network from Airport preferences and re-adding it. Have you confirmed that this is indeed the same issue by looking what gets printed to /var/log/system.log?
    To show the output, do the following from the terminal
    sudo cat /var/log/system.log
    This prints the contents of the log-file to the terminal window.

  • Problem with MTRR - X doesn't start after fresh install

    Hi all!
    I have a big problem with MTRR, i think...
    My PC Specs: P4 3GHZ with HT "prescot", Asus P4S800D-X, ATI x1650 Pro, 1024MB Ram Dual Channel, etc...
    I can't start the X system. When i try to try the new Xorg.conf, the X seems to start but the screen stays blank and sometimes can i go back to TTY and sometimes not...
    I've tryed with the following drivers and no luck.
    - Vesa: Blank Screen, sometimes keyboard works and sometimes not.
    - RadeonHD: The same...
    - Radeon (or ati): The same...
    At the end of the Xorg.0.log, i see the MTRR problem. the memory from the VGA Card is not detected automatically. The "cat /proc/mtrr" differs from ubuntu 8.04, when the X server works correctly.
    Ive been reading a lot in google and others forum and see a lots of tricks related to MTRR (but im not completly sure of that's the problem...) but every trick i try doesn't seems to work.
    I tryed the following tricks:
    - Adding the memory to /proc/mtrr manually = Added correctly but NO LUCK
    - Activate/Deactivate HotPlugging = NO LUCK
    - Adding to my boot line the "nopat" and "enable_mtrr_cleanup = MTRR keeps showing wrong memory (no video memory)
    - After adding correctly the memory to MTRR  try the xorg.conf but blank screen (i dunno if xorg rewrites the mtrr when run)
    - Some others tricks i cant remember...
    Also, with the radeonhd, i get this errors in xorg.0.log:
    - rhdAtomgetDDCIndex: GPIO_DDC Index 14 exceeds maximum 5
    - RHDCSStop: Command Submission backen is not active!
    - error setting MTRR ( base... blablabla) Invalid argument (22)
    That's not my first install, but i can't make it work. As i readed, it's a kernel problem related to 2.6.29, in 2.6.28 there's no problem but i dont have access to the old kernel.
    Can someone help my or i need to wait for a new kernel release to use Arch?
    Bye!
    Last edited by Driskol (2009-04-17 11:36:26)

    Driskol wrote:but i dont have access to the old kernel
    I can't solve your problem, but I can help you work around it by downgrading if nobody else can figure it out.
    You can find old packages here at the Arch Rollback Machine project repo someone thankfully keeps running,
    http://arm.nrk.cc/
    Just go to 'core' and get the package(s) you need and downgrade. There is also a thread on here somewhere about setting up pacman.conf to point to a specific date with ARM if you don't want to get individual stuff manually, but just doing it individually would probably be easier, as I don't expect the kernel has too many other things you need
    Last edited by FrozenFox (2009-04-17 10:51:42)

  • Problem with RSC card on sun fire v490

    Hi all,
    I have a little problem.
    I got few v490 that were already used.
    When I connect to the management port of the RSC card I get the prompt of the RSC password, somthing i don't have.
    The OS doesn't get loaded and I can't do anything. ( if I had access to the OS I would have reseted the password)
    So now, I got left with the only option i thought of.
    1. Disconnect the RSC card,
    2. This will force the output of the consol to go to the serial port(tty).
    3. Jumpstart the machine (beacuse I don't even have the password for the machine)
    4. connect the RSC card, and reset the password.
    There is someone here that encountered this problem??
    Maybe there is a jumper that can reset the RSC password. i don't know... every response will be great!
    Thanks!!!

    Hi,How to set my link up in solaris 10 ?
    I dont know want happend to my machine solaris v440 it suddenly disconnected from n/w and finally i came to know that is a problem with NIC card..i din't find any light's glowing back side of the machine at NIC card.
    can any one help me in this pls how can i proceed furture for getting my NIC back?
    and i have excuted few commands
    #ndd -set /dev/ce instance 0
    #ndd -set /dev/ce adv_1000fdx_cap 1
    #ndd -set /dev/ce adv_autoneg_cap 0
    I have got dladm show-dev is
    ce0 link: unknown speed: 1000 Mbps duplex: full
    ce1 link: unknown speed: 0 Mbps duplex: unknown
    I dont understand that why my link is showing still unknown ...any help..

  • Many problems with a fresh installation on a DELL LAtitude E5510

    Hi all,
    i'm writing to let you know about so many problems and issues I'm experiencing with my new laptop. I love arch, but i think this is the pc which gave me the hugest number of problems. Most of them I think are arch-related, but some not...or maybe i don't know...probably all of them are because of my stupidity
    1
    the first was the problem with the keyboard. I was not able to use properly some chars like @#e in many applications (firefox, writer, kate (in kde)). TTY shell was properly working. Keyboard has been properly set in rc.conf and with setxkb. I partially solved installing gnome (and since here same problem) then i installed gnome extra and it seems to work now. I tested fedora and ubuntu live version and there wasn't any problem. I opened a thread for this
    2
    the problem related to shutdown is discussed here and is still unresolved. I don't know why, but i can't shut it down, it only restarts, also after the message "POWER OFF". No problems with ubuntu and fedora from the live cd. If i select shut down, i can correctly shut down
    3
    the third is a microphone problem. I tried with cited distros, but i'm not able to record anything and therefore no skype conversation is possible. I can hear but cannot be heard. I have 2 mics, a built' in and an exetrnal jack. I tried many combination with line in, front mic...but nothing to do.
    4
    i created a dual boot with win 7. from disk utility in gnome i saw that the windows partition is sda3. then i set the menu.lst with rootnoverify hd(0,2) but it gives me an error message saying: no MBR boot loader is installed. I'm very confused. so many problem on only a machine ( a dell brand new machine - people say dell is very compatible with linux...but...i'm not pretty sure)
    I wanted just to signal this situation. I don't knwo if you can help me. I don't know anymore what to do.
    Thanks a lot for your patience and your help!

    lang2 wrote:Have you resolved any of these issues? I probably will try to install Arch on the same laptop. This is a warning for me.
    Hi,
    well, i think that if you want to use all functionalities with this laptop, no linux distribution will give you the full support! I experienced all those problems, but i solved in some way some of them. Read the following!
    1
    the first was the problem with the keyboard. I was not able to use properly some chars like @#e in many applications (firefox, writer, kate (in kde)). TTY shell was properly working. Keyboard has been properly set in rc.conf and with setxkb. I partially solved installing gnome (and since here same problem) then i installed gnome extra and it seems to work now. I tested fedora and ubuntu live version and there wasn't any problem. I opened a thread for this
    This issue has been solved when i re-installed AGAIN arch! i don't what was before...but now, i'm writing from here, with GNOME. I don't know, but the only difference wrt the previous gnome installation was the partition scheme: i used a partition for boot, one for /var, one for home, etc...as explained in beginner's guide. I don't think it's related, but it's the only difference i can remember.
    2
    the problem related to shutdown is discussed here and is still unresolved. I don't know why, but i can't shut it down, it only restarts, also after the message "POWER OFF". No problems with ubuntu and fedora from the live cd. If i select shut down, i can correctly shut down
    this issue has been solved after one of the last system update. Actually i'm able to shut down and reboot correctly.
    3
    the third is a microphone problem. I tried with cited distros, but i'm not able to record anything and therefore no skype conversation is possible. I can hear but cannot be heard. I have 2 mics, a built' in and an exetrnal jack. I tried many combination with line in, front mic...but nothing to do.
    This is still unresolved!! I also asked in alsa irc-channel, the guy gave me instructions to perform some tests, and at the end, he said that he never heard about that chipset!
    Actually, sound is fine, mic doens't work. I tried ubuntu, fedora (both in live cd mode) and with all of them i'm not able to record any sound from mic. The strange thing is that in volume control there are controls for mic, but even if you enable them, you're not able to record. If you close and re-open volum control, they are again disabled. Nothing to do actually!
    4
    i created a dual boot with win 7. from disk utility in gnome i saw that the windows partition is sda3. then i set the menu.lst with rootnoverify hd(0,2) but it gives me an error message saying: no MBR boot loader is installed. I'm very confused. so many problem on only a machine ( a dell brand new machine - people say dell is very compatible with linux...but...i'm not pretty sure)
    I don't know why, but if I set hd(0,1) it works!
    MORE1:
    the SD-card reader, simply doesn't work! checked on internet i seems to be incompatible with linux!
    MORE2:
    i'm not able to make the touchpad working with side scroll! I didn't work a lot on it, as i'm using the external mouse...but this is an other issue. Just configuring xorg file, it doens't work.
    Let us know if you are able to solve any of these.
    Good luck

  • [SOLVED] systemd switch, problems with slim/bootup

    My system will boot, giving me "OK" for everything it's doing. Then my system gives me a tty login prompt, but continues booting:
    gestalt login: [ OK ] Starting Wicd.
    [ OK ] Reached target multi-user.
    [ OK ] Reached target graphical interface.
    So if i just hit enter, it gives me another login prompt, then I can login, but X/fluxbox isn't started or anything.
    My ~/.xinitrc:
    exec startfluxbox
    xset +fp /usr/share/fonts/local
    xset fp rehash
    systemctl list-units --type=target
    UNIT LOAD ACTIVE SUB JOB DESCRIPTION
    basic.target loaded active active Basic System
    cryptsetup.target loaded active active Encrypted Volumes
    getty.target loaded active active Login Prompts
    graphical.target masked active active graphical.target
    local-fs-pre.target loaded active active Local File Systems (Pre)
    local-fs.target loaded active active Local File Systems
    multi-user.target loaded active active Multi-User
    network.target loaded active active Network
    remote-fs.target loaded active active Remote File Systems
    sockets.target loaded active active Sockets
    sound.target loaded active active Sound Card
    swap.target loaded active active Swap
    sysinit.target loaded active active System Initialization
    syslog.target loaded active active Syslog
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    JOB = Pending job for the unit.
    14 loaded units listed. Pass --all to see loaded but inactive units, too.
    To show all installed unit files use 'systemctl list-unit-files'.
    Graphical target isn't masked, like I thought it would be after reading this
    systemctl status slim.service gives me:
    slim.service - SLiM Simple Login Manager
    Loaded: loaded (/usr/lib/systemd/system/slim.service; enabled)
    Active: failed (Result: exit-code) since Mon, 2012-11-26
    Process: 305 ExecStart=urs/bin/slim -nodaemon(code=exited, status =1/FAILURE)
    CGroup: name=systemd:/system/slim.service
    systemd-analyze blame gives (just going to ignore the times)
    wicd.service
    systemd-vconsole-setup.service
    systemd-binfmt.service
    systemd-logind.service
    systemd-modules-load.service
    dev-hugepages.mount
    systemd-udev-trigger.service
    dev-mqueue.mount
    systemd-udevd.service
    proc-sys-fs-binfmt_service.mount
    console-kit-daemon.service
    polkit.service
    systemd-tmpfiles-setup.service
    home.mount
    systemd-sysctl.service
    tmp.mount
    systemd-user-sesssions.service
    systemd-remount-fs.service
    slim isn't even on this list.
    systemctl --failed
    UNIT LOAD ACTIVE SUB JOB DESCRIPTION
    slim.service loaded failed failed SLiM Simple Login Manager
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    JOB = Pending job for the unit.
    4 loaded units listed. Pass --all to see loaded but inactive units, too.
    To show all installed unit files use 'systemctl list-unit-files'.
    Hopefully this isn't too much information (or completely irrelevant) for what might be a far simpler problem, but I'm just not sure what's going on. It might be worth noting that I only bothered to start switching to systemd today when I had to reboot and slim wouldn't start/get me into my WM(!) This is interesting to me, since I read (somewhere) that as of slim's last version, it would only work with systemd and not consolekit... but when I try:
    pacman -Qi slim
    It tells me that the last time I last updated/installed slim was November 5 of this year. Any ideas?
    EDIT:
    Latest nVidia drivers weren't working with my 7xxx integrated GPU. Downgrade to 304xx drivers or use nouveau.
    Last edited by brokengestalt (2012-11-28 17:41:50)

    I tried starting X manually (typing in "startx" at the prompt, and I get the following errors:
    modprobe: ERROR: could not insert 'nvidia': No such device
    Fatal server error:
    no screens found
    (EE)
    Server terminated with error (1). Closing log file.
    xinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: server error
    It looks like I'm just having problems with my video card, but I have the proprietary nVidia drivers installed and X installed. The systemd wiki page mentions no changes that I would need to make to my xorg or nvidia configuration...

  • Problems with clients on a 1220 AP with LEAP auth

    I am having some problems with all clients on one access point that have this state:
    0018.de99.bafe 0.0.0.0 4500-radio TN1AP01OFF self EAP-Assoc
    Here is the config:
    service timestamps debug datetime localtime
    service timestamps log datetime localtime
    service password-encryption
    hostname xx
    logging buffered informational
    aaa new-model
    aaa group server radius rad_eap
    server 10.1.50.160 auth-port 1645 acct-port 1646
    aaa authentication login default group tacacs+ local
    aaa authentication login eap_methods group rad_eap
    aaa authentication login mac_methods local
    aaa authentication enable default group tacacs+ enable
    aaa authorization console
    aaa authorization exec default group tacacs+ local
    aaa session-id common
    enable secret 5
    username imperbalene privilege 15 secret 5
    clock timezone CST -6
    clock summer-time CST recurring 2 Sun Mar 2:00 1 Sun Nov 2:00
    ip subnet-zero
    ip domain name accuridecorp.com
    no dot11 igmp snooping-helper
    bridge irb
    interface Dot11Radio0
    no ip address
    no ip route-cache
    encryption mode wep mandatory
    ssid accuwireless
    authentication open eap eap_methods
    authentication network-eap eap_methods
    speed basic-1.0 basic-2.0 basic-5.5 basic-11.0
    rts threshold 2339
    rts retries 32
    power local 100
    packet retries 32
    channel 2462
    fragment-threshold 2338
    station-role root
    no cdp enable
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    bridge-group 1 spanning-disabled
    interface FastEthernet0
    no ip address
    no ip route-cache
    duplex auto
    speed auto
    bridge-group 1
    no bridge-group 1 source-learning
    bridge-group 1 spanning-disabled
    interface BVI1
    description bvi1
    ip address 10.150.0.101 255.255.0.0
    no ip route-cache
    ip default-gateway 10.150.0.1
    ip http server
    ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag/iv
    ip http authentication aaa
    ip radius source-interface BVI1
    logging trap debugging
    logging 10.1.50.5
    snmp-server community diff133>>// RO
    no snmp-server enable traps tty
    snmp-server host 10.1.50.5 diff133>>//
    tacacs-server host 10.1.50.160 key
    radius-server host 10.1.50.160 auth-port 1645 acct-port 1646
    radius-server retransmit 3
    radius-server key 7
    radius-server authorization permit missing Service-Type
    radius-server vsa send accounting
    radius-server vsa send authentication
    I have a Cisco ACS server on the backend authenticating just fine, but it seems either the clients are misconfigured or there is something in the AP that needs to be changed.

    What is the behavior you're seeing?
    1.) The client shows up in the association table on the AP, so WLAN configs must match.
    2.) ACS shows a passed authentication? So the clients have an appropriate IP address and are able to pass traffic...
    Can you ping the GW of the network?

  • A problem with the wireless profile

    [nikos@dell ~]$ sudo netctl stop Nexus
    [nikos@dell ~]$ sudo netctl start Nexus
    Job for [email protected] failed. See 'systemctl status [email protected]' and 'journalctl -xn' for details.
    [nikos@dell ~]$ journalctl -xn
    -- Logs begin at Sun 2014-08-24 18:22:31 EEST, end at Wed 2014-08-27 15:55:28 EEST. --
    Aug 27 15:55:23 dell sudo[4263]: pam_unix(sudo:session): session closed for user root
    Aug 27 15:55:28 dell sudo[4269]: nikos : TTY=pts/0 ; PWD=/home/nikos ; USER=root ; COMMAND=/usr/bin/netctl start Nexus
    Aug 27 15:55:28 dell sudo[4269]: pam_unix(sudo:session): session opened for user root by nikos(uid=0)
    Aug 27 15:55:28 dell systemd[1]: Starting Automatically generated profile by wifi-menu...
    -- Subject: Unit [email protected] has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit [email protected] has begun starting up.
    Aug 27 15:55:28 dell network[4275]: Starting network profile 'Nexus'...
    Aug 27 15:55:28 dell network[4275]: The interface of network profile 'Nexus' is already up
    Aug 27 15:55:28 dell systemd[1]: [email protected]: main process exited, code=exited, status=1/FAILURE
    Aug 27 15:55:28 dell systemd[1]: Failed to start Automatically generated profile by wifi-menu.
    -- Subject: Unit [email protected] has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit [email protected] has failed.
    -- The result is failed.
    Aug 27 15:55:28 dell systemd[1]: Unit [email protected] entered failed state.
    Aug 27 15:55:28 dell sudo[4269]: pam_unix(sudo:session): session closed for user root
    [nikos@dell ~]$ netctl list
    * wlp2s0-Nexus
    [nikos@dell ~]$ sudo ip link set down wlp2s0
    [nikos@dell ~]$ sudo netctl start wlp2s0-Nexus
    the above solved the problem but i dont understand why this probelem emerges after each reboot forcing me to regive these commands each time.
    How can i entirely fix it and what is causing it?
    and a 2nd issue is the 'pacman -Syy/u' fails each time to find a sinle one workin g mirror so i cannot update/upgrade

    Change your router channel.  Sometimes this is all you will have to do.
    Power cycling the router.  Read the router's user manual or contact their tech support for instructions.
    System Preferences/Internet & Network/Network
    Unlock the padlock
    Locations:  Automatic
    Highlight Airport
    Click the Assist Me button
    In the popup window click the Diagnostic button.
    System Preferences/Network- Unlock padlock.  Highlight Airport.  Network Name-select your name.  Click on the Advanced button.  Airport/Preferred Networks-delete all that is not your network.
    Place a check mark next to "Remember networks this computer has joined."  Click the OK button and lock the padlock.  Restart your computer.
    http://support.apple.com/kb/TS1920 Mac OS: How to release and renew a DHCP lease
    No internet connection (wireless)
    Check to see if an extra entry is present in the DNS Tab for your wireless connection (System Preferences/Network/Airport/Advanced/DNS).
    Delete all extra entries that you find.
    Place a check mark next to "Remember networks this computer has joined."
    Other resources to check into:
    How to diagnose and resolve Wi-Fi slow-downs
    Pv6 troubleshooting
    Mac OS X 10.6 Help:  Solving problems with connecting to the Internet
    What Affects Wireless Internet?
    Solutions for connecting to the Internet, setting up a small network, and troubleshooting

  • A problem with threads

    I am trying to implement some kind of a server listening for requests. The listener part of the app, is a daemon thread that listens for connections and instantiates a handling daemon thread once it gets some. However, my problem is that i must be able to kill the listening thread at the user's will (say via a sto button). I have done this via the Sun's proposed way, by testing a boolean flag in the loop, which is set to false when i wish to kill the thread. The problem with this thing is the following...
    Once the thread starts excecuting, it will test the flag, find it true and enter the loop. At some point it will LOCK on the server socket waiting for connection. Unless some client actually connects, it will keep on listening indefinatelly whithought ever bothering to check for the flag again (no matter how many times you set the damn thing to false).
    My question is this: Is there any real, non-theoretical, applied way to stop thread in java safely?
    Thank you in advance,
    Lefty

    This was one solution from the socket programming forum, have you tried this??
    public Thread MyThread extends Thread{
         boolean active = true;          
         public void run(){
              ss.setSoTimeout(90);               
              while (active){                   
                   try{                       
                        serverSocket = ss.accept();
                   catch (SocketTimeoutException ste){
                   // do nothing                   
         // interrupt thread           
         public void deactivate(){               
              active = false;
              // you gotta sleep for a time longer than the               
              // accept() timeout to make sure that timeout is finished.               
              try{
                   sleep(91);               
              }catch (InterruptedException ie){            
              interrupt();
    }

Maybe you are looking for

  • How can I permanently disable the pixel grid for all images forever?

    I keep turning this off with View -> Show -> Pixel grid and it keeps coming back every time I zoom in on a new image. Is there a registry setting I can change to permanently disable this feature? Or any other way?

  • Podcast Artwork in iTunes Not Showing Up

    Has this happened to anyone else? I have a Mac and when I try and download a few different podcasts the Artwork does not show up. I can deleteand redownload all I want, it does not show up. I've had this with a few Podcasts. When I sync it to my iPho

  • Problem in sorting advacned table attribute

    Hello everyone, Would anyone please help me to sort the column of advanced table becoz I need readonly type columns but when I sort in converts into writeable format... thanks in advance

  • Customizing error in work schdule rule A F2 40 1501

    Dear All, In my test portal when i want to apply leave from ESS -> working time > leave request then i m getting "Customizing error in work schdule rule A F2 40 1501 " This error is not coming for every employee but most of them getting this error .

  • Display iMac Late 2009 color profile questions:

    My friend dropped his mid 2010 iMac 21.5 inch desktop computer over for me update to Yosemite because I have a very fast connection. I have a late 2009 iMac 21.5 inch. When side by side, I noticed that my display is quite dim compared to his. Also, t