Pastebin
Paste #2342: metaconfig/yum
< previous paste - next paste>
Pasted by tdn
A /root/development/spye-metaconfig/spye-metaconfig/resources
A /root/development/spye-metaconfig/spye-metaconfig/resources/metaconfig-wrapper.sh
A /root/development/spye-metaconfig/spye-metaconfig/resources/node-config.dist
A /root/development/spye-metaconfig/spye-metaconfig/resources/Makefile
A /root/development/spye-metaconfig/spye-metaconfig/Makefile
A /root/development/spye-metaconfig/Makefile
A /root/development/Makefile
Checked out revision 2921.
mkdir: cannot create directory `/root/bin': File exists
ln: failed to create symbolic link `/root/bin/spye': File exists
ln: failed to create symbolic link `/root/bin/metaconfig': File exists
[root@localhost ~]# exec bash
[root@localhost ~]# ll
total 12
-rw-------. 1 root root 984 Mar 27 10:28 anaconda-ks.cfg
drwxr-xr-x. 2 root root 4096 Mar 28 03:56 bin
drwxr-xr-x. 6 root root 4096 Mar 28 07:39 development
[root@localhost ~]# ll bin
total 4
lrwxrwxrwx. 1 root root 62 Mar 28 03:56 metaconfig -> /root/development/spye/current/resources/metaconfig-wrapper.sh
lrwxrwxrwx. 1 root root 39 Mar 28 03:56 spye -> /root/development/spye/current/spye-exe
[root@localhost ~]# cd met^C
[root@localhost ~]# ^C
[root@localhost ~]# ^C
[root@localhost ~]# cd bin/
[root@localhost bin]# ll
total 4
lrwxrwxrwx. 1 root root 62 Mar 28 03:56 metaconfig -> /root/development/spye/current/resources/metaconfig-wrapper.sh
lrwxrwxrwx. 1 root root 39 Mar 28 03:56 spye -> /root/development/spye/current/spye-exe
[root@localhost bin]# rm metaconfig
rm: remove symbolic link `metaconfig'? y
[root@localhost bin]# ln -s /root/development/spye/current/spye-exe spye
ln: failed to create symbolic link `spye': File exists
[root@localhost bin]# ln -s /root/development/spye
spye/ spye-metaconfig/ spye-metaconfig-multi/
[root@localhost bin]# ln -s /root/development/spye-metaconfig/
current/ Makefile patches/ spye-metaconfig/ .svn/
[root@localhost bin]# ln -s /root/development/spye-metaconfig/current/resources/
Makefile metaconfig-wrapper.sh node-config.dist .svn/
[root@localhost bin]# ln -s /root/development/spye-metaconfig/current/resources/metaconfig-wrapper.sh metaconfig
[root@localhost bin]# ll
total 4
lrwxrwxrwx. 1 root root 73 Mar 28 07:43 metaconfig -> /root/development/spye-metaconfig/current/resources/metaconfig-wrapper.sh
lrwxrwxrwx. 1 root root 39 Mar 28 03:56 spye -> /root/development/spye/current/spye-exe
[root@localhost bin]# ln -s /root/development/spye-metaconfig/current/resources/metaconfig-wrapper.sh metaconfig^C
[root@localhost bin]# ll -la
total 12
drwxr-xr-x. 2 root root 4096 Mar 28 07:43 .
dr-xr-x---. 9 root root 4096 Mar 28 07:40 ..
lrwxrwxrwx. 1 root root 73 Mar 28 07:43 metaconfig -> /root/development/spye-metaconfig/current/resources/metaconfig-wrapper.sh
lrwxrwxrwx. 1 root root 39 Mar 28 03:56 spye -> /root/development/spye/current/spye-exe
[root@localhost bin]# ..
bash: ..: command not found...
Similar commands are::
'..'
'.'
[root@localhost bin]# cd ..
[root@localhost ~]# ll -la
total 72
dr-xr-x---. 9 root root 4096 Mar 28 07:40 .
dr-xr-xr-x. 22 root root 4096 Mar 27 10:08 ..
-rw-------. 1 root root 984 Mar 27 10:28 anaconda-ks.cfg
-rw-------. 1 root root 611 Mar 28 07:40 .bash_history
-rw-r--r--. 1 root root 18 Feb 9 2011 .bash_logout
-rw-r--r--. 1 root root 176 Feb 9 2011 .bash_profile
-rw-r--r--. 1 root root 176 Feb 9 2011 .bashrc
drwxr-xr-x. 2 root root 4096 Mar 28 07:43 bin
drwx------. 3 root root 4096 Mar 27 14:27 .config
-rw-r--r--. 1 root root 100 Feb 9 2011 .cshrc
drwx------. 3 root root 4096 Mar 27 14:27 .dbus
drwxr-xr-x. 6 root root 4096 Mar 28 07:39 development
drwx------. 2 root root 4096 Mar 27 14:27 .gconf
drwxr-xr-x. 3 root root 4096 Mar 28 03:56 .spye
drwxr-xr-x. 3 root root 4096 Mar 28 07:36 .subversion
-rw-r--r--. 1 root root 129 Feb 9 2011 .tcshrc
-rw-------. 1 root root 66 Mar 28 07:40 .xauthnfluMR
-rw-------. 1 root root 66 Mar 28 03:44 .xautht78MP2
[root@localhost ~]# find .spye
.spye
.spye/plugins
.spye/plugins/metaconfig
[root@localhost ~]# ll .spye/plugins/
total 4
lrwxrwxrwx. 1 root root 60 Mar 28 03:56 metaconfig -> /root/development/spye-metaconfig/current/plugins/metaconfig
[root@localhost ~]# metaconfig
Traceback (most recent call last):
File "/root/bin/spye", line 2, in <module>
import spye
File "/root/development/spye/spye-python/spye/__init__.py", line 5, in <module>
import proctitle
ImportError: No module named proctitle
[root@localhost ~]#
d
New Paste
Go to most recent paste.