"mount system call failed" what's wrong?

Hi I have a network between two computers here. NAT works okay, but I can't share files between them.
I followed the wiki so here goes some configuration files (server first):
NAT.sh
#!/bin/bash
ifconfig eth0 192.168.0.1
iptables -t nat -I POSTROUTING -s 192.168.0.2 -d 0/0 -j MASQUERADE
echo 1 > /proc/sys/net/ipv4/ip_forward
/etc/hosts.allow
nfsd: 192.168.0.2/255.255.255.255
rpcbind: 192.168.0.2/255.255.255.255
mountd: 192.168.0.2/255.255.255.255
/etc/hosts.deny
ALL: ALL: DENY
connectNET.sh
/etc/rc.d/rpcbind start
/etc/rc.d/nfs-common start
/etc/rc.d/nfs-server start
Result....
:: Starting rpcbind [DONE]
:: Starting rpc.statd daemon [DONE]
:: Mounting pipefs filesystem [BUSY]
:: Starting rpc.idmapd daemon [DONE]
:: Mounting nfsd filesystem [DONE]
:: Exporting all directories [DONE]
:: Starting rpc.nfsd daemon [DONE]
:: Starting rpc.mountd daemon [DONE]
It's okay up to now, but when I type in the laptop:
mount 192.168.0.1:/root/Desktop/Teste /media/arquivos
it says: mount.nfs: mount system call failed.
I made a log with tcpdump of what happens in this mounting time. Here it goes:
the log of the desktop:
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
21:28:57.572384 IP 192.168.0.2.48562 > 192.168.0.1.sunrpc: Flags [S], seq 3081498172, win 5840, options [mss 1460,sackOK,TS val 179694 ecr 0,nop,wscale 6], length 0
21:28:57.572801 IP 192.168.0.1.sunrpc > 192.168.0.2.48562: Flags [S.], seq 3721592297, ack 3081498173, win 5792, options [mss 1460,sackOK,TS val 150520 ecr 179694,nop,wscale 6], length 0
21:28:57.572896 IP 192.168.0.2.48562 > 192.168.0.1.sunrpc: Flags [.], ack 1, win 92, options [nop,nop,TS val 179694 ecr 150520], length 0
21:28:57.572988 IP 192.168.0.2.48562 > 192.168.0.1.sunrpc: Flags [P.], ack 1, win 92, options [nop,nop,TS val 179694 ecr 150520], length 116
21:28:57.573005 IP 192.168.0.1.sunrpc > 192.168.0.2.48562: Flags [.], ack 117, win 91, options [nop,nop,TS val 150520 ecr 179694], length 0
21:28:57.573595 IP 192.168.0.1.sunrpc > 192.168.0.2.48562: Flags [P.], ack 117, win 91, options [nop,nop,TS val 150520 ecr 179694], length 32
21:28:57.573656 IP 192.168.0.2.48562 > 192.168.0.1.sunrpc: Flags [.], ack 33, win 92, options [nop,nop,TS val 179694 ecr 150520], length 0
21:28:57.573697 IP 192.168.0.2.48562 > 192.168.0.1.sunrpc: Flags [F.], seq 117, ack 33, win 92, options [nop,nop,TS val 179694 ecr 150520], length 0
21:28:57.573745 IP 192.168.0.2.814 > 192.168.0.1.57654: Flags [S], seq 3091877297, win 5840, options [mss 1460,sackOK,TS val 179694 ecr 0,nop,wscale 6], length 0
21:28:57.573769 IP 192.168.0.1.57654 > 192.168.0.2.814: Flags [S.], seq 3725333566, ack 3091877298, win 5792, options [mss 1460,sackOK,TS val 150520 ecr 179694,nop,wscale 6], length 0
21:28:57.573818 IP 192.168.0.1.sunrpc > 192.168.0.2.48562: Flags [F.], seq 33, ack 118, win 91, options [nop,nop,TS val 150520 ecr 179694], length 0
21:28:57.573826 IP 192.168.0.2.814 > 192.168.0.1.57654: Flags [.], ack 1, win 92, options [nop,nop,TS val 179694 ecr 150520], length 0
21:28:57.573864 IP 192.168.0.2.814 > 192.168.0.1.57654: Flags [P.], ack 1, win 92, options [nop,nop,TS val 179694 ecr 150520], length 44
21:28:57.573875 IP 192.168.0.1.57654 > 192.168.0.2.814: Flags [.], ack 45, win 91, options [nop,nop,TS val 150520 ecr 179694], length 0
21:28:57.573878 IP 192.168.0.2.48562 > 192.168.0.1.sunrpc: Flags [.], ack 34, win 92, options [nop,nop,TS val 179694 ecr 150520], length 0
21:28:57.573946 IP 192.168.0.1.57654 > 192.168.0.2.814: Flags [P.], ack 45, win 91, options [nop,nop,TS val 150520 ecr 179694], length 24
21:28:57.574000 IP 192.168.0.2.814 > 192.168.0.1.57654: Flags [.], ack 25, win 92, options [nop,nop,TS val 179694 ecr 150520], length 0
21:28:57.574031 IP 192.168.0.2.814 > 192.168.0.1.57654: Flags [F.], seq 45, ack 25, win 92, options [nop,nop,TS val 179694 ecr 150520], length 0
21:28:57.574101 IP 192.168.0.1.57654 > 192.168.0.2.814: Flags [F.], seq 25, ack 46, win 91, options [nop,nop,TS val 150520 ecr 179694], length 0
21:28:57.574162 IP 192.168.0.2.814 > 192.168.0.1.57654: Flags [.], ack 26, win 92, options [nop,nop,TS val 179694 ecr 150520], length 0
and the log of the laptop:
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
21:31:17.028990 IP 192.168.0.2.40571 > 192.168.0.1.sunrpc: Flags [S], seq 1631273214, win 5840, options [mss 1460,sackOK,TS val 233744 ecr 0,nop,wscale 6], length 0
21:31:17.029460 IP 192.168.0.1.sunrpc > 192.168.0.2.40571: Flags [S.], seq 2263960074, ack 1631273215, win 5792, options [mss 1460,sackOK,TS val 204571 ecr 233744,nop,wscale 6], length 0
21:31:17.029496 IP 192.168.0.2.40571 > 192.168.0.1.sunrpc: Flags [.], ack 1, win 92, options [nop,nop,TS val 233744 ecr 204571], length 0
21:31:17.029738 IP 192.168.0.2.40571 > 192.168.0.1.sunrpc: Flags [P.], ack 1, win 92, options [nop,nop,TS val 233744 ecr 204571], length 116
21:31:17.029825 IP 192.168.0.1.sunrpc > 192.168.0.2.40571: Flags [.], ack 117, win 91, options [nop,nop,TS val 204571 ecr 233744], length 0
21:31:17.029907 IP 192.168.0.1.sunrpc > 192.168.0.2.40571: Flags [P.], ack 117, win 91, options [nop,nop,TS val 204571 ecr 233744], length 32
21:31:17.029922 IP 192.168.0.2.40571 > 192.168.0.1.sunrpc: Flags [.], ack 33, win 92, options [nop,nop,TS val 233744 ecr 204571], length 0
21:31:17.029967 IP 192.168.0.2.40571 > 192.168.0.1.sunrpc: Flags [F.], seq 117, ack 33, win 92, options [nop,nop,TS val 233744 ecr 204571], length 0
21:31:17.030017 IP 192.168.0.2.ftps > 192.168.0.1.57654: Flags [S], seq 1616938438, win 5840, options [mss 1460,sackOK,TS val 233744 ecr 0,nop,wscale 6], length 0
21:31:17.030057 IP 192.168.0.1.sunrpc > 192.168.0.2.40571: Flags [F.], seq 33, ack 118, win 91, options [nop,nop,TS val 204571 ecr 233744], length 0
21:31:17.030068 IP 192.168.0.2.40571 > 192.168.0.1.sunrpc: Flags [.], ack 34, win 92, options [nop,nop,TS val 233744 ecr 204571], length 0
21:31:17.030094 IP 192.168.0.1.57654 > 192.168.0.2.ftps: Flags [S.], seq 2252792193, ack 1616938439, win 5792, options [mss 1460,sackOK,TS val 204571 ecr 233744,nop,wscale 6], length 0
21:31:17.030106 IP 192.168.0.2.ftps > 192.168.0.1.57654: Flags [.], ack 1, win 92, options [nop,nop,TS val 233744 ecr 204571], length 0
21:31:17.030242 IP 192.168.0.2.ftps > 192.168.0.1.57654: Flags [P.], ack 1, win 92, options [nop,nop,TS val 233744 ecr 204571], length 44
21:31:17.030312 IP 192.168.0.1.57654 > 192.168.0.2.ftps: Flags [.], ack 45, win 91, options [nop,nop,TS val 204571 ecr 233744], length 0
21:31:17.030402 IP 192.168.0.1.57654 > 192.168.0.2.ftps: Flags [P.], ack 45, win 91, options [nop,nop,TS val 204571 ecr 233744], length 24
21:31:17.030411 IP 192.168.0.2.ftps > 192.168.0.1.57654: Flags [.], ack 25, win 92, options [nop,nop,TS val 233744 ecr 204571], length 0
21:31:17.030469 IP 192.168.0.2.ftps > 192.168.0.1.57654: Flags [F.], seq 45, ack 25, win 92, options [nop,nop,TS val 233744 ecr 204571], length 0
21:31:17.030560 IP 192.168.0.1.57654 > 192.168.0.2.ftps: Flags [F.], seq 25, ack 46, win 91, options [nop,nop,TS val 204571 ecr 233744], length 0
21:31:17.030573 IP 192.168.0.2.ftps > 192.168.0.1.57654: Flags [.], ack 26, win 92, options [nop,nop,TS val 233744 ecr 204571], length 0
21:31:17.422459 IP 192.168.0.2.38930 > dns1.ctb.virtua.com.br.domain: 26889+ PTR? 1.0.168.192.in-addr.arpa. (42)
21:31:17.443879 IP dns1.ctb.virtua.com.br.domain > 192.168.0.2.38930: 26889 NXDomain* 0/1/0 (109)
21:31:17.444066 IP 192.168.0.2.44084 > dns1.ctb.virtua.com.br.domain: 61138+ PTR? 2.0.168.192.in-addr.arpa. (42)
21:31:17.455870 IP dns1.ctb.virtua.com.br.domain > 192.168.0.2.44084: 61138 NXDomain* 0/1/0 (109)
21:31:17.456295 IP 192.168.0.2.48348 > dns1.ctb.virtua.com.br.domain: 13686+ PTR? 87.77.250.200.in-addr.arpa. (44)
21:31:17.481928 IP dns1.ctb.virtua.com.br.domain > 192.168.0.2.48348: 13686 3/3/3[|domain]
I don't understand what's happening. Do you have any ideas??
Thanks in advance!!

Sorry for the useless post but:
1) Arch forums are amazing, I use arch exclusively now, but I always go t google first, find a few bad results, go to the arch forums and find a solution rapidly, here is another case of that.
2) The names of the users in this post are "ILoveJapaneseGirls" and "IHateJapaneseDolphinKille"... that is amazing.

Similar Messages

  • Error during installation of ECC6- system call failed

    Dear all,
    i encounter the error as below during sap installation. its looks like the ID issue, but this id (fbqadm) is using by me to log into the windows. please help me.
    thank
    ERROR      2009-03-17 10:07:25.583 [syxxsyshlp.cpp:78]
               syslib::printOSError(const iastring &, int, DWORD, const iastring &, CMessage::eLogMessage)
    FSL-00001  System call failed. Error 1326 (Logon failure: unknown user name or bad password.
    ) in execution of system call 'LogonUser' with parameter (fbqadm, SAPFBWDEV01, *******, LOGON32_LOGON_INTERACTIVE,LOGON32_PROVIDER_DEFAULT,&hUserToken), line (1014) in file (synxccuren.cpp).
    TRACE      2009-03-17 10:07:25.813 [iaxxejsbas.hpp:408]
               handleException<ESyException>()
    Converting exception into JS Exception ESyException.
    TRACE      2009-03-17 10:07:25.813
    Function setMessageIdOfExceptionMessage: modlib.jslib.caughtException

    problem fix after reboot the server

  • System call failed. Error 2 (The system cannot find the file specified. ) in execution of system call 'CreateProcessAsUser' with parameter ( , NULL,  Program Files/sapinst_instdir/BS2011/ERP606/AS-ABAP/SYB/HA/DB, &StartupInfo, &ProcessInfo),

    Dear All,
    I am getting a below error while doing ehp6 installation on sybase (high availbility )
    can any one help me on this..?
    An error occurred while processing option SAP Business Suite 7i 2011 > Enhancement Package 6 for SAP ERP 6.0 > SAP Application Server ABAP > SAP ASE > High-Availability System > Database Instance( Last error reported by the step: System call failed. Error 2 (The system cannot find the file specified. ) in execution of system call 'CreateProcessAsUser' with parameter ( , NULL,  Program Files/sapinst_instdir/BS2011/ERP606/AS-ABAP/SYB/HA/DB, &StartupInfo, &ProcessInfo), line (646) in file (d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\syslib\synxcchapp.cpp), stack trace: d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\ejs\ejscontroller.cpp: 181: EJSControllerImpl::executeScript() d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\ejs\jsextension.hpp: 1059: CallFunctionBase::call() d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\osmod\iaxxbprocess.cpp: 423: CIaOsProcess::start_impl() d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\syslib\synxcchapp.cpp: 238: CSyChildApplicationImpl::start(false) d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\syslib\synxcchapp.cpp: 262: CSyChildApplicationImpl::doStart() .). You can no
    Regards,
    Letz..

    Hello Mauricio.
    Thanks
    Two Thinks:
    1.- This error appears precisely in the process of creating SAP users including you mention sidadm:
          A.- Execute sapinst
          B.- Installation option is chosen
                SAP NetWeaver CE Production Edition
                        Installation Options
                            High-Availability System
                                  Central Service  Instance (SCS)
           c.- System ID, Next and appear message error
    2.- However, the user manually create sidadm, I gave the permissions you indicate, and the error message is the same
    Thanks

  • FSL-00009  System call failed

    Hi experts,
        When I install additonal dialog instance , the system issue the error:
    INFO       2014-12-23 16:34:04.436 [syuxcfile.cpp:218]
               CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
               lib=syslib module=syslib
    Removed file /sapmnt/HE5/exe/jdbcconnect.jar.
    ERROR      2014-12-23 16:34:04.466 [syuxcfile.cpp:292]
               CSyFileImpl::copy(const CSyPath & /usr/sap/HE5/SYS/exe/run/jdbcconnect.jar, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
               lib=syslib module=syslib
    FSL-00009  System call failed. Error 13 (The file access permissions do not allow the specified action.) in execution of system call 'openU' with parameter (/usr/sap/trans/tmp/AIXinst/swpm/COMMON/INSTALL/JDBCCONNECT.JAR, O_RDONLY), line (291) in file (syuxcfile.cpp), stack trace: EJSController.cpp: 183: EJSControllerImpl::executeScript()
    JSExtension.hpp: 1072: CallFunctionBase::call()
    iaxxbfile.cpp: 493: CIaOsFile::copyFromPath_impl()
    syuxcfile.cpp: 255: CSyFileImpl::copy(const CSyPath & /usr/sap/HE5/SYS/exe/run/jdbcconnect.jar, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const
    WARNING    2014-12-23 16:34:04.488 [syuxcpath.cpp:663]
               CSyPath::getOSNodeType(bool false) lib=syslib module=syslib
    System call failed. Error 13 (The file access permissions do not allow the specified action.) in execution of system call 'lstat' with parameter (/usr/sap/trans/tmp/AIXinst/swpm/COMMON/INSTALL/JDBCCONNECT.JAR), line (660) in file (syuxcpath.cpp), stack trace: EJSController.cpp: 183: EJSControllerImpl::executeScript()
    JSExtension.hpp: 1072: CallFunctionBase::call()
    iaxxbfile.cpp: 493: CIaOsFile::copyFromPath_impl()
    syuxcfile.cpp: 255: CSyFileImpl::copy(const CSyPath & /usr/sap/HE5/SYS/exe/run/jdbcconnect.jar, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const
    syuxcpath.cpp: 604: CSyPath::getOSNodeType(bool false)
    ERROR      2014-12-23 16:34:04.489 [syuxcfile.cpp:308]
               CSyFileImpl::copy(const CSyPath & /usr/sap/HE5/SYS/exe/run/jdbcconnect.jar, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
               lib=syslib module=syslib
    FSL-02015  Node /usr/sap/trans/tmp/AIXinst/swpm/COMMON/INSTALL/JDBCCONNECT.JAR does not exist.
    ERROR      2014-12-23 16:34:04.506
               CJSlibModule::writeError_impl()
    MUT-03025  Caught ::ESyException in module call: At line 311 file syuxcfile.cpp
    Call stack:
    EJSController.cpp: 183: EJSControllerImpl::executeScript()
    JSExtension.hpp: 1072: CallFunctionBase::call()
    iaxxbfile.cpp: 493: CIaOsFile::copyFromPath_impl()
    syuxcfile.cpp: 255: CSyFileImpl::copy(const CSyPath & /usr/sap/HE5/SYS/exe/run/jdbcconnect.jar, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const
    System call failed. Error 13 (The file access permissions do not allow the specified action.) in execution of system call 'openU' with parameter (/usr/sap/trans/tmp/AIXinst/swpm/COMMON/INSTALL/JDBCCONNECT.JAR, O_RDONLY), line (291) in file (syuxcfile.cpp), stack trace: EJSController.cpp: 183: EJSControllerImpl::executeScript()
    JSExtension.hpp: 1072: CallFunctionBase::call()
    iaxxbfile.cpp: 493: CIaOsFile::copyFromPath_impl()
    syuxcfile.cpp: 255: CSyFileImpl::copy(const CSyPath & /usr/sap/HE5/SYS/exe/run/jdbcconnect.jar, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const
    Node /usr/sap/trans/tmp/AIXinst/swpm/COMMON/INSTALL/JDBCCONNECT.JAR does not exist.
    INFO       2014-12-23 16:34:05.31 [syuxccuren.cpp:285]
               CSyCurrentProcessEnvironmentImpl::setEffectiveGroup(PSyGroupInt)
               lib=syslib module=syslib
    Effective group id set to 204.
    ERROR      2014-12-23 16:34:06.281 [CSiStepExecute.cpp:1158]
    FCO-00011  The step copyScripts with step key |NW_DI|ind|ind|ind|ind|0|0|NW_Unpack2|ind|ind|ind|ind|unpack|0|copyScripts was executed with status ERROR ( Last error reported by the step: System call failed. Error 13 (The file access permissions do not allow the specified action.) in execution of system call 'openU' with parameter (/usr/sap/trans/tmp/AIXinst/swpm/COMMON/INSTALL/JDBCCONNECT.JAR, O_RDONLY), line (291) in file (syuxcfile.cpp), stack trace: EJSController.cpp: 183: EJSControllerImpl::executeScript()
    JSExtension.hpp: 1072: CallFunctionBase::call()
    iaxxbfile.cpp: 493: CIaOsFile::copyFromPath_impl()
    syuxcfile.cpp: 255: CSyFileImpl::copy(const CSyPath & /usr/sap/HE5/SYS/exe/run/jdbcconnect.jar, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const
    INFO       2014-12-23 16:34:06.962 [syuxcpath.cpp:447]
               CSyPath::createFile() lib=syslib module=syslib
    Creating file /tmp/sapinst_instdir/BS2005/ERP60SR3/AS-ABAP/ORA/HA/DI/__instana_tmp.xml.
    INFO       2014-12-23 16:34:13.663 [syuxcpath.cpp:447]
               CSyPath::createFile() lib=syslib module=syslib
    Creating file /tmp/sapinst_instdir/BS2005/ERP60SR3/AS-ABAP/ORA/HA/DI/instslana.xml.
    Can any expert help me ?  Thanks a lot.

    >>ERROR      2014-12-23 16:34:04.466 [syuxcfile.cpp:292]
               CSyFileImpl::copy(const CSyPath & /usr/sap/HE5/SYS/exe/run/jdbcconnect.jar, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
               lib=syslib module=syslib
    FSL-00009  System call failed. Error 13 (The file access permissions do not allow the specified action.) in execution of system call 'openU' with parameter (/usr/sap/trans/tmp/AIXinst/swpm/COMMON/INSTALL/JDBCCONNECT.JAR, O_RDONLY), line (291) in file (syuxcfile.cpp), stack trace: EJSController.cpp: 183: EJSControllerImpl::executeScript()
    JSExtension.hpp: 1072: CallFunctionBase::call()<<
    Based on the log it is more likely an issue related to the file permissions. have you tried giving full permissions to the files?
    Check these files:
    ls -la /usr/sap/HE5/SYS/exe/run/jdbcconnect.jar
    ls -la /usr/sap/trans/tmp/AIXinst/swpm/COMMON/INSTALL/JDBCCONNECT.JAR
    If possible relax the file permissions (if required) and retry the step in sapinst.
    Cheers
    RB

  • Trex installation error FSL-00001  System call failed. Error 3

    I am installing trex on multiple hosts for a Production setup. Trex is version 7.0 patch level 40. All hosts are Windows servers running on "Windows Server 2003 R2 Enterprise x64 Edition, Service Pack 2" Distribution of trex instances are as follows,
    Index Server =1
    Slave Server =1
    Backup Server =1
    File Server =1
    I started of with installing Trex global filesystem which resulted in following error,
    ERROR 2008-10-23 15:19:27
    FSL-00001  System call failed. Error 3 (The system cannot find the path specified.
    ) in execution of system call 'FindFirstVolumeMountPoint' with parameter (
    ?\Volume{51f489f8-8ef6-11dd-886f-001e0beae60e}\), line (91) in file (synxcfsmit.cpp).
    ERROR 2008-10-23 15:19:27
    MUT-03025  Caught ESyException in Modulecall: The system cannot find the path specified.
    ERROR 2008-10-23 15:19:27
    FCO-00011  The step getMounts with step key |NW_TREX_Prepare|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_getMounts|ind|ind|ind|ind|0|0|getMounts was executed with status ERROR .
    Installation is performed by administrator user and so has full access rights. Has anyone encountered such an error before.
    Regards,
    Sandeep

    I uninstalled the Python application via the Windows "Add/Remove" programs utility and that seems to have resolved the issue.
    TREX has been installed successfully.

  • System call failed. Error 1816 (Not enough quota is available to process)

    Hello All,
    I am trying to install NW 7.1 CE EHP1 using Windows 2003 server and MSSQL2005.
    During the installation at INSTALL JAVA ENGINE phase i got below error
    TRACE     2011-10-22  03:37:46.490 [synxc_security.cpp: 195]
                    Sywindows :: setDacl (HANDLE hobject, St_OBJECT_TYPE_ObjecType, ATL :: CDacl & rDacl,DWORD dwInheritanceFlowControl /"=0"
    Syslib info about system call. os message 1816 (Not enough quota is available to process this command.)
    Please let me know do i need to increase the size of the paging file? If yes, then how to proceed once the page file has been increased?
    If the cause is some other factor, kindly tell me the solution to it as well.
    Much appreciate your help
    Thanks
    Prabhjot
    Edited by: PRABHJOT SINGH on Oct 24, 2011 11:35 PM

    Hi,
    Maybe a paging issue:
    http://msdn.microsoft.com/en-us/library/ms820778.aspx
    To increase page file:
    http://www.petri.co.il/pagefile_optimization.htm
    My computer -> rt click -> Properties -> Advanced -> Performance -> Settings -> Advanced -> Virtual memory change.
    But you will need a restart as suggested by DatabaseSAP above.
    Regards,
    Srikishan

  • At times when dragging the vertical scroll bar my computer screen oscillates up and down for some time before going blank or not responding to any clicks requiring a forced system restart. What is wrong?

    Hi,
    Suddenly while working with Firefox if I happen to drag the vertical scroll bar, a very abnormal behavior occurs. My screen dances up and down for a short time before either going black or getting restored but with no clicks working. The only way to resume is to force a restart of the system.
    Any help would be deeply appreciated.
    Thanks and Regards
    Deepak

    That didn't work. On trying to install a new driver I got the error the graphics driver could not find compatible graphics hardware. Is there anything else that can be done to at least prevent the hanging of the computer even if it means less features from Firefox being available?

  • My screen has turned black as if the LCD screen isn't working. There is no damage and the phone is still responding to vibrations and there is a dial tone when called. What is wrong with my phone?

    My screen has turned black as if the LCD screen isn't working. I have tried using the lockbutton and home button to turn it on, but it doesn't work. What should I do?

    Your phone is probably broken.

  • Recently Firefox has stopped working whilst making online payments, at the final stage where usually there would be a final security check it fails, what is wrong?

    Over the last week when trying to make online payments through several websites, Firefox has failed. In each instance I have completed all payments details and submitted. At this point usually a further screen appears that would ask me an additional security question - however this never appears, and therefore I have to start again - but no matter how many times I repeat the process it does the same thing.
    The solution is to use another browser. Using the same website, transaction and card the purchase goes through.
    The last website it occured on is listed below - but it happened last week on two different sites.

    Please don't double-post.  Thread locked and soon to be deleted.

  • How to get the size of physical memory by using system call ?

    how to get the size of physical memory by using system call ?What system call can be used for me to get the size of physical memor? thanks.

    %vmstat 3
    procs memory page disk faults cpu
    r b w swap free re mf pi po fr de sr s0 -- -- -- in sy cs us sy id
    0 0 0 3025816 994456 4 19 6 0 0 0 0 8 0 0 0 459 253 139 1 1 99
    0 0 0 2864688 777408 0 2 0 0 0 0 0 3 0 0 0 428 134 175 0 1 99
    0 0 0 2864688 777408 0 0 0 0 0 0 0 7 0 0 0 448 112 166 0 0 100
    one interesting observation about vmstat I found out is (mostly on Solaris)
    the first line of information always off chart, so I usually do a few interval to get constant result.
    if you use linux
    just
    cat /proc/meminfo

  • Need guidance on using ddi_regs_map_setup solaris system call

    Hi all,
    Am a beginner in using Sun Solaris.
    I am working on porting our source code from linux to solaris.
    In Linux we are using inb/outb to read/write to keyboard data port(0x60) .
    I know that there is an equivalent system call for inb/outb in solaris. But in man page(of sun os) it is mentioned that inb/ outb are obsolete. It was mentioned that we can use ddi_get8/ddi_put8 functions respectively.
    ddi_get8 call requires ddi_acc_handle_t as a parameter which we can get it from ddi_regs_map_setup system call.
    Syntax for this call is:
    int ddi_regs_map_setup(dev_info_t *dip, uint_t rnumber,
    caddr_t *addrp, offset_t offset, offset_t len,
    ddi_device_acc_attr_t accattrp, ddi_acc_handle_t handlep);
    Please let me know where does the 0x60 port number fits in the above system call and what does these parameters rnumber, offset, len corresponds to ?

    Hi,
    The Fault_PC 0x13575e8 tells you exactly where you
    die. I assume you have used this in mdb on
    the core file to find you are dying in the ddi_get8 call?
    Are you checking return value of ddi_regs_map_setup?
    Are you sure the register you are accessing is in register set 1?
    Are there other places prior to the panic where
    the ddi_get/ddi_put routines work correctly? A bus error
    here generally means the location you are trying to access
    does not exist on the device. (It could also be alignment,
    but not with ddi_get8). The address
    looks like 1fe.02001400, which looks like a possibly
    valid address in I/O space.
    I would print the value of wc->ioaddr to make sure
    it is a valid virtual address.
    Hi,
    I'm in the middle of porting a device driver for a
    PCI card from linux to solaris (it's wcfxo from
    zaptel - part of asterisk).
    >
    WARNING: [AFT1] Bus Error on System Bus in privileged
    mode from CPU0 Data access at TL=0, errID
    0x0000000b.985ccf88
    AFSR 0x00000000.84000000<PRIV,BERR> AFAR
    AFAR 0x000001fe.02001400
    AFSR.PSYND 0x0000(Score 05) AFSR.ETS 0x00
    0x00 Fault_PC 0x13575e8
    UDBH 0x0000 UDBH.ESYND 0x00 UDBL 0x0000
    0000 UDBL.ESYND 0x00
    panic[cpu0]/thread=2a10007dd40: [AFT1] errID
    0x0000000b.985ccf88 BERR Error(s)
    See previous message(s) for detailsThe actual code which seems to cause the panic is:
    #define inb(a)          ddi_get8(wc->devhandle, a)
    ints = inb(wc->ioaddr + WC_INTSTAT);where there initialisation includes:
    static struct ddi_device_acc_attr dev_attr = {
    DDI_DEVICE_ATTR_V0,
    DDI_STRUCTURE_LE_ACC,
    DDI_STRICTORDER_ACC
    ddi_regs_map_setup(wc->dip, 1, &wc->ioaddr, 0, 255,
    &dev_attr,
    &dev_attr, &wc->devhandle);I've tested the same card in a linux x86 box, and it
    works fine, so I'm happy it's not a hardware
    problem.
    Any suggestions on what might be causing this?
    Thanks,
    Simon

  • Export for system copy fails - Error 9 (Bad file number)

    Hello all,
    I am attempting to perform the export phase for a hetergenous system copy on our BI system (BI 7.0 - NW2004s).  This system runs on HP-UX 11.11 using Oracle  10.2.0.2 and will be migrated to Windows Server 2003 and MS SQL Server 2005, once the export is complete.
    While running sapinst to export the data from the source system, there are several input dialog screens that are skipped, which means I am not able to enter all the paramters used for the export.  After seeing this behavior from sapinst, I reviewed the sapinst.log and sapinst_dev.log files and find the warning/error "System call failed. Error 9 (Bad file number)".  I have included a portion of these files below.
    I have reviewed notes 546006 and 583861, but these seem to refer to an Oracle error ORA-27121, but I am not receiving any Oracle errors in sapinst.log or the Oracle alert log.  I have looked for possible permission or ownership problems with any of the SAP or Oracle files, but have not found any that were incorrect.  Also, these errors do not specify which file sapinst is having problems with, so I do not have  a specific file or area to check.
    If anyone has seen something similar to this and has any suggestions, I would greatly appreciate any help.
    sapinst.log details:
    INFO 2009-02-14 15:15:51.67
    Execute step collect of component |NW_Export|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|1|0|NW_readProfileDir|ind|ind
    |ind|ind|0|0
    INFO 2009-02-14 15:15:52.737
    Account bwpadm already exists.
    WARNING 2009-02-14 15:15:52.747
    System call failed. Error 9 (Bad file number) in execution of system call 'getgrent' with parameter (), line (292) in file (syuxcuse
    r.cpp).
    INFO 2009-02-14 15:15:52.757
    Account 0 already exists.
    WARNING 2009-02-14 15:15:52.777
    System call failed. Error 9 (Bad file number) in execution of system call 'getgrent' with parameter (), line (292) in file (syuxcuse
    r.cpp).
    INFO 2009-02-14 15:15:52.777
    Account 200 already exists.
    WARNING 2009-02-14 15:15:52.827
    System call failed. Error 9 (Bad file number) in execution of system call 'getgrent' with parameter (), line (292) in file (syuxcuse
    r.cpp).
    INFO 2009-02-14 15:16:04.937
    Creating file /tmp/sapinst_instdir/NW04S/LM/COPY/ORA/EXP/CENTRAL/AS/EXP/ypcat.log.
    INFO 2009-02-14 15:16:05.007
    Output of ypcat passwd.byname is written to the logfile ypcat.log.
    sapinst_dev.log details:
    TRACE      2009-02-14 15:15:52.737
    2009-02-14 15:15:52.743 NW._getSAPMount() done: /sapmnt
    INFO       2009-02-14 15:15:52.737 [syuxcaccmg.cpp:227]
               bool CSyAccountMgtImpl::isExisting(ISyAccountMgt::eAccountType accountType, iastring sName)
    Account bwpadm already exists.
    TRACE      2009-02-14 15:15:52.747 [syuxcuser.cpp:1943]
               CSyUserImpl_getOsInfos(ILogBook *m_logBook, iastring sName, iastring sID, tSyUserInfo& msUserinfo)
    getspnam(bwpadm) returned NULL.
    WARNING    2009-02-14 15:15:52.747 [syxxsyshlp.cpp:78]
               syslib::printOSError(const iastring &, int, DWORD, const iastring &, CMessage::eLogMessage)
    System call failed. Error 9 (Bad file number) in execution of system call 'getgrent' with parameter (), line (292) in file (syuxcuse
    r.cpp).
    Regards,
    Rusty Robbins

    Hello Peter,
    Thanks for the reply. I did confirm the points you made, and have the details below.
    1. check filesystem, if you have enough space, especially /tmp
    All filesystems have available space, and /tmp has 310 MB available, before the start of sapinst.
    2. check again alert log, trace log for Oracle,
    I could not find any errors in the alert_SID.log or any unusual trace files.
    3. How did you run sapinst? Are you using "root" account.
    I am running sapinst as user root and I am following all the recomendations in the system copy guide (at least as far as I can tell.  ;p )
    We have four BI systems in this landscape, and the other three have migrated successfully.  The procedure I am using, is the same as for the other 3 systems and uses the same SAP media directory that was used on the other systems.
    One other item that may be part of my problem here, is that this system is the production system, and was originally installed as a high-availability system, using HP-UX Service Guard for clustering.  Currently, this system does not have fail-over enabled, but of course the cluster is still intact.  One required piece of the Service Guard enviornment is the use of a virtual hostname.  This seems to resolve successfully by sapinst, as I see the correct (virtual) hostname referenced several times.  While this is a clustered system (for fail-over purposes), the CI and DB are installed on the same host.  So it is not a distributed system, and if failover had been initiated, it would fail both the CI and DB instance, which is the same and only SAP instance.
    This did raise one question in my mind, however.  I am attempting to extract this using the following menu path within sapinst.
    SAP NetWeaver 7.0 Support Release 3  --> Software Life-Cycle Options --> System Copy --> Oracle --> Source System Export --> Central System --> Based on AS ABAP and AS Java
    Since this does use Service Guard, but is not a distributed system, should I be using a different path in the sapinst tree, for the export?  I have only performed a migration using the above path, so I am not familar with the detailf of the other types, such as High-Availabitly or Distributed-System.
    Regards,
    Rusty

  • Remore procedure call failed

    Hi,
    When i try to execute the following code
    <b>oForm = oApplication.Forms.AddEx(oCreationParams)</b>
    I am getting the error "Remore procedure call failed"
    what does it mean and how to solve this.
    Manoj

    Hi ...
    Where is this piece of code located ?  Try checking on the  sboApplication_ItemEvent (...) procedure.  You could be trying to reference an object on the form that is not yet loaded.
    For instance, if you click on the menu option to load a form, the sboApplication_ItemEvent gets executed and if by any chance you have something like
        Dim oItem As SAPbouiCOM.Item = oForm.Items.Item("Item01").Specific
    in this case the object item cannot be reference because the form is loading yet (unless you make this line of code doesn't get executed by using a SELECT CASE and testing that the pVal.Eventype is other than et_FORM_LOAD).
    Hope it is of some help!

  • System-call init-text

    Could you please explain this system-call. What does this below call really does?
    system-call init-text l_text using l_textkey program l_progname
    Thanks
    Prem

    Prem in which program did you find this line of code?

  • After I downloaded firefox 4.1 when I go to open documents I get a "system call falied" I cant open anything help!! It is also missing off my desktop

    After downloading the newest firefox every time I go to open any documents, pics etc I get a "system call failed" I cant open anything and all my icons disappeared from my desktop and were unclickable when there after this initially happened.

    For older Macs that aren't supported in Firefox 4.0, try TenFourFox for PowerPC's running Mac 10.4.11 & 10.5.8 . <br />
    http://www.floodgap.com/software/tenfourfox/
    You can get 3.6.16 from here: <br />
    http://www.mozilla.com/en-US/firefox/all-older.html

Maybe you are looking for

  • Itunes 12.1.2 freezes when detecting iPhone in windows 7

    Hello! I've just reformatted my laptop and installed windows 7 home. did all the windows update, downloaded the latest iTunes 12.1.2 from Apple site. installed successfully. and is able to launch and play music. i've added in only one song to the lib

  • How do I get photos out of iphone and in PC

    I have a PC. How in the world do I get my 90 photos out of the iphone and onto my pc without having to email them one at a time to myself. Can someone please help me. I am sure I am overlooking something very simple. Perry

  • Utilization

    Hi , May i know how utilization triggers in J1IIN Automatically like export -Under letter of under taking,Deemed Export-EOU.Is it from Maintaining default excise grp & series grp? Thks Edited by: SDRAVI on Jun 12, 2009 4:44 PM

  • Adobe flashplayer update???

    WHen i try to go on a website i get message saying you need to update your flashplayer? I click on a link which directs me to the adobe website and the download for updating flashplayer. so when i click on the sownload link i get message saying FLash

  • Apostrophe use and thoughts on small capitals

    I received great help here before so I wanted to ask a couple more questions. The restaurant I work for recently put up a small banner-type advertisement in the bar that said: "Dini's Happy Hour's..." and I was a little disappointed to not be a part