SSH client with GUI?

Hello. I am using SSH for my webpage, and its a bit hard to use commands to upload stuff all the time.
Is there any application with GUI?

Bebo wrote:Another method would be to use sshfs (available in the Extra repos) and "mount" the web page account. That way you can access your web page files just as you access files locally. Since you seem to know how to use ssh from command line, a sshfs mount shouldn't be too difficult to do
It is the same with nautilus The webpage is now "mounted" and i may access it easy

Similar Messages

  • Ssh client with key management

    hi,
    i search of a ssh client with rsa/dsa key management, and i can't find one
    thanks
    C

    Not sure precisely if this is what you're looking for, but Fugu
    http://rsug.itd.umich.edu/software/fugu/
    seems to be a pretty effective SSH client, with graphical interface.
    Does running shh from the Terminal (command line) do what you need?

  • LMS-TV SSH-Client with ttermpro

    Hello,
    Locking for a working SSH-Client-setup with ttermpro instead of putty (that is working, but customer will use tterm) using the campusmgr.properties procedure. With ttermpro "Invalid Host" returned in any case.
    thx for help, Steffen

    I added read & execute access for C:\windows\system32\cmd.exe to everyone (in DE "Jeder") at the Computer where I start the LMS-browser.
    Than I launched toplogy in Mozilla, after accessing Telnet in context menu a IE-Explorer Windows opens trying to access /">telnet:///
    that shows "Die Webseite kann nicht angezeigt werden", means website is in accessable
    The mentioned Regkey in LMS online help was:
    [HKEY_LOCAL_ MACHINE\SOFTWARE \Microsoft\ Internet
    Explorer\Main\ FeatureControl\ FEATURE_DISABLE_ TELNET_PROTOCOL]
    "iexplore.exe" =dword:00000000
    I gues it was the produre for the IE Telnet protocol handler???

  • How to access web server with SSH client

    I need to access my web server via SSH. I do not have clue how to go about. I have transmit for ftp but looks like I cannot use SSH with Tranmit.
    I guess I need to know:
    - What ssh client to I need to get?
    - If not detailed instruction provided How do I go about? I know I need the port # and my ip address and I have both of those but not sure what else I am to do.
    TIA for the help!

    Open up Terminal. It's in the Utilities folder.ssh -p <port#> <ipaddress> or, if you need to log on with a different user namessh -p <port#> <username>@<ipaddress>

  • Ssh fails with rule matching LAN

    My goal is simple: use a key pair from the WAN only but allow password auth from the LAN.
    I thought my recipe had previously worked in Arch and other distros, but now I'm unsure. Here's a snippet of some relevant sections of /etc/ssh/sshd_config:
    RSAAuthentication yes
    PubkeyAuthentication yes
    PasswordAuthentication no
    ChallengeResponseAuthentication no
    UsePAM yes
    Match Address 192.168.1.0/24
    PasswordAuthentication yes
    Without the match section I'm able to login. With the match section I am not able to login from WAN or LAN hosts.
    Here's an excerpt from the ssh client logging in from the localmachine itself along with a tail of the journal (using the match address section):
    CLIENT SIDE
    myhost% ssh -v localhost
    OpenSSH_6.4, OpenSSL 1.0.1f 6 Jan 2014
    debug1: Reading configuration data /home/myuser/.ssh/config
    debug1: Reading configuration data /etc/ssh/ssh_config
    debug1: Connecting to localhost [::1] port 22.
    debug1: Connection established.
    debug1: identity file /home/myuser/.ssh/id_rsa type 1
    debug1: identity file /home/myuser/.ssh/id_rsa-cert type -1
    debug1: identity file /home/myuser/.ssh/id_dsa type -1
    debug1: identity file /home/myuser/.ssh/id_dsa-cert type -1
    debug1: identity file /home/myuser/.ssh/id_ecdsa type 3
    debug1: identity file /home/myuser/.ssh/id_ecdsa-cert type -1
    debug1: Enabling compatibility mode for protocol 2.0
    debug1: Local version string SSH-2.0-OpenSSH_6.4
    debug1: Remote protocol version 2.0, remote software version OpenSSH_6.4
    debug1: match: OpenSSH_6.4 pat OpenSSH*
    debug1: SSH2_MSG_KEXINIT sent
    debug1: SSH2_MSG_KEXINIT received
    debug1: kex: server->client aes128-ctr [email protected] none
    debug1: kex: client->server aes128-ctr [email protected] none
    debug1: sending SSH2_MSG_KEX_ECDH_INIT
    debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
    debug1: Server host key: ECDSA <ommited pub>
    debug1: Host 'localhost' is known and matches the ECDSA host key.
    debug1: Found key in /home/myuser/.ssh/known_hosts:6
    debug1: ssh_ecdsa_verify: signature correct
    debug1: SSH2_MSG_NEWKEYS sent
    debug1: expecting SSH2_MSG_NEWKEYS
    debug1: SSH2_MSG_NEWKEYS received
    debug1: Roaming not allowed by server
    debug1: SSH2_MSG_SERVICE_REQUEST sent
    debug1: SSH2_MSG_SERVICE_ACCEPT received
    debug1: Authentications that can continue: publickey
    debug1: Next authentication method: publickey
    debug1: Offering RSA public key: /home/myuser/.ssh/id_rsa
    debug1: Authentications that can continue: publickey
    debug1: Trying private key: /home/myuser/.ssh/id_dsa
    debug1: Offering ECDSA public key: /home/myuser/.ssh/id_ecdsa
    debug1: Authentications that can continue: publickey
    debug1: No more authentication methods to try.
    Permission denied (publickey).
    SERVER SIDE
    myhost% sudo journalctl -f --full
    -- Logs begin at Sat 2013-06-29 11:25:32 EDT. --
    Jan 07 13:09:18 myhost systemd[1]: Started SSH Key Generation.
    Jan 07 13:09:18 myhost systemd[1]: Starting OpenSSH Daemon...
    Jan 07 13:09:18 myhost systemd[1]: Started OpenSSH Daemon.
    Jan 07 13:09:18 myhost sudo[20291]: pam_unix(sudo:session): session closed for user root
    Jan 07 13:09:18 myhost sshd[20295]: Server listening on 0.0.0.0 port 22.
    Jan 07 13:09:18 myhost sshd[20295]: Server listening on :: port 22.
    Jan 07 13:09:23 myhost sshd[20296]: reverse mapping checking getaddrinfo for <omitted address> [<omitted address>] failed - POSSIBLE BREAK-IN ATTEMPT!
    Jan 07 13:09:34 myhost sshd[20296]: error: Received disconnect from <omitted address>: 13: Unable to authenticate [preauth]
    Jan 07 13:09:39 myhost sudo[20298]: myuser : TTY=pts/2 ; PWD=/home/myuser ; USER=root ; COMMAND=/usr/bin/journalctl -f --full
    Jan 07 13:09:39 myhost sudo[20298]: pam_unix(sudo:session): session opened for user root by myuser(uid=0)
    Jan 07 13:10:35 myhost sshd[20308]: Connection closed by ::1 [preauth]
    Last edited by badhat (2014-01-08 14:36:10)

    Yes, there are one or two fields which were note mapped and were removed. However, the records which got reconciled successfully have been done with the same field mapping.
    UZ

  • SQL PLUS with GUI

    I am trying to find out where i can download the older verision of SQL PLUS with GUI interface.
    My current SQL PLUS that came with oracle 11g release one is just a console.
    thanks

    Pl see if MOS Doc 207303.1 (Client / Server / Interoperability Support Between Different Oracle Versions0 can help
    HTH
    Srini

  • After Security Update today: "Bus error" when starting "ssh" client

    Hi,
    I'm using OS X 10.5.2 and updated my system with the newest Safari 3.1 and Security Update a few hours ago. After I did this update, I cant use the command-line ssh client anymore. When I start the ssh, I immediately get a "Bus error" on the shell.
    Any suggestions?
    Thanks, Marc

    Disk Utility Permission Repair doesn't do any good either.
    I now actually use my Parallels VM to ssh thanks to putty but still...
    This is what Crash Reporter has to say:
    The application ssh quit unexpectedly.
    Process: ssh [323]
    Path: /usr/bin/ssh
    Identifier: ssh
    Version: ??? (???)
    Code Type: X86 (Native)
    Parent Process: bash [189]
    Date/Time: 2008-03-18 23:04:56.717 +0100
    OS Version: Mac OS X 10.5.2 (9C31)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000001014
    Crashed Thread: 0
    Thread 0 Crashed:
    0 ??? 0x0004c4e7 0 + 312551
    1 ??? 0x0004c56e 0 + 312686
    2 ??? 0x0004c7f7 0 + 313335
    3 ??? 0x0004b070 0 + 307312
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00001000 ebx: 0x0004c7d5 ecx: 0x0004e338 edx: 0x0004e340
    edi: 0x0000101c esi: 0x00000000 ebp: 0xbffffa18 esp: 0xbffff9f0
    ss: 0x0000001f efl: 0x00010286 eip: 0x0004c4e7 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00001014
    Binary Images:
    0x363d8000 - 0x36415fef +ssh ??? (???) <38f6d3ec24f0b372e64c12b15bb319d4> /usr/bin/ssh
    0x8fe00000 - 0x8fe2da53 dyld 96.2 (???) <7af47d3b00b2268947563c7fa8c59a07> /usr/lib/dyld
    0x90125000 - 0x90129fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x90841000 - 0x909a0ff3 libSystem.B.dylib ??? (???) <4899376234e55593b22fc370935f8cdf> /usr/lib/libSystem.B.dylib
    0x9316d000 - 0x9317bffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x9317c000 - 0x931a7fe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x931a9000 - 0x93206ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x936a2000 - 0x937d4fef com.apple.CoreFoundation 6.5.1 (476.10) <d5bed2688a5eea11a6dc3a3c5c17030e> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93adf000 - 0x93b91ffb libcrypto.0.9.7.dylib ??? (???) <330b0e48e67faffc8c22dfc069ca7a47> /usr/lib/libcrypto.0.9.7.dylib
    0x93be1000 - 0x93cc0fff libobjc.A.dylib ??? (???) <a53206274b6c2d42691f677863f379ae> /usr/lib/libobjc.A.dylib
    0x93d20000 - 0x93e58ff7 libicucore.A.dylib ??? (???) <afcea652ff2ec36885b2c81c57d06d4c> /usr/lib/libicucore.A.dylib
    0x93fbc000 - 0x93fdafff libresolv.9.dylib ??? (???) <0629b6dcd71f4aac6a891cbe26253e85> /usr/lib/libresolv.9.dylib
    0x94c9c000 - 0x94d4cfff edu.mit.Kerberos 6.0.12 (6.0.12) <3dd13466876a8fe4549cfc1354233ec3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x94d4d000 - 0x94d54ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x95ca0000 - 0x95e6bff7 com.apple.security 5.0.2 (33001) <0788969ffe7961153219be10786da436> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x966d7000 - 0x966defe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

  • Ssh client bug for Kerberos

    Hello,
    There is a bug in ssh client that is almost 9 year old and a patch has been included in various distributions, but not (yet?) in Arch Linux. This is the link: https://bugzilla.mindrot.org/show_bug.cgi?id=1008
    As I'm in an environment using Round-Robin hosts ('srv' generic host name may actually be 'srv-0001', 'srv-0002'...) and we use Kerberos, I cannot connect without giving a password.
    Would it be possible to include the patch in the ssh client package? Thank you in advance for your reply.

    Hello.  It is unlikely -- Arch tends to use vanilla sources where ever possible.  You might create a PKGBUILD to build it with your desired patches, or you can make a request that someone do it in the "AUR Issues, Discussion, and PKGBUILD Request" sub-forum.  The best way to make a request that the patch be included in the main line is to contact the developers using the mail lists.  You are far more likely to attract the right set of eyeballs there.

  • XSan clients with 2 scsi controllers

    Hi all!
    I have an Xsan with 6 Mac clients with an Apple Fibre Channel card each. Some of them have an Atto scsi controller connected to an external disk tower too. These client don't work if the external disk tower is connected. The client boots but when login the finder can't start and freeze.
    I'm using the latest update 1.3
    Logging in via ssh on the client I get this in /var/log/system.log:
    Apr 27 18:21:37 localhost diskarbitrationd[96]: disk0s2 hfs 2B44F0E7-8C49-3AD4-BB8A-F9F2E3643E57 Macintosh HD /
    Apr 27 18:21:37 localhost diskarbitrationd[96]: disk14 hfs 03BB7013-9B81-3D1F-9F81-D91095711495 Raid [not mounted]
    Apr 27 18:21:37 localhost SystemStarter: Starting SecurityServer
    Apr 27 18:21:37 localhost SystemStarter: Avvio Apple Multicast DNS Responder
    Apr 27 18:21:37 localhost SystemStarter: Inizializzo network
    Apr 27 18:21:37 localhost ConsoleMessage: Checking disks
    Apr 27 18:21:37 localhost mDNSResponder[194]: mDNSResponder-58.8.1 (Jan 31 2005 21:11:41) starting
    Apr 27 18:21:37 localhost diskarbitrationd[96]: disk10 acfs B3B884A6-BD45-35C9-824D-7C32E50F1202 XRAID1RightSmall [not mounted]
    Apr 27 18:21:37 localhost diskarbitrationd[96]: disk11 acfs 83C6884B-3543-3AE3-9B4D-A842AD3DF156 XRAID1RightBig [not mounted]
    Apr 27 18:21:37 localhost diskarbitrationd[96]: disk12 acfs 98BF0B54-15E9-30B0-A8E0-D6DD26CD27C7 XRAID1LeftSmall [not mounted]
    Apr 27 18:21:37 localhost diskarbitrationd[96]: disk13 acfs 952512A1-A3E0-37D7-8D3A-4142FB882471 XRAID1LeftBig [not mounted]
    Apr 27 18:21:50 localhost SystemStarter: Attendo Xsan File System
    Apr 27 18:21:51 localhost /System/Library/CoreServices/ARD Agent.app/Contents/MacOS/ARD Agent: ******Launched Agent******
    Apr 27 18:21:53 localhost SystemStarter: Attendo Xsan File System
    Apr 27 18:21:56 localhost SystemStarter: Attendo Xsan File System
    Apr 27 18:21:58 localhost SNFS:
    Apr 27 18:21:58 localhost SNFS: File System Server:
    Apr 27 18:21:58 localhost SNFS: Server Revision 2.7.200 Build 92.2
    Apr 27 18:21:58 localhost SNFS: Built for Darwin 7.0
    Apr 27 18:21:58 localhost SNFS: Created on Thu Apr 20 15:47:16 PDT 2006
    Apr 27 18:21:58 localhost SNFS:
    Apr 27 18:21:58 localhost SNFS:
    Apr 27 18:21:58 localhost SNFS: File System Client:
    Apr 27 18:21:58 localhost SNFS: Client Revision 2.7.200 Build 92.2
    Apr 27 18:21:58 localhost SNFS: Built for Darwin 7.0
    Apr 27 18:21:58 localhost SNFS: Created on Thu Apr 20 15:53:03 PDT 2006
    Apr 27 18:21:58 localhost SNFS: Built in /SourceCache/XsanFS/XsanFS-270.92.2
    Apr 27 18:21:59 localhost sudo: root : TTY=unknown ; PWD=/Library/Filesystems/Xsan/debug ; USER=root ; COMMAND=/sbin/kextload -v -s /Library/Filesystems/Xsan/debug
    Apr 27 18:21:59 localhost kernel: Xsan Client Revision 2.7.200 Build 92.2 Built for Darwin 7.0 Created on Thu Apr 20 15:53:03 PDT 2006
    Apr 27 18:21:59 localhost sudo: root : TTY=unknown ; PWD=/Library/Filesystems/Xsan/debug ; USER=root ; COMMAND=/sbin/kextload -v -s /Library/Filesystems/Xsan/debug
    Apr 27 18:21:59 localhost ConsoleMessage: Current socket buffer size: 262144
    Apr 27 18:21:59 localhost SystemStarter: Current socket buffer size: 262144
    Apr 27 18:21:59 localhost ConsoleMessage: Setting max socket buffer size: 16777216
    Apr 27 18:21:59 localhost SystemStarter: Setting max socket buffer size: 16777216
    Apr 27 18:21:59 localhost ConsoleMessage: Starting fsmpm
    Apr 27 18:21:59 localhost SystemStarter: Starting fsmpm
    Apr 27 18:21:59 localhost SystemStarter: Attendo Xsan File System
    Apr 27 18:21:59 localhost /Library/Filesystems/Xsan/bin/fsmpm: PortMapper: No fsroutes file - No preferred routes will be registered.
    Apr 27 18:22:00 localhost /Library/Filesystems/Xsan/bin/fsmpm: PortMapper: self (mac03.local) IP address is 192.168.15.22 .
    Apr 27 18:22:00 localhost /Library/Filesystems/Xsan/bin/fsmpm: PortMapper: Added FSS route from '127.0.0.1' to '192.168.15.22'
    Apr 27 18:22:00 localhost /Library/Filesystems/Xsan/bin/fsmpm: NSS: Primary Name Server is '192.168.15.186' (192.168.15.186)
    Apr 27 18:22:00 localhost fsmpm[414]: NSS: Name Server '192.168.15.186' (192.168.15.186) port is 49161.
    Apr 27 18:22:00 localhost fsmpm[414]: Portmapper: ComputerInfo: computer_name = "mac03", hostname = "mac03"
    Apr 27 18:22:00 localhost fsmpm[414]: PortMapper: Listening on TCP socket mac03.local (0.0.0.0):49212
    Apr 27 18:22:00 localhost fsmpm[414]: NSS: Listening on UDP socket mac03.local:49165
    Apr 27 18:22:00 localhost diskarbitrationd[96]: disk14 hfs 03BB7013-9B81-3D1F-9F81-D91095711495 Raid [not mounted]
    Apr 27 18:22:00 localhost fsmpm[414]: PortMapper: CVFS Volume XRAID1RightSmall on device: /dev/rdisk10 (blk 0xe00001e raw 0xe00001e) con: 2 lun: 0 state: 0xf4 inquiry
    Apr 27 18:22:00 localhost fsmpm[414]: PortMapper: CVFS Volume XRAID1LeftSmall on device: /dev/rdisk12 (blk 0xe000020 raw 0xe000020) con: 2 lun: 0 state: 0xf4 inquiry [Apr 27 18:22:00 localhost fsmpm[414]: PortMapper: CVFS Volume XRAID1RightBig on device: /dev/rdisk11 (blk 0xe00001f raw 0xe00001f) con: 2 lun: 1 state: 0xf4 inquiry [AApr 27 18:22:00 localhost fsmpm[414]: PortMapper: CVFS Volume XRAID1LeftBig on device: /dev/rdisk13 (blk 0xe000021 raw 0xe000021) con: 2 lun: 1 state: 0xf4 inquiry [APApr 27 18:22:00 localhost fsmpm[414]: PortMapper: No fsmlist file - No File System Services launched.
    Apr 27 18:22:00 localhost /usr/share/servermgrd/cgi-bin/servermgr_nomadfss: [374] main: Waited 2 secs for fsmpm to start (now running)
    Apr 27 18:22:00 localhost /usr/share/servermgrd/cgi-bin/servermgr_nomadfss: [374] main: Will detach its own daemon
    Apr 27 18:22:00 localhost /usr/share/servermgrd/cgi-bin/servermgr_nomadfss: [420] main: Detached its own daemon
    Apr 27 18:22:00 localhost fsmpm[414]: PortMapper: Creating sync file </Library/Filesystems/Xsan/debug/fsmpm-sync.278>
    Apr 27 18:22:01 localhost ConsoleMessage: fsmpm started
    Apr 27 18:22:01 localhost SystemStarter: fsmpm started
    Apr 27 18:22:01 localhost ConsoleMessage: Starting cvfsd
    Apr 27 18:22:01 localhost SystemStarter: Starting cvfsd
    Apr 27 18:22:01 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/diskarbitrationd": exited as a result of signal 6 [pid 96]
    Apr 27 18:22:01 localhost fsmpm[414]: Disk rescan found 4 disks
    Apr 27 18:22:02 localhost fsmpm[414]: PortMapper: Local FSD client is registered.
    Apr 27 18:22:02 localhost diskarbitrationd[431]: disk0s2 hfs 2B44F0E7-8C49-3AD4-BB8A-F9F2E3643E57 Macintosh HD /
    Apr 27 18:22:02 localhost diskarbitrationd[431]: disk14 hfs 03BB7013-9B81-3D1F-9F81-D91095711495 Raid [not mounted]
    Apr 27 18:22:02 localhost SystemStarter: Attendo Xsan File System
    Apr 27 18:22:03 localhost diskarbitrationd[431]: disk13 acfs 952512A1-A3E0-37D7-8D3A-4142FB882471 XRAID1LeftBig [not mounted]
    Apr 27 18:22:03 localhost diskarbitrationd[431]: disk10 acfs B3B884A6-BD45-35C9-824D-7C32E50F1202 XRAID1RightSmall [not mounted]
    Apr 27 18:22:03 localhost diskarbitrationd[431]: disk12 acfs 98BF0B54-15E9-30B0-A8E0-D6DD26CD27C7 XRAID1LeftSmall [not mounted]
    Apr 27 18:22:03 localhost diskarbitrationd[431]: disk11 acfs 83C6884B-3543-3AE3-9B4D-A842AD3DF156 XRAID1RightBig [not mounted]
    Apr 27 18:22:03 localhost /Library/PreferencePanes/BlueHarvest.prefPane/Contents/Resources/BlueHarvestMon itor: BH: Started.
    Apr 27 18:22:04 localhost ConsoleMessage: cvfsd started
    Apr 27 18:22:04 localhost SystemStarter: cvfsd started
    Apr 27 18:22:04 localhost ConsoleMessage: Mounting Xsan File System volumes
    Apr 27 18:22:04 localhost SystemStarter: Mounting Xsan File System volumes
    Apr 27 18:22:04 localhost SystemStarter: Avvio completato.
    Apr 27 18:22:06 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/diskarbitrationd": exited as a result of signal 6 [pid 431]
    Apr 27 18:22:07 localhost /usr/share/servermgrd/cgi-bin/servermgr_nomadvol: [421] ERROR: mountvolumenamed(XsanVol): Could not remove mount point directory /Volumes/XsApr 27 18:22:12 localhost /Library/PreferencePanes/BlueHarvest.prefPane/Contents/Resources/BlueHarvestMon itor: BH: Main engine start.
    Apr 27 18:22:36 localhost /usr/share/servermgrd/cgi-bin/servermgr_nomadfss: [420] ERROR: getlabeleddisks: Error -1 iterating over list
    Apr 27 18:22:36 localhost /usr/share/servermgrd/cgi-bin/servermgr_nomadfss: getlabeleddisks: SNFS Generic Error
    Apr 27 18:22:36 localhost /usr/share/servermgrd/cgi-bin/servermgr_nomadfss: [420] ERROR: getlocalproperties: Did not save reply because no disk or status=100047/0
    Apr 27 18:22:36 localhost /usr/share/servermgrd/cgi-bin/servermgr_nomadfss: [420] ERROR: synchronizeconfiguration_ifclient: 192.168.15.22 sees 0 disks
    Any ideas?
    Thanks
    Diego

    You may have what are called corrupt free inodes. Inodes are the actual containers in the file system that store your data. Here are some similar threads that may help you:
    http://www.xsanity.com/forum/viewtopic.php?p=3521
    http://www.xsanity.com/forum/viewtopic.php?p=4408
    In the first thread, they were able to simply rebuild their Xsan and restore from backup, but in the second, they were able to use cvfsck -C to perform a "clobber" which removes the bad inodes, so new, uncorrupted inodes can be created.
    The problem is, if you have an Xsan with this kind of corruption, it will usually re-appear, so your best bet is to do what you have to to get your volume back online long enough to grab your data, then re-create your volume again from scratch. If you did a volume expansion in the past without running cvfsck and making sure your file system was clean first, this kind of corruption will sometimes happen.
    Without seeing more, this is all just a guess, but if you find that corrupt inodes are what you're running into, here are some notes from when I've had to fix this myself:
    http://www.jasonmyres.com/2010/11/xsan-2-0-troubleshooting/
    Good luck.
    JM

  • Question about ssh client

    I wanna launch a gui program on an ssh client, but id doesn't support
    graphic or something.Does anybody know any software that can do this,
    or any solution that I could test my program by ssh .
    Thanks

    use the -X switch.. see man ssh

  • Office 2013, click icon nothing happens, no errors, no eventlog, MANY clients with this issue

    We're an IT solutions provider for companies of all sizes as well, as residential users, and we've been plagued by a new Microsoft-caused issue that's seriously affecting our client's perception of us since it seems like 'you didn't fix it the first
    time' or 'you sold us the computer', so it's our responsibility to fix for free.
    We've experienced this with 17 people so far, ranging from residential clients with systems that have come from big box stores and from systems we've sold with Microsoft Office 2013 and basically the entire suite stops working.
    If you click an icon, you may see an hour glass for a few seconds and nothing happens (but usually nothing happens at all, as though you didn't click it).
    Diagnostic steps:
    No errors in eventlog, neither under system or application.
    No third party add-ins, sometimes it's a stock install on a new / fresh system.
    Starting Microsoft Office applications in safe mode, like winword /safe, has no effect.
    A quick repair or an online repair will not resolve the issue, it will say it's done but issue still exists.
    Microsoft Office 2013 cannot be uninstalled, we always receive the same error code: 0-4
    Some systems do not have third party antivirus, some are simply using Microsoft Security Essentials.
    This affects all Microsoft Office applications, including Outlook.
    Makes no difference if you use another user account or run-as admin.
    All Microsoft Office 2013 updates have been installed.
    The installation source is undetermined but recent issues stemmed from a physical media (.ISO) install from Microsoft's latest source.
    You cannot start the software by clicking on documents created with Office applications.
    The only way to remove Microsoft Office 2013 is with the removal tool "O15CTRRemove.diagcab".
    The problem returns after a random period of days and no client can relay the actual cause of the issue, it seems random in nature. After the issue is experienced, we go through the same steps including the necessity to utilize the removal tool.  
    This seems to be a new issue that's come out of the blue within the past few weeks, at least on our end. When 17 random people call out of the blue with the same problem, it suggests it's Windows Update related.
    I'm really hoping someone has some insight into this Microsoft glitch and knows of a secret hotfix or special trick to prevent it. I attempted to call Microsoft and it would be more enjoyable to punch a concrete wall since you're dealing with useless people
    in a foreign country who can't really comprehend the seriousness or technicality of the issue, and don't really care, and aren't skilled enough to provide
    insight.
    Does anyone know about this problem?

    Thank you for the reply.
    I understand the flash you are receiving while launching Excel or Word is very fast. However just wanted to check if it is possible to get a screenshot of it.
    Also, are you able to work fine on Excel or Word even after receiving the flash.
    It seems the Office installation might have not been done properly.
    There is a possibility, everytime you Uninstall any application, there are still some patches left behind which could cause an issue while Installing the same application again or even after Installation is successful, it sometimes gives
    issue while launching the application.
    If you want to give a try, you may try to Uninstall the product using Offscrub by clicking on the below link & then can have a fresh installation again.
    http://support.microsoft.com/kb/2739501
    Please let me know the status update once done
    Abhijeet, the box flash happens too fast for me to capture a screenshot of it but I believe it's similar to the smaller box activation process (enter your email).
    Word and Excel work fine whenever this is observed.
    I'm skeptical that this is a "not done properly" kind of scenario, especially when it applies to so many people and many have brand new computers. How can you take a Microsoft Office disc and install it improperly on a new PC? Or how can a person
    go through Microsoft's https://officesetup.getmicrosoftkey.com/ setup, use the software for months and suddenly it stops working? If this is a 'not done properly' scenario, then this is a failing of Microsoft's
    installation source. I can't reiterate this enough, the software works fine for people since installation date and then randomly stops working at a much later date (but many of them failed last month and this is a newer issue).
    I'm starting to get frustrated again as I'd already stated we've used your linked removal tool in my first post and the problem has returned for another user by which I'd used it and reinstalled the product. The client who's PC we have now, one we'd sold
    them, needs to be returned to them and while Microsoft Office is currently working, I was told that if this happens again, they're "going to throw the f#(*@ computer in the river". No joke.
    If we're at the point where we've moved past evaluating logs, registry keys, or file versions or anything along the lines of a developer determining how this Microsoft bug occurs, then I'll return the system back to the client and hope for the best.
    Three strikes and I'm out with this one but perhaps the delayed startup is the final solution... I just wish I knew for sure as we've had a bad year taking a beating for Microsoft's products and their support is the worst in the industry.
    It's further frustrating that since I'd touched base with Microsoft via phone calls, the only person who's been able to provide any insight into the issue is me.

  • Not able to login to FWSM via SSH client

    When i am trying to login to FWSM via SSH client and it is throwing an error that "SSH server rejected your password Try again"

    Hello,
    Not sure how you want me to help. The error says it all! The password is wrong.
    Do you have any other username/password that you could use to connect and change yours as it looks you forgot it. Otherwise try to access it via console and change it.
    Regards.
    Jcarvaja
    Senior Network Security and Core Specialist
    CCIE #42930, 2-CCNP, JNCIS-SEC
    For inmediate assistance hire us at http://inetworks.cr/our-rates/

  • ASA , Cisco VPN client with RADIUS authentication

    Hi,
    I have configured ASA for Cisco VPN client with RADIUS authentication using Windows 2003 IAS.
    All seems to be working I get connected and authenticated. However even I use user name and password from Active Directory when connecting with Cisco VPN client I still have to provide these credentials once again when accessing domain resources.
    Should it work like this? Would it be possible to configure ASA/IAS/VPN client in such a way so I enter user name/password just once when connecting and getting access to domain resources straight away?
    Thank you.
    Kind regards,
    Alex

    Hi Alex,
    It is working as it should.
    You can enable the vpn client to start vpn before logon. That way you login to vpn and then logon to the domain. However, you are still entering credentials twice ( vpn and domain) but you have access to domain resources and profiles.
    thanks
    John

  • Problem with GUI in applet

    Hai to all,
    I am having a problem with GUI in applets
    My first class extends a JPanel named A_a
    import javax.swing .*;
    import java.awt.*;
    import java.awt.event.*;
    public class A_a extends JPanel
    JButton jb;
    JTextArea text;
    public A_a()
    setLayout(new FlowLayout());
    jb=new JButton("Click me");
    //add(jb);
    text=new JTextArea(5,20);
    add(text);
    public void text_appendText(String aa)
    System.out.println("I AM IN A_a");
    text.append(aa);
    text.revalidate();
    revalidate();
    /*public static void main(String ags[])
    A_a a = new A_a();
    JFrame frame=new JFrame();
    frame.getContentPane().add(a);
    frame.pack();
    frame.addWindowListener(new WindowAdapter() {
    public void windowClosing(WindowEvent e) { System.exit(0); }
    frame.setSize(200,200);
    frame.show();
    and then I am using other class B_b which is an applet carries a exitsing panel (A_a) inside it .
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class B_b extends JApplet
    public A_a a;
    public void init()
    a=new A_a();
    getContentPane().add(a);
    public void text_appendText(String aa)
    final String aaa =aa;
    new Thread(new Runnable()
    public void run()
    a=new A_a();
    a.setBackground(new java.awt.Color(255,200,200));
    System.out.println("I AM IN B_b");
    a.text.append(aaa);
    a.text.revalidate();
    getContentPane().remove(a);
    resize(500,500);
    }).start();
    and the I am using the second applet C_c in which by performing a button action the old panel A_a should get removed and replace the new panel D_a (which is not here )in the applet B_b with all other components(namely button , text fields etc)
    import javax.swing .*;
    import java.awt.*;
    import java.awt.event.*;
    import java.applet.*;
    import java.util.*;
    public class C_c extends JApplet implements ActionListener
    JButton jbt;
    JTextArea jta;
    public void init()
    getContentPane().setLayout(new FlowLayout());
    jbt=new JButton("Click me");
    jbt.addActionListener(this);
    getContentPane().add(jbt);
    jta=new JTextArea(5,20);
    getContentPane().add(jta);
    public void actionPerformed(ActionEvent ae)
    Enumeration e = getAppletContext().getApplets();
    Applet applets = null;
    while(e.hasMoreElements())
    applets=(Applet)e.nextElement();
    if ( applets instanceof B_b)
    System.out.println("I AM CLASS C_c");
    ((B_b)applets).text_appendText(jta.getText());
    ((B_b)applets).remove());
    ((B_b)applets).getContentPane().add(D_d);
    both the applets C_c and B_b are in same browser page
    How can i achive that pls help .

    Just to make the code readable...
    import javax.swing .*;
    import java.awt.*;
    import java.awt.event.*;
    public class A_a extends JPanel
    JButton jb;
    JTextArea text;
    public A_a()
    setLayout(new FlowLayout());
    jb=new JButton("Click me");
    //add(jb);
    text=new JTextArea(5,20);
    add(text);
    public void text_appendText(String aa)
    System.out.println("I AM IN A_a");
    text.append(aa);
    text.revalidate();
    revalidate();
    /*public static void main(String ags[])
    A_a a = new A_a();
    JFrame frame=new JFrame();
    frame.getContentPane().add(a);
    frame.pack();
    frame.addWindowListener(new WindowAdapter() {
    public void windowClosing(WindowEvent e) { System.exit(0); }
    frame.setSize(200,200);
    frame.show();
    }and then I am using other class B_b which is an applet carries a exitsing panel (A_a) inside it .
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class B_b extends JApplet
    public A_a a;
    public void init()
    a=new A_a();
    getContentPane().add(a);
    public void text_appendText(String aa)
    final String aaa =aa;
    new Thread(new Runnable()
    public void run()
    a=new A_a();
    a.setBackground(new java.awt.Color(255,200,200));
    System.out.println("I AM IN B_b");
    a.text.append(aaa);
    a.text.revalidate();
    getContentPane().remove(a);
    resize(500,500);
    }).start();
    }and the I am using the second applet C_c in which by performing a button action the old panel A_a should get removed and replace the new panel D_a (which is not here )in the applet B_b with all other components(namely button , text fields etc)
    import javax.swing .*;
    import java.awt.*;
    import java.awt.event.*;
    import java.applet.*;
    import java.util.*;
    public class C_c extends JApplet implements ActionListener
    JButton jbt;
    JTextArea jta;
    public void init()
    getContentPane().setLayout(new FlowLayout());
    jbt=new JButton("Click me");
    jbt.addActionListener(this);
    getContentPane().add(jbt);
    jta=new JTextArea(5,20);
    getContentPane().add(jta);
    public void actionPerformed(ActionEvent ae)
    Enumeration e = getAppletContext().getApplets();
    Applet applets = null;
    while(e.hasMoreElements())
    applets=(Applet)e.nextElement();
    if ( applets instanceof B_b)
    System.out.println("I AM CLASS C_c");
    ((B_b)applets).text_appendText(jta.getText());
    ((B_b)applets).remove());
    ((B_b)applets).getContentPane().add(D_d);
    }

  • Copy client with open items FI, stocks MM and balance from one client to

    Hi Gurus,
    I have a question , I want to copy client with next information:
    1.- All Cuztomazing
    2.- All master data
    3.- Only open items FI-AR , FI-AP,
    4.- Stocks MM available for production.
    5.- Documents sales valids
    6.- Complete Balance (fixed , available and current asset, etc.)
    From one client to other client.
    ¿How can I do it?
    I know that cuztomazing and master data it's possible, I need to find from 3 to 6 point if it's possible for copy tables or some trx complete this information.
    This work it's because my company code changue NIF and  information TAX , and I need to have a cut over for carry forward only the describe information.
    Thank's a lot
    Regards
    Julio

    Hi Julio,
    How did you solve this? I need to perform exactly these steps.
    I am very interested in 3, 4 and 6.
    Thanks in advance.

Maybe you are looking for