Displaying 5 results from an estimated 5 matches for "4a93".
Did you mean:
493
2016 May 12
1
[PATCH] New API: btrfs-filesystem-show (RHBZ#1164765)
...;
+ if (!lines)
+ return NULL;
+
+ if (count_strings (lines) < 3) {
+ reply_with_error ("truncated output from 'btrfs filesystem show' command");
+ return NULL;
+ }
+
+ /* Output of `btrfs filesystem show' is like:
+ *
+ * Label: none uuid: 99a1b6ba-de46-4a93-8f91-7d7685970a6c
+ * Total devices 3 FS bytes used 1.12MiB
+ * devid 1 size 10.00GiB used 2.00GiB path /dev/sda
+ * [...]
+ *
+ * or:
+ *
+ * Label: none uuid: 99a1b6ba-de46-4a93-8f91-7d7685970a6c
+ * Total devices 3 FS bytes used 1.12M...
2015 Oct 21
4
Centos 7 - "Device eth1 does not seem to be present, delaying initialization".
...e is no eth1 in the system.
# cat /etc/sysconfig/network-scripts/ifcfg-eth1
TYPE=Ethernet
BOOTPROTO=static
DEFROUTE=no
PEERDNS=no
PEERROUTES=no
IPV4_FAILURE_FATAL=no
IPV6INIT=no
IPV6_AUTOCONF=no
IPV6_DEFROUTE=no
IPV6_PEERDNS=no
IPV6_PEERROUTES=no
IPV6_FAILURE_FATAL=no
NAME=eth1
#UUID=e421e35f-3397-4a93-9449-0aa4e9ef9e1d
DEVICE=eth1
ONBOOT=yes
IPADDR=1.2.3.4
NETMASK=255.255.255.0
All pages which I found about "Device ethX does not seem to be present,
delaying initialization" tell to correctly configure udev but it is
correctly configured and it worked some time ago, only recently i star...
2015 Oct 21
0
Re: Centos 7 - "Device eth1 does not seem to be present, delaying initialization".
...g-eth1
> TYPE=Ethernet
> BOOTPROTO=static
> DEFROUTE=no
> PEERDNS=no
> PEERROUTES=no
> IPV4_FAILURE_FATAL=no
> IPV6INIT=no
> IPV6_AUTOCONF=no
> IPV6_DEFROUTE=no
> IPV6_PEERDNS=no
> IPV6_PEERROUTES=no
> IPV6_FAILURE_FATAL=no
> NAME=eth1
> #UUID=e421e35f-3397-4a93-9449-0aa4e9ef9e1d
> DEVICE=eth1
> ONBOOT=yes
> IPADDR=1.2.3.4
> NETMASK=255.255.255.0
>
> All pages which I found about "Device ethX does not seem to be present,
> delaying initialization" tell to correctly configure udev but it is
> correctly configured and it wor...
2019 Jun 21
0
Intermittent live migration hang with ceph RBD attached volume
...uot;source">
> < <secret type="ceph"
> uuid="d4a47178-ab90-404e-8f25-058148da8446"/>
> ---
> > <auth username="destination">
> > <secret type="ceph"
> uuid="72e9373d-7101-4a93-a7d2-6cce5ec1e6f1"/>
The libvirt secret as shown above is properly setup with good credentials
on both source and destination hypervisors.
When this happens, I don't see anything logged on the destination
hypervisor in the libvirt log. However in the source hypervisors log, I do
see...
2012 Nov 16
0
samba4 ad problems
...d6-42a8-bc79-4487b61c7733._msdcs.test.local CN=Configuration,DC=test,DC=local
[2012/11/16 16:26:01, 0] ../source4/librpc/rpc/dcerpc_util.c:660(dcerpc_pipe_auth_recv)
Failed to bind to uuid e3514235-4b06-11d1-ab04-00c04fc2dcd2 for e3514235-4b06-11d1-ab04-00c04fc2dcd2 at ncacn_ip_tcp:da93641c-ad62-4a93-bf2d-5eae845237ab._msdcs.test.local[1024,seal,krb5] NT_STATUS_INVALID_PARAMETER
[2012/11/16 16:26:01, 2] ../source4/dsdb/repl/replicated_objects.c:779(dsdb_replicated_objects_commit)
Replicated 0 objects (0 linked attributes) for CN=Schema,CN=Configuration,DC=test,DC=local
[2012/11/16 16:26:11,...