Pacman -Su killed my system!

Hi
I made a systemupgrade and now is my system (rootserver) dead!
How can i save my system remote?
[root@rocky pacman.d]# pacman -Su
Targets: automake-1.10-1 damageproto-1.1.0-1 freetype2-2.3.1-1 gcc-4.1.2-3 glibc-2.5-4
kernel-headers-2.6.20-1 kernel26-2.6.20-3 xcb-proto-1.0-1 libxcb-1.0-2
libx11-1.1.1-2 libxdamage-1.1-1 libxml2-2.6.27-2 libxslt-1.1.20-2
randrproto-1.2.0-1
Total Package Size: 52.7 MB
Proceed with upgrade? [Y/n] y
:: Retrieving packages from testing...
automake-1.10-1 [#######################] 100% 317K 80.0K/s 00:00:03
damageproto-1.1.0-1 [#######################] 100% 2K 2.0K/s 00:00:01
freetype2-2.3.1-1 [#######################] 100% 702K 150.0K/s 00:00:04
gcc-4.1.2-3 [#######################] 100% 18155K 224.2K/s 00:01:20
glibc-2.5-4 [#######################] 100% 10310K 227.0K/s 00:00:45
kernel-headers-2.6.20-1 [#######################] 100% 585K 135.1K/s 00:00:04
kernel26-2.6.20-3 [#######################] 100% 19604K 189.4K/s 00:01:43
libx11-1.1.1-2 [#######################] 100% 1974K 180.5K/s 00:00:10
libxdamage-1.1-1 [#######################] 100% 7K 4.2K/s 00:00:01
libxml2-2.6.27-2 [#######################] 100% 1531K 182.2K/s 00:00:08
libxslt-1.1.20-2 [#######################] 100% 355K 78.9K/s 00:00:04
randrproto-1.2.0-1 [#######################] 100% 4K 4.0K/s 00:00:01
:: Retrieving packages from current...
xcb-proto-1.0-1 [#######################] 100% 33K 18.3K/s 00:00:01
libxcb-1.0-2 [#######################] 100% 333K 99.2K/s 00:00:03
checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
upgrading automake... done.
upgrading damageproto... done.
upgrading freetype2... done.
upgrading gcc... done.
upgrading glibc... done.
upgrading kernel-headers... done.
upgrading kernel26... done.
installing xcb-proto... done.
installing libxcb... done.
upgrading libx11... done.
upgrading libxdamage... done.
upgrading libxml2... done.
upgrading libxslt... done.
upgrading randrproto... done.
[root@rocky pacman.d]# uname -r
-bash: /bin/uname: No such file or directory
[root@rocky pacman.d]# uname -r
-bash: /bin/uname: No such file or directory
[root@rocky pacman.d]# ls
-bash: /bin/ls: No such file or directory
[root@rocky pacman.d]# ls
-bash: /bin/ls: No such file or directory
[root@rocky pacman.d]# rebot
-bash: rebot: command not found
[root@rocky pacman.d]# reboot
-bash: /sbin/reboot: No such file or directory
[root@rocky pacman.d]# /bin/
arch df hostname mountpoint su
awk dir install mv sync
bash dircolors isatty netstat tar
bunzip2 dmesg kill nisdomainname touch
bzcat dnsdomainname less pidof tr
bzip2 domainname ln ping true
bzip2recover du loadkeys ping6 umount
cat echo loadkeys.static ps uname
chgrp egrep login pwd uncompress
chmod false ls readlink vdir
chown fgrep lsmod rm ypdomainname
compress gawk mbchk rmdir zcat
cp gawk-3.1.5 mkdir sed zless
cpio grep mkfifo sh
cut groups mknod shred
date gunzip more sleep
dd gzip mount stty
[root@rocky pacman.d]# /bin/
arch df hostname mountpoint su
awk dir install mv sync
bash dircolors isatty netstat tar
bunzip2 dmesg kill nisdomainname touch
bzcat dnsdomainname less pidof tr
bzip2 domainname ln ping true
bzip2recover du loadkeys ping6 umount
cat echo loadkeys.static ps uname
chgrp egrep login pwd uncompress
chmod false ls readlink vdir
chown fgrep lsmod rm ypdomainname
compress gawk mbchk rmdir zcat
cp gawk-3.1.5 mkdir sed zless
cpio grep mkfifo sh
cut groups mknod shred
date gunzip more sleep
dd gzip mount stty
[root@rocky pacman.d]# /bin/bash
-bash: /bin/bash: No such file or directory

My mkinitcpio.conf and grub/menu.lst was reset after the upgrade. After I chose the right modules and the right orderin mkinitcpio.conf and rebuilt my menu.lst it worked again. Of course, this was my personal experience with the 2.6.20 upgrade of archlinux.
Best regards,
Martin

Similar Messages

  • How to kill a system process from java code.

    Hi,
    i need to kill or remove windows system process like cmd.exe from java code.
    like removing it from end process in task mgr.
    i tried below code but its not removed.
    is there a better way we can do this.
    killing a system process from java code will create any issues?
       public static void main(String[] args) throws Exception {
       String[] cmd = { "cmd.exe" };
       Process p = Runtime.getRuntime().exec(cmd);
       p.destroy();
    any suggestions or ideas are really appreciated.
    thanks.

    Hi  jtahlborn, mohan
    yes the process is created from my java code. 
    in my code iam creating a process like below and if it is running for a long i need to kill it from java.
    For that " Runtime.getRuntime().exec("taskkill /F /PID " +  7408); " is working fine.
    7408 is my process id in taskmgr created from java and iam manually passing the PID it to kill it.
    But i need to get the PID from java code.
    Thanks for your suggestions.
    Sample Code:
    public static void main(String args[])
            try {
              Process process = Runtime.getRuntime().exec(new String[]{"cmd.exe","/c","start"});        
              Field f = process.getClass().getDeclaredField( "handle");
              f.setAccessible( true);         
              long procHandle = f.getLong( process);
              System.out.println( "prochandle: " + procHandle );
              //Runtime.getRuntime().exec("taskkill /F /PID " +  procHandle);
            } catch( Exception e) {
              e.printStackTrace();

  • How could we do this without killing the system?

    If we take in a file through the PI file adapter that has 1 million lines and read it in and process each line as a single transactionu2026  How could we do this without killing the system?

    Hi,
    >>>How could we do this without killing the system?
    which system ? PI could do this if the transactions are small (only one line so very small I guess)
    but I'm not sure about the ERP...
    Regards,
    Michal Krawczyk

  • Pacman screwed up my system (gcc related) [solved]

    After doing a system upgrade (pacman -Syu) I can't start most programs due to gcc errors.
    When upgrading was finished I rebooted and tried to start slim but I got the following error: "error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory"
    The same happens with lots of other programs (Firefox, Amarok etc.)
    Even urxvt won't start, it says: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory.
    I have gcc (version 4.2.1-5), lib32-gcc (version 4.2.1-5), gcc-libs (version 4.2.1-2), libstdc++5 (version 3.3.6-2)
    This is the result of: "locate libstdc++"
    /usr/lib/libstdc++.so.5
    /usr/lib/libstdc++.so.5.0.7
    /var/lib/pacman/community/lib32-libstdc++5-3.3.6-1
    /var/lib/pacman/community/lib32-libstdc++5-3.3.6-1/depends
    /var/lib/pacman/community/lib32-libstdc++5-3.3.6-1/desc
    /var/lib/pacman/local/lib32-libstdc++5-3.3.6-1
    /var/lib/pacman/local/lib32-libstdc++5-3.3.6-1/depends
    /var/lib/pacman/local/lib32-libstdc++5-3.3.6-1/desc
    /var/lib/pacman/local/lib32-libstdc++5-3.3.6-1/files
    /var/lib/pacman/extra/libstdc++5-3.3.6-2
    /var/lib/pacman/extra/libstdc++5-3.3.6-2/depends
    /var/lib/pacman/extra/libstdc++5-3.3.6-2/desc
    /opt/lib32/usr/lib/libstdc++.so.6.0.9
    /opt/lib32/usr/lib/libstdc++.so
    /opt/lib32/usr/lib/libstdc++.so.5
    /opt/lib32/usr/lib/libstdc++.so.5.0.7
    /opt/lib32/usr/lib/libstdc++.so.6
    I couldn't find an answer elsewhere (searching with elinks is difficult ).
    How do I solve this?
    Last edited by quarks (2007-10-05 15:32:29)

    lucke wrote:I'd run "pacman -Sf gcc gcc-libs binutils glibc lib32-gcc".
    Ok, now I just feel silly, that worked.
    I tried force upgrading the other packages but not glibc.

  • Java Enhancement Package upgrade kill my system

    Hi all!
    After upgrading Java part via JSPM, my system crash. Here is log of my disp+work process.
    OS:Windows 2003, DB: Oracle 10.2, java: 1.4.13 (with this version of Java all worked fine).
    Here is my disp+work log:
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      00
    sid        CN3
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    114
    intno      20050900
    make:      multithreaded, Unicode, optimized
    pid        3664
    Fri Feb 22 15:47:25 2008
    kernel runs with dp version 229000(ext=109000) (@(#) DPLIB-INT-VERSION-229000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 3664) [dpxxdisp.c   1239]
         shared lib "dw_xml.dll" version 114 successfully loaded
         shared lib "dw_xtc.dll" version 114 successfully loaded
         shared lib "dw_stl.dll" version 114 successfully loaded
         shared lib "dw_gui.dll" version 114 successfully loaded
         shared lib "dw_mdm.dll" version 114 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Fri Feb 22 15:47:30 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5361]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >srvnova03_CN3_00                        <
    DpShMCreate: sizeof(wp_adm)          20104     (1436)
    DpShMCreate: sizeof(tm_adm)          4232256     (21056)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    DpShMCreate: sizeof(comm_adm)          528064     (1048)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (96)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1536)
    DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 06100040, size: 4893744)
    DpShMCreate: allocated sys_adm at 06100040
    DpShMCreate: allocated wp_adm at 06102090
    DpShMCreate: allocated tm_adm_list at 06106F18
    DpShMCreate: allocated tm_adm at 06106F48
    DpShMCreate: allocated wp_ca_adm at 06510388
    DpShMCreate: allocated appc_ca_adm at 06516148
    DpShMCreate: allocated comm_adm at 06518088
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 06598F48
    DpShMCreate: allocated gw_adm at 06598F88
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 06598FB8
    DpShMCreate: allocated wall_adm at 06598FC0
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    Fri Feb 22 15:47:31 2008
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 511 blocks reserved for free list.
    ES initialized.
    Fri Feb 22 15:47:32 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 3992
      argv[0] = E:\usr\sap\CN3\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = E:\usr\sap\CN3\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=E:\usr\sap\CN3\SYS\profile\CN3_DVEBMGS00_srvnova03
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2268
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=CN3
      argv[7] = -DSAPMYNAME=srvnova03_CN3_00
      argv[8] = -DSAPPROFILE=E:\usr\sap\CN3\SYS\profile\CN3_DVEBMGS00_srvnova03
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1629]
    Fri Feb 22 15:47:33 2008
    ***LOG Q0K=> DpMsAttach, mscon ( srvnova03) [dpxxdisp.c   11753]
    DpStartStopMsg: send start message (myname is >srvnova03_CN3_00                        <)
    DpStartStopMsg: start msg sent
    Fri Feb 22 15:47:34 2008
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    Fri Feb 22 15:47:40 2008
    CCMS: start to initalize 3.X shared alert area (first segment).
    Fri Feb 22 15:47:46 2008
    DpJ2eeLogin: j2ee state = CONNECTED
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    Fri Feb 22 15:47:47 2008
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 114
    Release check o.K.
    Fri Feb 22 15:49:27 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4248]
    Fri Feb 22 15:49:28 2008
    ERROR => NiIRead: SiRecv failed for hdl 4 / sock 1508
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:2275) [nixxi.cpp    4248]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3992)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Fri Feb 22 15:49:34 2008
    ERROR => W2 (pid 3308) died [dpxxdisp.c   14441]
    Fri Feb 22 15:49:35 2008
    ERROR => W4 (pid 2864) died [dpxxdisp.c   14441]
    ERROR => W5 (pid 2832) died [dpxxdisp.c   14441]
    ERROR => W7 (pid 736) died [dpxxdisp.c   14441]
    my types changed after wp death/restart 0xbf --> 0xbb
    ERROR => W8 (pid 1396) died [dpxxdisp.c   14441]
    ERROR => W11 (pid 1168) died [dpxxdisp.c   14441]
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 4524
      argv[0] = E:\usr\sap\CN3\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = E:\usr\sap\CN3\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=E:\usr\sap\CN3\SYS\profile\CN3_DVEBMGS00_srvnova03
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2357
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=CN3
      argv[7] = -DSAPMYNAME=srvnova03_CN3_00
      argv[8] = -DSAPPROFILE=E:\usr\sap\CN3\SYS\profile\CN3_DVEBMGS00_srvnova03
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Fri Feb 22 15:49:42 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4248]
    ERROR => NiIRead: SiRecv failed for hdl 6 / sock 1592
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:2358) [nixxi.cpp    4248]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=4524)
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Fri Feb 22 15:49:54 2008
    ERROR => W0 (pid 2876) died [dpxxdisp.c   14441]
    ERROR => W1 (pid 2932) died [dpxxdisp.c   14441]
    ERROR => W3 (pid 3224) died [dpxxdisp.c   14441]
    my types changed after wp death/restart 0xbb --> 0xba
    ERROR => W6 (pid 708) died [dpxxdisp.c   14441]
    my types changed after wp death/restart 0xba --> 0xb8
    ERROR => W9 (pid 3176) died [dpxxdisp.c   14441]
    ERROR => W10 (pid 2928) died [dpxxdisp.c   14441]
    my types changed after wp death/restart 0xb8 --> 0xb0
    ERROR => W12 (pid 760) died [dpxxdisp.c   14441]
    my types changed after wp death/restart 0xb0 --> 0xa0
    ERROR => W13 (pid 3500) died [dpxxdisp.c   14441]
    my types changed after wp death/restart 0xa0 --> 0x80
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1645
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Feb 22 15:50:04 2008
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Fri Feb 22 12:50:05 2008
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program          Cl  User         Action                    Table
    0 DIA     2876 Ended         no      1   0        0                                                                         
    1 DIA     2932 Ended         no      1   0        0                                                                         
    2 DIA     3308 Ended         no      1   0        0                                                                         
    3 DIA     3224 Ended         no      1   0        0                                                                         
    4 DIA     2864 Ended         no      1   0        0                                                                         
    5 DIA     2832 Ended         no      1   0        0                                                                         
    6 UPD      708 Ended         no      1   0        0                                                                         
    7 ENQ      736 Ended         no      1   0        0                                                                         
    8 BTC     1396 Ended         no      1   0        0                                                                         
    9 BTC     3176 Ended         no      1   0        0                                                                         
    10 BTC     2928 Ended         no      1   0        0                                                                         
    11 SPO     1168 Ended         no      1   0        0                                                                         
    12 SPO      760 Ended         no      1   0        0                                                                         
    13 UP2     3500 Ended         no      1   0        0                                                                         
    Dispatcher Queue Statistics               Fri Feb 22 12:50:05 2008
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    2
    2000
    6
    6
    --------++++--
    +
    DIA
    8
    8
    2000
    8
    0
    --------++++--
    +
    UPD
    0
    0
    2000
    0
    0
    --------++++--
    +
    ENQ
    0
    0
    2000
    0
    0
    --------++++--
    +
    BTC
    0
    0
    2000
    0
    0
    --------++++--
    +
    SPO
    1
    1
    2000
    1
    0
    --------++++--
    +
    UP2
    0
    0
    2000
    0
    0
    --------++++--
    +
    max_rq_id          16
    wake_evt_udp_now     0
    wake events           total    12,  udp     8 ( 66%),  shm     4 ( 33%)
    since last update     total    12,  udp     8 ( 66%),  shm     4 ( 33%)
    Dump of tm_adm structure:               Fri Feb 22 12:50:05 2008
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Fri Feb 22 12:50:05 2008
    =============================
    Slots: 300, Used: 1, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    0
    DISPATCHER
    -1
    WPCAAD000
    Fri Feb 22 15:50:05 2008
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=1645
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Feb 22 15:50:10 2008
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >srvnova03_CN3_00                        < (normal)
    DpJ2eeDisableRestart
    DpModState: buffer in state MBUF_PREPARED
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIModState: change state to SHUTDOWN
    DpModState: change server state from STARTING to SHUTDOWN
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes
    Stop gateway
    killing process (1108) (SOFT_KILL)
    Stop icman
    killing process (1172) (SOFT_KILL)
    Terminate gui connections
    wait for end of work processes
    wait for end of gateway
    [DpProcDied] Process lives  (PID:1108  HANDLE:1616)
    waiting for termination of gateway ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1645
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Feb 22 15:50:11 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:1108  HANDLE:1616)
    waiting for termination of gateway ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1645
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Feb 22 15:50:12 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:1108  HANDLE:1616)
    wait for end of icman
    [DpProcDied] Process died  (PID:1172  HANDLE:1624)
    [DpProcDied] Process died  (PID:4524  HANDLE:1584)
    DpStartStopMsg: send stop message (myname is >srvnova03_CN3_00                        <)
    NiIMyHostName: hostname = 'srvnova03'
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0
    DpConvertRequest: net size = 189 bytes
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=562,pac=1,MESG_IO)
    MsINiWrite: sent 562 bytes
    send msg (len 110+452) to name                    -, type 4, key -
    DpStartStopMsg: stop msg sent
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 recv would block (errno=EAGAIN)
    NiIRead: read for hdl 3 timed out (0ms)
    DpHalt: no more messages from the message server
    DpHalt: send keepalive to synchronize with the message server
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=114,pac=1,MESG_IO)
    MsINiWrite: sent 114 bytes
    send msg (len 110+4) to name           MSG_SERVER, type 0, key -
    MsSndName: MS_NOOP ok
    Send 4 bytes to MSG_SERVER
    NiIRead: hdl 3 recv would block (errno=EAGAIN)
    NiIPeek: peek successful for hdl 3 (r)
    NiIRead: hdl 3 received data (rcd=114,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=114
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 114 bytes
    MSG received, len 110+4, flag 3, from MSG_SERVER          , typ 0, key -
    Received 4 bytes from MSG_SERVER                             
    Received opcode MS_NOOP from msg_server, reply MSOP_OK
    MsOpReceive: ok
    MsSendKeepalive : keepalive sent to message server
    NiIRead: hdl 3 recv would block (errno=EAGAIN)
    Fri Feb 22 15:50:13 2008
    NiIPeek: peek for hdl 3 timed out (r; 1000ms)
    NiIRead: read for hdl 3 timed out (1000ms)
    DpHalt: no more messages from the message server
    DpHalt: sync with message server o.k.
    detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   12099]
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIDetach: send logout to msg_server
    MsIDetach: call exit function
    DpMsShutdownHook called
    NiBufISelUpdate: new MODE -- (r-) for hdl 3 in set0
    SiSelNSet: set events of sock 1540 to: ---
    NiBufISelRemove: remove hdl 3 from set0
    SiSelNRemove: removed sock 1540 (pos=3)
    SiSelNRemove: removed sock 1540
    NiSelIRemove: removed hdl 3
    MBUF state OFF
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    blks_in_queue/wp_ca_blk_no/wp_max_no = 1/300/14
    LOCK WP ca_blk 1
    make DISP owner of wp_ca_blk 1
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 19)
    MBUF component DOWN
    NiICloseHandle: shutdown and close hdl 3 / sock 1540
    NiBufIClose: clear extension for hdl 3
    MsIDetach: detach MS-system
    cleanup EM
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 3664) [dpxxdisp.c   10371]
    Good Bye .....
    Thanks for attention
    Artem

    Hi all!
    Now my dispatcher process working in yellow light. But Java status info unavailable.
    When I'm trying to execute go.bat or configtool.bat they cann't connect to DB. Can I reset password, which is using for JavaDB part connection? I'm not sure that password is correct... :\
    Thanks,
    Artem

  • Pacman -Syu killed network performance

    My system was mostly working fine, and I went on vacation for 2 weeks.  When I got back, I did a pacman -Syu (about 4 weeks worth of updates).  A lot was updated, and my Internet connection is unusably slow, but nothing else appears to have broken.  Google's search page takes 2+ minutes to load, and an actual search takes longer.
    I have a netbook, so I am sure this is a problem with my linux box, and not the router, cable modem, or cable company.  CPU and other resources don't seem to be used.
    I was (and still am) manually bringing up my network connection with dhcpcd when I rebooted before this problem happened.
    I essentially do not have a network on the machine affected, so I am limited in what I can do to troubleshoot this.  I have not been able to get another pacman -Syu to update successfully due to this issue.

    bvbellomo wrote:I have a netbook, so I am sure this is a problem with my linux box, and not the router, cable modem, or cable company
    Working for an ISP, I can assure you that you can never be sure that it's not your ISP.
    Give us some results of ping and traceroute to sites that refuse to work. Also ping your router to see where the slownes happens.

  • [solved] Pacman -Suy killed libdbus?

    Hmm, did a pacman -Suy a few hours ago, oddly enough my dbus died, can't even find libdbus on my filesystem anymore. When I was upgrading I had a similar problem to this thread: http://bbs.archlinux.org/viewtopic.php?id=57902 not sure on if the errors were the same, but it was similar. So I did a pacman -Suyf(as I have done many times before) to find out that it killed my libdbus. My theory is maybe the mirrors I am choosing arn't in sync with eachother. Guess I'll wait for a day or so and hope another pacman -Suy fixes it.
    Last edited by twiistedkaos (2008-10-29 19:07:12)

    Try installing dbus-core and dbus again.
    By the way, if you ever need to us -f, then you should just did it for the package that needs it.  Even then, you should avoid using -f at all...

  • How to kill a system process on terminal

    Be very careful when killing system process with this procedure, use it only if you really have no other choise:
    1- Open Terminal
    2- Type: top on the shell
    3- Find the number of the process you what to terminate Exp: If you what to kill NortonMiss it will be display like this:
    262 NortonMiss 0.0% 0:00.02 1 21 19 68K 540K 436K 27.5M
    4- You can't kill this process, is system protected, you need to logon as superuser, to do this, open an other window of the shell and type:
    sudo kill 262
    (the number of the process is different on each session, and depending on the application or process you what to terminate)
    5- You'll be ask for your password, type it and press enter, the app will be kill! (when typing the password, it will not be display on the screen). To cancel the kill press CTRL+Z
    NOTES:
    Some system process will reboot after they are killed, but this command is usefull if the process hang up, when is rebooted it will work again on most cases.
    A superuser have access to all the process and has no restriction on the use of commands on UNIX. Be sure not to reveal the password of your computer to anybody, because if they logon as superuser on your mac, they can deleted any folder.
    Use very caution on the use of the "sudo" command.
    iMac (Summer 2001) 600Mhz RAM=384MB Slot loading   Mac OS X (10.3.5)   CD-RW, 40 GB hard drive, Slot loading CD-RW

    Well, I only post this as one method, but I know that UNIX is a very flexible OS, so I'm sure there are more ways to kill a process, thanks for sharing them, and...
    NifflerX, Thanks! I didn’t know that one, but I also like the top command, 'cause I can see the process activity as I work, useful to know if the process still hang-up or all of the sudden goes back to life like a nosferatu... hehehe. By the way... all that people that just got their macs after a PC with.... agggghhh... Windows XP (sorry I say that)... you will find that the top command is the counterpart of the Process Viewer that shows up by pressing CTRLALTDEL on the ugly PC keyboard.
    Oh.,. And Daniel Macks, you can cancel the command with CTRL+Z when the prompt asks for your password, only at this point.
    Thanks for the extra tips everyone!
    iMac (Summer 2001) 600Mhz RAM=384MB Slot loading   Mac OS X (10.3.5)   CD-RW, 40 GB hard drive, Slot loading CD-RW

  • Kill and System.exit

    Is there a way (with Linux) to issue the kill command on your java process so that System.exit(0) is called and you know that your shutDownHooks will run?

    Thanx again for the reply, Freddy
    first things first:
    System.exit(0) does not work in this case..
    and the code is reached..
    // main class
    public class AdminApp {
    public AdminApp() {
    public static void main(String[] args) {
    AdminApp adminApp1 = new AdminApp();
    AdminFrame frame = new AdminFrame();
    /// admin frame class
    public class AdminFrame extends JFrame{
    public AdminFrame() {
    addWindowListener(new WindowAdapter() {
    public void windowClosing(WindowEvent e) {
    System.exit(0);
    this.pack();
    this.setSize(600,480);
    this.setVisible(true);
    groupsMenuItem.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent ae) {
    desktop.add(new AdminGroups());
    //admingroups class
    public class AdminGroups extends JInternalFrame {
    private JTextArea textArea = new JTextArea();
    private JScrollPane scrollPane = new JScrollPane();
    JPanel groupPanel = new JPanel();
    XYLayout xYLayout1 = new XYLayout();
    public AdminGroups() {
    setSize(200,300);
    setTitle("Edit Text");
    setMaximizable(true);
    setIconifiable(true);
    setClosable(true);
    setResizable(true);
    scrollPane.getViewport().add(textArea);
    getContentPane().setLayout(new BorderLayout());
    getContentPane().add(scrollPane,BorderLayout.CENTER);
    try {
    jbInit();
    catch(Exception e) {
    e.printStackTrace();
    getContentPane().add(groupPanel);
    private void jbInit() throws Exception {
    groupPanel.setLayout(xYLayout1);
    }

  • Aperture killed my system

    Hi!
    While importing directories, Aperture made the system hang up completely.
    After switching the machine off and restarting I noticed that it won´t boot up
    again. Using the install CDs and Diskutility I tried to repair the disk, but after booting up again, there´s nothing really working anymore as before. Spotlight doesn´t stop indexing, software crashes frequently and stuff like that. I´m currently reinstalling my system...that *****!
    I read a lot about Aperture, but haven´t seen any issues like mine here.
    Anyone had the same problem?
    René
    g5 2,5   Mac OS X (10.4.3)   2 GB/ 250 GB/ Lots of external storage
    g5 2,5   Mac OS X (10.4.3)   2 GB/ 250 GB/ Lots of external storage

    Have my system reinstalled now. Tried Aperture import again, and luckily didn´t crash this time. I imported only smalle portions of the whole image library at a time, maybe that helped.
    What I´m facing now is the same issues that are reported all over the net. Well, that afternoon I spent getting my machine to work really was worth it...not.
    Most annoying issue: When I add metadata to a file, Aperture moves that file to the end of the library, and scrolls back up to the beginning of the library and not to the point I have been before. Try to add keywords to your images in that manner and your ready to kill after 5 images.
    Well...at least I have my system back up...mostly, since I can´t locate my Photoshop CDs right now.

  • The Backup Process was killed by system when I Backup Oracle RAC

    HI all:
    I use RMAN and MML to backup my Oracle Rac. When it backup 60GB (it total 300GB),the oracle backup process was killed by the system.
    the follow is the system log from syslog.log file:
    Jan 5 10:54:57 hpux01 vmunix: Pid 24142 was killed due to failure in writing the signal context - possible stack overflow.
    And the follow is the trc log from Oracle:
    /ora_backup/szyy/orcl_ora_24142.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP and Data Mining options
    ORACLE_HOME = /u01/app/oracle/product/10.2.0/racdb
    System name:     HP-UX
    Node name:     hpux01
    Release:     B.11.31
    Version:     U
    Machine:     ia64
    Instance name: orcl
    Redo thread mounted by this instance: 1
    Oracle process number: 131
    Unix process pid: 24142, image: oracleorcl@hpux01
    *** 2012-01-05 09:55:32.576
    *** ACTION NAME:(0000067 STARTED16) 2012-01-05 09:55:32.567
    *** MODULE NAME:(backup incr datafile) 2012-01-05 09:55:32.567
    *** SERVICE NAME:(kmyb) 2012-01-05 09:55:32.567
    *** SESSION ID:(4044.1365) 2012-01-05 09:55:32.567
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 09:58:59.396
    *** ACTION NAME:(0000071 STARTED16) 2012-01-05 09:58:59.396
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 09:59:28.666
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:00:27.749
    *** ACTION NAME:(0000073 STARTED16) 2012-01-05 10:00:27.749
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:04:40.215
    *** ACTION NAME:(0000077 STARTED16) 2012-01-05 10:04:40.215
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:05:20.131
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:06:49.812
    *** ACTION NAME:(0000079 STARTED16) 2012-01-05 10:06:49.812
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:07:23.498
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:09:06.092
    *** ACTION NAME:(0000081 STARTED16) 2012-01-05 10:09:06.091
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:11:26.153
    *** ACTION NAME:(0000083 STARTED16) 2012-01-05 10:11:26.153
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:12:50.144
    *** ACTION NAME:(0000085 STARTED16) 2012-01-05 10:12:50.144
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:15:09.731
    *** ACTION NAME:(0000087 STARTED16) 2012-01-05 10:15:09.731
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:17:47.068
    *** ACTION NAME:(0000089 STARTED16) 2012-01-05 10:17:47.068
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:18:29.698
    *** ACTION NAME:(0000091 STARTED16) 2012-01-05 10:18:29.698
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:20:32.236
    *** ACTION NAME:(0000093 STARTED16) 2012-01-05 10:20:32.236
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:20:57.822
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:23:11.251
    *** ACTION NAME:(0000095 STARTED16) 2012-01-05 10:23:11.251
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:25:21.496
    *** ACTION NAME:(0000097 STARTED16) 2012-01-05 10:25:21.496
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:26:40.743
    *** ACTION NAME:(0000099 STARTED16) 2012-01-05 10:26:40.743
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:26:52.331
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:27:11.566
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:27:24.826
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:31:00.760
    *** ACTION NAME:(0000103 STARTED16) 2012-01-05 10:31:00.759
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:31:25.595
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:31:45.456
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:33:58.612
    *** ACTION NAME:(0000105 STARTED16) 2012-01-05 10:33:58.612
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:35:13.323
    *** ACTION NAME:(0000107 STARTED16) 2012-01-05 10:35:13.323
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:37:59.764
    *** ACTION NAME:(0000109 STARTED16) 2012-01-05 10:37:59.764
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:42:27.364
    *** ACTION NAME:(0000113 STARTED16) 2012-01-05 10:42:27.364
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:46:54.632
    *** ACTION NAME:(0000117 STARTED16) 2012-01-05 10:46:54.632
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:47:52.295
    *** ACTION NAME:(0000119 STARTED16) 2012-01-05 10:47:52.295
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:52:31.041
    *** ACTION NAME:(0000123 STARTED16) 2012-01-05 10:52:31.041
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:54:20.123
    *** ACTION NAME:(0000125 STARTED16) 2012-01-05 10:54:20.123
    WARNING:Oracle process running out of OS kernel I/O resources
    *** 2012-01-05 10:54:41.410
    WARNING:Oracle process running out of OS kernel I/O resources
    WARNING:Oracle process running out of OS kernel I/O resources

    This was a bug in 10.2.0.3. It is fixed in 10.2.0.5. See MOS note 748607.1

  • Cinema Display 20" kills some system preferences

    My MacBookPro (Core Duo 2GHz) running OS X 10.4.8 is set to require password entry to exit screen saver or wake from sleep or display sleep. These preferences work fine until I connect to the Cinema Display and run in "clamshell" mode. Then the password requirement is bypassed. This is a recent development (sometime in the last two or three weeks, before which it all worked fine). Another symptom, possibly related, is that System Preferences runs very slowly, with considerable delay, requiring a lot of CPU activity. Any way to explore what might be going on or how to fix? (Permissions o.k., I checked and fixed.)

    You may want to install WinACD <http://sourceforge.net/projects/winacd/>.
    See if it lets you reduce the brightness. If not, use the brightness buttons on the display.

  • [WARNING] fglrx invalid map error killed my system after 3 weeks

    Hi! I had to re-install my entire archinstall 64bit after 3 weeks of usage. I noticed when my system froze during a reboot the /var/log it self were going over 9GB!!!!!!!!!!! And that was because the kernel generated tons of errors concering catalyst 9.4-9.5.
    I couldn't check the xorg log since my system died trying to start X (kde4), but it was blank. 9GB that's insane if you ask me, and all the errorrs were related to catalyst "fglrx fireq invalid map handle".
    I tried running cat/nano on the error logs but that also generated in a massive hardware freeze (fans spins down) no wonder since the logs were filled with tons of errors.
    Is there a way to tell the kernel or w/e to shut the hell up? No seriously, I don't want to re-install my laptop in less then a month.
    I know amd/ati doesnt support the 2.29-30 kernel yet but is there a way to silence the errors?
    Last edited by greenfish (2009-05-24 19:41:34)

    Hi! I had to re-install my entire archinstall 64bit after 3 weeks of usage. I noticed when my system froze during a reboot the /var/log it self were going over 9GB!!!!!!!!!!! And that was because the kernel generated tons of errors concering catalyst 9.4-9.5.
    I couldn't check the xorg log since my system died trying to start X (kde4), but it was blank. 9GB that's insane if you ask me, and all the errorrs were related to catalyst "fglrx fireq invalid map handle".
    I tried running cat/nano on the error logs but that also generated in a massive hardware freeze (fans spins down) no wonder since the logs were filled with tons of errors.
    Is there a way to tell the kernel or w/e to shut the hell up? No seriously, I don't want to re-install my laptop in less then a month.
    I know amd/ati doesnt support the 2.29-30 kernel yet but is there a way to silence the errors?
    Last edited by greenfish (2009-05-24 19:41:34)

  • [Solved] Pacman 64bts on 32bts system - how to re-install Pacman

    Hi all,
    Really stupid mistake this was! After installing windows on dual boot, I booted on a Arch netcd to chroot into my install and re-install grub.
    But I booted by sheer stupidity onto a 64bits netcd, just realised today after few days that Pacman does't work any more and found out why....
    Now I have searched the forum and the wiki for a solution, but I do not want to make it worth, so I would prefer to have some advice.
    Looking forward for your reply,
    Regards,
    Last edited by sweetthdevil (2013-09-11 10:14:40)

    What exactly did you do when you were booted from the livecd?  If you had simply chroot'ed into your installation, you would not have been able to install 64bit packages unless you explicitly changed it in your pacman.conf. 
    If you want help, you really need to give a detailed explanantion of what you did and what kinds of problems you are currently seeing.  Giving broad generalizations and expecting others to try to decode what you have said is not very cool.
    Edit: BTW, a 64bit bios bootloader is fully capable of booting a 32bit kernel and userland.  This is not the case for UEFI, but you have also not given any indication of what you are using… though I suspect that grub really has nothing to do with your problem.
    Last edited by WonderWoofy (2013-09-10 17:50:12)

  • Install Pacman on non-arch system

    Heya. I'm running a server that's hosting an arch repo, but the server itself isn't running arch. I was wonderin' if it was possible to install basic commands like repo-add and pacman, so I can manage the repo from the server, instead of having to manage it on my local comp and upload everything. Anyone know if this is possible?

    Yes, just build pacman from source on the server.

Maybe you are looking for

  • Problem with Creative Zen V P

    Hello I received a Cretai've Zen V Plus today (4gb) however, I have a problem when uploading files. I upload entire albums in different folder for example: tool - schism amelie - soundtrack etc The files are all on the Zen. When I try to access the f

  • Specs for Final Cut Pro Studio 2 - Which current mac?

    Hi All, Just wondering if Final Cut Pro Studio 2 can be run on a current iMac Core 2 Duo? Or is it only to be used on pro machines like the MacBook Pro and Mac Pro? I am looking at learning the program and need to know if my current iMac would be goo

  • Moving field from Customer tab to Deatils Tab

    Hi, We have requirement to move the field added using EEWB to details Tab in Lead transaction.Using EEWB I have included field in lead transaction.EEWB gegeration was successful and I am bale to see the field under Customer Fields Tab, however accord

  • Deploying no java applications using Java Web Start

    Hi, I am new to java web start. Is it possible to distribute non java applications using java web start. I have an APP which can run on a desktop in standalone mode. The app has jusy HTML and Java script files. Is it possible to package this app and

  • I can not activate a Gift-code - Не могу активировать Gift-код

    I have two accounts. First I use on all my devices. The second, with the bank card, i use only for purchases of Gift-codes which I activate in the first account. Both accounts are registered in the Kazakhstan App Store. У меня два аккаунта. Первым я