[Bug 667762] Re: tkmib problem.

2011-03-11 Thread Damjan Zajc
I install Ubuntu 10.04 in my computer and now work tkmib fine.

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in ubuntu.
https://bugs.launchpad.net/bugs/667762

Title:
  tkmib problem.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 667762] Re: tkmib problem.

2011-03-11 Thread Damjan Zajc
I install Ubuntu 10.04 in my computer and now work tkmib fine.

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/667762

Title:
  tkmib problem.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 674390] Re: 1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

2010-11-17 Thread Damjan Zajc
Computer OS whitch do copy is Juniper routers.

Dx3

-- 
1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem
https://bugs.launchpad.net/bugs/674390
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 674390] Re: 1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

2010-11-17 Thread Damjan Zajc
Computer OS whitch do copy is Juniper routers.

Dx3

-- 
1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem
https://bugs.launchpad.net/bugs/674390
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 674390] [NEW] 1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

2010-11-12 Thread Damjan Zajc
Public bug reported:

My configuration is:
Ubuntu 10.10 (maverick) i386, 2.6.35-22-generic

When I want to download a configuration of device I get a this report
(command is: scp -v 172.30.250.14:ns_sys_config test.cfg):

Executing: program /usr/bin/ssh host 172.30.250.14, user (unspecified), command 
scp -v -f -- ns_sys_config
OpenSSH_5.5p1 Debian-4ubuntu4, OpenSSL 0.9.8o 01 Jun 2010
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 172.30.250.14 [172.30.250.14] port 22.
debug1: Connection established.
debug1: identity file /home/zajcd/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: identity file /home/zajcd/.ssh/id_rsa-cert type -1
debug1: identity file /home/zajcd/.ssh/id_dsa type 2
debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024
debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024
debug1: identity file /home/zajcd/.ssh/id_dsa-cert type -1
debug1: Remote protocol version 2.0, remote software version NetScreen
debug1: no match: NetScreen
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.5p1 Debian-4ubuntu4
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server-client 3des-cbc hmac-sha1 none
debug1: kex: client-server 3des-cbc hmac-sha1 none
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: Host '172.30.250.14' is known and matches the DSA host key.
debug1: Found key in /home/zajcd/.ssh/known_hosts:24
debug1: ssh_dss_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,password
debug1: Next authentication method: publickey
debug1: Offering public key: /home/zajcd/.ssh/id_dsa
debug1: Server accepts key: pkalg ssh-dss blen 435
debug1: Authentication succeeded (publickey).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending env LANG = en_US.utf8
debug1: Sending command: scp -v -f -- ns_sys_config
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
Transferred: sent 2384, received 1464 bytes, in 0.1 seconds
Bytes per second: sent 29048.0, received 17838.2
debug1: Exit status 1

The problem is: Download configuration shall not be made.
In older version hat command works fine.

In older Ubuntu version is different line:
Ubuntu 10.10: debug1: Sending command: scp -v -f -- ns_sys_config
Ubuntu 10.04: debug1: Sending command: scp -v -f ns_sys_config

** Affects: openssh (Ubuntu)
 Importance: Undecided
 Status: New

-- 
1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem
https://bugs.launchpad.net/bugs/674390
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 674390] [NEW] 1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

2010-11-12 Thread Damjan Zajc
Public bug reported:

My configuration is:
Ubuntu 10.10 (maverick) i386, 2.6.35-22-generic

When I want to download a configuration of device I get a this report
(command is: scp -v 172.30.250.14:ns_sys_config test.cfg):

Executing: program /usr/bin/ssh host 172.30.250.14, user (unspecified), command 
scp -v -f -- ns_sys_config
OpenSSH_5.5p1 Debian-4ubuntu4, OpenSSL 0.9.8o 01 Jun 2010
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 172.30.250.14 [172.30.250.14] port 22.
debug1: Connection established.
debug1: identity file /home/zajcd/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: identity file /home/zajcd/.ssh/id_rsa-cert type -1
debug1: identity file /home/zajcd/.ssh/id_dsa type 2
debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024
debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024
debug1: identity file /home/zajcd/.ssh/id_dsa-cert type -1
debug1: Remote protocol version 2.0, remote software version NetScreen
debug1: no match: NetScreen
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.5p1 Debian-4ubuntu4
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server-client 3des-cbc hmac-sha1 none
debug1: kex: client-server 3des-cbc hmac-sha1 none
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: Host '172.30.250.14' is known and matches the DSA host key.
debug1: Found key in /home/zajcd/.ssh/known_hosts:24
debug1: ssh_dss_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,password
debug1: Next authentication method: publickey
debug1: Offering public key: /home/zajcd/.ssh/id_dsa
debug1: Server accepts key: pkalg ssh-dss blen 435
debug1: Authentication succeeded (publickey).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending env LANG = en_US.utf8
debug1: Sending command: scp -v -f -- ns_sys_config
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
Transferred: sent 2384, received 1464 bytes, in 0.1 seconds
Bytes per second: sent 29048.0, received 17838.2
debug1: Exit status 1

The problem is: Download configuration shall not be made.
In older version hat command works fine.

In older Ubuntu version is different line:
Ubuntu 10.10: debug1: Sending command: scp -v -f -- ns_sys_config
Ubuntu 10.04: debug1: Sending command: scp -v -f ns_sys_config

** Affects: openssh (Ubuntu)
 Importance: Undecided
 Status: New

-- 
1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem
https://bugs.launchpad.net/bugs/674390
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 667762] [NEW] tkmib problem.

2010-10-28 Thread Damjan Zajc
Public bug reported:

My operation system is: Ubuntu maverick (10.10) i386

tkmib version: 5.4.3~dfsg-1ubuntu3
perl-tk: 1:804.029-1
libsnmp-perl: 5.4.3~dfsg-1ubuntu3

My problem is:
When I start tkmib, has the wrong structure tree (1.6.3.2 - just number). I set 
the path to the library, where the MIB files, and does not work. It works only 
when manually select the MIB file. But it can not always do that.

In Ubuntu 9.10 it works without any problems. (different version)

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
tkmib problem.
https://bugs.launchpad.net/bugs/667762
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs