search for: 40e7

Displaying 8 results from an estimated 8 matches for "40e7".

Did you mean: 40,7
2015 Mar 05
2
Re: [PATCH 1/2] New API: btrfs_filesystem_show
..../run guestfish -N fs:btrfs btrfs-filesystem-show /dev/sda1 libguestfs: error: btrfs_filesystem_show: /dev/sda1: When I tried the btrfs-filesystem-show-all API, I see a lot of structure in the output: $ ./run guestfish -N fs:btrfs btrfs-filesystem-show-all Label: none uuid: f7754d86-baa1-40e7-a563-46976e81d64c Total devices 1 FS bytes used 28.00KiB devid 1 size 99.88MiB used 12.00MiB path /dev/sda1 Btrfs v3.18 Usually we should try to turn that text into structs, otherwise every consumer of libguestfs has to write parsing code themselves. *However* in this ca...
2015 Mar 06
3
Re: [PATCH 1/2] New API: btrfs_filesystem_show
...a bug of btrfs-progs. v3.17 works fine. > I'll fix it. > > > When I tried the btrfs-filesystem-show-all API, I see a lot of > > structure in the output: > > > > $ ./run guestfish -N fs:btrfs btrfs-filesystem-show-all > > Label: none uuid: f7754d86-baa1-40e7-a563-46976e81d64c > > Total devices 1 FS bytes used 28.00KiB > > devid 1 size 99.88MiB used 12.00MiB path /dev/sda1 > > > > Btrfs v3.18 > > > > Usually we should try to turn that text into structs, otherwise every > > consumer of li...
2015 Mar 06
0
Re: [PATCH 1/2] New API: btrfs_filesystem_show
...w: /dev/sda1: > That might be a bug of btrfs-progs. v3.17 works fine. I'll fix it. > When I tried the btrfs-filesystem-show-all API, I see a lot of > structure in the output: > > $ ./run guestfish -N fs:btrfs btrfs-filesystem-show-all > Label: none uuid: f7754d86-baa1-40e7-a563-46976e81d64c > Total devices 1 FS bytes used 28.00KiB > devid 1 size 99.88MiB used 12.00MiB path /dev/sda1 > > Btrfs v3.18 > > Usually we should try to turn that text into structs, otherwise every > consumer of libguestfs has to write parsing code...
2015 Mar 25
0
Re: [PATCH 1/2] New API: btrfs_filesystem_show
...fine. > > I'll fix it. > > > > > When I tried the btrfs-filesystem-show-all API, I see a lot of > > > structure in the output: > > > > > > $ ./run guestfish -N fs:btrfs btrfs-filesystem-show-all > > > Label: none uuid: f7754d86-baa1-40e7-a563-46976e81d64c > > > Total devices 1 FS bytes used 28.00KiB > > > devid 1 size 99.88MiB used 12.00MiB path /dev/sda1 > > > > > > Btrfs v3.18 > > > > > > Usually we should try to turn that text into structs, otherwise ev...
2019 Apr 24
0
Windows clients require reboot once a day in order to access mapped drives
...S_NETWORK_SESSION_EXPIRED (0xc000035c) means: “The client session has expired; so the client must re-authenticate to continue accessing the remote resources.” According to Microsoft’s SMB2 protocol documentation <https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-smb2/717222e4-72c6-40e7-9121-a9646d874058> “If the Status field in the SMB2 header is STATUS_NETWORK_SESSION_EXPIRED, the client MUST attempt to reauthenticate the session that is identified by the SessionId in the SMB2 header, as specified in section 3.2.4.2.3. If the reauthentication attempt succeeds, the client MUST...
2015 Mar 05
3
[PATCH 0/2] btrfs: add support to btrfs filesystem show
Chen Hanxiao (2): New API: btrfs_filesystem_show New API: btrfs_filesystem_show_all daemon/btrfs.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ generator/actions.ml | 21 +++++++++++++++++++++ src/MAX_PROC_NR | 2 +- 3 files changed, 73 insertions(+), 1 deletion(-) -- 2.1.0
2019 Apr 18
3
Windows clients require reboot once a day in order to access mapped drives
Hi Rowland, > I hope someone has seen this before and knows what's going on. Given > > the time delay between the problem recurring, I'm guessing the issue > > lies with Kerberos, but I'm not sure how to verify that or how to > > resolve the issue. If you need more info, please let me know. > > > > Problem: > > Each morning, windows users are
2013 Dec 13
3
Resource ordering only using Hiera?
Hello, I''m trying to come up with a generic wrapper class for use with hiera so that I can have a service that is completely managed and configured via hiera and its own puppet module to be notified by Puppet of changes to a file or other resource managed by a different class/module. The example I''m using here is the management of /etc/security/limits.conf for a service account