Displaying 14 results from an estimated 14 matches for "40d5".
Did you mean:
4095
2019 Nov 28
3
[PATCH] rhv-upload: Fix waiting for transfer
...uot;, line 109, in open
transfer = create_transfer(connection, disk, host)
File "/home/nsoffer/src/virt-v2v/tmp/rhvupload.1DgXyh/rhv-upload-plugin.py", line 539, in create_transfer
"transfer %s was paused by system" % transfer.id)
RuntimeError: transfer 32b97384-ac8b-40d5-b423-26d31faabe32 was paused by system
I could not simulate the other cases. This probaly requires injecting
errors in engine.
v2v/rhv-upload-plugin.py | 40 +++++++++++++++++++++++++++++++---------
1 file changed, 31 insertions(+), 9 deletions(-)
diff --git a/v2v/rhv-upload-plugin.py b/v2v/rhv...
2019 Dec 10
1
Re: [PATCH] rhv-upload: Fix waiting for transfer
...ansfer = create_transfer(connection, disk, host)
> > File "/home/nsoffer/src/virt-v2v/tmp/rhvupload.1DgXyh/rhv-upload-plugin.py", line 539, in create_transfer
> > "transfer %s was paused by system" % transfer.id)
> > RuntimeError: transfer 32b97384-ac8b-40d5-b423-26d31faabe32 was paused by system
> >
> > I could not simulate the other cases. This probaly requires injecting
> > errors in engine.
>
> You might be able to inject errors more easily than that by modifying
> the test harness (tests/test-v2v-o-rhv-upload-module/ovir...
2017 Apr 13
0
[PATCH] Detect correct systemdsystemshutdowndir
...------
SUSE LINUX, s. r. o. e-mail: sbrabec at suse.com
K?i??kova 148/34 (Corso IIa) tel: +49 911 7405384547
186 00 Praha 8-Karl?n fax: +420 284 084 001
Czech Republic http://www.suse.cz/
PGP: 830B 40D5 9E05 35D8 5E27 6FA3 717C 209F A04F CD76
2013 Aug 23
0
Any file upload and strong parameters examples
...n email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/6022fac4-96db-40d5-8364-9ebbc72411ae%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
2017 Nov 08
0
DC's are unavailable when PDC halted
...RD: Wrong Password (0xc000006a)
>
> so, looks like it works.
>
> # net ads status
>
> gives a very long output.
>
> And wbinfo gives only open-ldap as DC:
>
> # wbinfo --dsgetdcname=CORE
> open-ldap.core.mydomain.hu
> \\10.10.20.202
> 1
> 37241698-63dd-40d5-805b-d83f4a35223a
> core.mydomain.hu
> core.mydomain.hu
> 0xe00013fd
> Default-First-Site-Name
> Default-First-Site-Name
>
> # wbinfo --getdcname=CORE
> OPEN-LDAP
>
> # wbinfo -a abc_airween%GOODPASS
> plaintext password authentication failed
> Could not authen...
2019 Nov 28
0
Re: [PATCH] rhv-upload: Fix waiting for transfer
...pen
> transfer = create_transfer(connection, disk, host)
> File "/home/nsoffer/src/virt-v2v/tmp/rhvupload.1DgXyh/rhv-upload-plugin.py", line 539, in create_transfer
> "transfer %s was paused by system" % transfer.id)
> RuntimeError: transfer 32b97384-ac8b-40d5-b423-26d31faabe32 was paused by system
>
> I could not simulate the other cases. This probaly requires injecting
> errors in engine.
You might be able to inject errors more easily than that by modifying
the test harness (tests/test-v2v-o-rhv-upload-module/ovirtsdk4/).
Anyway patch looks...
2017 Nov 08
3
DC's are unavailable when PDC halted
...E --target-hostname=open-ldap2.core.mydomain.hu
NT_STATUS_WRONG_PASSWORD: Wrong Password (0xc000006a)
so, looks like it works.
# net ads status
gives a very long output.
And wbinfo gives only open-ldap as DC:
# wbinfo --dsgetdcname=CORE
open-ldap.core.mydomain.hu
\\10.10.20.202
1
37241698-63dd-40d5-805b-d83f4a35223a
core.mydomain.hu
core.mydomain.hu
0xe00013fd
Default-First-Site-Name
Default-First-Site-Name
# wbinfo --getdcname=CORE
OPEN-LDAP
# wbinfo -a abc_airween%GOODPASS
plaintext password authentication failed
Could not authenticate user abc_airween%GOODPASS with plaintext password
cha...
2018 Apr 11
2
Unreasonably poor performance of replicated volumes
...ata/glusterfs/r2vol/brick1/brick
> Throughput *580.07 MBps *time 3.7021 secs
And two *pure replicated ('replica 2' and 'replica 3')* volumes. *The
'replica 2' volume is for testing purpose only.
> Volume Name: r2vol
> Type: Replicate
> Volume ID: 4748d0c0-6bef-40d5-b1ec-d30e10cfddd9
> Status: Started
> Snapshot Count: 0
> Number of Bricks: 1 x 2 = 2
> Transport-type: tcp
> Bricks:
> Brick1: fsnode2.ibnet:/data/glusterfs/r2vol/brick1/brick
> Brick2: fsnode4.ibnet:/data/glusterfs/r2vol/brick1/brick
> Options Reconfigured:
> nfs.disabl...
2019 Nov 28
2
Re: [PATCH] rhv-upload: Fix waiting for transfer
...ansfer = create_transfer(connection, disk, host)
> > File "/home/nsoffer/src/virt-v2v/tmp/rhvupload.1DgXyh/rhv-upload-plugin.py", line 539, in create_transfer
> > "transfer %s was paused by system" % transfer.id)
> > RuntimeError: transfer 32b97384-ac8b-40d5-b423-26d31faabe32 was paused by system
> >
> > I could not simulate the other cases. This probaly requires injecting
> > errors in engine.
>
> You might be able to inject errors more easily than that by modifying
> the test harness (tests/test-v2v-o-rhv-upload-module/ovir...
2018 Apr 12
0
Unreasonably poor performance of replicated volumes
...gt; Throughput *580.07 MBps *time 3.7021 secs
>
>
> And two *pure replicated ('replica 2' and 'replica 3')* volumes. *The
> 'replica 2' volume is for testing purpose only.
>
>> Volume Name: r2vol
>> Type: Replicate
>> Volume ID: 4748d0c0-6bef-40d5-b1ec-d30e10cfddd9
>> Status: Started
>> Snapshot Count: 0
>> Number of Bricks: 1 x 2 = 2
>> Transport-type: tcp
>> Bricks:
>> Brick1: fsnode2.ibnet:/data/glusterfs/r2vol/brick1/brick
>> Brick2: fsnode4.ibnet:/data/glusterfs/r2vol/brick1/brick
>> Optio...
2018 Apr 13
1
Unreasonably poor performance of replicated volumes
...e 3.7021 secs
>>
>>
>> And two *pure replicated ('replica 2' and 'replica 3')* volumes. *The
>> 'replica 2' volume is for testing purpose only.
>>
>>> Volume Name: r2vol
>>> Type: Replicate
>>> Volume ID: 4748d0c0-6bef-40d5-b1ec-d30e10cfddd9
>>> Status: Started
>>> Snapshot Count: 0
>>> Number of Bricks: 1 x 2 = 2
>>> Transport-type: tcp
>>> Bricks:
>>> Brick1: fsnode2.ibnet:/data/glusterfs/r2vol/brick1/brick
>>> Brick2: fsnode4.ibnet:/data/glusterfs/r2vol...
2018 Nov 28
2
Fw: AD usres are not show in Domain Controller when apply setfacl command
...ers = +rishi\"Domain Users"
# vi /etc/fstab
#
# /etc/fstab
# Created by anaconda on Thu Oct 26 20:59:06 2017
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=855b2556-69c5-40d5-8c1e-7686791de4e8 / ext4 defaults 1 1
UUID=76398c37-3212-4092-b8d4-cf2a807ac07d /home ext4 defaults 1 2
UUID=600ec943-139e-4bf2-9d70-51ce2bfaeeab swap swap defaults 0 0
/dev/disk/by-uuid/1ff91bed-d951-4712-8812...
2013 Jan 25
3
Xen IBM X3400 boots dead
...artition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,1)
# kernel /vmlinuz-version ro root=/dev/mapper/vg_corpspare-lv_root
# initrd /initrd-[generic-]version.img
#boot=/dev/sda1
device (hd0) HD(1,800,64000,c422860a-1636-40d5-8ce1-dbcc11c5f003)
default=2
timeout=10
splashimage=(hd0,1)/grub/splash.xpm.gz
#hiddenmenu
title Red Hat Enterprise Linux Server (2.6.32-279.2.1.el6.x86_64)
root (hd0,1)
kernel /vmlinuz-2.6.32-279.2.1.el6.x86_64 ro root=/dev/mapper/vg_corpspare-lv_root rd_LVM_LV=vg_corpspare/lv_root...
2017 Nov 08
4
DC's are unavailable when PDC halted
Hi Rowland,
many thanks for your help,
On Wed, Nov 08, 2017 at 11:00:59AM +0000, Rowland Penny wrote:
>
> On Wed, 8 Nov 2017 11:18:10 +0100
> Ervin Hegedüs <airween at gmail.com> wrote:
>
>
> > ========
> > open-ldap:
...
> > --------
> > /etc/resolv.conf
> > search core.mydomain.hu
> > nameserver 127.0.0.1
> > nameserver