Displaying 4 results from an estimated 4 matches for "returen".
Did you mean:
reture
2013 Jun 27
1
virsh can create vHBA, but returen error msg "Node device not found"
Hi,
I am using the libvirt 1.0.6 with the patch applied:
http://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=371c155
The problem I encountered is, with virsh comand 'nodedev-create
/home/kvm/vHBA.xml', the vHBA can be generated as expected on the host,
but error msg will show in the virsh shell:
libvirt: Node Device Driver error : Node device not found
I try to find the reason with
2004 May 17
8
[Bug 869] Password expiration does not work for LDAP users
http://bugzilla.mindrot.org/show_bug.cgi?id=869
Summary: Password expiration does not work for LDAP users
Product: Portable OpenSSH
Version: -current
Platform: PPC
OS/Version: AIX
Status: NEW
Severity: critical
Priority: P2
Component: Miscellaneous
AssignedTo: openssh-bugs at mindrot.org
2008 Jun 23
0
publishing printer to ADS not working
...er publish novapr07 -UXXXX
the command does not return any errors, so I thought
that it was successful, but unfortunately the new printer
did not show up in the ADS.
In the samba logs there is no sign of an errors :-(
I then performed the same command again but with debugging
enabled (-d 3).
It returened following output:
<--snip
[2008/06/23 10:12:40, 3] param/loadparm.c:lp_load(5055)
lp_load: refreshing parameters
[2008/06/23 10:12:40, 3] param/loadparm.c:init_globals(1440)
Initialising global parameters
[2008/06/23 10:12:40, 3] param/params.c:pm_process(572)
params.c:pm_process()...
2016 Jan 03
8
User id for the forwarder ports
Hi,
Question:
Can a TCP server (running on the same host as the OpenSSH server) know
the user id/name of a user forwarding an TCP port ?
I.e. if someone on some client machine does
ssh -L9999:localhost:9999 someuser at somehost
nc localhost 9999
and a service accepts the connection on port localhost:9999 on
somehost, can it somehow safely read out the user name "someuser"?
Long