Products > Test Equipment

Agilent E7495 linux root account

<< < (13/91) > >>

CustomEngineerer:

--- Quote from: 9aplus on February 25, 2015, 09:30:08 pm ---Last session ->

--- Quote ---E749xx login: root
Password:
[root@E749xx /root]$mount /dev/hdc1 /mnt
[root@E749xx /root]$mount
rootfs on / type rootfs (rw)
/dev/root on / type ext2 (rw)
/proc on /proc type proc (rw)
none on /dev/pts type devpts (rw)
/dev/mtdb3 on /flash type jffs2 (rw)
/dev/hdc1 on /mnt type vfat (rw)
[root@E749xx /root]$cd ..
[root@E749xx /]$cd ..
[root@E749xx /]$ls
bin         flash       linuxrc     nfs         root        usr
dev         home        lost+found  proc        sbin        var
etc         lib         mnt         rd          tmp         xdrive
[root@E749xx /]$cd flash
[root@E749xx /flash]$cd egGui
[root@E749xx egGui]$ls
JimiProClasses.zip  rhino-1.5R4.jar     xerces.jar
egclient.jar        shellexec.log
libguiutil.so       swing.jar
[root@E749xx egGui]$cp egclient.jar /dev/hdc1
[root@E749xx egGui]$umount /dev/hdc1
[root@E749xx egGui]$mount
rootfs on / type rootfs (rw)
/dev/root on / type ext2 (rw)
/proc on /proc type proc (rw)
none on /dev/pts type devpts (rw)
/dev/mtdb3 on /flash type jffs2 (rw)
[root@E749xx egGui]$

--- End quote ---

This is 4th try and failure.... after >cp on CF card file system is gone, full format on Win PC help to restore... data and screen copy
on same CF goes well....

--- End quote ---

Your syntax is a little off. "cp egclient.jar /dev/hdc1" is copying egclient.jar over the hdc1 device, not into it. I didn't think unix/linux would actually let you do that. My guess is that it wrote egclient.jar starting at the beginning of the cf card and overwrote the partition table which is why the file system is gone. The correct syntax would be "cp egclient.jar /dev/hdc1/", notice the trailing front slash after hdc1. Though I still would not recommend doing it this way. I would reformat the the CF card, mount it and then copy it with this command. "cp egclient.jar /mnt/" Again, make sure you get the trailing front slash.

ldhn1uec:
New to the group, new to the unit. At the hamcation flea market i picked up 4 units, all "broken", seems they all work to some extent. one has a broken lcd, all took the firmware upgrade. all have slightly different opotions. dissasembled and reassembled cracked unit,  it still works and is useable with remote software. saw some talk of the download issues, check any/all firewall settings on the host pc as the file is pulled from the pc within the java parent. i had trouble until i used the early 1.4 java package. that worked well on xp and still works on w7. starting to look into modifying the options, i'll post results here. i will also mention that since this is an older unit, don't use cf larger than 2g due to changes in sector sizes.  find a 64 or 128 MEG cf card for transfers and you'll have much fewer problems.  hope that helps.

Lou... N1UEC


Sent from my iPad using Tapatalk

9aplus:
@CustomEngineerer thank you, that was useful tip, copy now in order  :-+

Concerning overall progress, something still missing.....  Correct path maybe?

RemoteGui.jar is not able to start egclient.jar, even not when all are within Home folder

When run alone egclient.jar makes this screen, and it is not possible to quit OpenJDK Java 6 Runtime.

 

CustomEngineerer:

--- Quote from: 9aplus on February 26, 2015, 07:42:56 pm ---@CustomEngineerer thank you, that was useful tip, copy now in order  :-+

Concerning overall progress, something still missing.....  Correct path maybe?

RemoteGui.jar is not able to start egclient.jar, even not when all are within Home folder

When run alone egclient.jar makes this screen, and it is not possible to quit OpenJDK Java 6 Runtime.
 

--- End quote ---

Glad you were able to get the copy done. For what's going wrong now all I can think of is to make sure that you are starting RemoteGui.jar like Urs42 suggested in Reply #35. Pasting it below. Also note that the command is a little different than when he first suggested it back in Reply #29. Good luck.


--- Quote ---It loos like you are running the command in your home directory, that won't work. Run it in the directory where all the java files are.

I pasted the wrong command line, please replace egclient-patch.jar with egclient.jar


--- Code: ---java -Dserver=192.168.1.209 -DlocalAddress=192.168.1.205 -classpath "egclient.jar:xerces.jar:JimiProClasses.zip:RemoteGui.jar" elgato.gui.MainWindow

--- End code ---

--- End quote ---

9aplus:
Yes, you are right, just forgot on that advice...

Now all running well  :-+
(except ftp file transfer, but who cares)

Like to thank to all of you. for kind assistance and patience
on this small E7495B tutorial on Java & Linux

Navigation

[0] Message Index

[#] Next page

[*] Previous page

There was an error while thanking
Thanking...
Go to full version
Powered by SMFPacks Advanced Attachments Uploader Mod