unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#18483: Fwd: Dmd tries to initialize my network interface before it become available.
       [not found] <CAN=wXfDbirM8b+kOZ7Svgo1JMFFXZaFEpj-f3i+Gb6+magx+=A@mail.gmail.com>
@ 2014-09-15 16:24 ` Dušan Xmetov
  2014-09-16  8:24   ` Ludovic Courtès
  2019-02-13  0:25   ` bug#18483: " Leo Famulari
  0 siblings, 2 replies; 4+ messages in thread
From: Dušan Xmetov @ 2014-09-15 16:24 UTC (permalink / raw)
  To: 18483

[-- Attachment #1: Type: text/plain, Size: 463 bytes --]

Dmd attempts to configure my network interface before the kernel
module even gets loaded.

Yesterday, there was a commit that tried to fix this problem by
starting udev before configuring the network, but in my case it
doesn't help.

I'm enclosing in this email my os definition, a dmesg log and a photo
of the problem (At the top you can see it trying to configure the
network, while at the bottom you can see e100, my network adapter's
driver, getting loaded).

[-- Attachment #2: config.scm --]
[-- Type: application/octet-stream, Size: 1608 bytes --]

(use-modules (gnu)
             (gnu packages zile)       ;; For the removal of `zile'.
             (gnu packages nano)       ;; For the removal of `nano'.
             (gnu packages nvi)        ;; For `nvi'.
             (gnu services networking) ;; For `static-networking-service'.
             (gnu services ssh))       ;; For `lsh-service'.

(operating-system
  (host-name "p3-gnu")
  (timezone "Europe/Bratislava")
  (locale "en_US.UTF-8")

  (bootloader
    (grub-configuration
      (device "/dev/sda")))

  (file-systems
    (append
      %base-file-systems
      (list
        ;; Root file system.
        (file-system
          (device "Gnu")
          (mount-point "/")
          (type "ext4")
          (needed-for-boot? #t)
          (check? #t)))))
  (users
    (list
      ;; Me!
      (user-account
        (name "dusan")
        (uid 1000)
        (group "users")       ;; I can hear you now.
        (supplementary-groups '("audio"))
        (comment "Dusan Xmetov")
        (home-directory "/home/dusan"))))

  (packages
    (append
      (delete zile
        (delete nano
          %base-packages))
      (list
        ;; No system is complete without a proper text editor.
        nvi)))

  (services
    (append
      %base-services
      (list 
        ;; SSH Server
        (lsh-service #:port-number 22 #:root-login? #f
                     #:allow-empty-passwords? #f)
        ;; Ethernet
        (static-networking-service "enp1s8"  "192.168.0.104"
                                   #:gateway "192.168.0.1"
                                   #:name-servers '("192.168.2.1"))))))

[-- Attachment #3: dmesg.log --]
[-- Type: application/octet-stream, Size: 33757 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.16.2-gnu (nixbld@) (gcc version 4.8.3 (GCC) ) #1 SMP Wed Sep 10 03:15:51 UTC 2014
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fedffff] usable
[    0.000000] BIOS-e820: [mem 0x000000001fee0000-0x000000001feeffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000001fef0000-0x000000001fefffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000fff80000-0x00000000ffffffff] reserved
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] SMBIOS 2.3 present.
[    0.000000] DMI: Micro-Star Inc.                  MS-6215                         /MS-6351                         , BIOS 62710                 
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x1fee0 max_arch_pfn = 0x1000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FE0000000 write-back
[    0.000000]   1 base 01FF00000 mask FFFF00000 uncachable
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] PAT not supported by CPU.
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 512MB, type WB
[    0.000000] reg 1, base: 511MB, range: 1MB, type UC
[    0.000000] total RAM covered: 511M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 2M 	num_reg: 2  	lose cover RAM: 0G
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 512MB, type WB
[    0.000000] reg 1, base: 511MB, range: 1MB, type UC
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] initial memory mapped: [mem 0x00000000-0x01ffffff]
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x1fc00000-0x1fdfffff]
[    0.000000]  [mem 0x1fc00000-0x1fdfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x1c000000-0x1fbfffff]
[    0.000000]  [mem 0x1c000000-0x1fbfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1bffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x1bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x1fe00000-0x1fedffff]
[    0.000000]  [mem 0x1fe00000-0x1fedffff] page 4k
[    0.000000] BRK [0x01b8e000, 0x01b8efff] PGTABLE
[    0.000000] cma: CMA: reserved 64 MiB at 1ac00000
[    0.000000] RAMDISK: [mem 0x1ed77000-0x1f332fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000FBD20 000014 (v00 AMI   )
[    0.000000] ACPI: RSDT 0x1FEE0000 000028 (v01 AMIINT INTEL815 00000010 MSFT 00000097)
[    0.000000] ACPI: FACP 0x1FEE0030 000074 (v01 AMIINT INTEL815 00000011 MSFT 00000097)
[    0.000000] ACPI: DSDT 0x1FEE00B0 002DF7 (v01 INTEL  SOLANO   00001000 MSFT 0100000B)
[    0.000000] ACPI: FACS 0x1FEE8000 000040
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 510MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 1fee0000
[    0.000000]   low ram: 0 - 1fee0000
[    0.000000] BRK [0x01b8f000, 0x01b8ffff] PGTABLE
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x1fedffff]
[    0.000000]   HighMem  empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x1fedffff]
[    0.000000] On node 0 totalpages: 130686
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   Normal zone: 990 pages used for memmap
[    0.000000]   Normal zone: 126688 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] Local APIC disabled by BIOS -- you can enable it with "lapic"
[    0.000000] APIC: disable apic facility
[    0.000000] APIC: switched to apic NOOP
[    0.000000] nr_irqs_gsi: 16
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] e820: [mem 0x1ff00000-0xfff7ffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 14 pages/cpu @dfab7000 s35584 r0 d21760 u57344
[    0.000000] pcpu-alloc: s35584 r0 d21760 u57344 alloc=14*4096
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129664
[    0.000000] Kernel command line: BOOT_IMAGE=/gnu/store/ymhvnd037c4d8jqz48fvl4ldb8bkzmac-linux-libre-3.16.2/bzImage --root=Gnu --system=/gnu/store/lqn7s83h36p47rmnx704pql7blhwnv8s-system --load=/gnu/store/lqn7s83h36p47rmnx704pql7blhwnv8s-system/boot
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (00000000:00000000)
[    0.000000] Memory: 434760K/522744K available (6549K kernel code, 638K rwdata, 2800K rodata, 944K init, 788K bss, 87984K reserved, 0K highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff15000 - 0xfffff000   ( 936 kB)
[    0.000000]     pkmap   : 0xffc00000 - 0xffe00000   (2048 kB)
[    0.000000]     vmalloc : 0xe06e0000 - 0xffbfe000   ( 501 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xdfee0000   ( 510 MB)
[    0.000000]       .init : 0xc19c4000 - 0xc1ab0000   ( 944 kB)
[    0.000000]       .data : 0xc1665938 - 0xc19c2940   (3444 kB)
[    0.000000]       .text : 0xc1000000 - 0xc1665938   (6550 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.000000] NR_IRQS:2304 nr_irqs:256 16
[    0.000000] CPU 0 irqstacks, hard=df408000 soft=df40a000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 1048576 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 930.199 MHz processor
[    0.004042] Calibrating delay loop (skipped), value calculated using timer frequency.. 1860.39 BogoMIPS (lpj=3720796)
[    0.004171] pid_max: default: 32768 minimum: 301
[    0.004288] ACPI: Core revision 20140424
[    0.014443] ACPI: All ACPI Tables successfully acquired
[    0.014596] ACPI: setting ELCR to 0800 (from 0e00)
[    0.016111] Security Framework initialized
[    0.016258] AppArmor: AppArmor initialized
[    0.020010] Yama: becoming mindful.
[    0.020289] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.020359] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.021446] Initializing cgroup subsys memory
[    0.021647] Initializing cgroup subsys devices
[    0.021740] Initializing cgroup subsys freezer
[    0.021813] Initializing cgroup subsys net_cls
[    0.021894] Initializing cgroup subsys blkio
[    0.021972] Initializing cgroup subsys perf_event
[    0.022040] Initializing cgroup subsys net_prio
[    0.022133] Initializing cgroup subsys hugetlb
[    0.022289] CPU serial number disabled.
[    0.022357] mce: CPU supports 5 MCE banks
[    0.022457] Last level iTLB entries: 4KB 32, 2MB 0, 4MB 2
[    0.022457] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 8, 1GB 0
[    0.022457] tlb_flushall_shift: 6
[    0.044049] Freeing SMP alternatives memory: 32K (c1ab0000 - c1ab8000)
[    0.047491] ftrace: allocating 27765 entries in 55 pages
[    0.072422] smpboot: weird, boot CPU (#0) not listed by the BIOS
[    0.072505] smpboot: SMP motherboard not detected
[    0.072565] smpboot: Local APIC not detected. Using dummy APIC emulation.
[    0.072625] smpboot: SMP disabled
[    0.072767] Performance Events: 
[    0.072814] no APIC, boot with the "lapic" boot parameter to force-enable it.
[    0.072918] no hardware sampling interrupt available.
[    0.072978] p6 PMU driver.
[    0.073036] ... version:                0
[    0.073091] ... bit width:              32
[    0.073146] ... generic registers:      2
[    0.073202] ... value mask:             00000000ffffffff
[    0.073260] ... max period:             000000007fffffff
[    0.073317] ... fixed-purpose events:   0
[    0.073372] ... event mask:             0000000000000003
[    0.081655] x86: Booted up 1 node, 1 CPUs
[    0.081734] smpboot: Total of 1 processors activated (1860.39 BogoMIPS)
[    0.082013] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.082398] devtmpfs: initialized
[    0.083389] evm: security.selinux
[    0.083446] evm: security.SMACK64
[    0.083500] evm: security.SMACK64EXEC
[    0.083555] evm: security.SMACK64TRANSMUTE
[    0.083610] evm: security.SMACK64MMAP
[    0.083664] evm: security.ima
[    0.083717] evm: security.capability
[    0.084170] PM: Registering ACPI NVS region [mem 0x1fef0000-0x1fefffff] (65536 bytes)
[    0.089123] pinctrl core: initialized pinctrl subsystem
[    0.089585] regulator-dummy: no parameters
[    0.092395] RTC time: 15:09:31, date: 09/15/14
[    0.092876] NET: Registered protocol family 16
[    0.093871] EISA bus registered
[    0.093947] cpuidle: using governor ladder
[    0.094009] cpuidle: using governor menu
[    0.094400] ACPI: bus type PCI registered
[    0.094463] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.097602] PCI: PCI BIOS revision 2.10 entry at 0xfdb21, last bus=1
[    0.097667] PCI: Using configuration type 1 for base access
[    0.104369] ACPI: Added _OSI(Module Device)
[    0.104451] ACPI: Added _OSI(Processor Device)
[    0.104510] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.104569] ACPI: Added _OSI(Processor Aggregator Device)
[    0.114552] ACPI: Interpreter enabled
[    0.114687] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
[    0.114838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20140424/hwxface-580)
[    0.115007] ACPI: (supports S0 S1 S4 S5)
[    0.115065] ACPI: Using PIC for interrupt routing
[    0.115201] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.120100] ACPI: Power Resource [URP1] (off)
[    0.124461] ACPI: Power Resource [URP2] (off)
[    0.124672] ACPI: Power Resource [FDDP] (off)
[    0.124873] ACPI: Power Resource [LPTP] (off)
[    0.130276] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.130363] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.130441] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.131331] acpi PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.131340] acpi PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.131349] acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.131358] acpi PNP0A03:00: host bridge window [mem 0x000cb000-0x000dffff] (ignored)
[    0.131366] acpi PNP0A03:00: host bridge window [mem 0x1ff00000-0xffdfffff] (ignored)
[    0.131373] PCI: root bus 00: using default resources
[    0.131385] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.131764] PCI host bridge to bus 0000:00
[    0.131831] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.131894] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.131958] pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff]
[    0.132053] pci 0000:00:00.0: [8086:1130] type 00 class 0x060000
[    0.132334] pci 0000:00:02.0: [8086:1132] type 00 class 0x030000
[    0.132363] pci 0000:00:02.0: reg 0x10: [mem 0xe8000000-0xebffffff pref]
[    0.132379] pci 0000:00:02.0: reg 0x14: [mem 0xeff00000-0xeff7ffff]
[    0.132662] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060400
[    0.132785] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.133018] pci 0000:00:1f.0: [8086:2440] type 00 class 0x060100
[    0.133117] pci 0000:00:1f.0: can't claim BAR 13 [io  0x0400-0x047f]: address conflict with ACPI CPU throttle [io  0x0410-0x0415]
[    0.133210] pci 0000:00:1f.0: quirk: [io  0x0480-0x04bf] claimed by ICH4 GPIO
[    0.134717] pci 0000:00:1f.1: [8086:244b] type 00 class 0x010180
[    0.134780] pci 0000:00:1f.1: reg 0x20: [io  0xffa0-0xffaf]
[    0.134812] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.134877] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.134941] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.135006] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.135263] pci 0000:00:1f.2: [8086:2442] type 00 class 0x0c0300
[    0.135326] pci 0000:00:1f.2: reg 0x20: [io  0xd400-0xd41f]
[    0.135424] pci 0000:00:1f.2: System wakeup disabled by ACPI
[    0.135642] pci 0000:00:1f.3: [8086:2443] type 00 class 0x0c0500
[    0.135705] pci 0000:00:1f.3: reg 0x20: [io  0x0540-0x054f]
[    0.135904] pci 0000:00:1f.4: [8086:2444] type 00 class 0x0c0300
[    0.136045] pci 0000:00:1f.4: reg 0x20: [io  0xdc00-0xdc1f]
[    0.136146] pci 0000:00:1f.4: System wakeup disabled by ACPI
[    0.136591] pci 0000:01:01.0: [13f6:0111] type 00 class 0x040100
[    0.136621] pci 0000:01:01.0: reg 0x10: [io  0xbc00-0xbcff]
[    0.136721] pci 0000:01:01.0: supports D1 D2
[    0.136910] pci 0000:01:08.0: [8086:2449] type 00 class 0x020000
[    0.136939] pci 0000:01:08.0: reg 0x10: [mem 0xefc00000-0xefc00fff]
[    0.136957] pci 0000:01:08.0: reg 0x14: [io  0xb800-0xb83f]
[    0.137041] pci 0000:01:08.0: supports D1 D2
[    0.137049] pci 0000:01:08.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.137271] pci 0000:00:1e.0: PCI bridge to [bus 01] (subtractive decode)
[    0.137342] pci 0000:00:1e.0:   bridge window [io  0xb000-0xbfff]
[    0.137354] pci 0000:00:1e.0:   bridge window [mem 0xefa00000-0xefcfffff]
[    0.137366] pci 0000:00:1e.0:   bridge window [mem 0xe7800000-0xe78fffff pref]
[    0.137375] pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
[    0.137384] pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xfffffffff] (subtractive decode)
[    0.137403] pci_bus 0000:00: on NUMA node 0
[    0.140727] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
[    0.141393] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[    0.142044] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.142759] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    0.143411] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    0.144097] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.144808] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.145522] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    0.146730] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.146830] vgaarb: loaded
[    0.146883] vgaarb: bridge control possible 0000:00:02.0
[    0.148156] SCSI subsystem initialized
[    0.148437] libata version 3.00 loaded.
[    0.148589] ACPI: bus type USB registered
[    0.148749] usbcore: registered new interface driver usbfs
[    0.148852] usbcore: registered new interface driver hub
[    0.149008] usbcore: registered new device driver usb
[    0.149639] PCI: Using ACPI for IRQ routing
[    0.149711] PCI: pci_cache_line_size set to 32 bytes
[    0.149786] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.149795] e820: reserve RAM buffer [mem 0x1fee0000-0x1fffffff]
[    0.150334] NetLabel: Initializing
[    0.150393] NetLabel:  domain hash size = 128
[    0.150449] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.150555] NetLabel:  unlabeled traffic allowed by default
[    0.151200] Switched to clocksource pit
[    0.187112] AppArmor: AppArmor Filesystem Enabled
[    0.187395] pnp: PnP ACPI init
[    0.187528] ACPI: bus type PNP registered
[    0.188097] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.188284] pnp 00:01: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
[    0.188449] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.188676] pnp 00:03: [dma 2]
[    0.188931] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.189731] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.190809] pnp 00:05: [dma 3]
[    0.191093] pnp 00:05: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.192049] pnp: PnP ACPI: found 6 devices
[    0.192119] ACPI: bus type PNP unregistered
[    0.192197] PnPBIOS: Disabled by ACPI PNP
[    0.234821] Switched to clocksource acpi_pm
[    0.234955] pci 0000:00:1f.0: BAR 13: [io  0x0400-0x047f] has bogus alignment
[    0.235032] pci 0000:00:1e.0: PCI bridge to [bus 01]
[    0.235100] pci 0000:00:1e.0:   bridge window [io  0xb000-0xbfff]
[    0.235172] pci 0000:00:1e.0:   bridge window [mem 0xefa00000-0xefcfffff]
[    0.235241] pci 0000:00:1e.0:   bridge window [mem 0xe7800000-0xe78fffff pref]
[    0.235328] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.235337] pci_bus 0000:00: resource 5 [mem 0x00000000-0xfffffffff]
[    0.235346] pci_bus 0000:01: resource 0 [io  0xb000-0xbfff]
[    0.235354] pci_bus 0000:01: resource 1 [mem 0xefa00000-0xefcfffff]
[    0.235362] pci_bus 0000:01: resource 2 [mem 0xe7800000-0xe78fffff pref]
[    0.235370] pci_bus 0000:01: resource 4 [io  0x0000-0xffff]
[    0.235378] pci_bus 0000:01: resource 5 [mem 0x00000000-0xfffffffff]
[    0.235526] NET: Registered protocol family 2
[    0.236472] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.236599] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    0.236759] TCP: Hash tables configured (established 4096 bind 4096)
[    0.237014] TCP: reno registered
[    0.237078] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.237163] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.237510] NET: Registered protocol family 1
[    0.237658] pci 0000:00:02.0: Boot video device
[    0.238162] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[    0.238231] PCI: setting IRQ 11 as level-triggered
[    0.238620] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11
[    0.238817] pci 0000:01:08.0: Firmware left e100 interrupts enabled; disabling
[    0.238907] PCI: CLS 32 bytes, default 32
[    0.239185] Trying to unpack rootfs image as initramfs...
[    0.787913] Freeing initrd memory: 5872K (ded77000 - df333000)
[    0.788769] microcode: CPU0 sig=0x686, pf=0x10, revision=0x8
[    0.789107] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.789371] Scanning for low memory corruption every 60 seconds
[    0.790853] futex hash table entries: 256 (order: 2, 16384 bytes)
[    0.790975] Initialise system trusted keyring
[    0.791136] audit: initializing netlink subsys (disabled)
[    0.791264] audit: type=2000 audit(1410793771.786:1): initialized
[    0.792745] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.800656] zbud: loaded
[    0.801165] VFS: Disk quotas dquot_6.5.2
[    0.801438] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.803764] msgmni has been set to 988
[    0.804223] Key type big_key registered
[    0.805404] Key type asymmetric registered
[    0.805471] Asymmetric key parser 'x509' registered
[    0.805602] bounce: pool size: 64 pages
[    0.805859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.806142] io scheduler noop registered
[    0.806207] io scheduler deadline registered (default)
[    0.806507] io scheduler cfq registered
[    0.807071] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.807199] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.807551] intel_idle: does not run on family 6 model 8
[    0.807858] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.807952] ACPI: Power Button [PWRB]
[    0.808372] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.808458] ACPI: Power Button [PWRF]
[    0.809158] GHES: HEST is not enabled!
[    0.809286] isapnp: Scanning for PnP cards...
[    1.163296] isapnp: No Plug & Play device found
[    1.163699] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.184311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.205015] serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    1.210848] Linux agpgart interface v0.103
[    1.211107] agpgart-intel 0000:00:00.0: Intel i815 Chipset
[    1.211206] pci 0000:00:02.0: detected 4MB dedicated video ram
[    1.211271] agpgart-intel 0000:00:00.0: detected gtt size: 65536K total, 65536K mappable
[    1.212151] agpgart-intel 0000:00:00.0: AGP aperture is 64M @ 0xe8000000
[    1.218347] brd: module loaded
[    1.221642] loop: module loaded
[    1.222415] ata_piix 0000:00:1f.1: version 2.13
[    1.226701] scsi0 : ata_piix
[    1.227184] scsi1 : ata_piix
[    1.227428] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[    1.227494] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[    1.227999] libphy: Fixed MDIO Bus: probed
[    1.228141] tun: Universal TUN/TAP device driver, 1.6
[    1.228200] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.228780] PPP generic driver version 2.4.2
[    1.229025] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.229108] ehci-pci: EHCI PCI platform driver
[    1.229242] ehci-platform: EHCI generic platform driver
[    1.229352] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.229426] ohci-platform: OHCI generic platform driver
[    1.229530] uhci_hcd: USB Universal Host Controller Interface driver
[    1.229885] uhci_hcd 0000:00:1f.2: UHCI Host Controller
[    1.229964] uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 1
[    1.230065] uhci_hcd 0000:00:1f.2: detected 2 ports
[    1.230164] uhci_hcd 0000:00:1f.2: irq 11, io base 0x0000d400
[    1.230505] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    1.230572] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.230653] usb usb1: Product: UHCI Host Controller
[    1.230713] usb usb1: Manufacturer: Linux 3.16.2-gnu uhci_hcd
[    1.230774] usb usb1: SerialNumber: 0000:00:1f.2
[    1.231351] hub 1-0:1.0: USB hub found
[    1.231437] hub 1-0:1.0: 2 ports detected
[    1.232176] uhci_hcd 0000:00:1f.4: UHCI Host Controller
[    1.232257] uhci_hcd 0000:00:1f.4: new USB bus registered, assigned bus number 2
[    1.232347] uhci_hcd 0000:00:1f.4: detected 2 ports
[    1.232437] uhci_hcd 0000:00:1f.4: irq 11, io base 0x0000dc00
[    1.232929] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.232997] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.233077] usb usb2: Product: UHCI Host Controller
[    1.233137] usb usb2: Manufacturer: Linux 3.16.2-gnu uhci_hcd
[    1.233198] usb usb2: SerialNumber: 0000:00:1f.4
[    1.233770] hub 2-0:1.0: USB hub found
[    1.233852] hub 2-0:1.0: 2 ports detected
[    1.234631] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.237384] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.237463] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.238098] mousedev: PS/2 mouse device common for all mice
[    1.238694] rtc_cmos 00:00: RTC can wake from S4
[    1.239028] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    1.239123] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram
[    1.239406] device-mapper: uevent: version 1.0.3
[    1.239765] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[    1.239950] platform eisa.0: Probing EISA bus 0
[    1.240167] platform eisa.0: EISA: Detected 0 cards
[    1.240280] cpufreq-nforce2: No nForce2 chipset.
[    1.240359] ledtrig-cpu: registered to indicate activity on CPUs
[    1.240874] TCP: cubic registered
[    1.241655] NET: Registered protocol family 10
[    1.242658] NET: Registered protocol family 17
[    1.242785] Key type dns_resolver registered
[    1.243604] Using IPI No-Shortcut mode
[    1.244219] Loading compiled-in X.509 certificates
[    1.244343] registered taskstats version 1
[    1.245329] Key type trusted registered
[    1.245901] Key type encrypted registered
[    1.246455] AppArmor: AppArmor sha1 policy hashing enabled
[    1.246531] ima: No TPM chip found, activating TPM-bypass!
[    1.246679] evm: HMAC attrs: 0x1
[    1.247401]   Magic number: 14:352:184
[    1.247714] rtc_cmos 00:00: setting system clock to 2014-09-15 15:09:32 UTC (1410793772)
[    1.249463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.249532] EDD information not available.
[    1.249835] PM: Hibernation image not present or could not be loaded.
[    1.259184] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.388513] ata2.00: ATAPI: HL-DT-ST GCE-8525B, 1.01, max UDMA/33
[    1.392481] ata1.00: ATA-6: WDC WD800JB-00JJC0, 05.01C05, max UDMA/100
[    1.392548] ata1.00: 156301488 sectors, multi 16: LBA 
[    1.396347] ata2.00: configured for UDMA/33
[    1.400331] ata1.00: configured for UDMA/100
[    1.400767] scsi 0:0:0:0: Direct-Access     ATA      WDC WD800JB-00JJ 1C05 PQ: 0 ANSI: 5
[    1.401860] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[    1.402144] sd 0:0:0:0: [sda] Write Protect is off
[    1.402207] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.402295] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.402885] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.404229] scsi 1:0:0:0: CD-ROM            HL-DT-ST CD-RW GCE-8525B  1.01 PQ: 0 ANSI: 5
[    1.414380] sr0: scsi3-mmc drive: 40x/52x writer cd/rw xa/form2 cdda tray
[    1.414464] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.415013] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.415245] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    1.428937]  sda: sda1 sda2 sda3
[    1.430190] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.434456] Freeing unused kernel memory: 944K (c19c4000 - c1ab0000)
[    1.435045] Write protecting the kernel text: 6552k
[    1.435363] Write protecting the kernel read-only data: 2804k
[    1.540206] usb 1-1: new low-speed USB device number 2 using uhci_hcd
[    1.788143] tsc: Refined TSC clocksource calibration: 930.231 MHz
[    1.795291] usb 1-1: New USB device found, idVendor=04d9, idProduct=1702
[    1.795372] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.795437] usb 1-1: Product: USB Keyboard
[    1.795495] usb 1-1: Manufacturer:  
[    1.901519] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    1.912148] usb 2-2: new full-speed USB device number 2 using uhci_hcd
[    2.074585] usb 2-2: New USB device found, idVendor=12d1, idProduct=1037
[    2.074675] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.074740] usb 2-2: Product: Android Adapter
[    2.074799] usb 2-2: Manufacturer: Huawei Incorporated
[    2.074859] usb 2-2: SerialNumber: BC76708D841D
[    2.792218] Switched to clocksource tsc
[    3.666644] random: dmd urandom read with 112 bits of entropy available
[    3.979026] random: nonblocking pool is initialized
[   10.078237] udevd[148]: starting version 1.9
[   10.550774] udevd[148]: specified group 'input' unknown
[   10.841077] udevd[148]: no sender credentials received, message ignored
[   11.253183] intel_rng: FWH not detected
[   11.284590] Floppy drive(s): fd0 is 1.44M
[   11.303893] FDC 0 is a post-1991 82077
[   11.394492] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
[   11.394576] PCI: setting IRQ 10 as level-triggered
[   11.439738] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   11.450489] parport_pc 00:05: reported by Plug and Play ACPI
[   11.450670] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[   11.736296] MPU-401 device not found or device busy
[   11.747788] input: PC Speaker as /devices/platform/pcspkr/input/input4
[   11.810382] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[   11.810463] e100: Copyright(c) 1999-2006 Intel Corporation
[   11.811063] ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 11
[   11.905261] e100 0000:01:08.0 eth0: addr 0xefc00000, irq 11, MAC addr 00:10:dc:1c:f5:5c
[   11.946859] hidraw: raw HID events driver (C) Jiri Kosina
[   11.954358] usb-storage 2-2:1.0: USB Mass Storage device detected
[   11.967017] scsi2 : usb-storage 2-2:1.0
[   11.976742] usbcore: registered new interface driver usb-storage
[   12.109856] usbcore: registered new interface driver uas
[   12.169256] Error: Driver 'pcspkr' is already registered, aborting...
[   12.203004] usbcore: registered new interface driver usbhid
[   12.203085] usbhid: USB HID core driver
[   12.231869] usbcore: registered new interface driver usbkbd
[   12.379603] psmouse serio1: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
[   12.735642] ppdev: user-space parallel port driver
[   12.752462] udevd[173]: renamed network interface eth0 to enp1s8
[   12.770937] input:   USB Keyboard as /devices/pci0000:00/0000:00:1f.2/usb1/1-1/1-1:1.0/0003:04D9:1702.0001/input/input6
[   12.772534] hid-generic 0003:04D9:1702.0001: input,hidraw0: USB HID v1.10 Keyboard [  USB Keyboard] on usb-0000:00:1f.2-1/input0
[   12.795194] iTCO_vendor_support: vendor-support=0
[   12.796787] input:   USB Keyboard as /devices/pci0000:00/0000:00:1f.2/usb1/1-1/1-1:1.1/0003:04D9:1702.0002/input/input7
[   12.797251] hid-generic 0003:04D9:1702.0002: input,hidraw1: USB HID v1.10 Device [  USB Keyboard] on usb-0000:00:1f.2-1/input1
[   12.863983] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   12.864293] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[   12.976880] scsi 2:0:0:0: Direct-Access              Android Adapter  0100 PQ: 0 ANSI: 2
[   12.979756] scsi 2:0:0:1: CD-ROM                     Android Adapter  0100 PQ: 0 ANSI: 2
[   12.982749] scsi 2:0:0:2: Direct-Access              Android Adapter  0100 PQ: 0 ANSI: 2
[   12.983941] sd 2:0:0:0: Attached scsi generic sg2 type 0
[   13.010756] sr1: scsi3-mmc drive: 0x/0x caddy
[   13.011425] sr 2:0:0:1: Attached scsi CD-ROM sr1
[   13.011848] sr 2:0:0:1: Attached scsi generic sg3 type 5
[   13.013052] sd 2:0:0:2: Attached scsi generic sg4 type 0
[   13.073722] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[   13.083742] sd 2:0:0:2: [sdc] Attached SCSI removable disk
[   13.132669] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input5
[  220.629683] Adding 4749392k swap on /dev/sda3.  Priority:-1 extents:1 across:4749392k FS
[  221.713178] IPv6: ADDRCONF(NETDEV_UP): enp1s8: link is not ready
[  221.716240] e100 0000:01:08.0 enp1s8: NIC Link is Up 100 Mbps Full Duplex
[  221.719479] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s8: link becomes ready
[  230.267049] mtrr: base(0xe8000000) is not aligned on a size(0x3000000) boundary
[  251.368075] usb 1-2: new low-speed USB device number 3 using uhci_hcd
[  251.541816] usb 1-2: New USB device found, idVendor=0458, idProduct=003a
[  251.541836] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  251.541844] usb 1-2: Product: Optical Mouse
[  251.541852] usb 1-2: Manufacturer: Genius
[  251.577573] input: Genius Optical Mouse as /devices/pci0000:00/0000:00:1f.2/usb1/1-2/1-2:1.0/0003:0458:003A.0003/input/input8
[  251.578791] hid-generic 0003:0458:003A.0003: input,hidraw2: USB HID v1.11 Mouse [Genius Optical Mouse] on usb-0000:00:1f.2-2/input0
[  251.603316] usbcore: registered new interface driver usbmouse

[-- Attachment #4: IMG_20140915_171331.jpg --]
[-- Type: image/jpeg, Size: 733878 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#18483: Fwd: Dmd tries to initialize my network interface before it become available.
  2014-09-15 16:24 ` bug#18483: Fwd: Dmd tries to initialize my network interface before it become available Dušan Xmetov
@ 2014-09-16  8:24   ` Ludovic Courtès
  2019-02-13  0:25   ` bug#18483: " Leo Famulari
  1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2014-09-16  8:24 UTC (permalink / raw)
  To: Dušan Xmetov; +Cc: 18483

Dušan Xmetov <merkur32@gmail.com> skribis:

> Dmd attempts to configure my network interface before the kernel
> module even gets loaded.
>
> Yesterday, there was a commit that tried to fix this problem by
> starting udev before configuring the network, but in my case it
> doesn't help.

Yes (that was 150d8e6, for the record.)

> I'm enclosing in this email my os definition, a dmesg log and a photo
> of the problem (At the top you can see it trying to configure the
> network, while at the bottom you can see e100, my network adapter's
> driver, getting loaded).

I was hoping that, by the time ‘udevadm trigger’ completes, all the
devices would have been detected, but obviously there’s no such
guarantee.

dmd will need something akin to ‘upstart-udev-bridge’
<http://upstart.ubuntu.com/cookbook/#id278> to turn device
discovery/removal events into service start/stop triggers.

Until then you’ll have to restart the networking service manually.  :-/

Thanks for the report,
Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#18483: Dmd tries to initialize my network interface before it become available.
  2014-09-15 16:24 ` bug#18483: Fwd: Dmd tries to initialize my network interface before it become available Dušan Xmetov
  2014-09-16  8:24   ` Ludovic Courtès
@ 2019-02-13  0:25   ` Leo Famulari
  2019-02-21 20:04     ` Andreas Enge
  1 sibling, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2019-02-13  0:25 UTC (permalink / raw)
  To: 18483

[-- Attachment #1: Type: text/plain, Size: 48 bytes --]

Is this bug still relevant? Or can we close it?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#18483: Dmd tries to initialize my network interface before it become available.
  2019-02-13  0:25   ` bug#18483: " Leo Famulari
@ 2019-02-21 20:04     ` Andreas Enge
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Enge @ 2019-02-21 20:04 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 18483-done

On Tue, Feb 12, 2019 at 07:25:27PM -0500, Leo Famulari wrote:
> Is this bug still relevant? Or can we close it?

Since no new complaints come in for more than four years, I am closing
the bug.

Andreas

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-21 20:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAN=wXfDbirM8b+kOZ7Svgo1JMFFXZaFEpj-f3i+Gb6+magx+=A@mail.gmail.com>
2014-09-15 16:24 ` bug#18483: Fwd: Dmd tries to initialize my network interface before it become available Dušan Xmetov
2014-09-16  8:24   ` Ludovic Courtès
2019-02-13  0:25   ` bug#18483: " Leo Famulari
2019-02-21 20:04     ` Andreas Enge

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).