search for: fd00

Displaying 20 results from an estimated 54 matches for "fd00".

Did you mean: d00
2019 Apr 01
2
Re: guestfish Remote Images IPv6 Support
I believe the bug lies in libguestfs. Taking out the commands being sent to QEMU and using qemu-img info I can recreate the error: # qemu-img info "rbd:images/CentOS-7-x86_64-GenericCloud-1901:mon_host=[fd00::cefc:1]\:6789:auth_supported=none" qemu-img: Could not open 'rbd:images/CentOS-7-x86_64-GenericCloud-1901:mon_host=[fd00::cefc:1]\:6789:auth_supported=none': invalid conf option :cefc:1]:6789:auth_supported: No such file or directory When escaping the : in the v6 address (just like...
2019 Apr 01
1
Re: guestfish Remote Images IPv6 Support
This worked wonderfully!  What are the odds of getting this upstream in the near future?  I'd rather not build from source in production. # ./run guestfish --format=raw --ro -a rbd://[fd00::cefc:1]:6789/images/CentOS-7-x86_64-GenericCloud-1901 libguestfs: trace: set_verbose true libguestfs: trace: set_verbose = 0 libguestfs: trace: set_tmpdir "/root/libguestfs/tmp" libguestfs: trace: set_tmpdir = 0 libguestfs: trace: set_cachedir "/root/libguestfs/tmp" libguestfs:...
2019 Apr 01
2
Re: guestfish Remote Images IPv6 Support
...orted for remote image targets? > It definitely should work, although I don't know if anyone has tried > using the address explicitly (rather than a hostname which resolves to > an AAAA record). > >> For example: >> >> guestfish --format=raw --ro -a >> rbd://[fd00::cefc:1]:6789/images/CentOS-7-x86_64-GenericCloud-1901 >> >> Does not work citing the following: > The important lines are these. Firstly guestfish parses the URL into > an actual libguestfs API call, which looks fine to me: > >> libguestfs: trace: add_drive >> &qu...
2019 Mar 29
2
guestfish Remote Images IPv6 Support
I have scoured the web and can't find anything on the topic: Is IPv6 supported for remote image targets? For example: guestfish --format=raw --ro -a rbd://[fd00::cefc:1]:6789/images/CentOS-7-x86_64-GenericCloud-1901 Does not work citing the following: libguestfs: trace: set_verbose true libguestfs: trace: set_verbose = 0 libguestfs: create: flags = 0, handle = 0x5560231bdfb0, program = guestfish libguestfs: trace: set_pgroup true libguestfs: trace: set_p...
2016 Dec 28
0
IPv4/IPv6 mismatches of doveadm: Fatal: connect(fd00:b::1:12345) failed: Connection refused
...ran into an issue worth reporting. This is Dovecot v2.2.27 (c0f36b0) at FreeBSD STABLE-11. Previously: dovecot.conf: plugin { mail_replica = tcp:remote.test } service doveadm { inet_listener { address = [::] } } | local> host remote.test: remote.test has IPv6 address fd00:b::1 working well. Currently: dovecot.conf: plugin { mail_replica = tcp:remote.test } service doveadm { inet_listener { address = * } } | local> host remote.test: remote.test has address 10.2.0.1 remote.test has IPv6 address fd00:b::1 Now, Replication stops and...
2011 Jun 09
1
winbind and ipv6
...=Cut=== [2011/06/09 22:13:58, 3] winbindd/winbindd_cm.c:1597(connection_ok) connection_ok: Connection to HQ-GC.norma.com for domain SOFTLAB is not connected [2011/06/09 22:13:58, 0] libads/kerberos.c:693(print_kdc_line) print_kdc_line: can't resolve name for kdc with non-default port [fd00::32d]. Error hostname nor servname provided, or not known .cm_prepare_connection: Unknown error: 0 [2011/06/09 22:13:58, 0] libads/kerberos.c:693(print_kdc_line) print_kdc_line: can't resolve name for kdc with non-default port [fd00::32d]. Error hostname nor servname provided, or not kn...
2005 Oct 31
0
"disappeared" user
...42) hephaistos (192.168.1.52) connect to service profiles initially as user student1 (uid=538, gid=538) (pid 30970) [2005/10/28 10:53:48, 0] smbd/oplock.c:oplock_break(847) oplock_break: receive_smb timed out after 30 seconds. oplock_break failed for file student1/Templates/quattro.wb2 (dev = fd00, inode = 13371610, file_id = 2831). [2005/10/28 10:53:48, 0] smbd/oplock.c:oplock_break(919) oplock_break: client failure in oplock break in file student1/Templates/quattro.wb2 [2005/10/28 10:54:18, 0] smbd/oplock.c:oplock_break(847) oplock_break: receive_smb timed out after 30 seconds. oploc...
2013 May 22
6
[Bug 823] New: IPv6 NAT memory leaking
...Component: ip6_tables (kernel) AssignedTo: netfilter-buglog at lists.netfilter.org ReportedBy: lex.weishun at gmail.com Estimated Hours: 0.0 I tried IPv6 NAT and the system always crashes due to out-of-memory. Here are my steps to reproduce: [VM-a] ------------------- [VM-b] fd00:1234::a/64 fd00:1234::b/64 * VM-a and VM-b are both virtualbox VMs (Arch Linux, kernel 3.9.3-1-ARCH, x866_64, with 64M memory) 1. Add an IPv6 NAT rule on VM-b (even it is never matched): (VM-b)# ip6tables -t nat -A POSTROUTING -s abcd::1 -j LOG 2. Ping with big packets from VM-a...
2019 Mar 30
0
Re: guestfish Remote Images IPv6 Support
...g on the topic: Is IPv6 > supported for remote image targets? It definitely should work, although I don't know if anyone has tried using the address explicitly (rather than a hostname which resolves to an AAAA record). > For example: > > guestfish --format=raw --ro -a > rbd://[fd00::cefc:1]:6789/images/CentOS-7-x86_64-GenericCloud-1901 > > Does not work citing the following: The important lines are these. Firstly guestfish parses the URL into an actual libguestfs API call, which looks fine to me: > libguestfs: trace: add_drive > "images/CentOS-7-x86_64-Ge...
2019 Apr 01
0
Re: guestfish Remote Images IPv6 Support
...t; >It definitely should work, although I don't know if anyone has tried > >using the address explicitly (rather than a hostname which resolves to > >an AAAA record). > > > >>For example: > >> > >>guestfish --format=raw --ro -a > >>rbd://[fd00::cefc:1]:6789/images/CentOS-7-x86_64-GenericCloud-1901 > >> > >>Does not work citing the following: > >The important lines are these. Firstly guestfish parses the URL into > >an actual libguestfs API call, which looks fine to me: > > > >>libguestfs: tra...
2020 Nov 17
2
can't delete recursive DNS entry
...ic Any idea to delete these entries ? With RSAT Tool it's not possible and I find no way to do it with the samba-tool root at DRAGO:~# samba-tool dns query drago briesebaer.intern @ ALL -U administrator Password for [BRIESEBAER\administrator]: Name=, Records=7, Children=0 AAAA: fd00:0000:0000:0000:41e7:354c:d036:dbe4 (flags=600000f0, serial=27217, ttl=900) AAAA: fd00:0000:0000:0000:0011:32ff:fe28:a3b0 (flags=600000f0, serial=27217, ttl=900) SOA: serial=27218, refresh=900, retry=600, expire=86400, minttl=3600, ns=tux.briesebaer.intern., email=hostmaster.briesebaer.int...
2018 Jan 30
7
[Bug 1221] New: "fib" produces strange results with an IPv6 default route
...lft forever 2: enp0s5: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether 00:1c:42:87:bf:33 brd ff:ff:ff:ff:ff:ff inet 10.0.0.3/24 brd 10.0.0.255 scope global enp0s5 valid_lft forever preferred_lft forever inet6 fd00::3/64 scope global valid_lft forever preferred_lft forever inet6 fe80::21c:42ff:fe87:bf33/64 scope link valid_lft forever preferred_lft forever 3: enp0s6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether 00...
2024 Jan 06
8
[Bug 1730] New: nft does not handle IPv6 addresses with embedded IPv4 addresses
...o.ojea.garcia at gmail.com Originally reported by Lars Ekman in Kubernetes https://github.com/kubernetes/kubernetes/issues/122611 , all credit to him The rfc5952 seems to accept "embedded ipv4" addresses, and iptables accept them, however, nft does not This works ip6tables -A INPUT -s fd00::10.0.0.1/128 -j DROP This does not nft -v nftables v1.0.9 (Old Doc Yak #3) nft add table ip6 test6 nft 'add chain ip6 test6 test6 { type filter hook prerouting priority 0; }' nft insert rule ip6 test6 test6 ip6 saddr fd00::10.0.0.1 log Error: syntax error, unexpected log insert rule ip6...
2013 Jan 04
2
Syslinux 5.00 - Doesn't boot my system / Not passing the kernel options to the kernel?
...able holds up to 128 entries First usable sector is 34, last usable sector is 41943006 Partitions will be aligned on 2048-sector boundaries Total free space is 2014 sectors (1007.0 KiB) Number Start (sector) End (sector) Size Code Name 1 2048 264191 128.0 MiB FD00 Boot 2 264192 41943006 19.9 GiB FD00 Bank The partitions are part of a mdraid setup: testVM ~ # cat /proc/mdstat Personalities : [raid1] [raid6] [raid5] [raid4] [raid10] md1 : active raid1 sda2[0] sdb2[1] 20838311 blocks super 1.2 [2/2] [UU] md0 : active raid1 sd...
2013 Jun 28
0
IPv6 two or more providers, duplicating routing table does not work
.../etc/shorewall6/zones fw firewall net loc admin mgmt Used Versions: Kernel: 3.8.12-1 iptables: 1.4.18 iproute: 20120521-3+b3 shorewall: 4.5.16.1 main routing table contents: 2001:xxxx:xxxx::/64 dev eth2 proto kernel metric 256 2001:xxxx:xxxx:xxxx::/64 dev sixxs proto kernel metric 256 fd00:xxxx:xxxx:xx::/64 dev eth0 proto kernel metric 256 fd00:xxxx:xxxx:xx::/64 dev vlan42 proto kernel metric 256 fd00:xxxx:xxxx:xx::/64 dev vlan99 proto kernel metric 256 fe80::/64 dev eth2 proto kernel metric 256 fe80::/64 dev eth0 proto kernel metric 256 fe80::/64 dev vlan42 proto kernel...
2020 Nov 17
2
can't delete recursive DNS entry
...administrator Password for [BRIESEBAER\administrator]: Name=, Records=0, Children=0 Name=briesebaer, Records=0, Children=1 root at DRAGO:~# samba-tool dns query drago briesebaer.intern briesebaer.intern ALL -U administrator Password for [BRIESEBAER\administrator]: Name=, Records=7, Children=0 AAAA: fd00:0000:0000:0000:41e7:354c:d036:dbe4 (flags=600000f0, serial=27217, ttl=900) AAAA: fd00:0000:0000:0000:0011:32ff:fe28:a3b0 (flags=600000f0, serial=27217, ttl=900) SOA: serial=27218, refresh=900, retry=600, expire=86400, minttl=3600, ns=tux.briesebaer.intern., email=hostmaster.briesebaer.intern. (flag...
2019 Jan 10
3
Help finishing off Centos 7 RAID install
...oning /boot/efi but I now can't find it. Does anyone know >> of a >> similar article? > > > Use RAID1 for /boot/efi as well.? The installer should get the details > right. Are you sure? How is the EFI firmware going to know about the RAID1? RAID1 is going to have type FD00 (Linux RAID) whereas EFI firmware expects type EF00 (EFI System Partition) to boot from. EFI then reads the GPT table directly and looks for a vfat filesystem to boot from. Default Linux software RAID1 on EL7 uses metadata 1.2 which is located at the beginning of the partition. EFI won't recog...
2019 Apr 01
0
Re: guestfish Remote Images IPv6 Support
...n, Apr 01, 2019 at 09:45:56AM -0500, Jonathan Wright wrote: > I believe the bug lies in libguestfs. > > Taking out the commands being sent to QEMU and using qemu-img info I > can recreate the error: > > # qemu-img info "rbd:images/CentOS-7-x86_64-GenericCloud-1901:mon_host=[fd00::cefc:1]\:6789:auth_supported=none" > qemu-img: Could not open 'rbd:images/CentOS-7-x86_64-GenericCloud-1901:mon_host=[fd00::cefc:1]\:6789:auth_supported=none': > invalid conf option :cefc:1]:6789:auth_supported: No such file or > directory > > When escaping the : in th...
2019 Jul 19
0
replication stuck?
...tions: 0x00000001 Warning: No NC replicated for Connection! /var/log/samba/log.samba ends with repeated entries [2019/07/19 16:51:17.781888, 0] ../../source4/librpc/rpc/dcerpc_util.c:737(dcerpc_pipe_auth_recv) Failed to bind to uuid e3514235-4b06-11d1-ab04-00c04fc2dcd2 for ncacn_ip_tcp:fd00::215:5dff:feb1:c20[49153,seal,krb5,target_hostname=a0c6a86f-61da-4b05-8510-5d7af2cc34b7._msdcs.samba.lindenberg.one,target_principal=GC/boa.samba.lindenberg.one/samba.lindenberg.one,abstract_syntax=e3514235-4b06-11d1-ab04-00c04fc2dcd2/0x00000004,localaddress=fd00::215:5dff:fe74:d707] NT_STATUS_NO_L...
2005 Apr 14
0
Op-lock error
...nger available. This may be new: This is the first time I've seen this in the messages file: Apr 14 16:33:35 tolkien smbd[26853]: oplock_break: end of file from client Apr 14 16:33:35 tolkien smbd[26853]: oplock_break failed for file TV/Odyssey5/Odyssey 5-1x16-Vanishing.Point.avi (dev = fd00, inode = 644, file_id = 7). Apr 14 16:33:35 tolkien smbd[26853]: [2005/04/14 16:33:35, 0] smbd/oplock.c:oplock_break(923) Apr 14 16:33:35 tolkien smbd[26853]: oplock_break: client failure in break - shutting down this smbd. Apr 14 16:34:07 tolkien smbd[26857]: [2005/04/14 16:34:07, 0] smbd/op...