Displaying 14 results from an estimated 14 matches for "test02".
Did you mean:
test01
2009 May 26
1
Installing and running XEN
...ault distribution to install.
image = sparse # Specify sparse vs. full disk images.
#
#
gateway = xxx.xxx.xxx.xxx
netmask = 255.255.255.240
#
#
kernel = /boot/vmlinuz-2.6.26-2-xen-686
initrd = /boot/initrd.img-2.6.26-2-xen-686
#
#
mirror = http://ftp.debian.at/debian/
# xen-create-image --hostname test02 --ip xxx.xxx.xxx.xxx
# xm create test02.cfg
so, everything is ok so far. so, I run:
# xm list and I see
Name ID Mem VCPUs State Time(s)
Domain-0 0 207 1 r----- 195.7
test02...
2010 Aug 19
0
AD Groups Failing to Authorize in Valid Users (does not start with S-)
...(in the form DOMAIN+user in the Valid Users
list) into a share causes the share to reject all but the list of users.
GREAT!
Unfortunately adding a Domain Group (in the form @DOMAIN+group) to the
valid users list does NOT proper authorize the user, even when he or she
belongs to the proper group.
[test02 at machine01 ~]$ smbclient //machine01/opt_share -k
WARNING: The "printer admin" option is deprecated
OS=[Unix] Server=[Samba 3.0.33-0.19.el4_8.1]
tree connect failed: NT_STATUS_ACCESS_DENIED
BTW both -U and -k work to authenticate a user, so Kerberos does in fact
work.
When I do this (...
2023 Mar 11
3
Upgrade machine type during migration
...t;/type>
? </os>
When I try to migrate this guest to a new system I get the error:
error: internal error: unable to execute QEMU command 'blockdev-add':
Failed to connect socket: Permission denied
On the new host I see the log entries:
libvirtd[22411]: Domain id=18 name='test02'
uuid=9bad33a8-d18e-4c68-bdbe-dad34142dc22 is tainted: deprecated-config
(machine type 'pc-q35-rhel8.2.0')
systemd-machined[9980]: New machine qemu-18-test02.
systemd[1]: Started Virtual Machine qemu-18-test02.
systemd-networkd[3914]: vnet20: Link DOWN
systemd-networkd[3914]: vnet20:...
2019 Mar 26
1
Problem passing qemu cmdline option when using <qemu:commandline> in domain xml.
...<qemu:args value='parallel,id=charparallel0,path=/dev/parport0'/>
<qemu:args value='-device'/>
<qemu:args value='isa-parallel,chardev=charparallel0,id=parallel0'/>
</qemu:commandline>
...
it failed and showed:
[root@localhost local]# virsh start test02
error: Failed to start domain test02
error: internal error: process exited while connecting to monitor: 2019-03-27 02:28:12.507+0000: Domain id=32 is tainted: custom-argv
2019-03-27T02:28:12.599326Z qemu-system-x86_64: -chardev parallel,id=charparallel0,path=/dev/parport0: Could not open '/de...
2016 Mar 10
0
First logon after smbpasswd -a someuser failed
*first logon*
$ smbclient -L deb-8-t1 -U test02%qq
WARNING: The "syslog" option is deprecated
session setup failed: NT_STATUS_UNSUCCESSFUL
*second logon*
$ smbclient -L deb-8-t1 -U test02%qq
WARNING: The "syslog" option is deprecated
Domain=[WORKGROUP] OS=[Windows 6.1] Server=[Samba 4.3.6-Debian]
Sharename Type...
2006 Dec 08
2
trouble with cloud output to bmp when in loop
...tting cloud()
from the lattice package to output to bmp files. Oddly, this is only a
problem when outputting multiple files in a loop.
WORKS FINE:
> bmp("d:/test2.bmp"); cloud(z~x+y); dev.off()
ALSO WORKS:
> bmp("d:/test01.bmp"); cloud(z~x+y); dev.off(); bmp("d:/test02.bmp");
cloud(z~x+y); dev.off();
DOES NOT WORK (produces blank bitmaps):
> for(i in 1:3) {bmp("d:/test2.bmp"); cloud(z~x+y); dev.off()}
Is this a bug?
Is there a way to make this work?
(working in MS Windows XP x64 with R 2.4.0)
Thanks!
---
Eric B. Peterson
Vegetation...
2019 Mar 26
0
Problem passing qemu cmdline option when using <qemu:commandline> in domain xml.
...>
<qemu:args value='pty,id=charparallel0,path=/dev/parport0'/>
<qemu:args value='-device'/>
<qemu:args value='isa-parallel,chardev=charparallel0,id=parallel0'/>
</qemu:commandline>
...
it failed and showed:
[root@localhost local]# virsh start test02
error: Failed to start domain test02
error: internal error: process exited while connecting to monitor: 2019-03-27 02:28:12.507+0000: Domain id=32 is tainted: custom-argv
2019-03-27T02:28:12.599326Z qemu-system-x86_64: -chardev parallel,id=charparallel0,path=/dev/parport0: Could not open '/de...
2008 Aug 11
1
AD on 2003R2 NT_STATUS_NO_SUCH_USER
...with
error NT_STATUS_NO_SUCH_USER
[2008/08/08 09:55:29, 3] smbd/error.c:error_packet_set(106)
error packet at smbd/sesssetup.c(105) cmd=115 (SMBsesssetupX)
NT_STATUS_LOGON_FAILURE
However, I can get successful results using wbinfo:
>From wbinfo -u:
administrator
guest
support_388945a0
krbtgt
test02
host_aixplay1
test01
testcopy
>From wbinfo -g:
BUILTIN+administrators
BUILTIN+users
domain computers
domain controllers
schema admins
enterprise admins
domain admins
domain users
domain guests
group policy creator owners
dnsupdateproxy
testgrp1
testgrp2
testgrp3
staff
>From wbinfo -a test01...
2011 Oct 27
1
minimizing device-dependent code in graphics scripts
...- I write a script, test.R, to produce some graphs, viewing them
on-screen and tinkering until they look right
- I want to save image files (e.g., .png), so I wrap each plot in device
driver calls, e.g.,
png(file='test01.png', width=600, height=600);
plot(1:10)
dev.off()
png(file='test02.png', width=600, height=600);
plot(10:1)
dev.off()
...
- Then I want to include those graphs in a document, so maybe I want
them in .pdf or .eps format. So I have
to modify all the device calls to pdf() or postscript(), changing the
filenames and perhaps other options.
If I want those grap...
2010 Jul 07
0
samba 3.4.8 solaris 10 no windows security tab
...ba --with-libiconv=/tools/iconv/v1.12 --with-krb5=/tools/kerberos/v1.6.3 --with-ads --with-aio-support --with-automount --with-pam --with-sendfile-support --with-utmp --with-winbind
Here is my config file.
# Logging
realm = TEST.LAB
workgroup = TEST
security = ADS
password server = test01.test.lab test02.test.lab
encrypt passwords = yes
server string = File Server
log level = 1
syslog only = no
max log size = 50
log file = /var/samba/log/%m.log
domain master = no
socket options = TCP_NODELAY
;client schannel = no
;server schannel = yes
aio read size = 1
aio write size = 1
allow trusted domains = no...
2020 Feb 27
5
New PTR records not visible
...numbers and zone names your creating.
I also tested below with between every line a : sleep 0.1
Same results, wrong results.
#!bin/bash
# Run this script 2 times!!
DC_FQDN="$(hostname -f)"
DC_NAME="$(hostname -s)"
# After the first run change the "test1/test2 to test01/test02"
# and run it again.
ZONE_TEST1="test1.domain.tld"
ZONE_TEST2="test2.domain.tld"
ZONE_ARPA="0.168.192"
ZONE_IP="192.168.0"
#kinit Administrator !! AUTH before you run this script.
# Create zone
# test with FQDN
samba-tool dns zonecreate $DC_FQDN $Z...
2020 Feb 27
0
New PTR records not visible
...so tested below with between every line a : sleep 0.1
> Same results, wrong results.
>
> #!bin/bash
> # Run this script 2 times!!
>
> DC_FQDN="$(hostname -f)"
> DC_NAME="$(hostname -s)"
>
> # After the first run change the "test1/test2 to test01/test02"
> # and run it again.
> ZONE_TEST1="test1.domain.tld"
> ZONE_TEST2="test2.domain.tld"
>
> ZONE_ARPA="0.168.192"
> ZONE_IP="192.168.0"
>
> #kinit Administrator !! AUTH before you run this script.
>
> # Create zone
> #...
2020 Feb 27
4
New PTR records not visible
Ok, new test.
Besides that i dont like the python errors shown, this still looks good.
So i dont know.. See below, i can not make it error.
for x in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ; do samba-tool dns add dc1.internal.dom.tld $x.249.10.in-addr.arpa 158 PTR host-test.extrazone.dom.tld ; done
Record added successfully
Record added successfully
Record added successfully
Record added
2014 Sep 16
5
[PATCH 0/3] tests: Introduce test harness for running tests.
These are my thoughts on adding a test harness to run tests instead of
using automake. The aim of this exercise is to allow us to run the
full test suite on an installed copy of libguestfs. Another aim is to
allow us to work around all the limitations and problems of automake.
The first patch makes an observation that since the ./run script sets
up $PATH to contain all the directories