Hang Man

I am attempting to develop a hang man game but, I can't get the String Buffer to work in seperating my characters. When prompting input from the user(The word to be guessed) how do I put the individual characters of the inputted word into an array. Do I have to use the String Buffer at all?
Any hints to develop this hang man game please Respond!!!

Hi,
I'm not sure to nderstand ur problem.
Just get the word to be guessed an create a new StringBuffer with it.
Then to check characters enter to guess the word use the chatAt(int position) method in StringBuffer.
Here a sample code that ask for the word to be guessed then a character and check if it exists in the secret word before showing where the letter appears
char c;//char enter to guess the word
StringBuffer word; // word to be guess
StringBuffer found;//character found
BufferedReader reader=new BufferedReader(new InputStreamReader(System.in));
System.out.println("Enter the word to be guessed");
word=new StringBuffer(reader.readLine());
for (int i=0;i<word.length();i++)
found.append('_'); // use a '______' word to begin
//add a loop to ask for a character until the word is guessed or the game ends
//check a letter
System.out.println("enter a character");
c=reader.readLine().charAt(0);
for(int i=0;i<word.length();i++){
if (c==word.charAt(i)){
found.charAt(i)=c;
System.out.println(found);
//end loop
Hope this helps

Similar Messages

  • Hang man game - keeping track of already chosen letters

    hello all,
    I'm making a hang man game and having trouble with the solution to keep track of letters already chosen.
    I have a string array where I store all the words.
    Example:
    String[] WordList = {"Snow White", "Johnny Carson", "John Coltrane" };
    In my method to initialize a new game. I divide multi-word Strings and place them into a Vector - where each String Object becomes an element of another vector.
    Example : - this is the end result - the algorithm to produce this is different. But this is the end result of randomly choosing the word snow white. This is how i'm storing the info.
    Vector selections = new Vector(2);
    selections.add(new String("Snow"));
    selections.add(new String("White"));
    Vector currentPuzzle = new Vector(selections);
    This allows me to position the place holders respect to word groupings.
    But i'm a little stuck on how to keep track of which letter was already chosen and should be displayed each time draw is presented ?
    any ideas ?
    stephen

    hi!
    if i understand what you need than my answer is very simple(im almost sure you ment something else):
    a simple char array:
    char [26] letters;//(0-a , 26-z)
    and just mark in each chosen letter by the number 1.

  • When playing games it keeps updating

    When playing words for friends or hang man it keeps updating and doesn't stop. I've tried shutting it down but it doesn't help.  Any suggestions?

    What do you mean by, "it keeps updating and doesn't stop"?
    Do you mean that it can't seem to connect to the Words with Friends site?
    If so, there could be a problem on that site or there may be a problem with your internet connection or ISP.

  • Game Center with multi-player games/ turn based

    Hi All
    I seem to have a problem with the concept of the Game Center and exactly what it's supposed to do. If I am being a thicky, please tell me!!
    My Wife has an Ipad, my daughter an Ipad mini, son has an Iphone 4S and I have just bought a macbook pro. I have just started to work away and thought it would be a great family thing to play games against each other but this games center doesn't seem to be for this! I have added all 3 of them as friends on the center and thats about all I can do!
    When I goto the 'my games' on my pro, it says I dont have any games and I can download them from the app store, when I click the link, I get a blank screen come up with no games.
    When I goto ITunes and try to download a multiplayer turn based game it downloads but I cant do anything with it (I did this with scrabble, a hang man game and Uno).
    Are all these different hardware types incompatable to each other with game center?
    How do I get games on there?
    Are there any real time turn based games that will fullfill what I want? I have a go, then one of my family members does the same, even though we may have to wait a few hours to do the next turn. It doesnt have to be all 4 of us, maybe run 3 games at once with myself against each of my family.
    Thankyou in advance
    Andy

    Your family can play each other by purchasing the app on their own devices – but you'll be left out. There is a difference between buying apps from the iTunes Store and using the App Store on your Macbook Pro (known as the Mac App Store).

  • Programmatically add front panel objects

    hello,
    I would like to programmatically add controls and indicators to a front panel. I have read a thread:
    http://forums.ni.com/ni/board/message?board.id=170&message.id=70347&query.id=10819#M70347
    Ben Rayner describes a technique which takes an image of the relavant object, then adds this image to a picture on the front panel. I was wondering if anyone has an example of this techinique? Or if there is a simpler method of doing it?
    Thanks,
    paul.

    Hi Paul,
    This thread contains a collection of Picture related threads.
    Contained in that collection you will find a link to this thread where in reply #52 I posted an entry for the "Obfuse Code Challenge" . In that example I grab the image of a boolean and use it in a Picture control to play a game of Hang Man" while executing a random walk to speel out "Hello World". That code is not documented since the game was to be obfuse.
    In reply #33 of this thread, I posted a new version of the CC and Friends" project where I used a picture control to display an arbitrary set of images.
    Ading to the above:
    I have developed and delivered "Controls on the Fly" applications
    add they were well recieved, BUT....
    They are not trivial!
    So if you would like to share what you are trying to accomplish, we may be able to makes suggestions that are esier to implement. 
    Ben
    * Art work by Christian Altenbach
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Solution Man. 4.0 upg Hangs/running very slowly  at XPRAS_UPG

    hi all,
    I started my solution manger upgration 14th of march ,today is 24th march ,past 3 days the upgradation is in XPRAS_UPG phase and I also followed as per the SAP note  558197(12 Hours back)
    In the console window I can see some transport is going on ,which is as
    Resetting conversion errors ...
    Reset done - starting tp ...
    running C:\usr\sap\S01\SYS\exe\run\tp.exe pf=c:\usr\sap\put\bin\XPRASUPG.TPP put S01
    Please guide me
    thanks & regards
    George
    Edited by: George Varghese on Mar 24, 2008 9:43 AM

    Hello George,
    > I can find one backgroung job is running and where only SAPMS38L program is active and acceing only one table D010INC
    That is a very important detail
    Can you please take a look at the oracle sessions, if the session is maybe blocked or reading?
    Login to client 000 => ST04 => Detailed Analysis => Oracle Sessions
    Search for the session that is accessing the table D010INC and take a look at the wait event.
    If the wait event is "db file sequential read" or "db file scattered read" .. please make a double click on the session and execute the "explain plan" and post the result here..
    As you have told us, that your upgrade is taking a very long time.. i have seen such a situation, if the oracle parameter "_B_TREE_BITMAP_PLANS" was not set to false.
    Regards
    Stefan

  • Macbook air hangs randomly

    My macbook air 2012 hangs randomly, when it happens the only thing i can do is push the power button and restart. I tought it was mavericks related so installed ML again but it still freezes sometimes. The log of the few minutes before the freeze:
    <APSConnectionNotificationQueue: 0x7fd82c247530>: outstanding count -1 for com.apple.apsd-queue-port=com.apple.syncdefaultsd.push-user=501-env=production
    Jun  2 18:28:35 --- last message repeated 4 times ---
    Jun  2 18:28:42 MacBook-Air-van-Gregory.local WindowServer[79]: CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    Jun  2 18:28:42 MacBook-Air-van-Gregory.local WindowServer[79]: CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    Jun  2 18:29:59 MacBook-Air-van-Gregory.local WindowServer[79]: CGXGetConnectionProperty: Invalid connection 73143
    Jun  2 18:30:25 --- last message repeated 4 times ---
    Jun  2 18:30:25 MacBook-Air-van-Gregory kernel[0]: SMC::smcIH WARNING: unexpected interrupt: 0xf2
    Jun  2 18:30:34 --- last message repeated 1 time ---
    Jun  2 18:30:34 MacBook-Air-van-Gregory.local Safari[151]: CGContextGetCTM: invalid context 0x0
    Jun  2 18:30:34 MacBook-Air-van-Gregory.local Safari[151]: CGContextGetDefaultUserSpaceToDeviceSpaceTransform: invalid context 0x0
    Jun  2 18:30:34 MacBook-Air-van-Gregory.local Safari[151]: CGContextGetCTM: invalid context 0x0
    Jun  2 18:30:34 MacBook-Air-van-Gregory.local Safari[151]: CGContextGetDefaultUserSpaceToDeviceSpaceTransform: invalid context 0x0
    Jun  2 18:30:38 MacBook-Air-van-Gregory.local WindowServer[79]: CGXRegisterWindowWithSystemStatusBar: window 10 already registered
    Jun  2 18:30:39 MacBook-Air-van-Gregory kernel[0]: SMC::smcIH WARNING: unexpected interrupt: 0xf2
    Jun  2 18:30:49 MacBook-Air-van-Gregory.local Safari[151]: CGContextClipToRect: invalid context 0x0
    Jun  2 18:33:05 localhost bootlog[0]: BOOT_TIME 1401726785 0
    And Ertre checks:
    EtreCheck version: 1.9.11 (43) - report generated 2 juni 2014 18:54:28 CEST
    Hardware Information:
              MacBook Air (13-inch, Mid 2012)
              MacBook Air - model: MacBookAir5,2
              1 1.8 GHz Intel Core i5 CPU: 2 cores
              4 GB RAM
    Video Information:
              Intel HD Graphics 4000 - VRAM: 512 MB
    System Software:
              OS X 10.8.5 (12F45) - Uptime: 0 days 0:21:56
    Disk Information:
              APPLE SSD TS128E disk0 : (121,33 GB)
                        disk0s1 (disk0s1) <not mounted>: 209,7 MB
                        Macintosh HD (disk0s2) / [Startup]: 120,47 GB (108,48 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information:
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Internal Memory Card Reader
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Gatekeeper:
              Anywhere
    User Login Items:
              None
    Internet Plug-ins:
              JavaAppletPlugin: Version: 14.6.0 - SDK 10.8 Check version
              QuickTime Plugin: Version: 7.7.1
              CitrixICAClientPlugIn: Version: 11.2.0 Support
    Audio Plug-ins:
              AirPlay: Version: 1.7 - SDK 10.8
              iSightAudio: Version: 7.7.1 - SDK 10.8
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.8
    3rd Party Preference Panes:
              Citrix Online Plug-in  Support
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                   3%          WindowServer
                   1%          WebProcess
                   0%          System Events
                   0%          fontd
                   0%          Safari
    Top Processes by Memory:
              246 MB          WebProcess
              135 MB          Safari
              57 MB          mds
              45 MB          WindowServer
              37 MB          Console
    Virtual Memory Information:
              1.93 GB          Free RAM
              889 MB          Active RAM
              63 MB          Inactive RAM
              1.14 GB          Wired RAM
              240 MB          Page-ins
              0 B          Page-outs

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) at the behest of a stranger. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.
    Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode, under the conditions in which the problem is reproduced. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(Software Hardware Memory Diagnostics Power FireWire Thunderbolt USB Fonts 51 4 1000 25 5120 KiB/s 1024 85 \\b%% 20480 1 MB/s 25000 ports 'com.autodesk.AutoCad com.evenflow.dropbox com.google.GoogleDrive' DYLD_INSERT_LIBRARIES\ DYLD_LIBRARY_PATH -86 ` route -n get default|awk '/e:/{print $2}' ` 25 N\\/A down up 102400 25600 recvfrom sendto CFBundleIdentifier 25 25 25 1000 MB );N5=${#p[@]};p[N5]=` networksetup -listnetworkserviceorder|awk ' NR>1 { sub(/^\([0-9]+\) /,"");n=$0;getline;} $NF=="'${p[26]}')" { sub(/.$/,"",$NF);print n;exit;} ' `;f=('\n%s: %s\n' '\n%s\n\n%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n\t(%s)\n' );S0() { echo ' { q=$NF+0;$NF="";u=$(NF-1);$(NF-1)="";gsub(/^ +| +$/,"");if(q>='${p[$1]}') printf("%s (UID %s) is using %s '${p[$2]}'",$0,u,q);} ';};s=(' /^ *$|CSConfigDot/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/\/Users\/[^/]+/~/g ' ' s/^ +//;5p;6p;8p;12p;' ' {sub(/^ +/,"")};NR==6;NR==13&&$2<'${p[10]} ' 1s/://;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: [^EO]|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[11]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' $0&&!/ / { n++;print;} END { if(n<200) print "com.apple.";} ' ' $3~/[0-9]:[0-9]{2}$/ { gsub(/:[0-9:a-f]{14}/,"");} { print|"tail -n'${p[12]}'";} ' ' NR==2&&$4<='${p[13]}' { print $4;} ' ' END { $2/=256;if($2>='${p[15]}') print int($2) } ' ' NR!=13{next};{sub(/[+-]$/,"",$NF)};'"`S0 21 22`" 'NR!=2{next}'"`S0 37 17`" ' NR!=5||$8!~/[RW]/{next};{ $(NF-1)=$1;$NF=int($NF/10000000);for(i=1;i<=3;i++){$i="";$(NF-1-i)="";};};'"`S0 19 20`" 's:^:/:p' '/\.kext\/(Contents\/)?Info\.plist$/p' 's/^.{52}(.+) <.+/\1/p' ' /Launch[AD].+\.plist$/ { n++;print;} END { if(n<200) print "/System/";} ' '/\.xpc\/(Contents\/)?Info\.plist$/p' ' NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$/ { print $3;} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:[^:]+//p ' '/root/p' ' !/\/Contents\/.+\/Contents|Applic|Autom|Frameworks/&&/Lib.+\/Info.plist$/ { n++;print;} END { if(n<1000) print "/System/";} ' '/^\/usr\/lib\/.+dylib$/p' ' /Temp|emac/d;/(etc|Preferences)\//s/^\.\/[^/]+//p;' ' /\/(Contents\/.+\/Contents|Frameworks)\/|\.wdgt\/.+\.[bw]/d;p;' 's/\/(Contents\/)?Info.plist$//;p' ' { gsub("^| ","||kMDItem'${p[35]}'=");sub("^.."," ") };1 ' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[9]}'{$2=$2-1;print}' ' BEGIN { i="'${p[26]}'";M1='${p[16]}';M2='${p[18]}';M3='${p[31]}';M4='${p[32]}';} !/^A/ { next;} /%/ { getline;if($5<M1) a="user "$2"%, system "$4"%";} /disk0/&&$4>M2 { b=$3" ops/s, "$4" blocks/s";} $2==i { if(c) { d=$3+$4+$5+$6;next;};if($4>M3||$6>M4) c=int($4/1024)" in, "int($6/1024)" out";} END { if(a) print "CPU: "a;if(b) print "I/O: "b;if(c) print "Net: "c" (KiB/s)";if(d) print "Net errors: "d" packets/s";} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/ )||(/v6:/&&$2!~/A/ ) ' ' $1~"lR"&&$2<='${p[25]}';$1~"li"&&$3!~"wpa2";' ' BEGIN { FS=":";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]" "$1;b=b$1;} END { if(b) print("\n\t* Code injection");} ' ' NR!=4{next} {$NF/=10240} '"`S0 27 14`" ' END { if($3~/[0-9]/)print$3;} ' ' BEGIN { L='${p[36]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n   "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n   [N/A]";"file -b "F|getline T;if(T!~/^(AS.+ (En.+ )?text$|POSIX sh.+ text ex)/) F=F" ("T")";printf("\nContents of %s\n%s\n",F,f);if(l>L) printf("\n   ...and %s more line(s)\n",l-L);} ' ' BEGIN{FS="= "} /Path/{print $2} ' ' /^ +B/{ s/.+= |(-[0-9]+)?\.s.+//g;p;} ' ' END{print NR} ' ' /id: N|te: Y/{i++} END{print i} ' ' / /{$0="'"${p[28]}"'"};1;' '/ en/!s/\.//p' ' NR!=13{next};{sub(/[+-M]$/,"",$NF)};'"`S0 39 40`" ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9;} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?Info\.plist$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps sudo\ crontab sudo\ iotop top pkgutil PlistBuddy whoami cksum kextstat launchctl sudo\ launchctl crontab 'sudo defaults read' stat lsbom mdfind ' for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done;' defaults\ read scutil sudo\ dtrace sudo\ profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil sudo\ lsof test );c2=(com.apple.loginwindow\ LoginHook '-c Print /L*/P*/loginw*' '-c Print L*/P*/*loginit*' '-c Print L*/Saf*/*/E*.plist' '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '.??* -path .Trash -prune -o -type d -name *.app -print -prune' '-c Print\ :'${p[35]}' 2>&1' '-c Print\ :Label 2>&1' '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status " -F '\$Time \$Message' -k Sender kernel -k Message Req 'Beac|caug|dead[^bl]|FAIL|GPU |hfs: Ru|inval|jnl:|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|tim(ed? ?|ing )o|WARN' -k Message Rne 'Goog|ksadm|SMC:' -o -k Sender fseventsd -k Message Req 'SL' " '-du -n DEV -n EDEV 1 10' 'acrx -o comm,ruid,%cpu' '-t1 10 1' '-f -pfc /var/db/r*/com.apple.*.{BS,Bas,Es,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cgh] ! -name *ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;|sort -t: -k2 |tail -n'${p[38]} '-L {/{S*/,},}L*/Lau* -type f' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' '-L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Ca*/*/Ex,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo,Widg}* -type f -name Info.plist' '/usr/lib -type f -name *.dylib' `awk "${s[31]}"<<<${p[23]}` "/e*/{auto,{cron,fs}tab,hosts,[lps]*.conf,pam.d,ssh{,d}_config,*.local} {,/usr/local}/etc/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}* .launchd.conf" list getenv /Library/Preferences/com.apple.alf\ globalstate --proxy '-n get default' -I --dns -getdnsservers -getinfo\ "${p[N5]}" -P -m\ / '' -n1 '-R -l1 -n1 -o prt -stats command,uid,prt' '--regexp --only-files --files com.apple.pkg.*|sort|uniq' -kl -l -s\ / '-R -l1 -n1 -o mem -stats command,uid,mem' -i4TCP:0-1023 com.apple.dashboard\ layer-gadgets '-d /L*/Mana*/$USER&&echo On' );N1=${#c2[@]};for j in {0..8};do c2[N1+j]=SP${p[j]}DataType;done;N2=${#c2[@]};for j in 0 1;do c2[N2+j]="-n ' syscall::'${p[33+j]}':return { @out[execname,uid]=sum(arg0) } tick-10sec { trunc(@out,1);exit(0);} '";done;l=(Restricted\ files Hidden\ apps 'Elapsed time (s)' POST Battery Safari\ extensions Bad\ plists 'High file counts' User Heat System\ load boot\ args FileVault Diagnostic\ reports Log 'Free space (MiB)' 'Swap (MiB)' Activity 'CPU per process' Login\ hook 'I/O per process' Mach\ ports kexts Daemons Agents launchd Startup\ items Admin\ access Root\ access Bundles dylibs Apps Font\ issues Inserted\ dylibs Firewall Proxies DNS TCP/IP Wi-Fi Profiles Root\ crontab User\ crontab 'Global login items' 'User login items' Spotlight Memory Listeners Widgets Parental\ Controls );N3=${#l[@]};for i in 0 1 2;do l[N3+i]=${p[5+i]};done;N4=${#l[@]};for j in 0 1;do l[N4+j]="Current ${p[29+j]}stream data";done;A0() { id -G|grep -qw 80;v[1]=$?;((v[1]==0))&&sudo true;v[2]=$?;v[3]=`date +%s`;clear >&-;date '+Start time: %T %D%n';};for i in 0 1;do eval ' A'$((1+i))'() { v=` eval "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};A'$((3+i))'() { v=` while read i;do [[ "$i" ]]&&eval "${c1[$1]} ${c2[$2]}" \"$i\"|'${c1[30+i]}' "${s[$3]}";done<<<"${v[$4]}" `;[[ "$v" ]];};A'$((5+i))'() { v=` while read i;do '${c1[30+i]}' "${s[$1]}" "$i";done<<<"${v[$2]}" `;[[ "$v" ]];};';done;A7(){ v=$((`date +%s`-v[3]));};B2(){ v[$1]="$v";};for i in 0 1;do eval ' B'$i'() { v=;((v['$((i+1))']==0))||{ v=No;false;};};B'$((3+i))'() { v[$2]=`'${c1[30+i]}' "${s[$3]}"<<<"${v[$1]}"`;} ';done;B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`grep -Fv "${v[$1]}"<<<"$v"`;};C0(){ [[ "$v" ]]&&echo "$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "$s"<<<"$v"`&&C1 1 $1;};for i in 1 2;do for j in 2 3;do eval D$i$j'(){ A'$i' $1 $2 $3; C'$j' $4;};';done;done;{ A0;A2 0 $((N1+1)) 2;C0;A1 0 $N1 1;C0;B0;C2 27;B0&&! B1&&C2 28;D12 15 37 25 8;A1 0 $((N1+2)) 3;C0;D13 0 $((N1+3)) 4 3;D23 0 $((N1+4)) 5 4;for i in 0 1 2;do D13 0 $((N1+5+i)) 6 $((N3+i));done;D13 1 10 7 9;D13 1 11 8 10;D22 2 12 9 11;D12 3 13 10 12;D23 4 19 44 13;D23 5 14 12 14;D22 6 36 13 15;D22 7 37 14 16;D23 8 15 38 17;D22 9 16 16 18;B1&&{ D22 11 17 17 20;for i in 0 1;do D22 28 $((N2+i)) 45 $((N4+i));done;};D22 12 44 54 45;D22 12 39 15 21;A1 13 40 18;B2 4;B3 4 0 19;A3 14 6 32 0;B4 0 5 11;A1 17 41 20;B7 5;C3 22;B4 4 6 21;A3 14 7 32 6;B4 0 7 11;B3 4 0 22;A3 14 6 32 0;B4 0 8 11;B5 7 8;B1&&{ A2 19 26 23;B7 7;C3 23;};A2 18 26 23;B7 7;C3 24;A2 4 20 21;B7 6;B2 9;A4 14 7 52 9;B2 10;B6 9 10 4;C3 25;D13 4 21 24 26;B4 4 12 26;B3 4 13 27;A1 4 22 29;B7 12;B2 14;A4 14 6 52 14;B2 15;B6 14 15 4;B3 0 0 30;C3 29;A1 4 23 27;B7 13;C3 30;D13 24 24 32 31;D13 25 37 32 33;A1 23 18 28;B2 16;A2 16 25 33;B7 16;B3 0 0 34;B2 21;A6 47 21&&C0;B1&&{ D13 21 0 32 19;D13 10 42 32 40;D22 29 35 46 39;};D23 14 1 48 42;D12 34 43 53 44;D22 0 $((N1+8)) 51 32;D13 4 8 41 6;D12 26 28 35 34;D13 27 29 36 35;A2 27 32 39&&{ B2 19;A2 33 33 40;B2 20;B6 19 20 3;};C2 36;D23 33 34 42 37;B1&&D23 35 45 55 46;D23 32 31 43 38;D12 36 47 32 48;D13 20 42 32 41;D23 14 2 48 43;D13 4 5 32 1;D22 4 4 50 0;D13 14 3 49 5;B3 4 22 57;A1 26 46 56;B7 22;B3 0 0 58;C3 47;D23 22 9 37 7;A7;C2 2;} 2>/dev/null|pbcopy;exit 2>&-  
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    7. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    8. If you see an error message in the Terminal window such as "syntax error," enter
    exec bash
    and press return. Then paste the script again.
    9. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    10. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.
    11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with "Model Identifier." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • How to tell if application is hanging or still working?

    I occasionally ask photoshop to do very large jobs such as joining many images into panoramas. This can take a very long time, and sometimes Photoshop will show as 'not responding' in red on the activity monitor or force quit window, and will hang until force-quit; sometimes it will show red but then 'come out of it' and complete the requested task. To save time waiting to see if it will snap out of it or not, I'd like to know if there is any way to tell whether the program is really crashed or is just working at the limit of the computer's capacity and will eventually complete the task.
    One person suggested I use a sudo fs_usage command in terminal to see if photoshop is working, but didn't say what I would expect to see if it is irreversibly hanging.
    Any suggestions?

    Donot Haveone wrote:
    It was using a lot of cpu in activity monitor, but the progress bar had not changed for 20 minutes (put a post-it on the screen to mark the spot).
    That may simply mean that a lot of CPU is going on and the progress bar may only show HD activity. This sometimes happens with programs and apps. If you open force quit it will say they are "not responding" but in fact they are simply very busy and apear "dead."
    What does the
    top
    command do?
    From the terminal man top command
    top - display and update sorted information about processes
    It's easier to see than explain
    Open a terminal and enter
    top
    and watch.
    Use Ctl-c to terminate it.

  • [SOLVED] Arch with kernel 3.15.1 hangs/reboots in early boot

    Hi all,
    Recently I bought Asrock D1800B-ITX and I installed Arch without seeing any error messages.
    However, when I rebooted to the installed system, the kernel hangs after printing "Booting the kernel."
    What should I do next to troubleshoot this?
    PC spec:
    CPU: Intel Celeron J1800
    Mobo: Asrock D1800B-ITX (BIOS version 1.4)
    RAM: Transcend DDR3L-1333 2G x2 (passes memtest86+ 5+ times)
    SSD: Crucial m4 64GB (M4-CT064M4SSD1)
    What I tried to do:
    The installation method is the same as the Beginners' guide on the ArchWiki.
    Arch ISO 2014.06.01 written in a USB memstick by dd is used to install Arch.
    Both UEFI (tried first) and BIOS installation won't work.
    Changing the HOOKS variable in /etc/mkinitcpio.conf won't affect the symptom (tried "base udev ...", "base systemd ..." and "systemd ...").
    The kernel from linux-lts package (3.10.44 as of writing) and 3.14.4 (included in Arch ISO 2014.06.01) boots.
    The console output (tty0) from the kernel with "debug" appended to the kernel parameter is messed up like the image if framebuffer is enabled.
    If framebuffer is disabled, I got some error messages like this image("debug" appended).
    The serial console output from the kernel 3.15.1-1 with "debug boot_delay=5000 console=ttyS0,115200n8r" appended to the paramaters is below:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.15.1-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.0 20140604 (prerelease) (GCC) ) #1 SMP PREEMPT Tue Jun 17 09:32:20 CEST 2014
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8e8c9f53-53f9-43d9-af6e-13c375c2e3c4 rw debug boot_delay=5000 console=ttyS0,115200n8r
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009c800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000200fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020100000-0x000000006d5a8fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000006d5a9000-0x000000006d5d8fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000006d5d9000-0x000000006d5e8fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000006d5e9000-0x000000006d716fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000006d717000-0x000000006da80fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000006da81000-0x000000006da81fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000006da82000-0x000000006dac3fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000006dac4000-0x000000006dc31fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000006dc32000-0x000000006dff9fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000006dffa000-0x000000006dffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.8 present.
    [ 0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./D1800B-ITX, BIOS P1.40 05/22/2014
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x180000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-E7FFF write-through
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask FC0000000 write-back
    [ 0.000000] 1 base 040000000 mask FE0000000 write-back
    [ 0.000000] 2 base 060000000 mask FF0000000 write-back
    [ 0.000000] 3 base 06E800000 mask FFF800000 uncachable
    [ 0.000000] 4 base 06F000000 mask FFF000000 uncachable
    [ 0.000000] 5 base 100000000 mask F80000000 write-back
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0x6e800000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0x6e000 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fd6b0-0x000fd6bf] mapped at [ffff8800000fd6b0]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000096000] 96000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b3e000, 0x01b3efff] PGTABLE
    [ 0.000000] BRK [0x01b3f000, 0x01b3ffff] PGTABLE
    [ 0.000000] BRK [0x01b40000, 0x01b40fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x17fe00000-0x17fffffff]
    [ 0.000000] [mem 0x17fe00000-0x17fffffff] page 2M
    [ 0.000000] BRK [0x01b41000, 0x01b41fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x17c000000-0x17fdfffff]
    [ 0.000000] [mem 0x17c000000-0x17fdfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x17bffffff]
    [ 0.000000] [mem 0x100000000-0x17bffffff] page 2M
    [ 0.000000] BRK [0x01b42000, 0x01b42fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x20100000-0x6d5a8fff]
    [ 0.000000] [mem 0x20100000-0x201fffff] page 4k
    [ 0.000000] [mem 0x20200000-0x6d3fffff] page 2M
    [ 0.000000] [mem 0x6d400000-0x6d5a8fff] page 4k
    [ 0.000000] BRK [0x01b43000, 0x01b43fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x6da81000-0x6da81fff]
    [ 0.000000] [mem 0x6da81000-0x6da81fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x6dac4000-0x6dc31fff]
    [ 0.000000] [mem 0x6dac4000-0x6dc31fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x6dffa000-0x6dffffff]
    [ 0.000000] [mem 0x6dffa000-0x6dffffff] page 4k
    [ 0.000000] RAMDISK: [mem 0x379a2000-0x37cc8fff]
    [ 0.000000] ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
    [ 0.000000] ACPI: XSDT 0x000000006D5DC080 00007C (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x000000006D5E73B8 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20140214/tbfadt-603)
    [ 0.000000] ACPI: DSDT 0x000000006D5DC188 00B229 (v02 ALASKA A M I 01072009 INTL 20120913)
    [ 0.000000] ACPI: FACS 0x000000006D716F80 000040
    [ 0.000000] ACPI: APIC 0x000000006D5E74C8 000068 (v03 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FPDT 0x000000006D5E7530 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: MCFG 0x000000006D5E7578 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    [ 0.000000] ACPI: LPIT 0x000000006D5E75B8 000104 (v01 ALASKA A M I 00000003 VLV2 0100000D)
    [ 0.000000] ACPI: AAFT 0x000000006D5E76C0 0000D7 (v01 ALASKA OEMAAFT 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x000000006D5E7798 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x000000006D5E77D0 000763 (v01 PmRef CpuPm 00003000 INTL 20061109)
    [ 0.000000] ACPI: SSDT 0x000000006D5E7F38 000290 (v01 PmRef Cpu0Tst 00003000 INTL 20061109)
    [ 0.000000] ACPI: SSDT 0x000000006D5E81C8 00017A (v01 PmRef ApTst 00003000 INTL 20061109)
    [ 0.000000] ACPI: UEFI 0x000000006D5E8348 000042 (v01 ALASKA A M I 00000000 00000000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x17fffffff]
    [ 0.000000] NODE_DATA [mem 0x17fff6000-0x17fffafff]
    [ 0.000000] [ffffea0000000000-ffffea0005ffffff] PMD -> [ffff88017ba00000-ffff88017f5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x17fffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009bfff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20100000-0x6d5a8fff]
    [ 0.000000] node 0: [mem 0x6da81000-0x6da81fff]
    [ 0.000000] node 0: [mem 0x6dac4000-0x6dc31fff]
    [ 0.000000] node 0: [mem 0x6dffa000-0x6dffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x17fffffff]
    [ 0.000000] On node 0 totalpages: 972217
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3995 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 6937 pages used for memmap
    [ 0.000000] DMA32 zone: 443934 pages, LIFO batch:31
    [ 0.000000] Normal zone: 8192 pages used for memmap
    [ 0.000000] Normal zone: 524288 pages, LIFO batch:31
    [ 0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
    [ 0.000000] Reserving Intel graphics stolen memory at 0x6f000000-0x7effffff
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high res lint[0x48])
    [ 0.000000] ACPI: NMI not connected to LINT 1!
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1e])
    [ 0.000000] ACPI: NMI not connected to LINT 1!
    [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 103
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x200fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6d5a9000-0x6d5d8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6d5d9000-0x6d5e8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6d5e9000-0x6d716fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6d717000-0x6da80fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6da82000-0x6dac3fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6dc32000-0x6dff9fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6e000000-0x6effffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6f000000-0x7effffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x7f000000-0xe00f7fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe00f9000-0xfed00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed02000-0xffafffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
    [ 0.000000] e820: [mem 0x7f000000-0xe00f7fff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88017fc00000 s87168 r8192 d23424 u1048576
    [ 0.000000] pcpu-alloc: s87168 r8192 d23424 u1048576 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 957003
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8e8c9f53-53f9-43d9-af6e-13c375c2e3c4 rw debug boot_delay=5000 console=ttyS0,115200n8r
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 3746004K/3888868K available (5222K kernel code, 885K rwdata, 1644K rodata, 1116K init, 1284K bss, 142864K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=2.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [ 0.000000] NR_IRQS:8448 nr_irqs:512 16
    [ 0.000000] spurious 8259A interrupt: IRQ7.
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [ttyS0] enabled
    [ 0.000000] allocated 15728640 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Maximum core-clock to bus-clock ratio: 0x1d
    [ 0.000000] Resolved frequency ID: 0, frequency: 83200 KHz
    [ 0.000000] TSC runs at 2412800 KHz
    [ 0.000000] lapic_timer_frequency = 277333
    [ 0.000000] tsc: Detected 2412.800 MHz processor
    [ 0.000035] Calibrating delay loop (skipped), value calculated using timer frequency.. 4827.66 BogoMIPS (lpj=8042666)
    [ 0.011335] pid_max: default: 32768 minimum: 301
    [ 0.016281] ACPI: Core revision 20140214
    [ 0.038896] ACPI: All ACPI Tables successfully acquired
    [ 0.044506] Security Framework initialized
    [ 0.048952] Yama: becoming mindful.
    [ 0.052893] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.062443] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.070632] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.077372] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.085099] Initializing cgroup subsys memory
    [ 0.089761] Initializing cgroup subsys devices
    [ 0.094496] Initializing cgroup subsys freezer
    [ 0.098953] Initializing cgroup subsys net_cls
    [ 0.103705] Initializing cgroup subsys blkio
    [ 0.108007] CPU: Physical Processor ID: 0
    [ 0.112334] CPU: Processor Core ID: 0
    [ 0.116012] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    [ 0.116012] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.134780] mce: CPU supports 6 MCE banks
    [ 0.138809] CPU0: Thermal monitoring enabled (TM1)
    [ 0.143899] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
    [ 0.143899] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
    [ 0.143899] tlb_flushall_shift: 6
    [ 0.159547] Freeing SMP alternatives memory: 20K (ffffffff819f6000 - ffffffff819fb000)
    [ 0.168629] ftrace: allocating 20223 entries in 79 pages
    [ 0.184730] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    [ 0.223874] smpboot: CPU0: Intel(R) Celeron(R) CPU J1800 @ 2.41GHz (fam: 06, model: 37, stepping: 03)
    [ 0.233644] TSC deadline timer enabled
    [ 0.237410] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
    [ 0.248406] ... version: 3
    [ 0.252421] ... bit width: 40
    [ 0.256842] ... generic registers: 2
    [ 0.260859] ... value mask: 000000ffffffffff
    [ 0.266468] ... max period: 000000ffffffffff
    [ 0.272072] ... fixed-purpose events: 3
    [ 0.276086] ... event mask: 0000000700000003
    [ 0.308502] x86: Booting SMP configuration:
    [ 0.312979] .... node #0, CPUs: #1
    [ 0.341729] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.350624] x86: Booted up 1 node, 2 CPUs
    [ 0.354641] smpboot: Total of 2 processors activated (9655.33 BogoMIPS)
    [ 0.362148] devtmpfs: initialized
    [ 0.371790] PM: Registering ACPI NVS region [mem 0x6d5e9000-0x6d716fff] (1236992 bytes)
    [ 0.381667] pinctrl core: initialized pinctrl subsystem
    [ 0.387237] RTC time: 12:48:20, date: 06/23/14
    [ 0.392039] NET: Registered protocol family 16
    [ 0.396655] cpuidle: using governor ladder
    [ 0.401108] cpuidle: using governor menu
    [ 0.405062] ACPI: bus type PCI registered
    [ 0.409367] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.416238] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.425888] PCI: not using MMCONFIG
    [ 0.429389] PCI: Using configuration type 1 for base access
    [ 0.436739] ACPI: Added _OSI(Module Device)
    [ 0.441290] ACPI: Added _OSI(Processor Device)
    [ 0.445745] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.450792] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.483934] ACPI: SSDT 0x000000006D5D1598 000521 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    [ 0.493572] ACPI: Dynamic OEM Table Load:
    [ 0.497982] ACPI: SSDT 0x0000000000000000 000521 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    [ 0.506989] ACPI: SSDT 0x000000006D5D0918 0003DE (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.516701] ACPI: Dynamic OEM Table Load:
    [ 0.521060] ACPI: SSDT 0x0000000000000000 0003DE (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.553495] ACPI: SSDT 0x000000006D5D6C18 00015F (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.563096] ACPI: Dynamic OEM Table Load:
    [ 0.567499] ACPI: SSDT 0x0000000000000000 00015F (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.589637] ACPI: SSDT 0x000000006D5D2F18 00008D (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.599587] ACPI: Dynamic OEM Table Load:
    [ 0.603646] ACPI: SSDT 0x0000000000000000 00008D (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.626595] ACPI: Interpreter enabled
    [ 0.630656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140214/hwxface-580)
    [ 0.640234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140214/hwxface-580)
    [ 0.649828] ACPI: (supports S0 S3 S4 S5)
    [ 0.653760] ACPI: Using IOAPIC for interrupt routing
    [ 0.659107] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.669732] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.703985] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.722133] ACPI: Power Resource [USBC] (on)
    [ 0.728108] ACPI: Power Resource [PLPE] (on)
    [ 0.732632] ACPI: Power Resource [PLPE] (on)
    [ 0.743169] ACPI: Power Resource [CLK0] (on)
    [ 0.747518] ACPI: Power Resource [CLK1] (on)
    [ 0.827458] ACPI: Power Resource [FN00] (off)
    [ 0.832738] ACPI: \_PR_.CPU2: failed to get CPU APIC ID.
    [ 0.838063] ACPI: \_PR_.CPU3: failed to get CPU APIC ID.
    [ 0.843920] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.850447] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.859188] \_SB_.PCI0:_OSC invalid UUID
    [ 0.863119] _OSC request data:1 1f 0
    [ 0.866869] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    [ 0.873883] PCI host bridge to bus 0000:00
    [ 0.877994] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.883490] pci_bus 0000:00: root bus resource [io 0x0000-0x006f]
    [ 0.889672] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7]
    [ 0.895856] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.902037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.908916] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    [ 0.915792] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff]
    [ 0.922671] pci_bus 0000:00: root bus resource [mem 0x80000000-0x90816ffe]
    [ 0.929554] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
    [ 0.935723] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
    [ 0.941744] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x903fffff]
    [ 0.948027] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff pref]
    [ 0.954740] pci 0000:00:02.0: reg 0x20: [io 0xf080-0xf087]
    [ 0.960486] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601
    [ 0.966518] pci 0000:00:13.0: reg 0x10: [io 0xf070-0xf077]
    [ 0.972101] pci 0000:00:13.0: reg 0x14: [io 0xf060-0xf063]
    [ 0.977685] pci 0000:00:13.0: reg 0x18: [io 0xf050-0xf057]
    [ 0.983272] pci 0000:00:13.0: reg 0x1c: [io 0xf040-0xf043]
    [ 0.988856] pci 0000:00:13.0: reg 0x20: [io 0xf020-0xf03f]
    [ 0.994440] pci 0000:00:13.0: reg 0x24: [mem 0x90816000-0x908167ff]
    [ 1.000755] pci 0000:00:13.0: PME# supported from D3hot
    [ 1.006126] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
    [ 1.012152] pci 0000:00:14.0: reg 0x10: [mem 0x90800000-0x9080ffff 64bit]
    [ 1.018996] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 1.024929] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 1.030671] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
    [ 1.036710] pci 0000:00:1a.0: reg 0x10: [mem 0x90500000-0x905fffff]
    [ 1.042994] pci 0000:00:1a.0: reg 0x14: [mem 0x90400000-0x904fffff]
    [ 1.049367] pci 0000:00:1a.0: PME# supported from D0 D3hot
    [ 1.055004] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300
    [ 1.061043] pci 0000:00:1b.0: reg 0x10: [mem 0x90810000-0x90813fff 64bit]
    [ 1.067905] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 1.074139] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
    [ 1.080211] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 1.086442] pci 0000:00:1c.1: [8086:0f4a] type 01 class 0x060400
    [ 1.092514] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 1.098749] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400
    [ 1.104820] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 1.111057] pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400
    [ 1.117128] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 1.123370] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
    [ 1.129584] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500
    [ 1.135629] pci 0000:00:1f.3: reg 0x10: [mem 0x90814000-0x9081401f]
    [ 1.141966] pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
    [ 1.147866] pci 0000:01:00.0: [8086:10d3] type 00 class 0x020000
    [ 1.153898] pci 0000:01:00.0: reg 0x10: [mem 0x907c0000-0x907dffff]
    [ 1.160186] pci 0000:01:00.0: reg 0x14: [mem 0x90700000-0x9077ffff]
    [ 1.166473] pci 0000:01:00.0: reg 0x18: [io 0xe000-0xe01f]
    [ 1.172068] pci 0000:01:00.0: reg 0x1c: [mem 0x907e0000-0x907e3fff]
    [ 1.178384] pci 0000:01:00.0: reg 0x30: [mem 0x90780000-0x907bffff pref]
    [ 1.185185] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
    [ 1.191338] pci 0000:01:00.0: System wakeup disabled by ACPI
    [ 1.203691] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 1.208670] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
    [ 1.214772] pci 0000:00:1c.0: bridge window [mem 0x90700000-0x907fffff]
    [ 1.221670] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
    [ 1.227701] pci 0000:02:00.0: reg 0x10: [io 0xd000-0xd0ff]
    [ 1.233305] pci 0000:02:00.0: reg 0x18: [mem 0x90604000-0x90604fff 64bit]
    [ 1.240110] pci 0000:02:00.0: reg 0x20: [mem 0x90600000-0x90603fff 64bit pref]
    [ 1.247422] pci 0000:02:00.0: supports D1 D2
    [ 1.251698] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.258360] pci 0000:02:00.0: System wakeup disabled by ACPI
    [ 1.270703] pci 0000:00:1c.1: PCI bridge to [bus 02]
    [ 1.275679] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
    [ 1.281775] pci 0000:00:1c.1: bridge window [mem 0x90600000-0x906fffff]
    [ 1.288650] pci 0000:00:1c.2: PCI bridge to [bus 03]
    [ 1.293707] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 1.299555] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 1.306755] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 1.313970] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 1.321167] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 1.328364] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 1.335574] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 1.343951] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 1.351177] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 1.360061] ACPI: Enabled 6 GPEs in block 00 to 3F
    [ 1.365087] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 1.373183] vgaarb: loaded
    [ 1.375899] vgaarb: bridge control possible 0000:00:02.0
    [ 1.381261] PCI: Using ACPI for IRQ routing
    [ 1.391151] PCI: pci_cache_line_size set to 64 bytes
    [ 1.396162] e820: reserve RAM buffer [mem 0x0009c800-0x0009ffff]
    [ 1.402172] e820: reserve RAM buffer [mem 0x6d5a9000-0x6fffffff]
    [ 1.408182] e820: reserve RAM buffer [mem 0x6da82000-0x6fffffff]
    [ 1.414191] e820: reserve RAM buffer [mem 0x6dc32000-0x6fffffff]
    [ 1.420199] e820: reserve RAM buffer [mem 0x6e000000-0x6fffffff]
    [ 1.426359] NetLabel: Initializing
    [ 1.429766] NetLabel: domain hash size = 128
    [ 1.434127] NetLabel: protocols = UNLABELED CIPSOv4
    [ 1.439113] NetLabel: unlabeled traffic allowed by default
    [ 1.444734] Switched to clocksource refined-jiffies
    [ 1.456826] pnp: PnP ACPI init
    [ 1.459927] ACPI: bus type PNP registered
    [ 1.464017] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 1.470655] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 1.477324] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [ 1.483943] system 00:03: [io 0x0680-0x069f] has been reserved
    [ 1.489870] system 00:03: [io 0x0400-0x047f] has been reserved
    [ 1.495800] system 00:03: [io 0x0500-0x05fe] has been reserved
    [ 1.501725] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.508678] system 00:04: [io 0x0290-0x029f] has been reserved
    [ 1.514602] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.521901] pnp 00:05: [dma 3]
    [ 1.525150] pnp 00:05: Plug and Play ACPI device, IDs PNP0400 PNP0401 (active)
    [ 1.532666] pnp 00:06: [dma 0 disabled]
    [ 1.536610] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 1.543468] pnp 00:07: [dma 0 disabled]
    [ 1.547398] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 1.554310] system 00:08: [mem 0xe0000000-0xefffffff] could not be reserved
    [ 1.561277] system 00:08: [mem 0xfed01000-0xfed01fff] has been reserved
    [ 1.567902] system 00:08: [mem 0xfed03000-0xfed03fff] has been reserved
    [ 1.574517] system 00:08: [mem 0xfed04000-0xfed04fff] has been reserved
    [ 1.581135] system 00:08: [mem 0xfed0c000-0xfed0ffff] has been reserved
    [ 1.587750] system 00:08: [mem 0xfed08000-0xfed08fff] has been reserved
    [ 1.594368] system 00:08: [mem 0xfed1c000-0xfed1cfff] has been reserved
    [ 1.600987] system 00:08: [mem 0xfee00000-0xfeefffff] has been reserved
    [ 1.607602] system 00:08: [mem 0xfef00000-0xfeffffff] has been reserved
    [ 1.614221] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.622896] pnp 00:09: Plug and Play ACPI device, IDs INT33bd (active)
    [ 1.629444] pnp: PnP ACPI: found 10 devices
    [ 1.633635] ACPI: bus type PNP unregistered
    [ 1.645842] Switched to clocksource acpi_pm
    [ 1.650077] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
    [ 1.660099] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    [ 1.670121] pci 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    [ 1.678317] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    [ 1.688327] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000
    [ 1.697397] pci 0000:00:1c.3: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
    [ 1.705587] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
    [ 1.715604] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000
    [ 1.724671] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 1.734596] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 1.744525] pci 0000:00:1c.2: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 1.753505] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 1.763432] pci 0000:00:1c.3: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 1.772408] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 1.782337] pci 0000:00:1c.2: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 1.790442] pci 0000:00:1c.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 1.798551] pci 0000:00:1c.0: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.805529] pci 0000:00:1c.1: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.812508] pci 0000:00:1c.2: BAR 14: can't assign mem (size 0x200000)
    [ 1.819058] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.826037] pci 0000:00:1c.3: BAR 14: can't assign mem (size 0x200000)
    [ 1.832587] pci 0000:00:1c.3: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.839567] pci 0000:00:1c.2: BAR 13: assigned [io 0x1000-0x1fff]
    [ 1.845766] pci 0000:00:1c.3: BAR 13: assigned [io 0x2000-0x2fff]
    [ 1.851971] pci 0000:00:1c.3: BAR 14: can't assign mem (size 0x200000)
    [ 1.858518] pci 0000:00:1c.3: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.865497] pci 0000:00:1c.2: BAR 14: can't assign mem (size 0x200000)
    [ 1.872047] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.879027] pci 0000:00:1c.1: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.886022] pci 0000:00:1c.0: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.893006] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 1.897993] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
    [ 1.904105] pci 0000:00:1c.0: bridge window [mem 0x90700000-0x907fffff]
    [ 1.910915] pci 0000:00:1c.1: PCI bridge to [bus 02]
    [ 1.915898] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
    [ 1.922014] pci 0000:00:1c.1: bridge window [mem 0x90600000-0x906fffff]
    [ 1.928826] pci 0000:00:1c.2: PCI bridge to [bus 03]
    [ 1.933806] pci 0000:00:1c.2: bridge window [io 0x1000-0x1fff]
    [ 1.939928] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 1.944917] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
    [ 1.951038] pci_bus 0000:00: resource 4 [io 0x0000-0x006f]
    [ 1.956636] pci_bus 0000:00: resource 5 [io 0x0078-0x0cf7]
    [ 1.962226] pci_bus 0000:00: resource 6 [io 0x0d00-0xffff]
    [ 1.967819] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
    [ 1.974106] pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff]
    [ 1.980393] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000fffff]
    [ 1.986679] pci_bus 0000:00: resource 10 [mem 0x80000000-0x90816ffe]
    [ 1.993048] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 1.998640] pci_bus 0000:01: resource 1 [mem 0x90700000-0x907fffff]
    [ 2.004928] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
    [ 2.010521] pci_bus 0000:02: resource 1 [mem 0x90600000-0x906fffff]
    [ 2.016799] pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
    [ 2.022385] pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
    [ 2.028011] NET: Registered protocol family 2
    [ 2.032617] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    [ 2.039992] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 2.046756] TCP: Hash tables configured (established 32768 bind 32768)
    [ 2.053347] TCP: reno registered
    [ 2.056613] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 2.062665] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 2.069219] NET: Registered protocol family 1
    [ 2.073615] pci 0000:00:02.0: Boot video device
    [ 2.078437] PCI: CLS 64 bytes, default 64
    [ 2.082551] Unpacking initramfs...
    [ 2.163887] Freeing initrd memory: 3228K (ffff8800379a2000 - ffff880037cc9000)
    [ 2.171174] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 2.177630] software IO TLB [mem 0x695a9000-0x6d5a9000] (64MB) mapped at [ffff8800695a9000-ffff88006d5a8fff]
    [ 2.187692] Scanning for low memory corruption every 60 seconds
    [ 2.194032] futex hash table entries: 512 (order: 3, 32768 bytes)
    [ 2.214648] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 2.223371] zbud: loaded
    [ 2.226146] VFS: Disk quotas dquot_6.5.2
    [ 2.230143] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 2.236799] msgmni has been set to 7322
    [ 2.240735] Key type big_key registered
    [ 2.244935] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 2.252427] io scheduler noop registered
    [ 2.256375] io scheduler deadline registered
    [ 2.260712] io scheduler cfq registered (default)
    [ 2.266068] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 2.271694] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 2.278375] intel_idle: MWAIT substates: 0x33000020
    [ 2.283272] intel_idle: v0.4 model 0x37
    [ 2.287126] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 2.293183] GHES: HEST is not enabled!
    [ 2.297073] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 2.324170] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    [ 2.352312] 00:07: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
    [ 2.360511] hpet: number irqs doesn't agree with number of timers
    [ 2.366659] Linux agpgart interface v0.103
    [ 2.370844] rtc_cmos 00:00: RTC can wake from S4
    [ 2.375711] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
    [ 2.381859] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
    [ 2.388590] Intel P-state driver initializing.
    [ 2.393073] Intel pstate controlling: cpu 0
    [ 2.397338] Intel pstate controlling: cpu 1
    [ 2.401631] ledtrig-cpu: registered to indicate activity on CPUs
    [ 2.407883] TCP: cubic registered
    [ 2.411486] NET: Registered protocol family 10
    [ 2.416484] NET: Registered protocol family 17
    [ 2.422019] registered taskstats version 1
    [ 2.426884] Magic number: 2:787:835
    [ 2.430695] rtc_cmos 00:00: setting system clock to 2014-06-23 12:48:22 UTC (1403527702)
    [ 2.438908] PM: Hibernation image not present or could not be loaded.
    [ 2.447023] Freeing unused kernel memory: 1116K (ffffffff818df000 - ffffffff819f6000)
    [ 2.455009] Write protecting the kernel read-only data: 8192k
    [ 2.464913] Freeing unused kernel memory: 912K (ffff88000151c000 - ffff880001600000)
    [ 2.474648] Freeing unused kernel memory: 404K (ffff88000179b000 - ffff880001800000)
    :: running early hook [udev]
    [ 2.494051] random: systemd-tmpfile urandom read with 66 bits of entropy available
    [ 2.504332] systemd-udevd[47]: starting version 213
    :: running hook [udev]
    :: Triggering uevents...
    calling: trigger
    calling: trigger
    calling: settle
    [ 2.534396] sdhci: Secure Digital Host Controller Interface driver
    [ 2.541330] sdhci: Copyright(c) Pierre Ossman
    [ 2.552716] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 2.568739] SCSI subsystem initialized
    [ 2.575089] ACPI: bus type USB registered
    [ 2.594459] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 2.599187] usbcore: registered new interface driver usbfs
    [ 2.599205] usbcore: registered new interface driver hub
    [ 2.599745] usbcore: registered new device driver usb
    [ 2.600871] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 2.600881] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
    [ 2.601308] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 2.601345] xhci_hcd 0000:00:14.0: irq 103 for MSI/MSI-X
    [ 2.602147] hub 1-0:1.0: USB hub found
    [ 2.602218] hub 1-0:1.0: 6 ports detected
    [ 2.602881] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 2.602886] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    [ 2.603292] hub 2-0:1.0: USB hub found
    [ 2.603304] hub 2-0:1.0: 1 port detected
    [ 2.605730] libata version 3.00 loaded.
    [ 2.607023] ahci 0000:00:13.0: version 3.0
    [ 2.607176] ahci 0000:00:13.0: controller can't do DEVSLP, turning off
    [ 2.607221] ahci 0000:00:13.0: irq 104 for MSI/MSI-X
    [ 2.607290] ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    [ 2.607293] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso
    [ 2.608141] scsi0 : ahci
    [ 2.608405] scsi1 : ahci
    [ 2.608589] ata1: SATA max UDMA/133 abar m2048@0x90816000 port 0x90816100 irq 104
    [ 2.608593] ata2: SATA max UDMA/133 abar m2048@0x90816000 port 0x90816180 irq 104
    [ 2.725290] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 2.927049] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.933507] ata2: SATA link down (SStatus 0 SControl 300)
    [ 2.939429] ata1.00: ATA-9: M4-CT064M4SSD1, 070H, max UDMA/100
    [ 2.945334] ata1.00: 125045424 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 2.953286] ata1.00: configured for UDMA/100
    [ 2.958167] scsi 0:0:0:0: Direct-Access ATA M4-CT064M4SSD1 070H PQ: 0 ANSI: 5
    [ 2.960235] usb 1-2: new high-speed USB device number 2 using xhci_hcd
    [ 2.981979] sd 0:0:0:0: [sda] 125045424 512-byte logical blocks: (64.0 GB/59.6 GiB)
    [ 2.990120] sd 0:0:0:0: [sda] Write Protect is off
    [ 2.994996] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 3.000141] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.010802] sda: sda1 sda2 sda3
    [ 3.015595] sd 0:0:0:0: [sda] Attached SCSI disk
    :: performing fsck on '/dev/sda3'
    /dev/sda3: clean, 29911/3637248 files, 462097/14530646 blocks
    :: mounting '/de
    Note that where the output stops is different each time I boot, and the above is the longest one I got.
    Thanks in advance.
    EDIT: fixed typo.
    Last edited by k2_8191 (2014-10-05 01:13:49)

    sirocco wrote:
    I thing your issue is related to this https://bbs.archlinux.org/viewtopic.php?id=183075
    Does the parameter maxcpus=1 affected to your system?
    Wow, with your paramater the kernel boots!
    However, the framebuffer is still broken (the same white artifacts, but many of them).
    I'm considering filing this issue as a bug in the Kernel Bug Tracker...
    I also tried unplugging all of the USB devices connected (the reason is this page, linked from the thread you mentioned), but no luck.
    Here is the serial console output (in the hope of potentially helping others):
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.15.1-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.0 20140604 (prerelease) (GCC) ) #1 SMP PREEMPT Tue Jun 17 09:32:20 CEST 2014
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8e8c9f53-53f9-43d9-af6e-13c375c2e3c4 rw debug console=tty0 console=ttyS0,115200n8r maxcpus=1
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009c800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000200fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020100000-0x000000006d5a8fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000006d5a9000-0x000000006d5d8fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000006d5d9000-0x000000006d5e8fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000006d5e9000-0x000000006d716fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000006d717000-0x000000006da80fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000006da81000-0x000000006da81fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000006da82000-0x000000006dac3fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000006dac4000-0x000000006dc31fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000006dc32000-0x000000006dff9fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000006dffa000-0x000000006dffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.8 present.
    [ 0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./D1800B-ITX, BIOS P1.40 05/22/2014
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x180000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-E7FFF write-through
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask FC0000000 write-back
    [ 0.000000] 1 base 040000000 mask FE0000000 write-back
    [ 0.000000] 2 base 060000000 mask FF0000000 write-back
    [ 0.000000] 3 base 06E800000 mask FFF800000 uncachable
    [ 0.000000] 4 base 06F000000 mask FFF000000 uncachable
    [ 0.000000] 5 base 100000000 mask F80000000 write-back
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0x6e800000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0x6e000 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fd6b0-0x000fd6bf] mapped at [ffff8800000fd6b0]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000096000] 96000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b3e000, 0x01b3efff] PGTABLE
    [ 0.000000] BRK [0x01b3f000, 0x01b3ffff] PGTABLE
    [ 0.000000] BRK [0x01b40000, 0x01b40fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x17fe00000-0x17fffffff]
    [ 0.000000] [mem 0x17fe00000-0x17fffffff] page 2M
    [ 0.000000] BRK [0x01b41000, 0x01b41fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x17c000000-0x17fdfffff]
    [ 0.000000] [mem 0x17c000000-0x17fdfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x17bffffff]
    [ 0.000000] [mem 0x100000000-0x17bffffff] page 2M
    [ 0.000000] BRK [0x01b42000, 0x01b42fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x20100000-0x6d5a8fff]
    [ 0.000000] [mem 0x20100000-0x201fffff] page 4k
    [ 0.000000] [mem 0x20200000-0x6d3fffff] page 2M
    [ 0.000000] [mem 0x6d400000-0x6d5a8fff] page 4k
    [ 0.000000] BRK [0x01b43000, 0x01b43fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x6da81000-0x6da81fff]
    [ 0.000000] [mem 0x6da81000-0x6da81fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x6dac4000-0x6dc31fff]
    [ 0.000000] [mem 0x6dac4000-0x6dc31fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x6dffa000-0x6dffffff]
    [ 0.000000] [mem 0x6dffa000-0x6dffffff] page 4k
    [ 0.000000] RAMDISK: [mem 0x379a2000-0x37cc8fff]
    [ 0.000000] ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
    [ 0.000000] ACPI: XSDT 0x000000006D5DC080 00007C (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x000000006D5E73B8 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20140214/tbfadt-603)
    [ 0.000000] ACPI: DSDT 0x000000006D5DC188 00B229 (v02 ALASKA A M I 01072009 INTL 20120913)
    [ 0.000000] ACPI: FACS 0x000000006D716F80 000040
    [ 0.000000] ACPI: APIC 0x000000006D5E74C8 000068 (v03 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FPDT 0x000000006D5E7530 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: MCFG 0x000000006D5E7578 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    [ 0.000000] ACPI: LPIT 0x000000006D5E75B8 000104 (v01 ALASKA A M I 00000003 VLV2 0100000D)
    [ 0.000000] ACPI: AAFT 0x000000006D5E76C0 0000D7 (v01 ALASKA OEMAAFT 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x000000006D5E7798 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x000000006D5E77D0 000763 (v01 PmRef CpuPm 00003000 INTL 20061109)
    [ 0.000000] ACPI: SSDT 0x000000006D5E7F38 000290 (v01 PmRef Cpu0Tst 00003000 INTL 20061109)
    [ 0.000000] ACPI: SSDT 0x000000006D5E81C8 00017A (v01 PmRef ApTst 00003000 INTL 20061109)
    [ 0.000000] ACPI: UEFI 0x000000006D5E8348 000042 (v01 ALASKA A M I 00000000 00000000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x17fffffff]
    [ 0.000000] NODE_DATA [mem 0x17fff6000-0x17fffafff]
    [ 0.000000] [ffffea0000000000-ffffea0005ffffff] PMD -> [ffff88017ba00000-ffff88017f5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x17fffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009bfff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20100000-0x6d5a8fff]
    [ 0.000000] node 0: [mem 0x6da81000-0x6da81fff]
    [ 0.000000] node 0: [mem 0x6dac4000-0x6dc31fff]
    [ 0.000000] node 0: [mem 0x6dffa000-0x6dffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x17fffffff]
    [ 0.000000] On node 0 totalpages: 972217
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3995 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 6937 pages used for memmap
    [ 0.000000] DMA32 zone: 443934 pages, LIFO batch:31
    [ 0.000000] Normal zone: 8192 pages used for memmap
    [ 0.000000] Normal zone: 524288 pages, LIFO batch:31
    [ 0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
    [ 0.000000] Reserving Intel graphics stolen memory at 0x6f000000-0x7effffff
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high res lint[0x48])
    [ 0.000000] ACPI: NMI not connected to LINT 1!
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1e])
    [ 0.000000] ACPI: NMI not connected to LINT 1!
    [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 103
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x200fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6d5a9000-0x6d5d8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6d5d9000-0x6d5e8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6d5e9000-0x6d716fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6d717000-0x6da80fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6da82000-0x6dac3fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6dc32000-0x6dff9fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6e000000-0x6effffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6f000000-0x7effffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x7f000000-0xe00f7fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe00f9000-0xfed00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed02000-0xffafffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
    [ 0.000000] e820: [mem 0x7f000000-0xe00f7fff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88017fc00000 s87168 r8192 d23424 u1048576
    [ 0.000000] pcpu-alloc: s87168 r8192 d23424 u1048576 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 957003
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8e8c9f53-53f9-43d9-af6e-13c375c2e3c4 rw debug console=tty0 console=ttyS0,115200n8r maxcpus=1
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 3746004K/3888868K available (5222K kernel code, 885K rwdata, 1644K rodata, 1116K init, 1284K bss, 142864K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=2.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [ 0.000000] NR_IRQS:8448 nr_irqs:512 16
    [ 0.000000] spurious 8259A interrupt: IRQ7.
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] console [ttyS0] enabled
    [ 0.000000] allocated 15728640 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Maximum core-clock to bus-clock ratio: 0x1d
    [ 0.000000] Resolved frequency ID: 0, frequency: 83200 KHz
    [ 0.000000] TSC runs at 2412800 KHz
    [ 0.000000] lapic_timer_frequency = 277333
    [ 0.000000] tsc: Detected 2412.800 MHz processor
    [ 0.000035] Calibrating delay loop (skipped), value calculated using timer frequency.. 4827.66 BogoMIPS (lpj=8042666)
    [ 0.011140] pid_max: default: 32768 minimum: 301
    [ 0.015836] ACPI: Core revision 20140214
    [ 0.036781] ACPI: All ACPI Tables successfully acquired
    [ 0.042794] Security Framework initialized
    [ 0.046965] Yama: becoming mindful.
    [ 0.050963] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.059839] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.067665] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.074463] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.081953] Initializing cgroup subsys memory
    [ 0.086398] Initializing cgroup subsys devices
    [ 0.090912] Initializing cgroup subsys freezer
    [ 0.095430] Initializing cgroup subsys net_cls
    [ 0.099948] Initializing cgroup subsys blkio
    [ 0.104311] CPU: Physical Processor ID: 0
    [ 0.108394] CPU: Processor Core ID: 0
    [ 0.112124] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    [ 0.112124] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.129989] mce: CPU supports 6 MCE banks
    [ 0.134080] CPU0: Thermal monitoring enabled (TM1)
    [ 0.138945] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
    [ 0.138945] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
    [ 0.138945] tlb_flushall_shift: 6
    [ 0.157984] ftrace: allocating 20223 entries in 79 pages
    [ 0.173249] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    [ 0.212125] smpboot: CPU0: Intel(R) Celeron(R) CPU J1800 @ 2.41GHz (fam: 06, model: 37, stepping: 03)
    [ 0.221805] TSC deadline timer enabled
    [ 0.225627] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
    [ 0.236290] ... version: 3
    [ 0.240362] ... bit width: 40
    [ 0.244525] ... generic registers: 2
    [ 0.248602] ... value mask: 000000ffffffffff
    [ 0.253981] ... max period: 000000ffffffffff
    [ 0.259356] ... fixed-purpose events: 3
    [ 0.263431] ... event mask: 0000000700000003
    [ 0.288836] x86: Booted up 1 node, 1 CPUs
    [ 0.292962] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.301045] smpboot: Total of 1 processors activated (4827.66 BogoMIPS)
    [ 0.308166] devtmpfs: initialized
    [ 0.317411] PM: Registering ACPI NVS region [mem 0x6d5e9000-0x6d716fff] (1236992 bytes)
    [ 0.327018] pinctrl core: initialized pinctrl subsystem
    [ 0.332357] RTC time: 10:10:42, date: 06/24/14
    [ 0.336933] NET: Registered protocol family 16
    [ 0.341611] cpuidle: using governor ladder
    [ 0.345776] cpuidle: using governor menu
    [ 0.349793] ACPI: bus type PCI registered
    [ 0.353869] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.360461] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.369844] PCI: not using MMCONFIG
    [ 0.373397] PCI: Using configuration type 1 for base access
    [ 0.380369] ACPI: Added _OSI(Module Device)
    [ 0.384635] ACPI: Added _OSI(Processor Device)
    [ 0.389147] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.393916] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.426769] ACPI: SSDT 0x000000006D5D1598 000521 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    [ 0.436231] ACPI: Dynamic OEM Table Load:
    [ 0.440434] ACPI: SSDT 0x0000000000000000 000521 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    [ 0.449330] ACPI: SSDT 0x000000006D5D0918 0003DE (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.458885] ACPI: Dynamic OEM Table Load:
    [ 0.463085] ACPI: SSDT 0x0000000000000000 0003DE (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.491952] ACPI: SSDT 0x000000006D5D6C18 00015F (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.501412] ACPI: Dynamic OEM Table Load:
    [ 0.505615] ACPI: SSDT 0x0000000000000000 00015F (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.524219] ACPI: SSDT 0x000000006D5D2F18 00008D (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.533626] ACPI: Dynamic OEM Table Load:
    [ 0.537832] ACPI: SSDT 0x0000000000000000 00008D (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.556968] ACPI: Interpreter enabled
    [ 0.560703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140214/hwxface-580)
    [ 0.570137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140214/hwxface-580)
    [ 0.579581] ACPI: (supports S0 S3 S4 S5)
    [ 0.583571] ACPI: Using IOAPIC for interrupt routing
    [ 0.588702] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.599074] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.631033] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.648454] ACPI: Power Resource [USBC] (on)
    [ 0.654189] ACPI: Power Resource [PLPE] (on)
    [ 0.658781] ACPI: Power Resource [PLPE] (on)
    [ 0.668590] ACPI: Power Resource [CLK0] (on)
    [ 0.673003] ACPI: Power Resource [CLK1] (on)
    [ 0.752664] ACPI: Power Resource [FN00] (off)
    [ 0.757627] ACPI: \_PR_.CPU2: failed to get CPU APIC ID.
    [ 0.763012] ACPI: \_PR_.CPU3: failed to get CPU APIC ID.
    [ 0.768653] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.774909] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.783393] \_SB_.PCI0:_OSC invalid UUID
    [ 0.787379] _OSC request data:1 1f 0
    [ 0.791360] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    [ 0.798434] PCI host bridge to bus 0000:00
    [ 0.802603] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.808152] pci_bus 0000:00: root bus resource [io 0x0000-0x006f]
    [ 0.814398] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7]
    [ 0.820640] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.826886] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.833824] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    [ 0.840763] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff]
    [ 0.847707] pci_bus 0000:00: root bus resource [mem 0x80000000-0x90816ffe]
    [ 0.854653] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
    [ 0.860880] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
    [ 0.866964] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x903fffff]
    [ 0.873310] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff pref]
    [ 0.880091] pci 0000:00:02.0: reg 0x20: [io 0xf080-0xf087]
    [ 0.885896] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601
    [ 0.891989] pci 0000:00:13.0: reg 0x10: [io 0xf070-0xf077]
    [ 0.897632] pci 0000:00:13.0: reg 0x14: [io 0xf060-0xf063]
    [ 0.903277] pci 0000:00:13.0: reg 0x18: [io 0xf050-0xf057]
    [ 0.908921] pci 0000:00:13.0: reg 0x1c: [io 0xf040-0xf043]
    [ 0.914569] pci 0000:00:13.0: reg 0x20: [io 0xf020-0xf03f]
    [ 0.920213] pci 0000:00:13.0: reg 0x24: [mem 0x90816000-0x908167ff]
    [ 0.926590] pci 0000:00:13.0: PME# supported from D3hot
    [ 0.932016] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
    [ 0.938109] pci 0000:00:14.0: reg 0x10: [mem 0x90800000-0x9080ffff 64bit]
    [ 0.945015] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.951015] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.956817] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
    [ 0.962916] pci 0000:00:1a.0: reg 0x10: [mem 0x90500000-0x905fffff]
    [ 0.969261] pci 0000:00:1a.0: reg 0x14: [mem 0x90400000-0x904fffff]
    [ 0.975696] pci 0000:00:1a.0: PME# supported from D0 D3hot
    [ 0.981392] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300
    [ 0.987483] pci 0000:00:1b.0: reg 0x10: [mem 0x90810000-0x90813fff 64bit]
    [ 0.994407] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 1.000702] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
    [ 1.006831] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 1.013127] pci 0000:00:1c.1: [8086:0f4a] type 01 class 0x060400
    [ 1.019259] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 1.025556] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400
    [ 1.031687] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 1.037981] pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400
    [ 1.044113] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 1.050419] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
    [ 1.058705] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500
    [ 1.064811] pci 0000:00:1f.3: reg 0x10: [mem 0x90814000-0x9081401f]
    [ 1.071209] pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
    [ 1.077163] pci 0000:01:00.0: [8086:10d3] type 00 class 0x020000
    [ 1.083262] pci 0000:01:00.0: reg 0x10: [mem 0x907c0000-0x907dffff]
    [ 1.089611] pci 0000:01:00.0: reg 0x14: [mem 0x90700000-0x9077ffff]
    [ 1.095960] pci 0000:01:00.0: reg 0x18: [io 0xe000-0xe01f]
    [ 1.101613] pci 0000:01:00.0: reg 0x1c: [mem 0x907e0000-0x907e3fff]
    [ 1.107991] pci 0000:01:00.0: reg 0x30: [mem 0x90780000-0x907bffff pref]
    [ 1.114863] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
    [ 1.121076] pci 0000:01:00.0: System wakeup disabled by ACPI
    [ 1.133486] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 1.138516] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
    [ 1.144674] pci 0000:00:1c.0: bridge window [mem 0x90700000-0x907fffff]
    [ 1.151629] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
    [ 1.157715] pci 0000:02:00.0: reg 0x10: [io 0xd000-0xd0ff]
    [ 1.163378] pci 0000:02:00.0: reg 0x18: [mem 0x90604000-0x90604fff 64bit]
    [ 1.170248] pci 0000:02:00.0: reg 0x20: [mem 0x90600000-0x90603fff 64bit pref]
    [ 1.177628] pci 0000:02:00.0: supports D1 D2
    [ 1.181962] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.188686] pci 0000:02:00.0: System wakeup disabled by ACPI
    [ 1.201089] pci 0000:00:1c.1: PCI bridge to [bus 02]
    [ 1.206125] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
    [ 1.212285] pci 0000:00:1c.1: bridge window [mem 0x90600000-0x906fffff]
    [ 1.219229] pci 0000:00:1c.2: PCI bridge to [bus 03]
    [ 1.224344] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 1.230256] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 1.237966] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 1.245684] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 1.253392] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 1.261102] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 1.268822] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 1.277806] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 1.285519] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 1.294917] ACPI: Enabled 6 GPEs in block 00 to 3F
    [ 1.300076] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 1.308247] vgaarb: loaded
    [ 1.311016] vgaarb: bridge control possible 0000:00:02.0
    [ 1.316434] PCI: Using ACPI for IRQ routing
    [ 1.326342] PCI: pci_cache_line_size set to 64 bytes
    [ 1.331413] e820: reserve RAM buffer [mem 0x0009c800-0x0009ffff]
    [ 1.337487] e820: reserve RAM buffer [mem 0x6d5a9000-0x6fffffff]
    [ 1.343564] e820: reserve RAM buffer [mem 0x6da82000-0x6fffffff]
    [ 1.349635] e820: reserve RAM buffer [mem 0x6dc32000-0x6fffffff]
    [ 1.355705] e820: reserve RAM buffer [mem 0x6e000000-0x6fffffff]
    [ 1.361922] NetLabel: Initializing
    [ 1.365387] NetLabel: domain hash size = 128
    [ 1.369809] NetLabel: protocols = UNLABELED CIPSOv4
    [ 1.374857] NetLabel: unlabeled traffic allowed by default
    [ 1.380537] Switched to clocksource refined-jiffies
    [ 1.392661] pnp: PnP ACPI init
    [ 1.395822] ACPI: bus type PNP registered
    [ 1.399970] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 1.406678] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 1.413412] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [ 1.420086] system 00:03: [io 0x0680-0x069f] has been reserved
    [ 1.426073] system 00:03: [io 0x0400-0x047f] has been reserved
    [ 1.432056] system 00:03: [io 0x0500-0x05fe] has been reserved
    [ 1.438041] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.445049] system 00:04: [io 0x0290-0x029f] has been reserved
    [ 1.451043] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.458398] pnp 00:05: [dma 3]
    [ 1.461710] pnp 00:05: Plug and Play ACPI device, IDs PNP0400 PNP0401 (active)
    [ 1.469299] pnp 00:06: [dma 0 disabled]
    [ 1.473291] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 1.480208] pnp 00:07: [dma 0 disabled]
    [ 1.484196] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 1.491178] system 00:08: [mem 0xe0000000-0xefffffff] could not be reserved
    [ 1.498213] system 00:08: [mem 0xfed01000-0xfed01fff] has been reserved
    [ 1.504897] system 00:08: [mem 0xfed03000-0xfed03fff] has been reserved
    [ 1.511583] system 00:08: [mem 0xfed04000-0xfed04fff] has been reserved
    [ 1.518261] system 00:08: [mem 0xfed0c000-0xfed0ffff] has been reserved
    [ 1.524941] system 00:08: [mem 0xfed08000-0xfed08fff] has been reserved
    [ 1.531625] system 00:08: [mem 0xfed1c000-0xfed1cfff] has been reserved
    [ 1.538311] system 00:08: [mem 0xfee00000-0xfeefffff] has been reserved
    [ 1.544997] system 00:08: [mem 0xfef00000-0xfeffffff] has been reserved
    [ 1.551675] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.560396] pnp 00:09: Plug and Play ACPI device, IDs INT33bd (active)
    [ 1.567003] pnp: PnP ACPI: found 10 devices
    [ 1.571251] ACPI: bus type PNP unregistered
    [ 1.583183] Switched to clocksource acpi_pm
    [ 1.587478] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
    [ 1.597577] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    [ 1.607670] pci 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    [ 1.615936] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    [ 1.626024] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000
    [ 1.635168] pci 0000:00:1c.3: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
    [ 1.643435] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
    [ 1.653523] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000
    [ 1.662668] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 1.672672] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 1.682680] pci 0000:00:1c.2: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 1.691732] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 1.701731] pci 0000:00:1c.3: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 1.710777] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 1.720777] pci 0000:00:1c.2: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 1.728960] pci 0000:00:1c.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 1.737145] pci 0000:00:1c.0: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.744192] pci 0000:00:1c.1: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.751239] pci 0000:00:1c.2: BAR 14: can't assign mem (size 0x200000)
    [ 1.757849] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.764892] pci 0000:00:1c.3: BAR 14: can't assign mem (size 0x200000)
    [ 1.771499] pci 0000:00:1c.3: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.778542] pci 0000:00:1c.2: BAR 13: assigned [io 0x1000-0x1fff]
    [ 1.784800] pci 0000:00:1c.3: BAR 13: assigned [io 0x2000-0x2fff]
    [ 1.791064] pci 0000:00:1c.3: BAR 14: can't assign mem (size 0x200000)
    [ 1.797674] pci 0000:00:1c.3: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.804721] pci 0000:00:1c.2: BAR 14: can't assign mem (size 0x200000)
    [ 1.811331] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.818374] pci 0000:00:1c.1: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.825417] pci 0000:00:1c.0: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.832463] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 1.837507] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
    [ 1.843686] pci 0000:00:1c.0: bridge window [mem 0x90700000-0x907fffff]
    [ 1.850558] pci 0000:00:1c.1: PCI bridge to [bus 02]
    [ 1.855607] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
    [ 1.861783] pci 0000:00:1c.1: bridge window [mem 0x90600000-0x906fffff]
    [ 1.868657] pci 0000:00:1c.2: PCI bridge to [bus 03]
    [ 1.873706] pci 0000:00:1c.2: bridge window [io 0x1000-0x1fff]
    [ 1.879887] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 1.884927] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
    [ 1.891112] pci_bus 0000:00: resource 4 [io 0x0000-0x006f]
    [ 1.896765] pci_bus 0000:00: resource 5 [io 0x0078-0x0cf7]
    [ 1.902418] pci_bus 0000:00: resource 6 [io 0x0d00-0xffff]
    [ 1.908075] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
    [ 1.914422] pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff]
    [ 1.920771] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000fffff]
    [ 1.927120] pci_bus 0000:00: resource 10 [mem 0x80000000-0x90816ffe]
    [ 1.933553] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 1.939206] pci_bus 0000:01: resource 1 [mem 0x90700000-0x907fffff]
    [ 1.945549] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
    [ 1.951199] pci_bus 0000:02: resource 1 [mem 0x90600000-0x906fffff]
    [ 1.957542] pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
    [ 1.963196] pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
    [ 1.968880] NET: Registered protocol family 2
    [ 1.973565] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    [ 1.981016] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 1.987845] TCP: Hash tables configured (established 32768 bind 32768)
    [ 1.994501] TCP: reno registered
    [ 1.997825] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 2.003945] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 2.010564] NET: Registered protocol family 1
    [ 2.015019] pci 0000:00:02.0: Boot video device
    [ 2.019903] PCI: CLS 64 bytes, default 64
    [ 2.024073] Unpacking initramfs...
    [ 2.105454] Freeing initrd memory: 3228K (ffff8800379a2000 - ffff880037cc9000)
    [ 2.112837] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 2.119368] software IO TLB [mem 0x695a9000-0x6d5a9000] (64MB) mapped at [ffff8800695a9000-ffff88006d5a8fff]
    [ 2.129445] Scanning for low memory corruption every 60 seconds
    [ 2.135804] futex hash table entries: 512 (order: 3, 32768 bytes)
    [ 2.156416] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 2.165203] zbud: loaded
    [ 2.168024] VFS: Disk quotas dquot_6.5.2
    [ 2.172084] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 2.178768] msgmni has been set to 7322
    [ 2.182754] Key type big_key registered
    [ 2.186852] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 2.196416] io scheduler noop registered
    [ 2.200428] io scheduler deadline registered
    [ 2.204842] io scheduler cfq registered (default)
    [ 2.210255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 2.215942] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 2.222693] intel_idle: MWAIT substates: 0x33000020
    [ 2.227650] intel_idle: v0.4 model 0x37
    [ 2.231565] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 2.237591] GHES: HEST is not enabled!
    [ 2.241502] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 2.268668] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    [ 2.296818] 00:07: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
    [ 2.304636] hpet: number irqs doesn't agree with number of timers
    [ 2.310836] Linux agpgart interface v0.103
    [ 2.315070] rtc_cmos 00:00: RTC can wake from S4
    [ 2.319912] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
    [ 2.326116] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
    [ 2.332916] Intel P-state driver initializing.
    [ 2.337453] Intel pstate controlling: cpu 0
    [ 2.341754] ledtrig-cpu: registered to indicate activity on CPUs
    [ 2.347974] TCP: cubic registered
    [ 2.351527] NET: Registered protocol family 10
    [ 2.356327] NET: Registered protocol family 17
    [ 2.361157] registered taskstats version 1
    [ 2.365722] Magic number: 2:479:174
    [ 2.369510] acpi device:37: hash matches
    [ 2.373534] acpi device:0a: hash matches
    [ 2.377583] rtc_cmos 00:00: setting system clock to 2014-06-24 10:10:44 UTC (1403604644)
    [ 2.385853] PM: Hibernation image not present or could not be loaded.
    [ 2.393975] Freeing unused kernel memory: 1116K (ffffffff818df000 - ffffffff819f6000)
    [ 2.402057] Write protecting the kernel read-only data: 8192k
    [ 2.411885] Freeing unused kernel memory: 912K (ffff88000151c000 - ffff880001600000)
    [ 2.421541] Freeing unused kernel memory: 404K (ffff88000179b000 - ffff880001800000)
    :: running early hook [udev]
    [ 2.439228] random: systemd-tmpfile urandom read with 66 bits of entropy available
    :: running hook [udev]
    :: Triggering uevents...[ 2.453985] systemd-udevd[41]: starting version 213
    calling: trigger
    calling: trigger
    [ 2.494434] sdhci: Secure Digital Host Controller Interface driver
    calling: settle
    [ 2.514161] sdhci: Copyright(c) Pierre Ossman
    [ 2.520056] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 2.548038] SCSI subsystem initialized
    [ 2.554183] ACPI: bus type USB registered
    [ 2.562240] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 2.573276] usbcore: registered new interface driver usbfs
    [ 2.588346] libata version 3.00 loaded.
    [ 2.592373] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 2.605003] usbcore: registered new interface driver hub
    [ 2.613243] ahci 0000:00:13.0: version 3.0
    [ 2.630874] ahci 0000:00:13.0: controller can't do DEVSLP, turning off
    [ 2.640642] usbcore: registered new device driver usb
    [ 2.649867] ahci 0000:00:13.0: irq 103 for MSI/MSI-X
    [ 2.667275] ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    [ 2.676009] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso
    [ 2.684271] scsi0 : ahci
    [ 2.687333] scsi1 : ahci
    [ 2.690152] ata1: SATA max UDMA/133 abar m2048@0x90816000 port 0x90816100 irq 103
    [ 2.698218] ata2: SATA max UDMA/133 abar m2048@0x90816000 port 0x90816180 irq 103
    [ 2.706188] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 2.711921] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
    [ 2.719949] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 2.726970] xhci_hcd 0000:00:14.0: irq 104 for MSI/MSI-X
    [ 2.732856] hub 1-0:1.0: USB hub found
    [ 2.736772] hub 1-0:1.0: 6 ports detected
    [ 2.741583] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 2.746973] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    [ 2.754948] hub 2-0:1.0: USB hub found
    [ 2.758863] hub 2-0:1.0: 1 port detected
    [ 3.030952] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 3.037501] ata2: SATA link down (SStatus 0 SControl 300)
    [ 3.043189] ata1.00: ATA-9: M4-CT064M4SSD1, 070H, max UDMA/100
    [ 3.049209] ata1.00: 125045424 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 3.057089] ata1.00: configured for UDMA/100
    [ 3.074431] scsi 0:0:0:0: Direct-Access ATA M4-CT064M4SSD1 070H PQ: 0 ANSI: 5
    [ 3.088896] sd 0:0:0:0: [sda] 125045424 512-byte logical blocks: (64.0 GB/59.6 GiB)
    [ 3.097098] sd 0:0:0:0: [sda] Write Protect is off
    [ 3.102095] usb 1-2: new high-speed USB device number 2 using xhci_hcd
    [ 3.108854] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 3.114137] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.124649] sda: sda1 sda2 sda3
    [ 3.128713] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 3.133503] tsc: Refined TSC clocksource calibration: 2416.666 MHz
    :: performing fsck on '/dev/sda3'
    /dev/sda3: clean, 29923/3637248 files, 462111/14530646 blocks
    :: mounting '/dev/sda3' on real root
    [ 3.206563] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    :: running cleanup hook [udev]
    calling: control
    calling: info
    [ 3.266375] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpuset of type cgroup with options cpuset.
    [ 3.275733] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpu,cpuacct of type cgroup with options cpu,cpuacct.
    [ 3.285978] systemd[1]: Mounting cgroup to /sys/fs/cgroup/memory of type cgroup with options memory.
    [ 3.295325] systemd[1]: Mounting cgroup to /sys/fs/cgroup/devices of type cgroup with options devices.
    [ 3.304805] systemd[1]: Mounting cgroup to /sys/fs/cgroup/freezer of type cgroup with options freezer.
    [ 3.314283] systemd[1]: Mounting cgroup to /sys/fs/cgroup/net_cls of type cgroup with options net_cls.
    [ 3.323780] systemd[1]: Mounting cgroup to /sys/fs/cgroup/blkio of type cgroup with options blkio.
    [ 3.332991] systemd[1]: systemd 213 running in system mode. (+PAM -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ +SECCOMP -APPARMOR)
    [ 3.346596] systemd[1]: Detected architecture 'x86-64'.
    Welcome to 3.352693] hub 1-2:1.0: USB hub found
    ;36mArch Linux 3.358125] hub 1-2:1.0: 3 ports detected
    0m!
    [ 3.368118] systemd[1]: Set hostname to <RT01-JSK4>.
    [ 3.374918] systemd[1]: Using cgroup controller name=systemd. File system hierarchy is at /sys/fs/cgroup/systemd.
    [ 3.385419] systemd[1]: Installed release agent.
    [ 3.390265] systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
    [ 3.398378] systemd[83]: Spawned /usr/lib/systemd/system-generators/systemd-getty-generator as 84.
    [ 3.407748] systemd[83]: Spawned /usr/lib/systemd/system-generators/systemd-cryptsetup-generator as 85.
    [ 3.419454] systemd-getty-generator[84]: Automatically adding serial getty for /dev/ttyS0.
    [ 3.427906] systemd[83]: Spawned /usr/lib/systemd/system-generators/systemd-gpt-auto-generator as 86.
    [ 3.437921] systemd[83]: Spawned /usr/lib/systemd/system-generators/lvm2-activation-generator as 87.
    [ 3.448084] systemd[83]: Spawned /usr/lib/systemd/system-generators/systemd-system-update-generator as 88.
    [ 3.459769] systemd[83]: Spawned /usr/lib/systemd/system-generators/systemd-fstab-generator as 89.
    [ 3.470456] systemd-gpt-auto-generator[86]: Root device /dev/sda.
    [ 3.477148] systemd[83]: Spawned /usr/lib/systemd/system-generators/systemd-efi-boot-generator as 90.
    [ 3.487124] systemd[83]: /usr/lib/systemd/system-generators/systemd-getty-generator succeeded.
    [ 3.497371] systemd-efi-boot-generator[90]: Not an EFI boot, exiting.
    [ 3.504350] systemd[83]: /usr/lib/systemd/system-generators/systemd-cryptsetup-generator succeeded.
    [ 3.513727] systemd-fstab-generator[89]: Found entry what=/dev/disk/by-uuid/8e8c9f53-53f9-43d9-af6e-13c375c2e3c4 where=/ type=ext4
    [ 3.527881] usb 1-3: new high-speed USB device number 3 using xhci_hcd
    [ 3.537952] systemd-fstab-generator[89]: Found entry what=/dev/disk/by-uuid/459d5224-8cec-4104-9d8a-f17795e0ab1c where=/boot type=ext4
    [ 3.550456] systemd-fstab-generator[89]: Found entry what=/dev/disk/by-uuid/f1d9f88f-7c13-4af0-bbbc-c823000705c5 where=none type=swap
    [ 3.565743] systemd-gpt-auto-generator[86]: Not a GPT partition table, ignoring.
    [ 3.573515] systemd[83]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator succeeded.
    [ 3.582516] systemd[83]: /usr/lib/systemd/system-generators/lvm2-activation-generator succeeded.
    [ 3.591447] systemd[83]: /usr/lib/systemd/system-generators/systemd-system-update-generator succeeded.
    [ 3.600882] systemd[83]: /usr/lib/systemd/system-generators/systemd-fstab-generator succeeded.
    [ 3.609612] systemd[83]: /usr/lib/systemd/system-generators/systemd-efi-boot-generator succeeded.
    [ 3.618718] systemd[1]: /usr/lib/systemd/system-generators succeeded.
    [ 3.625632] systemd[1]: Looking for unit files in (higher priority first):
    [ 3.632612] systemd[1]: /etc/systemd/system
    [ 3.636962] systemd[1]: /run/systemd/system
    [ 3.641324] systemd[1]: /run/systemd/generator
    [ 3.645970] systemd[1]: /usr/local/lib/systemd/system
    [ 3.651226] systemd[1]: /usr/lib/systemd/system
    [ 3.655929] systemd[1]: SysV init scripts and rcN.d links support disabled
    [ 3.669529] systemd[1]: Failed to load configuration for display-manager.service: No such file or directory
    [ 3.679617] random: nonblocking pool is initialized
    [ 3.684998] systemd[1]: Failed to load configuration for plymouth-start.service: No such file or directory
    [ 3.698988] systemd[1]: Failed to load configuration for plymouth-quit-wait.service: No such file or directory
    [ 3.721986] systemd[1]: Failed to load configuration for auditd.service: No such file or directory
    [ 3.736898] systemd[1]: Failed to load configuration for syslog.service: No such file or directory
    [ 3.751312] systemd[1]: Using notification socket /run/systemd/notify
    [ 3.757877] systemd[1]: Successfully created private D-Bus server.
    [ 3.764164] systemd[1]: -.mount changed dead -> mounted
    [ 3.769531] systemd[1]: Activating default unit: default.target
    [ 3.775561] systemd[1]: Trying to enqueue job graphical.target/start/isolate
    [ 3.782898] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
    [ 3.797928] systemd[1]: Installed new job graphical.target/start as 1
    [ 3.804469] systemd[1]: Installed new job multi-user.target/start as 2
    [ 3.811096] systemd[1]: Installed new job basic.target/start as 3
    [ 3.817279] systemd[1]: Installed new job sysinit.target/start as 4
    [ 3.823636] systemd[1]: Installed new job local-fs.target/start as 5
    [ 3.830089] usb 1-4: new low-speed USB device number 4 using xhci_hcd
    [ 3.836622] systemd[1]: Installed new job boot.mount/start as 6
    [ 3.842665] systemd[1]: Installed new job system.slice/start as 8
    [ 3.848881] systemd[1]: Installed new job -.slice/start as 9
    [ 3.854629] systemd[1]: Installed new job dev-disk-by\x2duuid-459d5224\x2d8cec\x2d4104\x2d9d8a\x2df17795e0ab1c.device/start as 10
    [ 3.866392] systemd[1]: Installed new job systemd-fsck@dev-disk-by\x2duuid-459d5224\x2d8cec\x2d4104\x2d9d8a\x2df17795e0ab1c.service/start as 11
    [ 3.879359] systemd[1]: Installed new job system-systemd\x2dfsck.slice/start as 12
    [ 3.887027] systemd[1]: Installed new job systemd-fsck-root.service/start as 15
    [ 3.894441] systemd[1]: Installed new job systemd-remount-fs.service/start as 16
    [ 3.901956] systemd[1]: Installed new job local-fs-pre.target/start as 17
    [ 3.908838] systemd[1]: Installed new job tmp.mount/start as 18
    [ 3.914850] systemd[1]: Installed new job swap.target/start as 19
    [ 3.921032] systemd[1]: Installed new job dev-disk-by\x2duuid-f1d9f88f\x2d7c13\x2d4af0\x2dbbbc\x2dc823000705c5.swap/start as 20
    [ 3.932630] systemd[1]: Installed new job dev-disk-by\x2duuid-f1d9f88f\x2d7c13\x2d4af0\x2dbbbc\x2dc823000705c5.device/start as 21
    [ 3.944384] systemd[1]: Installed new job systemd-vconsole-setup.service/start as 22
    [ 3.952234] systemd[1]: Installed new job systemd-udev-trigger.service/start as 23
    [ 3.959918] systemd[1]: Installed new job systemd-udevd.service/start as 24
    [ 3.966973] systemd[1]: Installed new job systemd-udevd-control.socket/start as 25
    [ 3.974639] systemd[1]: Installed new job systemd-udevd-kernel.socket/start as 26
    [ 3.982221] systemd[1]: Installed new job kmod-static-nodes.service/start as 27
    [ 3.989630] systemd[1]: Installed new job lvm2-lvmetad.socket/start as 28
    [ 3.996509] systemd[1]: Installed new job dev-hugepages.mount/start as 29
    [ 4.003384] systemd[1]: Installed new job sys-fs-fuse-connections.mount/start as 30
    [ 4.011144] systemd[1]: Installed new job systemd-binfmt.service/start as 31
    [ 4.018314] systemd[1]: Installed new job systemd-modules-load.service/start as 32
    [ 4.025999] systemd[1]: Installed new job systemd-update-utmp.service/start as 33
    [ 4.033588] systemd[1]: Installed new job dev-mqueue.mount/start as 34
    [ 4.040217] systemd[1]: Installed new job systemd-random-seed.service/start as 35
    [ 4.047822] systemd[1]: Installed new job systemd-sysctl.service/start as 36
    [ 4.054978] systemd[1]: Installed new job cryptsetup.target/start as 37
    [ 4.061696] systemd[1]: Installed new job systemd-journal-flush.service/start as 38
    [ 4.069470] systemd[1]: Installed new job systemd-journald.service/start as 39
    [ 4.076914] usb 1-4: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 4.085721] systemd[1]: Installed new job systemd-journald.socket/start as 40
    [ 4.092941] usb 1-4: ep 0x82 - rounding interval to 256 microframes, ep desc says 384 microframes
    [ 4.101918] systemd[1]: Installed new job systemd-ask-password-console.path/start as 41
    [ 4.110028] systemd[1]: Installed new job systemd-tmpfiles-setup-dev.service/start as 42
    [ 4.118241] systemd[1]: Installed new job sys-kernel-debug.mount/start as 43
    [ 4.125618] systemd[1]: Installed new job proc-sys-fs-binfmt_misc.automount/start as 44
    [ 4.133753] systemd[1]: Installed new job sys-kernel-config.mount/start as 45
    [ 4.140993] systemd[1]: Installed new job systemd-tmpfiles-setup.service/start as 46
    [ 4.148903] systemd[1]: Installed new job sockets.target/start as 49
    [ 4.155380] Switched to clocksource tsc
    [ 4.159322] systemd[1]: Installed new job systemd-shutdownd.socket/start as 50
    [ 4.166636] systemd[1]: Installed new job dm-event.socket/start as 51
    [ 4.173168] systemd[1]: Installed new job dbus.socket/start as 52
    [ 4.179345] systemd[1]: Installed new job systemd-initctl.socket/start as 53
    [ 4.186481] systemd[1]: Installed new job timers.target/start as 54
    [ 4.192831] systemd[1]: Installed new job systemd-tmpfiles-clean.timer/start as 55
    [ 4.200486] systemd[1]: Installed new job paths.target/start as 56
    [ 4.206741] systemd[1]: Installed new job slices.target/start as 57
    [ 4.213081] systemd[1]: Installed new job remote-fs.target/start as 58
    [ 4.219683] systemd[1]: Installed new job [email protected]/start as 59
    [ 4.226715] systemd[1]: Installed new job sys-subsystem-net-devices-enp2s0.device/start as 60
    [ 4.235326] systemd[1]: Installed new job network.target/start as 61
    [ 4.241752] systemd[1]: Installed new job system-dhcpcd.slice/start as 62
    [ 4.248614] systemd[1]: Installed new job systemd-logind.service/start as 63
    [ 4.255733] systemd[1]: Installed new job user.slice/start as 64
    [ 4.261811] systemd[1]: Installed new job man-db.timer/start as 65
    [ 4.268062] systemd[1]: Installed new job shadow.timer/start as 66
    [ 4.274318] systemd[1]: Installed new job dbus.service/start as 67
    [ 4.280570] systemd[1]: Installed new job systemd-user-sessions.service/start as 68
    [ 4.288307] systemd[1]: Installed new job systemd-ask-password-wall.path/start as 69
    [ 4.296131] systemd[1]: Installed new job getty.target/start as 70
    [ 4.302381] systemd[1]: Installed new job [email protected]/start as 71
    [ 4.309154] systemd[1]: Installed new job system-getty.slice/start as 72
    [ 4.315928] systemd[1]: Installed new job [email protected]/start as 73
    [ 4.323403] systemd[1]: Installed new job dev-ttyS0.device/start as 74
    [ 4.330003] systemd[1]: Installed new job system-serial\x2dgetty.slice/start as 75
    [ 4.337653] systemd[1]: Installed new job logrotate.timer/start as 76
    [ 4.344172] systemd[1]: Enqueued job graphical.target/start as 1
    [ 4.350253] systemd[1]: Loaded units and determined initial transaction in 952.878ms.
    [ 4.358290] systemd[1]: Child 82 (switch_root) died (code=exited, status=0/SUCCESS)
    [ 4.366201] systemd[1]: Received SIGCHLD from PID 83 (n/a).
    [ 4.371876] systemd[1]: Expecting device dev-ttyS0.device...
    Expecting device dev-ttyS0.device...
    [ 4.385085] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 4.392913] systemd[1]: systemd-ask-password-wall.path changed dead -> waiting
    [ 4.400225] systemd[1]: Job systemd-ask-password-wall.path/start finished, result=done
    [ 4.408234] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 4.415903] systemd[1]: Expecting device sys-subsystem-net-devices-enp2s0.device...
    Expecting device sys-subsystem-net-devices-enp2s0.device...
    [ 4.435222] systemd[1]: Starting Remote File Systems.
    [ 4.440355] systemd[1]: remote-fs.target changed dead -> active
    [ 4.446356] systemd[1]: Job remote-fs.target/start finished, result=done
    [ OK ] Reached target Remote File Systems.
    [ 4.461904] systemd[1]: Reached target Remote File Systems.
    [ 4.467578] systemd[1]: ConditionPathIsReadWrite=/proc/sys/ succeeded for proc-sys-fs-binfmt_misc.automount.
    [ 4.477509] systemd[1]: ConditionPathExists=/proc/sys/fs/binfmt_misc/ succeeded for proc-sys-fs-binfmt_misc.automount.
    [ 4.488302] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 4.497112] systemd[1]: Autofs kernel version 1.0
    [ 4.501966] systemd[1]: Autofs protocol version 5.2
    [ 4.506927] systemd[1]: proc-sys-fs-binfmt_misc.automount changed dead -> waiting
    [ 4.514497] systemd[1]: Job proc-sys-fs-binfmt_misc.automount/start finished, result=done
    [ OK ] Set up automount Arbitrary Executable File Formats F...utomount Point.
    [ 4.535285] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 4.544786] systemd[1]: ConditionPathExists=!/run/plymouth/pid succeeded for systemd-ask-password-console.path.
    [ 4.554973] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 4.563107] systemd[1]: systemd-ask-password-console.path changed dead -> waiting
    [ 4.570679] systemd[1]: Job systemd-ask-password-console.path/start finished, result=done
    [ 4.578947] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 4.586958] systemd[1]: Starting Paths.
    [ 4.590871] systemd[1]: paths.target changed dead -> active
    [ 4.596517] systemd[1]: Job paths.target/start finished, result=done
    [ OK ] Reached target Paths.
    [ 4.612014] systemd[1]: Reached target Paths.
    [ 4.616465] systemd[1]: Starting Encrypted Volumes.
    [ 4.621423] systemd[1]: cryptsetup.target changed dead -> active
    [ 4.627507] systemd[1]: Job cryptsetup.target/start finished, result=done
    [ OK ] Reached target Encrypted Volumes.
    [ 4.645354] systemd[1]: Reached target Encrypted Volumes.
    [ 4.650850] systemd[1]: Expecting device dev-disk-by\x2duuid-f1d9f88f\x2d7c13\x2d4af0\x2dbbbc\x2dc823000705c5.device...
    Expecting device dev-disk-by\x2duuid-f1d9f88f\x2d7c1...705c5.device...
    [ 4.675377] systemd[1]: Expecting device dev-disk-by\x2duuid-459d5224\x2d8cec\x2d4104\x2d9d8a\x2df17795e0ab1c.device...
    Expecting device dev-disk-by\x2duuid-459d5224\x2d8ce...0ab1c.device...
    [ 4.698735] systemd[1]: Starting Root Slice.
    [ 4.711316] systemd[1]: -.slice changed dead -> active
    [ 4.716589] systemd[1]: Job -.slice/start finished, result=done
    [ OK ] Created slice Root Slice.
    [ 4.732146] systemd[1]: Created slice Root Slice.
    [ 4.736947] systemd[1]: Starting Delayed Shutdown Socket.
    [ 4.742463] systemd[1]: systemd-shutdownd.socket changed dead -> listening
    [ 4.749415] systemd[1]: Job systemd-shutdownd.socket/start finished, result=done
    [ OK ] Listening on Delayed Shutdown Socket.
    [ 4.768777] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 4.774613] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 4.780901] systemd[1]: dm-event.socket changed dead -> listening
    [ 4.787067] systemd[1]: Job dm-event.socket/start finished, result=done
    [ OK ] Listening on Device-mapper event daemon FIFOs.
    [ 4.805463] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 4.812078] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 4.818790] systemd[1]: systemd-initctl.socket changed dead -> listening
    [ 4.825564] systemd[1]: Job systemd-initctl.socket/start finished, result=done
    [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
    [ 4.845485] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 4.852538] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 4.858397] systemd[1]: lvm2-lvmetad.socket changed dead -> listening
    [ 4.864920] systemd[1]: Job lvm2-lvmetad.socket/start finished, result=done
    [ OK ] Listening on LVM2 metadata daemon socket.
    [ 4.882224] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 4.888417] systemd[1]: ConditionPathIsReadWrite=/sys succeeded for systemd-udevd-control.socket.
    [ 4.897386] systemd[1]: Starting udev Control Socket.
    [ 4.902532] systemd[1]: systemd-udevd-control.socket changed dead -> listening
    [ 4.909834] systemd[1]: Job systemd-udevd-control.socket/start finished, result=done
    [ OK ] Listening on udev Control Socket.
    [ 4.925548] systemd[1]: Listening on udev Control Socket.
    [ 4.931038] systemd[1]: ConditionPathIsReadWrite=/sys succeeded for systemd-udevd-kernel.socket.
    [ 4.939917] systemd[1]: Starting udev Kernel Socket.
    [ 4.944967] systemd[1]: systemd-udevd-kernel.socket changed dead -> listening
    [ 4.952172] systemd[1]: Job systemd-udevd-kernel.socket/start finished, result=done
    [ OK ] Listening on udev Kernel Socket.
    [ 4.968902] systemd[1]: Listening on udev Kernel Socket.
    [ 4.974301] systemd[1]: Starting User and Session Slice.
    [ 4.979989] systemd[1]: user.slice changed dead -> active
    [ 4.985472] systemd[1]: Job user.slice/start finished, result=done
    [ OK ] Created slice User and Session Slice.
    [ 5.002303] systemd[1]: Created slice User and Session Slice.
    [ 5.008152] systemd[1]: Starting Journal Socket.
    [ 5.012904] systemd[1]: systemd-journald.socket changed dead -> listening
    [ 5.019774] systemd[1]: Job systemd-journald.socket/start finished, result=done
    [ OK ] Listening on Journal Socket.
    [ 5.035610] systemd[1]: Listening on Journal Socket.
    [ 5.040692] systemd[1]: Starting System Slice.
    [ 5.045513] systemd[1]: system.slice changed dead -> active
    [ 5.051163] systemd[1]: Job system.slice/start finished, result=done
    [ OK ] Created slice System Slice.
    [ 5.065633] systemd[1]: Created slice System Slice.
    [ 5.070605] systemd[1]: ConditionPathIsReadWrite=!/ failed for systemd-fsck-root.service.
    [ 5.078876] systemd[1]: Starting of systemd-fsck-root.service requested but condition failed. Ignoring.
    [ 5.088348] systemd[1]: Job systemd-fsck-root.service/start finished, result=done
    [ 5.095921] systemd[1]: Started File System Check on Root Device.
    [ 5.102096] systemd[1]: Starting system-systemd\x2dfsck.slice.
    [ 5.108303] systemd[1]: system-systemd\x2dfsck.slice changed dead -> active
    [ 5.115351] systemd[1]: Job system-systemd\x2dfsck.slice/start finished, result=done
    [ OK ] Created slice system-systemd\x2dfsck.slice.
    [ 5.132378] systemd[1]: Created slice system-systemd\x2dfsck.slice.
    [ 5.138741] systemd[1]: ConditionPathExists=/etc/fstab succeeded for systemd-remount-fs.service.
    [ 5.147622] systemd[1]: Starting Remount Root and Kernel File Systems...
    Starting Remount Root and Kernel File Systems...
    [ 5.162702] systemd[1]: About to execute: /usr/lib/systemd/systemd-remount-fs
    [ 5.170053] systemd[1]: Forked /usr/lib/systemd/systemd-remount-fs as 93
    [ 5.177887] systemd[1]: systemd-remount-fs.service changed dead -> start
    [ 5.184986] systemd[1]: ConditionPathExists=/dev/tty0 succeeded for systemd-vconsole-setup.service.
    [ 5.195018] systemd[1]: Starting Setup Virtual Console...
    Starting Setup Virtual Console...
    [ 5.208324] EXT4-fs (sda3): re-mounted. Opts: data=ordered
    [ 5.214458] systemd[1]: About to execute: /usr/lib/systemd/systemd-vconsole-setup
    [ 5.222616] systemd[1]: Forked /usr/lib/systemd/systemd-vconsole-setup as 96
    [ 5.233576] systemd[1]: systemd-vconsole-setup.service changed dead -> start
    [ 5.241007] systemd[1]: ConditionPathIsReadWrite=/sys succeeded for systemd-udev-trigger.service.
    [ 5.251708] systemd[1]: Starting udev Coldplug all Devices...
    Starting udev Coldplug all Devices...
    [ 5.266109] systemd[1]: About to execute: /usr/bin/udevadm trigger --type=subsystems --action=add
    [ 5.276446] systemd[1]: Forked /usr/bin/udevadm as 101
    [ 5.283973] systemd[1]: systemd-udev-trigger.service changed dead -> start
    [ 5.302330] systemd[1]: ConditionPathExists=/lib/modules/3.15.1-1-ARCH/modules.devname succeeded for kmod-static-nodes.service.
    [ 5.318825] systemd[1]: ConditionCapability=CAP_MKNOD succeeded for kmod-static-nodes.service.
    [ 5.327653] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    Starting Create list of required static device nodes...rrent kernel...
    [ 5.349482] systemd[1]: About to execute: /usr/bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
    [ 5.361003] systemd[1]: Forked /usr/bin/kmod as 104
    [ 5.367083] systemd[1]: kmod-static-nodes.service changed dead -> start
    [ 5.374110] systemd[1]: ConditionPathExists=/sys/kernel/mm/hugepages succeeded for dev-hugepages.mount.
    [ 5.384078] systemd[1]: Mounting Huge Pages File System...
    Mounting Huge Pages File System...
    [ 5.399478] systemd[1]: About to execute: /bin/mount hugetlbfs /dev/hugepages -t hugetlbfs
    [ 5.407990] systemd[1]: Forked /bin/mount as 106
    [ 5.414840] systemd[1]: dev-hugepages.mount changed dead -> mounting
    [ 5.423105] systemd[1]: ConditionDirectoryNotEmpty=|/run/binfmt.d failed for systemd-binfmt.service.
    [ 5.432612] systemd[1]: ConditionDirectoryNotEmpty=|/etc/binfmt.d failed for systemd-binfmt.service.
    [ 5.441855] systemd[1]: ConditionDirectoryNotEmpty=|/usr/local/lib/binfmt.d failed for systemd-binfmt.service.
    [ 5.452123] systemd[1]: ConditionDirectoryNotEmpty=|/usr/lib/binfmt.d failed for systemd-binfmt.service.
    [ 5.461704] systemd[1]: ConditionDirectoryNotEmpty=|/lib/binfmt.d failed for systemd-binfmt.service.
    [ 5.470935] systemd[1]: ConditionPathIsReadWrite=/proc/sys/ succeeded for systemd-binfmt.service.
    [ 5.479902] systemd[1]: Starting of systemd-binfmt.service requested but condition failed. Ignoring.
    [ 5.489116] systemd[1]: Job systemd-binfmt.service/start finished, result=done
    [ 5.496428] systemd[1]: Started Set Up Additional Binary Formats.
    [ 5.502659] systemd[1]: ConditionKernelCommandLine=|rd.modules-load failed for systemd-modules-load.service.
    [ 5.512616] systemd[1]: ConditionKernelCommandLine=|modules-load failed for systemd-modules-load.service.
    [ 5.522282] systemd[1]: ConditionDirectoryNotEmpty=|/run/modules-load.d failed for systemd-modules-load.service.
    [ 5.532731] systemd[1]: ConditionDirectoryNotEmpty=|/etc/modules-load.d failed for systemd-modules-load.service.
    [ 5.543004] systemd[1]: ConditionDirectoryNotEmpty=|/usr/local/lib/modules-load.d failed for systemd-modules-load.service.
    [ 5.554316] systemd[1]: ConditionDirectoryNotEmpty=|/usr/lib/modules-load.d failed for systemd-modules-load.service.
    [ 5.564941] systemd[1]: ConditionDirectoryNotEmpty=|/lib/modules-load.d failed for systemd-modules-load.service.
    [ 5.575274] systemd[1]: ConditionCapability=CAP_SYS_MODULE succeeded for systemd-modules-load.service.
    [ 5.584675] systemd[1]: Starting of systemd-modules-load.service requested but condition failed. Ignoring.
    [ 5.594421] systemd[1]: Job systemd-modules-load.service/start finished, result=done
    [ 5.602256] systemd[1]: Started Load Kernel Modules.
    [ 5.607308] systemd[1]: ConditionPathExists=/sys/fs/fuse/connections failed for sys-fs-fuse-connections.mount.
    [ 5.617404] systemd[1]: Starting of sys-fs-fuse-connections.mount requested but condition failed. Ignoring.
    [ 5.627235] systemd[1]: Job sys-fs-fuse-connections.mount/start finished, result=done
    [ 5.635149] systemd[1]: Mounted FUSE Control File System.
    [ 5.640639] systemd[1]: ConditionPathExists=/proc/sys/fs/mqueue succeeded for dev-mqueue.mount.
    [ 5.649441] systemd[1]: Mounting POSIX Message Queue File System...
    Mounting POSIX Message Queue File System...
    [ 5.666290] systemd[1]: About to execute: /bin/mount mqueue /dev/mqueue -t mqueue
    [ 5.674010] systemd[1]: Forked /bin/mount as 109
    [ 5.680845] systemd[1]: dev-mqueue.mount changed dead -> mounting
    [ 5.688804] systemd[1]: ConditionDirectoryNotEmpty=|/run/sysctl.d failed for systemd-sysctl.service.
    [ 5.698321] systemd[1]: ConditionDirectoryNotEmpty=|/etc/sysctl.d failed for systemd-sysctl.service.
    [ 5.707554] systemd[1]: ConditionDirectoryNotEmpty=|/usr/local/lib/sysctl.d failed for systemd-sysctl.service.
    [ 5.717832] systemd[1]: ConditionDirectoryNotEmpty=|/usr/lib/sysctl.d succeeded for systemd-sysctl.service.
    [ 5.727678] systemd[1]: ConditionDirectoryNotEmpty=|/lib/sysctl.d succeeded for systemd-sysctl.service.
    [ 5.737165] systemd[1]: ConditionPathIsReadWrite=/proc/sys/ succeeded for systemd-sysctl.service.
    [ 5.746132] systemd[1]: Starting Apply Kernel Variables...
    Starting Apply Kernel Variables...
    [ 5.759777] systemd[1]: About to execute: /usr/lib/systemd/systemd-sysctl
    [ 5.766794] systemd[1]: Forked /usr/lib/systemd/systemd-sysctl as 112
    [ 5.774371] systemd[1]: systemd-sysctl.service changed dead -> start
    [ 5.781127] systemd[1]: ConditionPathExists=/sys/kernel/debug succeeded for sys-kernel-debug.mount.
    [ 5.791080] systemd[1]: Mounting Debug File System...
    Mounting Debug File System...
    [ 5.806518] systemd[1]: About to execute: /bin/mount debugfs /sys/kernel/debug -t debugfs
    [ 5.814940] systemd[1]: Forked /bin/mount as 113
    [ 5.820500] systemd[1]: sys-kernel-debug.mount changed dead -> mounting
    [ 5.827257] systemd[1]: ConditionPathExists=/sys/kernel/config succeeded for sys-kernel-config.mount.
    [ 5.836594] systemd[1]: Mounting Configuration File System...
    Mounting Configuration File System...
    [ 5.849864] systemd[1]: About to execute: /bin/mount configfs /sys/kernel/config -t configfs
    [ 5.858552] systemd[1]: Forked /bin/mount as 114
    [ 5.864111] systemd[1]: sys-kernel-config.mount changed dead -> mounting
    [ 5.870949] systemd[1]: Starting system-dhcpcd.slice.
    [ 5.876443] systemd[1]: system-dhcpcd.slice changed dead -> active
    [ 5.882714] systemd[1]: Job system-dhcpcd.slice/start finished, result=done
    [ OK ] Created slice system-dhcpcd.slice.
    [ 5.899507] systemd[1]: Created slice system-dhcpcd.slice.
    [ 5.905105] systemd[1]: Starting system-getty.slice.
    [ 5.912447] systemd[1]: system-getty.slice changed dead -> active
    [ 5.918622] systemd[1]: Job sys

  • Solstice backup 6.1 hang when invoking the autochanger "SUN Storedge L8 "

    My company have a SUN Storedge L8 attached to a SUN Solaris 9 (SPARC) while I can only do a tar to the /dev/rmt/0, whenever I tried to interact with the jukebox with the solstice backup, the program hang definitely.
    grep '/usr/kernel/drv/lus' /var/sadm/install/contents
    /usr/kernel/drv/lus f none 0555 root bin 34624 12073 993189557 SUNWsbus2
    /usr/kernel/drv/lus.conf f none 0444 root bin 3754 45438 993190441 SUNWsbus2
    /usr/kernel/drv/lus32 f none 0555 root bin 33444 4422 993213667 SUNWsbus2
    pkginfo -l SUNWsbus2
    PKGINST: SUNWsbus2
    NAME: Solstice Backup (Backup/Recover) Device Drivers
    CATEGORY: system
    ARCH: sparc
    VERSION: 6.1,REV=Build.186
    BASEDIR: /
    VENDOR: Sun Microsystems, Inc.
    PSTAMP: gelato010622054128
    INSTDATE: Apr 08 2003 13:25
    STATUS: completely installed
    FILES: 48 installed pathnames
    44 executables
    37896 blocks used (approx)
    this machine has installed the solstice backup manager
    pkginfo | grep -i Solstice
    system SUNWmibii Solstice Enterprise Agents 1.0.3 SNMP daemon
    system SUNWsacom Solstice Enterprise Agents 1.0.3 files for root file system
    system SUNWsadmi Solstice Enterprise Agents 1.0.3 Desktop Management Interface
    system SUNWsadml Solstice Launcher.
    system SUNWsadmx Solstice Enterprise Agents 1.0.3 Desktop Management Interface Libraries (64-bit)
    system SUNWsasnm Solstice Enterprise Agents 1.0.3 Simple Network Management Protocol
    system SUNWsasnx Solstice Enterprise Agents 1.0.3 Simple Network Management Protocol Libraries (64-bit)
    application SUNWsbuc Solstice Backup (Backup/Recover) Client
    application SUNWsbum Solstice Backup (Backup/Recover) Man
    application SUNWsbun Solstice Backup (Backup/Recover) Storage Node
    application SUNWsbus1 Solstice Backup (Backup/Recover) Server
    system SUNWsbus2 Solstice Backup (Backup/Recover) Device Drivers
    under the server->registration, I found that the registration contains :-
    Autochanger Module, 9 slots/9
    ClientPaks for Windows/1
    Networker for UNIX, Workgroup edition (8 clients per server)1 server
    Networker Module for Oracl/1
    BTW, inquire shows:-
    /etc/LGTOuscsi/inquire
    [email protected]:TOSHIBA DVD-ROM SD-M14011009|CD-ROM
    [email protected]:ADIC FastStor 2 A12r|Autochanger (Jukebox)
    [email protected]:HP Ultrium 1-SCSI E3 |Tape
    [email protected]:HP Ultrium 1-SCSI E3 |Tape
    where cfgadm -alv shows:-
    Ap_Id Receptacle Occupant Condition Information
    When Type Busy Phys_Id
    c0 connected configured unknown
    unavailable scsi-bus n /devices/pci@8,700000/scsi@6:scsi
    c0::/dev/lus connected configured unknown TOSHIBA DVD-ROM SD-M1401
    unavailable CD-ROM n /devices/pci@8,700000/scsi@6:scsi::/dev/lus
    c0::dsk/c0t6d0 connected configured unknown TOSHIBA DVD-ROM SD-M1401
    unavailable CD-ROM y /devices/pci@8,700000/scsi@6:scsi::dsk/c0t6d0
    c1 connected configured unknown
    unavailable fc-private n /devices/pci@8,600000/SUNW,qlc@4/fp@0,0:fc
    c1::21000004cfe34092 connected configured unknown SEAGATE ST373307FSUN72G
    unavailable disk n /devices/pci@8,600000/SUNW,qlc@4/fp@0,0:fc::21000004cfe34092
    c1::21000004cfe34350 connected configured unknown SEAGATE ST373307FSUN72G
    unavailable disk n /devices/pci@8,600000/SUNW,qlc@4/fp@0,0:fc::21000004cfe34350
    c2 connected configured unknown
    unavailable scsi-bus n /devices/pci@8,700000/scsi@6,1:scsi
    c2::lus1 connected configured unknown
    unavailable unknown n /devices/pci@8,700000/scsi@6,1:scsi::lus1
    c3 connected configured unknown
    unavailable scsi-bus n /devices/pci@8,600000/pci@1/scsi@4:scsi
    c3::lus2 connected configured unknown HP Ultrium 1-SCSI
    unavailable unknown n /devices/pci@8,600000/pci@1/scsi@4:scsi::lus2
    c3::rmt/0 connected configured unknown HP Ultrium 1-SCSI
    unavailable tape n /devices/pci@8,600000/pci@1/scsi@4:scsi::rmt/0
    c4 connected configured unknown
    unavailable scsi-bus n /devices/pci@8,600000/pci@1/scsi@5:scsi
    c4::lus3 connected configured unknown
    unavailable unknown n /devices/pci@8,600000/pci@1/scsi@5:scsi::lus3
    usb0/1 connected configured ok Mfg: <undef> Product: <undef> NConfigs: 1 Config: 0 <no cfg str descr>
    unavailable usb-kbd n /devices/pci@8,700000/usb@5,3:1
    usb0/2 empty unconfigured ok
    unavailable unknown n /devices/pci@8,700000/usb@5,3:2
    usb0/3 connected configured ok Mfg: <undef> Product: <undef> NConfigs: 1 Config: 0 <no cfg str descr>
    unavailable usb-mouse n /devices/pci@8,700000/usb@5,3:3
    usb0/4 empty unconfigured ok
    unavailable unknown n /devices/pci@8,700000/usb@5,3:4
    nsrjb shows
    Jukebox L8:
    slot volume pool volume id recyclable
    1: dwbak.inc.day0.wk0.001* 2481680129
    2: dwbak.inc.day0.wk0.002 DW Incremental 2481704705 no
    3: dwbak.inc.day0.wk0.003 DW Incremental 2481729793 no
    4: -* -
    5: dwbak.inc.day0.wk0.005 DW Incremental 2481779201 no
    6: dwbak.inc.day0.wk0.006 DW Incremental 2481804289 no
    7: dwbak.inc.day0.wk0.007 DW Incremental 2481829889 no
    8: dwbak.inc.day0.wk0.008 DW Incremental 2481854209 no
    *not registered in the NetWorker media data base
    drive 1 (/dev/rmt/0cbn) slot 5: dwbak.inc.day0.wk0.005
    nsrjb -HE hang indefinitly, so does nsrjb -HHE. devfsadm -c tape also hang while simply devfsadm can run without problem and cfgadm -alv c3 provide the following:-
    Ap_Id Receptacle Occupant Condition Information
    When Type Busy Phys_Id
    c3 connected configured unknown
    unavailable scsi-bus n /devices/pci@8,600000/pci@1/scsi@4:scsi
    c3::lus2 connected configured unknown HP Ultrium 1-SCSI
    unavailable unknown n /devices/pci@8,600000/pci@1/scsi@4:scsi::lus2
    c3::rmt/0 connected configured unknown HP Ultrium 1-SCSI
    unavailable tape n /devices/pci@8,600000/pci@1/scsi@4:scsi::rmt/0
    nsjrb result should be past history, coz I am doing tar and manually changing the slot for quite some time already. Now I unconnect the cable and run devfsadm and then cfgadm -alv shows
    cfgadm -alv
    Ap_Id Receptacle Occupant Condition Information
    When Type Busy Phys_Id
    c0 connected configured unknown
    unavailable scsi-bus n /devices/pci@8,700000/scsi@6:scsi
    c0::/dev/lus connected configured unknown TOSHIBA DVD-ROM SD-M1401
    unavailable CD-ROM n /devices/pci@8,700000/scsi@6:scsi::/dev/lus
    c0::dsk/c0t6d0 connected configured unknown TOSHIBA DVD-ROM SD-M1401
    unavailable CD-ROM y /devices/pci@8,700000/scsi@6:scsi::dsk/c0t6d0
    c1 connected configured unknown
    unavailable fc-private n /devices/pci@8,600000/SUNW,qlc@4/fp@0,0:fc
    c1::21000004cfe34092 connected configured unknown SEAGATE ST373307FSUN72G
    unavailable disk n /devices/pci@8,600000/SUNW,qlc@4/fp@0,0:fc::21000004cfe34092
    c1::21000004cfe34350 connected configured unknown SEAGATE ST373307FSUN72G
    unavailable disk n /devices/pci@8,600000/SUNW,qlc@4/fp@0,0:fc::21000004cfe34350
    c2 connected configured unknown
    unavailable scsi-bus n /devices/pci@8,700000/scsi@6,1:scsi
    c2::lus1 connected configured unknown
    unavailable unknown n /devices/pci@8,700000/scsi@6,1:scsi::lus1
    c3 connected configured unknown
    unavailable scsi-bus n /devices/pci@8,600000/pci@1/scsi@4:scsi
    c3::lus2 connected configured unknown HP Ultrium 1-SCSI
    unavailable unknown n /devices/pci@8,600000/pci@1/scsi@4:scsi::lus2
    c3::rmt/0 connected configured unknown HP Ultrium 1-SCSI
    unavailable tape n /devices/pci@8,600000/pci@1/scsi@4:scsi::rmt/0
    c4 connected configured unknown
    unavailable scsi-bus n /devices/pci@8,600000/pci@1/scsi@5:scsi
    c4::lus3 connected configured unknown
    unavailable unknown n /devices/pci@8,600000/pci@1/scsi@5:scsi::lus3
    usb0/1 connected configured ok Mfg: <undef> Product: <undef> NConfigs: 1 Config: 0 <no cfg str descr>
    unavailable usb-kbd n /devices/pci@8,700000/usb@5,3:1
    usb0/2 empty unconfigured ok
    unavailable unknown n /devices/pci@8,700000/usb@5,3:2
    usb0/3 connected configured ok Mfg: <undef> Product: <undef> NConfigs: 1 Config: 0 <no cfg str descr>
    unavailable usb-mouse n /devices/pci@8,700000/usb@5,3:3
    usb0/4 empty unconfigured ok
    unavailable unknown n /devices/pci@8,700000/usb@5,3:4
    and inquire still shows
    [email protected]:TOSHIBA DVD-ROM SD-M14011009|CD-ROM
    [email protected]:ADIC FastStor 2 A12r|Autochanger (Jukebox)
    [email protected]:HP Ultrium 1-SCSI E3 |Tape
    [email protected]:HP Ultrium 1-SCSI E3 |Tape
    and then I reconnect the cable I saw a lot of error message in dmesg:-
    Jun 19 13:47:37 server scsi: [ID 107833 kern.warning] WARNING: /pci@8,600000/pci@1/scsi@4 (qus0):
    Jun 19 13:47:37 server Received unexpected SCSI Reset
    Jun 19 13:47:37 server scsi: [ID 107833 kern.warning] WARNING: /pci@8,600000/pci@1/scsi@4 (qus0):
    Jun 19 13:47:37 server Received unexpected SCSI Reset
    Jun 19 13:51:30 server scsi: [ID 107833 kern.notice] /pci@8,600000/pci@1/scsi@4 (qus0):
    Jun 19 13:51:30 server Failed to Get Features
    Jun 19 13:51:50 server scsi: [ID 107833 kern.warning] WARNING: /pci@8,600000/pci@1/scsi@4 (qus0):
    Jun 19 13:51:50 server ISP: Firmware cmd timeout
    Jun 19 13:51:50 server scsi: [ID 107833 kern.warning] WARNING: /pci@8,600000/pci@1/scsi@4 (qus0):
    Jun 19 13:51:50 server Fatal error, resetting interface, flg 1
    and devfsadm hang. So I double check the past demsg and found a lot of similar SCSI error message as below:-
    Jun 19 13:43:12 server probe request for LUN 0 denied: max LUN -1
    Jun 19 13:43:12 server scsi: [ID 107833 kern.warning] WARNING: /pci@8,600000/pci@1/scsi@5 (qus1):
    Is that represent a hardware failure either on the jukebox or the SCSI controller? Or it is indeed a software corruption that can only be solved by reinstallation? But unfortunately I don't have the media on hand.
    PS.a more details can be found under expert exchange thru the links below:-
    http://www.experts-exchange.com/OS/Unix/Solaris/Q_23413012.html#a21749881
    http://www.experts-exchange.com/OS/Unix/Solaris/Q_23478147.html

    My company have a SUN Storedge L8 attached to a SUN Solaris 9 (SPARC) while I can only do a tar to the /dev/rmt/0, whenever I tried to interact with the jukebox with the solstice backup, the program hang definitely.
    grep '/usr/kernel/drv/lus' /var/sadm/install/contents
    /usr/kernel/drv/lus f none 0555 root bin 34624 12073 993189557 SUNWsbus2
    /usr/kernel/drv/lus.conf f none 0444 root bin 3754 45438 993190441 SUNWsbus2
    /usr/kernel/drv/lus32 f none 0555 root bin 33444 4422 993213667 SUNWsbus2
    pkginfo -l SUNWsbus2
    PKGINST: SUNWsbus2
    NAME: Solstice Backup (Backup/Recover) Device Drivers
    CATEGORY: system
    ARCH: sparc
    VERSION: 6.1,REV=Build.186
    BASEDIR: /
    VENDOR: Sun Microsystems, Inc.
    PSTAMP: gelato010622054128
    INSTDATE: Apr 08 2003 13:25
    STATUS: completely installed
    FILES: 48 installed pathnames
    44 executables
    37896 blocks used (approx)
    this machine has installed the solstice backup manager
    pkginfo | grep -i Solstice
    system SUNWmibii Solstice Enterprise Agents 1.0.3 SNMP daemon
    system SUNWsacom Solstice Enterprise Agents 1.0.3 files for root file system
    system SUNWsadmi Solstice Enterprise Agents 1.0.3 Desktop Management Interface
    system SUNWsadml Solstice Launcher.
    system SUNWsadmx Solstice Enterprise Agents 1.0.3 Desktop Management Interface Libraries (64-bit)
    system SUNWsasnm Solstice Enterprise Agents 1.0.3 Simple Network Management Protocol
    system SUNWsasnx Solstice Enterprise Agents 1.0.3 Simple Network Management Protocol Libraries (64-bit)
    application SUNWsbuc Solstice Backup (Backup/Recover) Client
    application SUNWsbum Solstice Backup (Backup/Recover) Man
    application SUNWsbun Solstice Backup (Backup/Recover) Storage Node
    application SUNWsbus1 Solstice Backup (Backup/Recover) Server
    system SUNWsbus2 Solstice Backup (Backup/Recover) Device Drivers
    under the server->registration, I found that the registration contains :-
    Autochanger Module, 9 slots/9
    ClientPaks for Windows/1
    Networker for UNIX, Workgroup edition (8 clients per server)1 server
    Networker Module for Oracl/1
    BTW, inquire shows:-
    /etc/LGTOuscsi/inquire
    [email protected]:TOSHIBA DVD-ROM SD-M14011009|CD-ROM
    [email protected]:ADIC FastStor 2 A12r|Autochanger (Jukebox)
    [email protected]:HP Ultrium 1-SCSI E3 |Tape
    [email protected]:HP Ultrium 1-SCSI E3 |Tape
    where cfgadm -alv shows:-
    Ap_Id Receptacle Occupant Condition Information
    When Type Busy Phys_Id
    c0 connected configured unknown
    unavailable scsi-bus n /devices/pci@8,700000/scsi@6:scsi
    c0::/dev/lus connected configured unknown TOSHIBA DVD-ROM SD-M1401
    unavailable CD-ROM n /devices/pci@8,700000/scsi@6:scsi::/dev/lus
    c0::dsk/c0t6d0 connected configured unknown TOSHIBA DVD-ROM SD-M1401
    unavailable CD-ROM y /devices/pci@8,700000/scsi@6:scsi::dsk/c0t6d0
    c1 connected configured unknown
    unavailable fc-private n /devices/pci@8,600000/SUNW,qlc@4/fp@0,0:fc
    c1::21000004cfe34092 connected configured unknown SEAGATE ST373307FSUN72G
    unavailable disk n /devices/pci@8,600000/SUNW,qlc@4/fp@0,0:fc::21000004cfe34092
    c1::21000004cfe34350 connected configured unknown SEAGATE ST373307FSUN72G
    unavailable disk n /devices/pci@8,600000/SUNW,qlc@4/fp@0,0:fc::21000004cfe34350
    c2 connected configured unknown
    unavailable scsi-bus n /devices/pci@8,700000/scsi@6,1:scsi
    c2::lus1 connected configured unknown
    unavailable unknown n /devices/pci@8,700000/scsi@6,1:scsi::lus1
    c3 connected configured unknown
    unavailable scsi-bus n /devices/pci@8,600000/pci@1/scsi@4:scsi
    c3::lus2 connected configured unknown HP Ultrium 1-SCSI
    unavailable unknown n /devices/pci@8,600000/pci@1/scsi@4:scsi::lus2
    c3::rmt/0 connected configured unknown HP Ultrium 1-SCSI
    unavailable tape n /devices/pci@8,600000/pci@1/scsi@4:scsi::rmt/0
    c4 connected configured unknown
    unavailable scsi-bus n /devices/pci@8,600000/pci@1/scsi@5:scsi
    c4::lus3 connected configured unknown
    unavailable unknown n /devices/pci@8,600000/pci@1/scsi@5:scsi::lus3
    usb0/1 connected configured ok Mfg: <undef> Product: <undef> NConfigs: 1 Config: 0 <no cfg str descr>
    unavailable usb-kbd n /devices/pci@8,700000/usb@5,3:1
    usb0/2 empty unconfigured ok
    unavailable unknown n /devices/pci@8,700000/usb@5,3:2
    usb0/3 connected configured ok Mfg: <undef> Product: <undef> NConfigs: 1 Config: 0 <no cfg str descr>
    unavailable usb-mouse n /devices/pci@8,700000/usb@5,3:3
    usb0/4 empty unconfigured ok
    unavailable unknown n /devices/pci@8,700000/usb@5,3:4
    nsrjb shows
    Jukebox L8:
    slot volume pool volume id recyclable
    1: dwbak.inc.day0.wk0.001* 2481680129
    2: dwbak.inc.day0.wk0.002 DW Incremental 2481704705 no
    3: dwbak.inc.day0.wk0.003 DW Incremental 2481729793 no
    4: -* -
    5: dwbak.inc.day0.wk0.005 DW Incremental 2481779201 no
    6: dwbak.inc.day0.wk0.006 DW Incremental 2481804289 no
    7: dwbak.inc.day0.wk0.007 DW Incremental 2481829889 no
    8: dwbak.inc.day0.wk0.008 DW Incremental 2481854209 no
    *not registered in the NetWorker media data base
    drive 1 (/dev/rmt/0cbn) slot 5: dwbak.inc.day0.wk0.005
    nsrjb -HE hang indefinitly, so does nsrjb -HHE. devfsadm -c tape also hang while simply devfsadm can run without problem and cfgadm -alv c3 provide the following:-
    Ap_Id Receptacle Occupant Condition Information
    When Type Busy Phys_Id
    c3 connected configured unknown
    unavailable scsi-bus n /devices/pci@8,600000/pci@1/scsi@4:scsi
    c3::lus2 connected configured unknown HP Ultrium 1-SCSI
    unavailable unknown n /devices/pci@8,600000/pci@1/scsi@4:scsi::lus2
    c3::rmt/0 connected configured unknown HP Ultrium 1-SCSI
    unavailable tape n /devices/pci@8,600000/pci@1/scsi@4:scsi::rmt/0
    nsjrb result should be past history, coz I am doing tar and manually changing the slot for quite some time already. Now I unconnect the cable and run devfsadm and then cfgadm -alv shows
    cfgadm -alv
    Ap_Id Receptacle Occupant Condition Information
    When Type Busy Phys_Id
    c0 connected configured unknown
    unavailable scsi-bus n /devices/pci@8,700000/scsi@6:scsi
    c0::/dev/lus connected configured unknown TOSHIBA DVD-ROM SD-M1401
    unavailable CD-ROM n /devices/pci@8,700000/scsi@6:scsi::/dev/lus
    c0::dsk/c0t6d0 connected configured unknown TOSHIBA DVD-ROM SD-M1401
    unavailable CD-ROM y /devices/pci@8,700000/scsi@6:scsi::dsk/c0t6d0
    c1 connected configured unknown
    unavailable fc-private n /devices/pci@8,600000/SUNW,qlc@4/fp@0,0:fc
    c1::21000004cfe34092 connected configured unknown SEAGATE ST373307FSUN72G
    unavailable disk n /devices/pci@8,600000/SUNW,qlc@4/fp@0,0:fc::21000004cfe34092
    c1::21000004cfe34350 connected configured unknown SEAGATE ST373307FSUN72G
    unavailable disk n /devices/pci@8,600000/SUNW,qlc@4/fp@0,0:fc::21000004cfe34350
    c2 connected configured unknown
    unavailable scsi-bus n /devices/pci@8,700000/scsi@6,1:scsi
    c2::lus1 connected configured unknown
    unavailable unknown n /devices/pci@8,700000/scsi@6,1:scsi::lus1
    c3 connected configured unknown
    unavailable scsi-bus n /devices/pci@8,600000/pci@1/scsi@4:scsi
    c3::lus2 connected configured unknown HP Ultrium 1-SCSI
    unavailable unknown n /devices/pci@8,600000/pci@1/scsi@4:scsi::lus2
    c3::rmt/0 connected configured unknown HP Ultrium 1-SCSI
    unavailable tape n /devices/pci@8,600000/pci@1/scsi@4:scsi::rmt/0
    c4 connected configured unknown
    unavailable scsi-bus n /devices/pci@8,600000/pci@1/scsi@5:scsi
    c4::lus3 connected configured unknown
    unavailable unknown n /devices/pci@8,600000/pci@1/scsi@5:scsi::lus3
    usb0/1 connected configured ok Mfg: <undef> Product: <undef> NConfigs: 1 Config: 0 <no cfg str descr>
    unavailable usb-kbd n /devices/pci@8,700000/usb@5,3:1
    usb0/2 empty unconfigured ok
    unavailable unknown n /devices/pci@8,700000/usb@5,3:2
    usb0/3 connected configured ok Mfg: <undef> Product: <undef> NConfigs: 1 Config: 0 <no cfg str descr>
    unavailable usb-mouse n /devices/pci@8,700000/usb@5,3:3
    usb0/4 empty unconfigured ok
    unavailable unknown n /devices/pci@8,700000/usb@5,3:4
    and inquire still shows
    [email protected]:TOSHIBA DVD-ROM SD-M14011009|CD-ROM
    [email protected]:ADIC FastStor 2 A12r|Autochanger (Jukebox)
    [email protected]:HP Ultrium 1-SCSI E3 |Tape
    [email protected]:HP Ultrium 1-SCSI E3 |Tape
    and then I reconnect the cable I saw a lot of error message in dmesg:-
    Jun 19 13:47:37 server scsi: [ID 107833 kern.warning] WARNING: /pci@8,600000/pci@1/scsi@4 (qus0):
    Jun 19 13:47:37 server Received unexpected SCSI Reset
    Jun 19 13:47:37 server scsi: [ID 107833 kern.warning] WARNING: /pci@8,600000/pci@1/scsi@4 (qus0):
    Jun 19 13:47:37 server Received unexpected SCSI Reset
    Jun 19 13:51:30 server scsi: [ID 107833 kern.notice] /pci@8,600000/pci@1/scsi@4 (qus0):
    Jun 19 13:51:30 server Failed to Get Features
    Jun 19 13:51:50 server scsi: [ID 107833 kern.warning] WARNING: /pci@8,600000/pci@1/scsi@4 (qus0):
    Jun 19 13:51:50 server ISP: Firmware cmd timeout
    Jun 19 13:51:50 server scsi: [ID 107833 kern.warning] WARNING: /pci@8,600000/pci@1/scsi@4 (qus0):
    Jun 19 13:51:50 server Fatal error, resetting interface, flg 1
    and devfsadm hang. So I double check the past demsg and found a lot of similar SCSI error message as below:-
    Jun 19 13:43:12 server probe request for LUN 0 denied: max LUN -1
    Jun 19 13:43:12 server scsi: [ID 107833 kern.warning] WARNING: /pci@8,600000/pci@1/scsi@5 (qus1):
    Is that represent a hardware failure either on the jukebox or the SCSI controller? Or it is indeed a software corruption that can only be solved by reinstallation? But unfortunately I don't have the media on hand.
    PS.a more details can be found under expert exchange thru the links below:-
    http://www.experts-exchange.com/OS/Unix/Solaris/Q_23413012.html#a21749881
    http://www.experts-exchange.com/OS/Unix/Solaris/Q_23478147.html

  • Cannot add WebEx info in CTS-MAN

    CTMS = 1.7
    CTS-Man = 1.7
    Webex  = 27
    I am trying to integrate One Touch 1.0 and I am at the step wherein in CTS-Man, I have to add the WebEx information.  After filling out the fields and click Test(it has to pass test before it adds the WeBex as one of the Bridge/Servers), the popup just kinda hang in the background and after a few minutes, comes back with Service Unavailable.  Tried this a few time in IE with same results.  Same result in Firefox too so I dont think it is a browser issue                  

    Mike, it's now possible to submit itunes enhancement requests directly to Apple using the itunes application feedback form. here's a link to it:
    iTunes application feedback

  • [SLVD] MySQL Query Browser (1.2.12) hangs when changing schma/database

    After a rather big upgrade yesterday (see paste below) I have got a problem with MySQL query browser which is found in package mysql-gui-tools. Everything else seems to be okay, but after upgrading mysql-gui-tools from 5.0r12-3 to 5.0r14-1 (..and now, after another update, its at 5.0r14-2) it is no longer able to refresh schema/databases. Every time I try to change/refresh schema in the schema menu to the right the program hangs and I have to kill it. A refresh icon appears as normal to the left of the schema I'm trying to refresh, but that icon too has frozen. I am however able to execute normal SELECT queries etc if I write the full "path" to the table in the SQL query, but when I try a USE query the same thing happens.
    I have done some searching on the Internet about this and found this thread to be interesting. Too bad it's from July 2007..
    I tried to downgrade to the old version of query browser, but then I got this problem:
    /usr/bin/mysql-query-browser-bin: error while loading shared libraries: libmysqlclient_r.so.15: cannot open shared object file: No such file or directory
    ..So I guess theres a dependency problem here with the old version.
    Has anyone else got any problem with the MySQL Query Browser after upgrade or has any ideas for a solution?
    Log from pacman:
    [2009-04-12 13:52] synchronizing package lists
    [2009-04-12 13:52] starting full system upgrade
    [2009-04-12 13:55] upgraded xf86-input-evdev (2.1.2-1 -> 2.2.1-1)
    [2009-04-12 13:55] upgraded xorg-server (1.5.3-5 -> 1.6.0-3)
    [2009-04-12 13:56] synchronizing package lists
    [2009-04-12 13:56] starting full system upgrade
    [2009-04-12 13:56] upgraded glib2 (2.20.0-1 -> 2.20.1-1)
    [2009-04-12 13:56] upgraded libcap (1.10-2 -> 2.16-3)
    [2009-04-12 13:56] upgraded avahi (0.6.24-1 -> 0.6.24-3)
    [2009-04-12 13:56] upgraded cdrkit (1.1.9-1 -> 1.1.9-2)
    [2009-04-12 13:56]
    [2009-04-12 13:56] >>> Deluge's daemon is running with the "deluge" user. The default download directory is /srv/deluge/
    [2009-04-12 13:56]
    [2009-04-12 13:56] upgraded deluge (1.1.5-1 -> 1.1.6-3)
    [2009-04-12 13:56] upgraded jack-audio-connection-kit (0.109.2-2 -> 0.116.2-1)
    [2009-04-12 13:56] upgraded gstreamer0.10-bad-plugins (0.10.11-2 -> 0.10.11-3)
    [2009-04-12 13:56] upgraded hdparm (9.12-1 -> 9.14-1)
    [2009-04-12 13:56] upgraded iptables (1.4.2-1 -> 1.4.3.1-1)
    [2009-04-12 13:56] upgraded kbproto (1.0.3-1 -> 1.0.3-2)
    [2009-04-12 13:57] upgraded kdelibs (4.2.2-3 -> 4.2.2-4)
    [2009-04-12 13:57] upgraded kernel26-firmware (2.6.28-1 -> 2.6.29-1)
    [2009-04-12 13:59] >>> Updating module dependencies. Please wait ...
    [2009-04-12 13:59] >>> MKINITCPIO SETUP
    [2009-04-12 13:59] >>> ----------------
    [2009-04-12 13:59] >>> If you use LVM2, Encrypted root or software RAID,
    [2009-04-12 13:59] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2009-04-12 13:59] >>> More information about mkinitcpio setup can be found here:
    [2009-04-12 13:59] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2009-04-12 13:59]
    [2009-04-12 13:59] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2009-04-12 13:59] ==> Building image "default"
    [2009-04-12 13:59] ==> Running command: /sbin/mkinitcpio -k 2.6.29-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2009-04-12 13:59] :: Begin dry run
    [2009-04-12 13:59] :: Parsing hook [base]
    [2009-04-12 13:59] :: Parsing hook [udev]
    [2009-04-12 13:59] :: Parsing hook [autodetect]
    [2009-04-12 13:59] :: Parsing hook [pata]
    [2009-04-12 13:59] :: Parsing hook [scsi]
    [2009-04-12 13:59] :: Parsing hook [sata]
    [2009-04-12 13:59] :: Parsing hook [usbinput]
    [2009-04-12 13:59] :: Parsing hook [keymap]
    [2009-04-12 13:59] :: Parsing hook [filesystems]
    [2009-04-12 13:59] :: Generating module dependencies
    [2009-04-12 13:59] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2009-04-12 13:59] ==> SUCCESS
    [2009-04-12 13:59] ==> Building image "fallback"
    [2009-04-12 13:59] ==> Running command: /sbin/mkinitcpio -k 2.6.29-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2009-04-12 13:59] :: Begin dry run
    [2009-04-12 13:59] :: Parsing hook [base]
    [2009-04-12 13:59] :: Parsing hook [udev]
    [2009-04-12 13:59] :: Parsing hook [pata]
    [2009-04-12 13:59] :: Parsing hook [scsi]
    [2009-04-12 13:59] :: Parsing hook [sata]
    [2009-04-12 13:59] :: Parsing hook [usbinput]
    [2009-04-12 13:59] :: Parsing hook [keymap]
    [2009-04-12 13:59] :: Parsing hook [filesystems]
    [2009-04-12 13:59] :: Generating module dependencies
    [2009-04-12 14:00] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2009-04-12 14:00] ==> SUCCESS
    [2009-04-12 14:00] upgraded kernel26 (2.6.28.8-1 -> 2.6.29.1-3)
    [2009-04-12 14:00] upgraded klibc-udev (140-1 -> 141-1)
    [2009-04-12 14:00] upgraded libavc1394 (0.5.3-1 -> 0.5.3-2)
    [2009-04-12 14:00] upgraded libcddb (1.3.0-3 -> 1.3.2-1)
    [2009-04-12 14:00] upgraded libdatrie (0.1.2-1 -> 0.2.1-1)
    [2009-04-12 14:00] upgraded libdrm (2.3.1-3 -> 2.4.9-1)
    [2009-04-12 14:00] upgraded libdvdread (0.9.7-1 -> 0.9.7-2)
    [2009-04-12 14:00] upgraded libfontenc (1.0.4-1 -> 1.0.4-2)
    [2009-04-12 14:00] upgraded libid3tag (0.15.1b-2 -> 0.15.1b-3)
    [2009-04-12 14:00] upgraded libmatroska (0.8.1-1 -> 0.8.1-2)
    [2009-04-12 14:00] upgraded libmpd (0.16.1-1 -> 0.18.0-1)
    [2009-04-12 14:00] upgraded libmysqlclient (5.0.77-1 -> 5.1.33-1)
    [2009-04-12 14:00] upgraded libogg (1.1.3-1 -> 1.1.3-2)
    [2009-04-12 14:00] upgraded libsamplerate (0.1.6-1 -> 0.1.7-1)
    [2009-04-12 14:00] upgraded libthai (0.1.9-1 -> 0.1.11-1)
    [2009-04-12 14:00] upgraded libx11 (1.2-1 -> 1.2.1-1)
    [2009-04-12 14:00] installed libftdi (0.15-1)
    [2009-04-12 14:00] upgraded lirc-utils (0.8.4-1 -> 0.8.5pre2-1)
    [2009-04-12 14:00] upgraded m4 (1.4.12-1 -> 1.4.13-1)
    [2009-04-12 14:00] upgraded man-db (2.5.4-2 -> 2.5.5-1)
    [2009-04-12 14:00] upgraded man-pages (3.19-1 -> 3.20-1)
    [2009-04-12 14:00] upgraded nvidia-utils (180.29-3 -> 180.44-1)
    [2009-04-12 14:00] installed dri2proto (1.99.3-1)
    [2009-04-12 14:01] upgraded mesa (7.2-1 -> 7.4-1)
    [2009-04-12 14:01] upgraded mpfr (2.3.2-2 -> 2.4.1-1)
    [2009-04-12 14:01] upgraded mpg123 (1.7.1-4 -> 1.7.2-1)
    [2009-04-12 14:01] upgraded mysql-clients (5.0.77-1 -> 5.1.33-1)
    [2009-04-12 14:01] upgraded mysql (5.0.77-3 -> 5.1.33-1)
    [2009-04-12 14:01] upgraded mysql-gui-tools (5.0r12-3 -> 5.0r14-1)
    [2009-04-12 14:01] In order to use the new nvidia module, exit Xserver and unload it manually.
    [2009-04-12 14:01] upgraded nvidia (180.29-3 -> 180.44-1)
    [2009-04-12 14:01] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2009-04-12 14:01] upgraded pacman-mirrorlist (20090108-1 -> 20090405-1)
    [2009-04-12 14:01] upgraded pango (1.24.0-1 -> 1.24.0-2)
    [2009-04-12 14:01] upgraded php (5.2.9-2 -> 5.2.9-3)
    [2009-04-12 14:01] upgraded pm-utils (1.2.4-3 -> 1.2.5-1)
    [2009-04-12 14:01] installed perl-xyne-common (0.01-5)
    [2009-04-12 14:01] installed perl-html-tagset (3.20-1)
    [2009-04-12 14:01] installed perl-html-parser (3.60-1)
    [2009-04-12 14:01] installed perl-libwww (5.825-1)
    [2009-04-12 14:01] installed perl-xyne-arch (0.03-5)
    [2009-04-12 14:01] ######################
    [2009-04-12 14:01] ## IMPORTANT NOTICE ##
    [2009-04-12 14:01] ######################
    [2009-04-12 14:01] Powerpill options and configuration file syntax have changed with
    [2009-04-12 14:01] version 16.0. Please remove old configuration files and use the
    [2009-04-12 14:01] default configuration file at /etc/powerpill.conf as a template for new
    [2009-04-12 14:01] ones. Please see the man page for information on the command-line options.
    [2009-04-12 14:01] upgraded powerpill (15.12-1 -> 16.0-5)
    [2009-04-12 14:01] upgraded python-numpy (1.2.1-4 -> 1.3.0-1)
    [2009-04-12 14:02] upgraded qt (4.5.0-3 -> 4.5.0-4)
    [2009-04-12 14:02] upgraded qt3 (3.3.8-9 -> 3.3.8-10)
    [2009-04-12 14:02] upgraded redland (1.0.8-1 -> 1.0.8-3)
    [2009-04-12 14:02] upgraded tdb (3.3.1-1 -> 3.3.3-1)
    [2009-04-12 14:02] upgraded smbclient (3.3.1-1 -> 3.3.3-1)
    [2009-04-12 14:02] upgraded subversion (1.6.0-2 -> 1.6.1-2)
    [2009-04-12 14:02] upgraded syslog-ng (3.0.1-4 -> 3.0.1-6)
    [2009-04-12 14:02] upgraded tzdata (2009d-1 -> 2009e-1)
    [2009-04-12 14:02] upgraded udev (140-2 -> 141-1)
    [2009-04-12 14:02] upgraded xf86-input-keyboard (1.3.2-1 -> 1.3.2-2)
    [2009-04-12 14:02] upgraded xf86-input-mouse (1.3.0-1 -> 1.4.0-2)
    [2009-04-12 14:02] upgraded xf86-video-vesa (2.1.0-1 -> 2.2.0-1)
    [2009-04-12 14:02] upgraded xfce4-mpc-plugin (0.3.3-2 -> 0.3.3-3)
    [2009-04-12 14:02] upgraded xorg-server-utils (7.4-3 -> 7.4-4)
    [2009-04-12 14:02] upgraded xorg-utils (7.4-2 -> 7.4-3)
    Last edited by siaco (2009-04-14 21:42:10)

    I found the error on this. In the current PGKBUILD found in AUR, the patch mysql-gui-tools.chema_change_freeze_bug.patch is no longer applied.
    I downloaded all related files to this package and built it myself now, with some changes to PGKBUILD and the mysql-gui-tools.chema_change_freeze_bug.patch. It works again :-)
    New PGKBUILD:
    # $Id: PKGBUILD,v 1.14 2009/04/12 11:52:45 dsa Exp $
    # Maintainer: Douglas Soares de Andrade <[email protected]>
    # Contributor: Vinay S Shastry <[email protected]>
    pkgname=mysql-gui-tools
    pkgver=5.0r14
    pkgrel=2
    arch=('i686' 'x86_64')
    pkgdesc="Set of programs to manage and interact with a MySQL server."
    url="http://www.mysql.com/products/tools/"
    license=('GPL')
    source=(http://mirrors.uol.com.br/pub/mysql/Downloads/MySQLGUITools/$pkgname-$pkgver.tar.gz
    bad-char.patch
    mysql-gui-tools-sigc_2.1.1_api_fixes.diff
    mysql-gui-tools-5.0_p12-deprecated-gtk+-api.patch
    mysql-gui-tools-gcc43.patch
    mysql-gui-tools.chema_change_freeze_bug.patch)
    depends=('gtkmm' 'gtkhtml' 'libmysqlclient' 'pcre')
    replaces=('mysql-administrator' 'mysql-query-browser')
    conflicts=('mysql-administrator' 'mysql-query-browser')
    provides=('mysql-gui-common' 'mysql-administrator' 'mysql-query-browser')
    makedepends=('pkgconfig' 'lua' 'libxml2' 'libgnomeprint')
    options=('!makeflags')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    # Patch from mysql.com to fix the freeze when selecting a schema
    patch -p1 < ../mysql-gui-tools.chema_change_freeze_bug.patch || return 1
    # Patch to make 5.0r14 compile
    patch -Np1 < $startdir/src/bad-char.patch
    patch -Np1 < $startdir/src/mysql-gui-tools-sigc_2.1.1_api_fixes.diff
    patch -Np1 < $startdir/src/mysql-gui-tools-gcc43.patch
    patch -Np0 < $startdir/src/mysql-gui-tools-5.0_p12-deprecated-gtk+-api.patch
    cd $startdir/src/$pkgname-$pkgver/common
    sh autogen.sh
    ./configure --prefix=/usr --datarootdir=/usr/share --with-gtkhtml=libgtkhtml-3.14 || return 1
    make || return 1
    make DESTDIR=$startdir/pkg install || return 1
    cd ..
    cp -R common mysql-gui-common
    cd $startdir/src/$pkgname-$pkgver/administrator
    sh autogen.sh
    ./configure --prefix=/usr --datarootdir=/usr/share --with-gtkhtml=libgtkhtml-3.14 || return 1
    make || return 1
    make DESTDIR=$startdir/pkg install || return 1
    cd $startdir/src/$pkgname-$pkgver/query-browser
    sh autogen.sh
    ./configure --prefix=/usr --datarootdir=/usr/share --with-gtkhtml=libgtkhtml-3.14 || return 1
    make CFLAGS="${CFLAGS} -D_GNU_SOURCE" || return 1
    make DESTDIR=$startdir/pkg install || return 1
    #cd $startdir/src/$pkgname-$pkgver/mysql-workbench
    #patch -p1 < ../../mysql-gui-tools-5.0_p12-workbench-lua.patch
    #./configure --prefix=/usr --with-gtkhtml=libgtkhtml-3.14 || return 1
    #make || return 1
    #make DESTDIR=$startdir/pkg install
    # Some adjusts to make mysql-workbench run
    #cd $startdir/pkg/usr/bin
    #mv mysql-workbench mysql-wb
    #mv mysql-workbench-bin mysql-wb-bin
    #install -m755 $startdir/src/mysql-workbench.sh mysql-workbench
    #rm -rf $startdir/pkg/usr/lib/
    # Fixed startup scripts
    install -m755 $startdir/mysql-administrator $pkgdir/usr/bin
    install -m755 $startdir/mysql-query-browser $pkgdir/usr/bin
    md5sums=('b8efefbf20b7264c8f3afd34424467d7'
    '4279c75bb5e6c2bfcb16c98817d55b80'
    '4625629385142862cd01d37f814d5e80'
    '33205d45329ab4fa4096b6b298a60b2c'
    '1368384dac87bc0a64adb774ab2e6cbd'
    '2ff840932405f7a6a6863f633a639fe9')
    New mysql-gui-tools.chema_change_freeze_bug.patch: (only changes to paths in file. Don't know if this was really needed, but I belive so.)
    diff -ruN mysql-gui-tools-5.0r11.ORIG/query-browser/source/linux/MQQueryDispatcher.cc mysql-gui-tools-5.0r11/query-browser/source/linux/MQQueryDispatcher.cc
    --- mysql-gui-tools-5.0r11.ORIG/query-browser/source/linux/MQQueryDispatcher.cc 2007-02-21 01:31:19.000000000 +0000
    +++ mysql-gui-tools-5.0r11/query-browser/source/linux/MQQueryDispatcher.cc 2007-11-09 15:31:38.000000000 +0000
    @@ -558,8 +558,8 @@
    Gtk::Main::instance()->run();
    - while(!req->is_complete())
    +// while(!req->is_complete())
    +// ;
    return sps;
    I hope this helps anyone else who needs to fix this!

  • Macbook pro hang during operation

    last month after putting a flash memory on USB port, my Macbook pro hanged completely and no solution except restart. after that day by day it slowed down in opening of application and operations. these days its very slow and hang several times during operation of an application.
    The OS X is 10.9.3, memory is 8 GB, around 70% of hard space is free.
    Can someone help me to find the problem and fix it ?
    Thanks

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    Don't be put off by the complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. As I wrote above, it changes nothing. It doesn't send or receive any data on the network. All it does is to generate a human-readable report on the state of the computer. That report goes nowhere unless you choose to share it. If you prefer, you can read it yourself without disclosing the contents to me or anyone else.
    You should be wondering whether you can believe me, and whether it's safe to run a program at the behest of a stranger. In general, no, it's not safe and I don't encourage it.
    In this case, however, there are a couple of ways for you to decide whether the program is safe without having to trust me. First, you can read it. Unlike an application that you download and click to run, it's transparent, so anyone with the necessary skill can verify what it does.
    You may not be able to understand the script yourself. But variations of the script have been posted on this website thousands of times over a period of years. The site is hosted by Apple, which does not allow it to be used to distribute harmful software. Any one of the millions of registered users could have read the script and raised the alarm if it was harmful. Then I would not be here now and you would not be reading this message.
    Nevertheless, if you can't satisfy yourself that these instructions are safe, don't follow them. Ask for other options.
    4. Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    5. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode, under the conditions in which the problem is reproduced. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    6. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    7. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(Software Hardware Memory Diagnostics Power FireWire Thunderbolt USB Fonts SerialATA 4 1000 25 5120 KiB/s 1024 85 \\b%% 20480 1 MB/s 25000 ports ' com.clark.\* \*dropbox \*GoogleDr\* \*k.AutoCAD\* \*k.Maya\* vidinst\* ' DYLD_INSERT_LIBRARIES\ DYLD_LIBRARY_PATH -86 "` route -n get default|awk '/e:/{print $2}' `" 25 N\\/A down up 102400 25600 recvfrom sendto CFBundleIdentifier 25 25 25 1000 MB com.apple.AirPortBaseStationAgent 464843899 51 5120 files );N5=${#p[@]};p[N5]=` networksetup -listnetworkserviceorder|awk ' NR>1 { sub(/^\([0-9]+\) /,"");n=$0;getline;} $NF=="'${p[26]}')" { sub(/.$/,"",$NF);print n;exit;} ' `;f=('\n%s: %s\n' '\n%s\n\n%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n-\t%s\n' );S0() { echo ' { q=$NF+0;$NF="";u=$(NF-1);$(NF-1)="";gsub(/^ +| +$/,"");if(q>='${p[$1]}') printf("%s (UID %s) is using %s '${p[$2]}'",$0,u,q);} ';};s=(' /^ *$|CSConfigDot/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/\/Users\/[^/]+/~/g ' ' s/^ +//;/de: S|[nst]:/p;' ' {sub(/^ +/,"")};/er:/;/y:/&&$2<'${p[10]} ' 1s/://;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: [^EO]|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[11]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Genesy|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' $0&&!/ / { n++;print;} END { if(n<200) print "com.apple.";} ' ' $3~/[0-9]:[0-9]{2}$/ { gsub(/:[0-9:a-f]{14}/,"");} { print|"tail -n'${p[12]}'";} ' ' NR==2&&$4<='${p[13]}' { print $4;} ' ' END { $2/=256;if($2>='${p[15]}') print int($2) } ' ' NR!=13{next};{sub(/[+-]$/,"",$NF)};'"`S0 21 22`" 'NR!=2{next}'"`S0 37 17`" ' NR!=5||$8!~/[RW]/{next};{ $(NF-1)=$1;$NF=int($NF/10000000);for(i=1;i<=3;i++){$i="";$(NF-1-i)="";};};'"`S0 19 20`" 's:^:/:p' '/\.kext\/(Contents\/)?Info\.plist$/p' 's/^.{52}(.+) <.+/\1/p' ' /Launch[AD].+\.plist$/ { n++;print;} END { print "'${p[41]}'";if(n<200) print "/System/";} ' '/\.xpc\/(Contents\/)?Info\.plist$/p' ' NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$|'${p[41]}'/ { print $3;} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:[^:]+//p ' '/^root$/p' ' !/\/Contents\/.+\/Contents|Applic|Autom|Frameworks/&&/Lib.+\/Info.plist$/ { n++;print;} END { if(n<1100) print "/System/";} ' '/^\/usr\/lib\/.+dylib$/p' ' /Temp|emac/{next};/(etc|Preferences|Launch[AD].+)\// { sub(".(/private)?","");n++;print;} END { print "'${p[41]}'.plist\t'${p[42]}'";if(n<500) print "Launch";} ' ' /\/(Contents\/.+\/Contents|Frameworks)\/|\.wdgt\/.+\.([bw]|plu)/d;p;' 's/\/(Contents\/)?Info.plist$//;p' ' { gsub("^| |\n","\\|\\|kMDItem'${p[35]}'=");sub("^...."," ") };1 ' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[43]}'{$2=$2-1;print}' ' BEGIN { i="'${p[26]}'";M1='${p[16]}';M2='${p[18]}';M3='${p[31]}';M4='${p[32]}';} !/^A/{next};/%/ { getline;if($5<M1) a="user "$2"%, system "$4"%";} /disk0/&&$4>M2 { b=$3" ops/s, "$4" blocks/s";} $2==i { if(c) { d=$3+$4+$5+$6;next;};if($4>M3||$6>M4) c=int($4/1024)" in, "int($6/1024)" out";} END { if(a) print "CPU: "a;if(b) print "I/O: "b;if(c) print "Net: "c" (KiB/s)";if(d) print "Net errors: "d" packets/s";} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|BKAg|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/ )||(/v6:/&&$2!~/A/ ) ' ' $1~"lR"&&$2<='${p[25]}';$1~"li"&&$3!~"wpa2";' ' BEGIN { FS=":";p="uniq -c|sed -E '"'s/ +\\([0-9]+\\)\\(.+\\)/\\\2 x\\\1/;s/x1$//'"'";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]$1|p;b=b$1;} END { close(p);if(b) print("\n\t* Code injection");} ' ' NR!=4{next} {$NF/=10240} '"`S0 27 14`" ' END { if($3~/[0-9]/)print$3;} ' ' BEGIN { L='${p[36]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n   "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n   [N/A]";"file -b "F|getline T;if(T!~/^(AS.+ (En.+ )?text$|(Bo|PO).+ sh.+ text ex)/) F=F" ("T")";printf("\nContents of %s\n%s\n",F,f);if(l>L) printf("\n   ...and %s more line(s)\n",l-L);} ' ' s/, /\'$'\n''/g;p;' 's/0/Off/p' ' END{print NR} ' ' /id: N|te: Y/{i++} END{print i} ' ' / / { print "'"${p[28]}"'";exit;};1;' '/ en/!s/\.//p' ' NR!=13{next};{sub(/[+-M]$/,"",$NF)};'"`S0 39 40`" ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9;} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?Info\.plist$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' ' /l: /{ /DVD/d;s/.+: //;b0'$'\n'' };/s: /{ /V/d;s/^ */- /;H;};$b0'$'\n'' d;:0'$'\n'' x;/APPLE [^:]+$/d;p;' ' /^find: /d;p;' "`S0 44 45`" ' BEGIN{FS="= "} /Path/{print $2} ' );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps sudo\ crontab sudo\ iotop top pkgutil 'PlistBuddy 2>&1 -c "Print' whoami cksum kextstat launchctl sudo\ launchctl crontab 'sudo defaults read' stat lsbom mdfind ' for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done;' defaults\ read scutil sudo\ dtrace sudo\ profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil sudo\ lsof test osascript\ -e );c2=(com.apple.loginwindow\ LoginHook '" /L*/P*/loginw*' "'tell app \"System Events\" to get path of every login item'" 'L*/Ca*/com.ap*.Saf*/E*/* -d 1 -name In*t -exec '"${c1[14]}"' :CFBundleDisplayName" {} \;|sort|uniq' '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '.??* -path .Trash -prune -o -type d -name *.app -print -prune' :${p[35]}\" :Label\" '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status " -F '\$Time \$Message' -k Sender kernel -k Message Req 'bad |Beac|caug|dead[^bl]|FAIL|fail|GPU |hfs: Ru|inval|jnl:|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|tim(ed? ?|ing )o|WARN' -k Message Rne 'Goog|ksadm|SMC:| VALI|xpma' -o -k Sender fseventsd -k Message Req 'SL' " '-du -n DEV -n EDEV 1 10' 'acrx -o comm,ruid,%cpu' '-t1 10 1' '-f -pfc /var/db/r*/com.apple.*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cgh] ! -name *ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;|sort -t: -k2 |tail -n'${p[38]} '-L {/{S*/,},}L*/Lau* -type f' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' '-L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Ca*/*/Ex,Co{mpon,reM},Ex,Inter,iTu*/*P,Keyb,Mail/B,Pr*P,Qu*T,Scripti,Sec,Servi,Spo,Widg}* -path \\*s/Resources -prune -o -type f -name Info.plist' '/usr/lib -type f -name *.dylib' `awk "${s[31]}"<<<${p[23]}` "/e*/{auto,{cron,fs}tab,hosts,{[lp],sy}*.conf,pam.d/*,ssh{,d}_config,*.local} {,/usr/local}/etc/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t /S*/L*/Lau*/*t .launchd.conf" list getenv /Library/Preferences/com.apple.alf\ globalstate --proxy '-n get default' -I --dns -getdnsservers\ "${p[N5]}" -getinfo\ "${p[N5]}" -P -m\ / '' -n1 '-R -l1 -n1 -o prt -stats command,uid,prt' '--regexp --only-files --files com.apple.pkg.*|sort|uniq' -kl -l -s\ / '-R -l1 -n1 -o mem -stats command,uid,mem' '+c0 -i4TCP:0-1023' com.apple.dashboard\ layer-gadgets '-d /L*/Mana*/$USER&&echo On' '-app Safari WebKitDNSPrefetchingEnabled' "+c0 -l|awk '{print(\$1,\$3)}'|sort|uniq -c|sort -n|tail -1|awk '{print(\$2,\$3,\$1)}'" );N1=${#c2[@]};for j in {0..9};do c2[N1+j]=SP${p[j]}DataType;done;N2=${#c2[@]};for j in 0 1;do c2[N2+j]="-n ' syscall::'${p[33+j]}':return { @out[execname,uid]=sum(arg0) } tick-10sec { trunc(@out,1);exit(0);} '";done;l=(Restricted\ files Hidden\ apps 'Elapsed time (s)' POST Battery Safari\ extensions Bad\ plists 'High file counts' User Heat System\ load boot\ args FileVault Diagnostic\ reports Log 'Free space (MiB)' 'Swap (MiB)' Activity 'CPU per process' Login\ hook 'I/O per process' Mach\ ports kexts Daemons Agents launchd Startup\ items Admin\ access Root\ access Bundles dylibs Apps Font\ issues Inserted\ dylibs Firewall Proxies DNS TCP/IP Wi-Fi Profiles Root\ crontab User\ crontab 'Global login items' 'User login items' Spotlight Memory Listeners Widgets Parental\ Controls Prefetching SATA Descriptors );N3=${#l[@]};for i in 0 1 2;do l[N3+i]=${p[5+i]};done;N4=${#l[@]};for j in 0 1;do l[N4+j]="Current ${p[29+j]}stream data";done;A0() { id -G|grep -qw 80;v[1]=$?;((v[1]==0))&&sudo true;v[2]=$?;v[3]=`date +%s`;clear >&-;date '+Start time: %T %D%n';};for i in 0 1;do eval ' A'$((1+i))'() { v=` eval "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};A'$((3+i))'() { v=` while read i;do [[ "$i" ]]&&eval "${c1[$1]} ${c2[$2]}" \"$i\"|'${c1[30+i]}' "${s[$3]}";done<<<"${v[$4]}" `;[[ "$v" ]];};A'$((5+i))'() { v=` while read i;do '${c1[30+i]}' "${s[$1]}" "$i";done<<<"${v[$2]}" `;[[ "$v" ]];};';done;A7(){ v=$((`date +%s`-v[3]));};B2(){ v[$1]="$v";};for i in 0 1;do eval ' B'$i'() { v=;((v['$((i+1))']==0))||{ v=No;false;};};B'$((3+i))'() { v[$2]=`'${c1[30+i]}' "${s[$3]}"<<<"${v[$1]}"`;} ';done;B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`grep -Fv "${v[$1]}"<<<"$v"`;};C0(){ [[ "$v" ]]&&echo "$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "$s"<<<"$v"`&&C1 1 $1;};for i in 1 2;do for j in 0 2 3;do eval D$i$j'(){ A'$i' $1 $2 $3; C'$j' $4;};';done;done;{ A0;D20 0 $((N1+1)) 2;D10 0 $N1 1;B0;C2 27;B0&&! B1&&C2 28;D12 15 37 25 8;A1 0 $((N1+2)) 3;C0;D13 0 $((N1+3)) 4 3;D23 0 $((N1+4)) 5 4;D13 0 $((N1+9)) 59 50;for i in 0 1 2;do D13 0 $((N1+5+i)) 6 $((N3+i));done;D13 1 10 7 9;D13 1 11 8 10;D22 2 12 9 11;D12 3 13 10 12;D23 4 19 44 13;D23 5 14 12 14;D22 6 36 13 15;D22 7 37 14 16;D23 8 15 38 17;D22 9 16 16 18;B1&&{ D22 35 49 61 51;D22 11 17 17 20;for i in 0 1;do D22 28 $((N2+i)) 45 $((N4+i));done;};D22 12 44 54 45;D22 12 39 15 21;A1 13 40 18;B2 4;B3 4 0 19;A3 14 6 32 0;B4 0 5 11;A1 17 41 20;B7 5;C3 22;B4 4 6 21;A3 14 7 32 6;B4 0 7 11;B3 4 0 22;A3 14 6 32 0;B4 0 8 11;B5 7 8;B1&&{ A2 19 26 23;B7 7;C3 23;};A2 18 26 23;B7 7;C3 24;A2 4 20 21;B7 6;B2 9;A4 14 7 52 9;B2 10;B6 9 10 4;C3 25;D13 4 21 24 26;B4 4 12 26;B3 4 13 27;A1 4 22 29;B7 12;B2 14;A4 14 6 52 14;B2 15;B6 14 15 4;B3 0 0 30;C3 29;A1 4 23 27;B7 13;C3 30;D13 24 24 32 31;D13 25 37 32 33;A2 23 18 28;B2 16;A2 16 25 33;B7 16;B3 0 0 34;B2 21;A6 47 21&&C0;B1&&{ D13 21 0 32 19;D13 10 42 32 40;D22 29 35 46 39;};D23 14 1 62 42;D12 34 43 53 44;D22 0 $((N1+8)) 51 32;D13 4 8 41 6;D12 26 28 35 34;D13 27 29 36 35;A2 27 32 39&&{ B2 19;A2 33 33 40;B2 20;B6 19 20 3;};C2 36;D23 33 34 42 37;B1&&D23 35 45 55 46;D23 32 31 43 38;D12 36 47 32 48;D13 20 42 32 41;D13 37 2 48 43;D13 4 5 32 1;D13 4 3 60 5;D12 26 48 49 49;B3 4 22 57;A1 26 46 56;B7 22;B3 0 0 58;C3 47;D22 4 4 50 0;D23 22 9 37 7;A7;C2 2;} 2>/dev/null|pbcopy;exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    8. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    9. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    10. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return  three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    11. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report what happened. No harm will be done.
    12. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    13. When you post the results, you might see an error message on the web page: "You have included content in your post that is not permitted," or "You are not authorized to post." That's a bug in the forum software. Please post the test results on Pastebin, then post a link here to the page you created.
    14. This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Hangparas environment in LaTeX (hanging.sty)

    I'm trying to make a list of references for a paper in APA format - incidentally, the same one I talk about in a couple of other posts. I know this can be done with BibTeX somehow, but I'm not quite there yet At any rate, I don't have a huge list.
    The problem is, although I've tried to make use of the hangparas environment in hanging.sty (e.g. \begin{hangparas}{.5in}{1} ... \end{hangparas} instead of \hangpara{.5in}{1} for each separate paragraph), only the first paragraph is indented properly, upon compiling; the rest are flush left.
    Instead of posting my entire paper, I made a separate file with just the reference page to demonstrate this:
    \documentclass{report}
    \usepackage[margin=1in]{geometry}
    \usepackage{hanging}
    \usepackage{setspace}
    \usepackage{ragged2e}
    \usepackage{url}
    \hyphenpenalty=10000
    %% Define a new 'leo' style for the package that will use a smaller font.
    \makeatletter
    \def\url@leostyle{%
    \@ifundefined{selectfont}{\def\UrlFont{\sf}}{\def\UrlFont{\small\ttfamily}}}
    \makeatother
    %% Now actually use the newly defined style.
    \urlstyle{leo}
    \begin{document}\setlength{\RaggedRightParindent}{.5in}\RaggedRight\doublespacing
    \begin{center}References\end{center}
    \begin{hangparas}{.5in}{1}
    Affect. (2008). In \textit{Merriam-Webster Online Dictionary}. Retrieved November 24, 2008, from \url{http://www.merriam-webster.com/dictionary/affect}
    American Psychiatric Association. (2000). \textit{Diagnostic and statistical manual of mental disorders} (Revised 4th ed.). Washington, DC: Author.
    Cutter Psy.D., D., Jaffe Ph.D., J, \& Segal Ph.D., J. (2008, February 26). \textit{Self-injury: Types, causes and treatment}. Helpguide. Retrieved October 10, 2008, from \url{http://www.helpguide.org/mental/self_injury.htm}
    Dingfelder, S. F. (2004). Treatment for the `untreatable' [Electronic version]. \textit{Monitor on Psychology}, \textit{35}(3), 46.
    Kersting, K. (2004). Axis II gets short shrift [Electronic version]. \textit{Monitor on Psychology}, \textit{35}(3), 50.
    Kreisman M.D., J., \& Straus, H. (2004). \textit{Sometimes I act crazy: What we know and what you can do about BPD}. Hoboken, NJ: John Wiley \& Sons, Inc.
    Morrison M.D., J. (1995). \textit{DSM-IV made easy: The clinician's guide to diagnosis}. New York: Guilford Press.
    \end{hangparas}
    \end{document}
    The document typesets like this:
    http://ifile.it/ald27gj (pdf)
    and the documentation for hanging.sty is here (also pdf).
    Any ideas?
    Thanks in advance: I'm learning a lot.
    Harry
    P.S. Note that when I use \hangpara{.5in}{1} exclusively, it works as expected; but it doesn't seem as convenient as the other method, assuming it would work.
    Last edited by cautha (2008-12-02 06:58:55)

    Don't worry about it I thought that I might have to bump the thread artificially, just to get a response, so I'm happy that I didn't have to do that.
    Maybe you can help me out after all: I made a post on apa.cls a while back, but nobody seemed to know the answer.
    The code for the title page looked something like this:
    \documentclass[man,12pt,nobf]{apa}
    \title{Borderline Personality Disorder: Key Features and Their Impact on the Social \& Emotional Well-Being of Patients and Others}
    \author{Harry Bellemare}
    \rightheader{Impact of Borderline Personality Disorder}
    \shorttitle{Borderline Personality Disorder}
    \affiliation{(Course code) \\ Instructor: Name \\ \today}
    \begin{document}
    \maketitle
    \end{document}
    The problem was, I needed it to look as close to this file as possible. At that point, I was even just thinking in terms of the title page. I forget exactly how it typesets with apa.cls, but I believe the running head is in the wrong spot, as well as some other small issues.
    This is what I ended up doing for the title page (with the preamble):
    \documentclass[letterpaper,12pt]{report}
    \usepackage[margin=1in]{geometry}
    \usepackage{fancyhdr}
    \usepackage{ragged2e}
    \usepackage{setspace}
    \usepackage{hanging}
    \usepackage{url}
    \pagestyle{fancy}
    \renewcommand{\headrulewidth}{0pt}
    \fancyhead[R]{Borderline Personality Disorder\hspace{1em}\thepage}
    \fancyfoot{}
    \hyphenpenalty=10000
    %% Define a new 'leo' style for the url package that will use a smaller font.
    \makeatletter
    \def\url@leostyle{%
    \@ifundefined{selectfont}{\def\UrlFont{\sf}}{\def\UrlFont{\small\ttfamily}}}
    \makeatother
    %% Now actually use the newly defined style.
    \urlstyle{leo}
    \begin{document}
    Running head: \MakeUppercase{impact of borderline personality disorder}
    \vspace*{\fill}
    \doublespacing
    \begin{center}
    Borderline Personality Disorder: Key Features and Their Impact on the Social \& Emotional Well-Being of Patients and Others\\
    Harry Bellemare\\
    (Course code)\\
    Instructor: Name\\
    \today\\
    \end{center}
    \vspace*{\fill}
    \end{document}
    Obviously, apa.cls would make things much easier for me, if only I could figure out how to make it work the way I wanted it to. Certainly, there's a lot less code involved
    I've just reuploaded the results I got from my original attempt at using apa.cls: http://ifile.it/t7d3aqm
    I appreciate all of the help!
    Harry

  • Dbua hangs during upgrade from 10.1.0.5 to 10.2.0.1

    Hi All,
    I am working on upgrading database from 10.1.0.5 to 10.2.0.1 on RH linux(32-bit).
    After completing the basic software installation on a new ORACLE_HOME,
    I triggered DBUA for upgrading the db.
    DBUA hangs immediately after collecting the database information.
    When I checked the processes running on the server, I could see that java process is consuming nearly 100% of the CPU.
    I had to kill the process as it was hanging for a long time.
    Has anyone come across such an issue?
    Thanks,
    Saj

    Hi Srini,
    There are other errors:
    83: Object type TABLESPACE failed to create with error:
    ORA-01119: error in creating database file '/u01/oracle/oradata/patriadb/ptlidx.dbf'
    ORA-27040: file create error, unable to create file
    Linux Error: 2: No such file or directory
    Failing sql is:
    CREATE TABLESPACE "PORTAL_IDX" DATAFILE '/u01/oracle/oradata/patriadb/ptlidx.dbf' SIZE 20971520 AUTOEXTEND ON NEXT 31457280 MAXSIZE 32767M LOGGING ONLINE PERMANENT BLOCKSIZE 8192 EXTENT MANAGEMENT LOCAL AUTOALLOCATE DEFAULT NOCOMPRESS SEGMENT SPACE MA
    ORA-39083: Object type TABLESPACE failed to create with error:
    ORA-01119: error in creating database file '/u01/oracle/oradata/patriadb/ptllog.dbf'
    ORA-27040: file create error, unable to create file
    Linux Error: 2: No such file or directory
    Failing sql is:
    CREATE TABLESPACE "PORTAL_LOG" DATAFILE '/u01/oracle/oradata/patriadb/ptllog.dbf' SIZE 4194304 AUTOEXTEND ON NEXT 31457280 MAXSIZE 32767M LOGGING ONLINE PERMANENT BLOCKSIZE 8192 EXTENT MANAGEMENT LOCAL AUTOALLOCATE DEFAULT NOCOMPRESS SEGMENT SPACE MAN
    ORA-39083: Object type TABLESPACE failed to create with error:
    ORA-01119: error in creating database file '/u01/oracle/oradata/patriadb/oca.dbf'
    47,1
    I guess the point is, should I use IMPDP using Network link?
    the doc seems to suggest this will work better

Maybe you are looking for