Displaying 8 results from an estimated 8 matches for "msg00060".
Did you mean:
  msg00000
  
2019 Nov 19
2
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
...gt;- Remove "rhv-upload: Try to remove disk on timeout" since it cannot
> >  succeed
> >- Add more context in debug error logs
> >- Use disk_id instead of disk.id in close()
> >
> >v1 was here:
> >https://www.redhat.com/archives/libguestfs/2019-November/msg00060.html
> >
> >Nir Soffer (11):
> >  rhv-upload: Cancel transfer if finalize failed
> >  rhv-upload: Keep disk_id in handle
> >  rhv-upload: Show disk id in error message
> >  rhv-upload: Don't keep transfer_service in handle
> >  rhv-upload: Get host befo...
2019 Nov 18
15
[PATCH v2 00/11] rvh-upload: Various fixes and cleanups
...uced by "rhv-upload: Fix cleanup after errors"
- Remove "rhv-upload: Try to remove disk on timeout" since it cannot
  succeed
- Add more context in debug error logs
- Use disk_id instead of disk.id in close()
v1 was here:
https://www.redhat.com/archives/libguestfs/2019-November/msg00060.html
Nir Soffer (11):
  rhv-upload: Cancel transfer if finalize failed
  rhv-upload: Keep disk_id in handle
  rhv-upload: Show disk id in error message
  rhv-upload: Don't keep transfer_service in handle
  rhv-upload: Get host before creating disk
  rhv-upload: Extract create_transfer() functi...
2019 Nov 19
0
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
...x cleanup after errors"
>- Remove "rhv-upload: Try to remove disk on timeout" since it cannot
>  succeed
>- Add more context in debug error logs
>- Use disk_id instead of disk.id in close()
>
>v1 was here:
>https://www.redhat.com/archives/libguestfs/2019-November/msg00060.html
>
>Nir Soffer (11):
>  rhv-upload: Cancel transfer if finalize failed
>  rhv-upload: Keep disk_id in handle
>  rhv-upload: Show disk id in error message
>  rhv-upload: Don't keep transfer_service in handle
>  rhv-upload: Get host before creating disk
>  rhv-upload:...
2019 Nov 19
2
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
...meout" since it cannot
> >> >  succeed
> >> >- Add more context in debug error logs
> >> >- Use disk_id instead of disk.id in close()
> >> >
> >> >v1 was here:
> >> >https://www.redhat.com/archives/libguestfs/2019-November/msg00060.html
> >> >
> >> >Nir Soffer (11):
> >> >  rhv-upload: Cancel transfer if finalize failed
> >> >  rhv-upload: Keep disk_id in handle
> >> >  rhv-upload: Show disk id in error message
> >> >  rhv-upload: Don't keep transfer_...
2003 Mar 19
2
WINBIND with usernames with &
Samba doesn't allow connections from usernames that have & in them. For
example, using 2.2.5 and winbind with
security = DOMAIN
password server = win2kmixed
workgroup = MIXEDDOMAIN
all my users can login, (for example MIXEDDOMAIN+aho, MIXEDDOMAIN+tdickson),
but my users named "&" and "bobalso&" (which should be MIXEDDOMAIN+& and
MIXEDDOMAIN+bobalso&)
2019 Nov 19
0
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
...load: Try to remove disk on timeout" since it cannot
>> >  succeed
>> >- Add more context in debug error logs
>> >- Use disk_id instead of disk.id in close()
>> >
>> >v1 was here:
>> >https://www.redhat.com/archives/libguestfs/2019-November/msg00060.html
>> >
>> >Nir Soffer (11):
>> >  rhv-upload: Cancel transfer if finalize failed
>> >  rhv-upload: Keep disk_id in handle
>> >  rhv-upload: Show disk id in error message
>> >  rhv-upload: Don't keep transfer_service in handle
>> >...
2019 Nov 19
0
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
...not
>> >> >  succeed
>> >> >- Add more context in debug error logs
>> >> >- Use disk_id instead of disk.id in close()
>> >> >
>> >> >v1 was here:
>> >> >https://www.redhat.com/archives/libguestfs/2019-November/msg00060.html
>> >> >
>> >> >Nir Soffer (11):
>> >> >  rhv-upload: Cancel transfer if finalize failed
>> >> >  rhv-upload: Keep disk_id in handle
>> >> >  rhv-upload: Show disk id in error message
>> >> >  rhv-upload:...
2019 Nov 14
1
ANNOUNCE: libnbd 1.2 & nbdkit 1.16 - high performance NBD client and server
...e full announcement and links to mitigation, tests and fixes
       here:
       https://www.redhat.com/archives/libguestfs/2019-September/msg00128.html
       remote code execution vulnerability
       See the full announcement here:
       https://www.redhat.com/archives/libguestfs/2019-October/msg00060.html
   New APIs
       nbd_can_fast_zero(3)
           Test support by the server for fast zeroing (Eric Blake).
       nbd_connect_socket(3)
       nbd_aio_connect_socket(3)
           Connect to a local connected socket which you create in your main
           program using your own chosen met...