Problema con spegnimento tramite crontab!!!

Installazione, configurazione e uso di Ubuntu come server: web, ftp, mail, news, proxy, dns e altro.
Avatar utente
ducarpit
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 299
Iscrizione: sabato 31 ottobre 2015, 13:10
Desktop: Ubuntu
Distribuzione: Ubuntu 22.04 x64
Sesso: Maschile

Problema con spegnimento tramite crontab!!!

Messaggio da ducarpit »

Ciao a tutti,
ho un server su cui necessito lo spegnimento dopo un certo periodo di tempo dall'accensione;
molto banalmente, tramite il comando crontab -e (utente root), ho aggiunto una riga così:

Codice: Seleziona tutto

@reboot /sbin/shutdown +420 --no-wall
In questo modo dopo 420 minuti, il server si spegne correttamente senza problemi.
Il problema viene alla riaccensione: praticamente la prima volta che lo riaccendo, si accende senza problemi ma poco dopo la schermata iniziale si spegne e non capisco perchè.
E' necessario a quel punto riaccenderlo e a quel punto funziona.....poi la volta successiva risuccede la stessa cosa e così via.
Secondo voi cosa potrebbe essere?
Sono certo che togliendo a la riga dal crontab questa cosa non succede (fatto delle prove).....

Grazie a tutti
“I computer sono incredibilmente veloci, accurati e stupidi. Gli uomini sono incredibilmente lenti, inaccurati e intelligenti. L'insieme dei due costituisce una forza incalcolabile.”
Albert Einstein
Nexol
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1169
Iscrizione: venerdì 13 novembre 2009, 10:15

Re: Problema con spegnimento tramite crontab!!!

Messaggio da Nexol »

Nei log di sistema non c'è nulla che dia qualche indizio?
Ubuntu 20.04 --> Notebook Dell 1747 - Intel Core i7-720QM - 8GB Ram - Scheda grafica AMD Mobility Radeon HD 4650 1GB Ram con driver radeon
Avatar utente
ducarpit
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 299
Iscrizione: sabato 31 ottobre 2015, 13:10
Desktop: Ubuntu
Distribuzione: Ubuntu 22.04 x64
Sesso: Maschile

Re: Problema con spegnimento tramite crontab!!!

Messaggio da ducarpit »

Ciao,
si già provato....ho guardato sia nel syslog che nel dmesg ma non ho trovato nulla.....poi non so se ci sono altri log che potrebbero aiutarci apparte questi due
“I computer sono incredibilmente veloci, accurati e stupidi. Gli uomini sono incredibilmente lenti, inaccurati e intelligenti. L'insieme dei due costituisce una forza incalcolabile.”
Albert Einstein
rai
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2842
Iscrizione: domenica 11 maggio 2008, 18:03
Desktop: plasma
Distribuzione: 22.04
Località: Palermo

Re: Problema con spegnimento tramite crontab!!!

Messaggio da rai »

Ciao
puoi vedere se ti è utile leggere ( o greppare ) /var/log/kern.log

dmesg nel tuo caso non è utile dato che tu cerchi info sulla precedente sessione crashata mentre dmesg riporta i messaggi emessi dal kernel nella sessione attuale

potresti cercare se trovi qualcosa nella cartella /var/crash/ nel caso, dovrebbe essere il file più recente

un'altra possibilità è leggere il log del precedente boot con

Codice: Seleziona tutto

journalctl -b-1
se ti dice che non è possibile, prima devi aggiungere nel file /etc/systemd/journald.conf la riga

Codice: Seleziona tutto

Storage=persistent
e poi rifare il doppio riavvio
Avatar utente
ducarpit
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 299
Iscrizione: sabato 31 ottobre 2015, 13:10
Desktop: Ubuntu
Distribuzione: Ubuntu 22.04 x64
Sesso: Maschile

Re: Problema con spegnimento tramite crontab!!!

Messaggio da ducarpit »

rai [url=https://forum.ubuntu-it.org/viewtopic.php?p=5093203#p5093203][img]https://forum.ubuntu-it.org/images/icons/icona-cita.gif[/img][/url] ha scritto:Ciao
puoi vedere se ti è utile leggere ( o greppare ) /var/log/kern.log

dmesg nel tuo caso non è utile dato che tu cerchi info sulla precedente sessione crashata mentre dmesg riporta i messaggi emessi dal kernel nella sessione attuale

potresti cercare se trovi qualcosa nella cartella /var/crash/ nel caso, dovrebbe essere il file più recente

un'altra possibilità è leggere il log del precedente boot con

Codice: Seleziona tutto

journalctl -b-1
se ti dice che non è possibile, prima devi aggiungere nel file /etc/systemd/journald.conf la riga

Codice: Seleziona tutto

Storage=persistent
e poi rifare il doppio riavvio
Ciao e grazie mille,
ho acceso il raspberry oggi e come volevasi dimostrare la prima volta si è rispento.
Ho provato a guardare nel kern.log ma non credo ci sia nulla di interessante:

Codice: Seleziona tutto

Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] Booting Linux on physical CPU 0x0
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] Linux version 4.14.71-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1145 SMP Fri Sep 21 15:38:35 BST 2018
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] CPU: div instructions available: patching division code
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Rev 1.2
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] Memory policy: Data cache writealloc
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] cma: Reserved 8 MiB at 0x3ac00000
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] On node 0 totalpages: 242688
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] free_area_init_node: node 0, pgdat 80c85280, node_mem_map ba39f000
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000]   Normal zone: 2133 pages used for memmap
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000]   Normal zone: 0 pages reserved
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000]   Normal zone: 242688 pages, LIFO batch:31
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] percpu: Embedded 17 pages/cpu @ba348000 s38720 r8192 d22720 u69632
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] pcpu-alloc: s38720 r8192 d22720 u69632 alloc=17*4096
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 240555
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] Kernel command line: 8250.nr_uarts=0 bcm2708_fb.fbwidth=1280 bcm2708_fb.fbheight=720 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=a83ebe93-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] Memory: 940232K/970752K available (7168K kernel code, 576K rwdata, 2076K rodata, 1024K init, 698K bss, 22328K reserved, 8192K cma-reserved)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] Virtual kernel memory layout:
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000]     vmalloc : 0xbb800000 - 0xff800000   (1088 MB)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000]     lowmem  : 0x80000000 - 0xbb400000   ( 948 MB)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000]     modules : 0x7f000000 - 0x80000000   (  16 MB)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000]       .text : 0x80008000 - 0x80800000   (8160 kB)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000]       .init : 0x80b00000 - 0x80c00000   (1024 kB)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000]       .data : 0x80c00000 - 0x80c9017c   ( 577 kB)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000]        .bss : 0x80c97f10 - 0x80d468b0   ( 699 kB)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] ftrace: allocating 25273 entries in 75 pages
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] Hierarchical RCU implementation.
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000004] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000010] Switching to timer-based delay loop, resolution 52ns
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000158] Console: colour dummy device 80x30
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000169] console [tty1] enabled
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000185] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000192] pid_max: default: 32768 minimum: 301
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000366] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000376] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.000958] Disabling memory control group subsystem
Nov 13 20:31:52 RaspLuminarie kernel: [    0.001003] CPU: Testing write buffer coherency: ok
Nov 13 20:31:52 RaspLuminarie kernel: [    0.001281] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Nov 13 20:31:52 RaspLuminarie kernel: [    0.001523] Setting up static identity map for 0x100000 - 0x10003c
Nov 13 20:31:52 RaspLuminarie kernel: [    0.001596] Hierarchical SRCU implementation.
Nov 13 20:31:52 RaspLuminarie kernel: [    0.001993] smp: Bringing up secondary CPUs ...
Nov 13 20:31:52 RaspLuminarie kernel: [    0.002501] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
Nov 13 20:31:52 RaspLuminarie kernel: [    0.003021] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
Nov 13 20:31:52 RaspLuminarie kernel: [    0.003516] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
Nov 13 20:31:52 RaspLuminarie kernel: [    0.003570] smp: Brought up 1 node, 4 CPUs
Nov 13 20:31:52 RaspLuminarie kernel: [    0.003577] SMP: Total of 4 processors activated (153.60 BogoMIPS).
Nov 13 20:31:52 RaspLuminarie kernel: [    0.003580] CPU: All CPU(s) started in HYP mode.
Nov 13 20:31:52 RaspLuminarie kernel: [    0.003582] CPU: Virtualization extensions available.
Nov 13 20:31:52 RaspLuminarie kernel: [    0.004137] devtmpfs: initialized
Nov 13 20:31:52 RaspLuminarie kernel: [    0.009510] random: get_random_u32 called from bucket_table_alloc+0xfc/0x24c with crng_init=0
Nov 13 20:31:52 RaspLuminarie kernel: [    0.009998] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
Nov 13 20:31:52 RaspLuminarie kernel: [    0.010130] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Nov 13 20:31:52 RaspLuminarie kernel: [    0.010142] futex hash table entries: 1024 (order: 4, 65536 bytes)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.010472] pinctrl core: initialized pinctrl subsystem
Nov 13 20:31:52 RaspLuminarie kernel: [    0.010909] NET: Registered protocol family 16
Nov 13 20:31:52 RaspLuminarie kernel: [    0.012680] DMA: preallocated 1024 KiB pool for atomic coherent allocations
Nov 13 20:31:52 RaspLuminarie kernel: [    0.015265] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Nov 13 20:31:52 RaspLuminarie kernel: [    0.015270] hw-breakpoint: maximum watchpoint size is 8 bytes.
Nov 13 20:31:52 RaspLuminarie kernel: [    0.015406] Serial: AMBA PL011 UART driver
Nov 13 20:31:52 RaspLuminarie kernel: [    0.016288] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
Nov 13 20:31:52 RaspLuminarie kernel: [    0.016527] uart-pl011 3f201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
Nov 13 20:31:52 RaspLuminarie kernel: [    0.032759] bcm2835-dma 3f007000.dma: DMA legacy API manager at bb813000, dmachans=0x1
Nov 13 20:31:52 RaspLuminarie kernel: [    0.033513] SCSI subsystem initialized
Nov 13 20:31:52 RaspLuminarie kernel: [    0.033635] usbcore: registered new interface driver usbfs
Nov 13 20:31:52 RaspLuminarie kernel: [    0.033662] usbcore: registered new interface driver hub
Nov 13 20:31:52 RaspLuminarie kernel: [    0.033709] usbcore: registered new device driver usb
Nov 13 20:31:52 RaspLuminarie kernel: [    0.040064] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-10-15 17:15
Nov 13 20:31:52 RaspLuminarie kernel: [    0.040873] clocksource: Switched to clocksource arch_sys_counter
Nov 13 20:31:52 RaspLuminarie kernel: [    0.081300] VFS: Disk quotas dquot_6.6.0
Nov 13 20:31:52 RaspLuminarie kernel: [    0.081352] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.081470] FS-Cache: Loaded
Nov 13 20:31:52 RaspLuminarie kernel: [    0.081610] CacheFiles: Loaded
Nov 13 20:31:52 RaspLuminarie kernel: [    0.086148] NET: Registered protocol family 2
Nov 13 20:31:52 RaspLuminarie kernel: [    0.086555] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.086610] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.086703] TCP: Hash tables configured (established 8192 bind 8192)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.086793] UDP hash table entries: 512 (order: 2, 16384 bytes)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.086816] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.086938] NET: Registered protocol family 1
Nov 13 20:31:52 RaspLuminarie kernel: [    0.087221] RPC: Registered named UNIX socket transport module.
Nov 13 20:31:52 RaspLuminarie kernel: [    0.087224] RPC: Registered udp transport module.
Nov 13 20:31:52 RaspLuminarie kernel: [    0.087227] RPC: Registered tcp transport module.
Nov 13 20:31:52 RaspLuminarie kernel: [    0.087230] RPC: Registered tcp NFSv4.1 backchannel transport module.
Nov 13 20:31:52 RaspLuminarie kernel: [    0.088179] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
Nov 13 20:31:52 RaspLuminarie kernel: [    0.089707] workingset: timestamp_bits=14 max_order=18 bucket_order=4
Nov 13 20:31:52 RaspLuminarie kernel: [    0.093968] FS-Cache: Netfs 'nfs' registered for caching
Nov 13 20:31:52 RaspLuminarie kernel: [    0.094309] NFS: Registering the id_resolver key type
Nov 13 20:31:52 RaspLuminarie kernel: [    0.094331] Key type id_resolver registered
Nov 13 20:31:52 RaspLuminarie kernel: [    0.094334] Key type id_legacy registered
Nov 13 20:31:52 RaspLuminarie kernel: [    0.094343] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
Nov 13 20:31:52 RaspLuminarie kernel: [    0.095390] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.095462] io scheduler noop registered
Nov 13 20:31:52 RaspLuminarie kernel: [    0.095466] io scheduler deadline registered (default)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.095614] io scheduler cfq registered
Nov 13 20:31:52 RaspLuminarie kernel: [    0.095618] io scheduler mq-deadline registered
Nov 13 20:31:52 RaspLuminarie kernel: [    0.095621] io scheduler kyber registered
Nov 13 20:31:52 RaspLuminarie kernel: [    0.097266] BCM2708FB: allocated DMA memory fad10000
Nov 13 20:31:52 RaspLuminarie kernel: [    0.097283] BCM2708FB: allocated DMA channel 0 @ bb813000
Nov 13 20:31:52 RaspLuminarie kernel: [    0.115255] Console: switching to colour frame buffer device 160x45
Nov 13 20:31:52 RaspLuminarie kernel: [    0.123343] bcm2835-rng 3f104000.rng: hwrng registered
Nov 13 20:31:52 RaspLuminarie kernel: [    0.123409] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.123666] vc-sm: Videocore shared memory driver
Nov 13 20:31:52 RaspLuminarie kernel: [    0.123803] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
Nov 13 20:31:52 RaspLuminarie kernel: [    0.128829] brd: module loaded
Nov 13 20:31:52 RaspLuminarie kernel: [    0.133987] loop: module loaded
Nov 13 20:31:52 RaspLuminarie kernel: [    0.133996] Loading iSCSI transport class v2.0-870.
Nov 13 20:31:52 RaspLuminarie kernel: [    0.134418] libphy: Fixed MDIO Bus: probed
Nov 13 20:31:52 RaspLuminarie kernel: [    0.134479] usbcore: registered new interface driver lan78xx
Nov 13 20:31:52 RaspLuminarie kernel: [    0.134511] usbcore: registered new interface driver smsc95xx
Nov 13 20:31:52 RaspLuminarie kernel: [    0.134520] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.162340] dwc_otg 3f980000.usb: base=0xf0980000
Nov 13 20:31:52 RaspLuminarie kernel: [    0.362487] Core Release: 2.80a
Nov 13 20:31:52 RaspLuminarie kernel: [    0.362494] Setting default values for core params
Nov 13 20:31:52 RaspLuminarie kernel: [    0.362517] Finished setting default values for core params
Nov 13 20:31:52 RaspLuminarie kernel: [    0.562663] Using Buffer DMA mode
Nov 13 20:31:52 RaspLuminarie kernel: [    0.562667] Periodic Transfer Interrupt Enhancement - disabled
Nov 13 20:31:52 RaspLuminarie kernel: [    0.562670] Multiprocessor Interrupt Enhancement - disabled
Nov 13 20:31:52 RaspLuminarie kernel: [    0.562674] OTG VER PARAM: 0, OTG VER FLAG: 0
Nov 13 20:31:52 RaspLuminarie kernel: [    0.562684] Dedicated Tx FIFOs mode
Nov 13 20:31:52 RaspLuminarie kernel: [    0.562924] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xbad04000 dma = 0xfad04000 len=9024
Nov 13 20:31:52 RaspLuminarie kernel: [    0.562943] FIQ FSM acceleration enabled for :
Nov 13 20:31:52 RaspLuminarie kernel: [    0.562943] Non-periodic Split Transactions
Nov 13 20:31:52 RaspLuminarie kernel: [    0.562943] Periodic Split Transactions
Nov 13 20:31:52 RaspLuminarie kernel: [    0.562943] High-Speed Isochronous Endpoints
Nov 13 20:31:52 RaspLuminarie kernel: [    0.562943] Interrupt/Control Split Transaction hack enabled
Nov 13 20:31:52 RaspLuminarie kernel: [    0.562946] dwc_otg: Microframe scheduler enabled
Nov 13 20:31:52 RaspLuminarie kernel: [    0.562977] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x805e9c5c
Nov 13 20:31:52 RaspLuminarie kernel: [    0.562982] WARN::hcd_init_fiq:460: FIQ ASM at 0x805e9fc4 length 36
Nov 13 20:31:52 RaspLuminarie kernel: [    0.562990] WARN::hcd_init_fiq:486: MPHI regs_base at 0xf0006000
Nov 13 20:31:52 RaspLuminarie kernel: [    0.563019] dwc_otg 3f980000.usb: DWC OTG Controller
Nov 13 20:31:52 RaspLuminarie kernel: [    0.563036] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
Nov 13 20:31:52 RaspLuminarie kernel: [    0.563055] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
Nov 13 20:31:52 RaspLuminarie kernel: [    0.563093] Init: Port Power? op_state=1
Nov 13 20:31:52 RaspLuminarie kernel: [    0.563096] Init: Power Port (0)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.563214] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Nov 13 20:31:52 RaspLuminarie kernel: [    0.563219] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 13 20:31:52 RaspLuminarie kernel: [    0.563223] usb usb1: Product: DWC OTG Controller
Nov 13 20:31:52 RaspLuminarie kernel: [    0.563228] usb usb1: Manufacturer: Linux 4.14.71-v7+ dwc_otg_hcd
Nov 13 20:31:52 RaspLuminarie kernel: [    0.563232] usb usb1: SerialNumber: 3f980000.usb
Nov 13 20:31:52 RaspLuminarie kernel: [    0.563581] hub 1-0:1.0: USB hub found
Nov 13 20:31:52 RaspLuminarie kernel: [    0.563607] hub 1-0:1.0: 1 port detected
Nov 13 20:31:52 RaspLuminarie kernel: [    0.563886] dwc_otg: FIQ enabled
Nov 13 20:31:52 RaspLuminarie kernel: [    0.563889] dwc_otg: NAK holdoff enabled
Nov 13 20:31:52 RaspLuminarie kernel: [    0.563891] dwc_otg: FIQ split-transaction FSM enabled
Nov 13 20:31:52 RaspLuminarie kernel: [    0.563897] Module dwc_common_port init
Nov 13 20:31:52 RaspLuminarie kernel: [    0.564035] usbcore: registered new interface driver usb-storage
Nov 13 20:31:52 RaspLuminarie kernel: [    0.564130] mousedev: PS/2 mouse device common for all mice
Nov 13 20:31:52 RaspLuminarie kernel: [    0.564176] IR NEC protocol handler initialized
Nov 13 20:31:52 RaspLuminarie kernel: [    0.564179] IR RC5(x/sz) protocol handler initialized
Nov 13 20:31:52 RaspLuminarie kernel: [    0.564182] IR RC6 protocol handler initialized
Nov 13 20:31:52 RaspLuminarie kernel: [    0.564184] IR JVC protocol handler initialized
Nov 13 20:31:52 RaspLuminarie kernel: [    0.564187] IR Sony protocol handler initialized
Nov 13 20:31:52 RaspLuminarie kernel: [    0.564190] IR SANYO protocol handler initialized
Nov 13 20:31:52 RaspLuminarie kernel: [    0.564193] IR Sharp protocol handler initialized
Nov 13 20:31:52 RaspLuminarie kernel: [    0.564196] IR MCE Keyboard/mouse protocol handler initialized
Nov 13 20:31:52 RaspLuminarie kernel: [    0.564199] IR XMP protocol handler initialized
Nov 13 20:31:52 RaspLuminarie kernel: [    0.564578] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
Nov 13 20:31:52 RaspLuminarie kernel: [    0.564736] bcm2835-cpufreq: min=1200000 max=1200000
Nov 13 20:31:52 RaspLuminarie kernel: [    0.564944] sdhci: Secure Digital Host Controller Interface driver
Nov 13 20:31:52 RaspLuminarie kernel: [    0.564947] sdhci: Copyright(c) Pierre Ossman
Nov 13 20:31:52 RaspLuminarie kernel: [    0.565147] mmc-bcm2835 3f300000.mmc: could not get clk, deferring probe
Nov 13 20:31:52 RaspLuminarie kernel: [    0.565315] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
Nov 13 20:31:52 RaspLuminarie kernel: [    0.565362] sdhci-pltfm: SDHCI platform and OF driver helper
Nov 13 20:31:52 RaspLuminarie kernel: [    0.566505] ledtrig-cpu: registered to indicate activity on CPUs
Nov 13 20:31:52 RaspLuminarie kernel: [    0.566605] hidraw: raw HID events driver (C) Jiri Kosina
Nov 13 20:31:52 RaspLuminarie kernel: [    0.566697] usbcore: registered new interface driver usbhid
Nov 13 20:31:52 RaspLuminarie kernel: [    0.566700] usbhid: USB HID core driver
Nov 13 20:31:52 RaspLuminarie kernel: [    0.567192] vchiq: vchiq_init_state: slot_zero = bad80000, is_master = 0
Nov 13 20:31:52 RaspLuminarie kernel: [    0.568416] [vc_sm_connected_init]: start
Nov 13 20:31:52 RaspLuminarie kernel: [    0.577131] [vc_sm_connected_init]: end - returning 0
Nov 13 20:31:52 RaspLuminarie kernel: [    0.577499] Initializing XFRM netlink socket
Nov 13 20:31:52 RaspLuminarie kernel: [    0.577512] NET: Registered protocol family 17
Nov 13 20:31:52 RaspLuminarie kernel: [    0.577571] Key type dns_resolver registered
Nov 13 20:31:52 RaspLuminarie kernel: [    0.577851] Registering SWP/SWPB emulation handler
Nov 13 20:31:52 RaspLuminarie kernel: [    0.578167] registered taskstats version 1
Nov 13 20:31:52 RaspLuminarie kernel: [    0.581546] uart-pl011 3f201000.serial: cts_event_workaround enabled
Nov 13 20:31:52 RaspLuminarie kernel: [    0.581593] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
Nov 13 20:31:52 RaspLuminarie kernel: [    0.582583] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
Nov 13 20:31:52 RaspLuminarie kernel: [    0.582588] mmc-bcm2835 3f300000.mmc: DMA channel allocated
Nov 13 20:31:52 RaspLuminarie kernel: [    0.641233] sdhost: log_buf @ bad07000 (fad07000)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.678468] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.679974] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.681480] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.684175] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.720879] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.721457] of_cfs_init
Nov 13 20:31:52 RaspLuminarie kernel: [    0.721521] of_cfs_init: OK
Nov 13 20:31:52 RaspLuminarie kernel: [    0.721892] Waiting for root device PARTUUID=a83ebe93-02...
Nov 13 20:31:52 RaspLuminarie kernel: [    0.759197] random: fast init done
Nov 13 20:31:52 RaspLuminarie kernel: [    0.780981] Indeed it is in host mode hprt0 = 00021501
Nov 13 20:31:52 RaspLuminarie kernel: [    0.848030] mmc0: host does not support reading read-only switch, assuming write-enable
Nov 13 20:31:52 RaspLuminarie kernel: [    0.850808] mmc0: overclocking to 83333333Hz
Nov 13 20:31:52 RaspLuminarie kernel: [    0.850855] mmc0: new high speed SDHC card at address 59b4
Nov 13 20:31:52 RaspLuminarie kernel: [    0.851176] mmcblk0: mmc0:59b4 00000 14.9 GiB
Nov 13 20:31:52 RaspLuminarie kernel: [    0.852191]  mmcblk0: p1 p2
Nov 13 20:31:52 RaspLuminarie kernel: [    0.859034] mmc1: new high speed SDIO card at address 0001
Nov 13 20:31:52 RaspLuminarie kernel: [    0.904012] NOHZ: local_softirq_pending 40
Nov 13 20:31:52 RaspLuminarie kernel: [    0.906068] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Nov 13 20:31:52 RaspLuminarie kernel: [    0.906100] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
Nov 13 20:31:52 RaspLuminarie kernel: [    0.907037] devtmpfs: mounted
Nov 13 20:31:52 RaspLuminarie kernel: [    0.908920] Freeing unused kernel memory: 1024K
Nov 13 20:31:52 RaspLuminarie kernel: [    0.972504] NOHZ: local_softirq_pending 40
Nov 13 20:31:52 RaspLuminarie kernel: [    0.990502] NOHZ: local_softirq_pending 40
Nov 13 20:31:52 RaspLuminarie kernel: [    0.990897] usb 1-1: new high-speed USB device number 2 using dwc_otg
Nov 13 20:31:52 RaspLuminarie kernel: [    0.990989] Indeed it is in host mode hprt0 = 00001101
Nov 13 20:31:52 RaspLuminarie kernel: [    1.108230] NOHZ: local_softirq_pending 40
Nov 13 20:31:52 RaspLuminarie kernel: [    1.170732] NOHZ: local_softirq_pending 40
Nov 13 20:31:52 RaspLuminarie kernel: [    1.231093] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
Nov 13 20:31:52 RaspLuminarie kernel: [    1.231103] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Nov 13 20:31:52 RaspLuminarie kernel: [    1.231502] hub 1-1:1.0: USB hub found
Nov 13 20:31:52 RaspLuminarie kernel: [    1.231558] hub 1-1:1.0: 5 ports detected
Nov 13 20:31:52 RaspLuminarie kernel: [    1.232020] NOHZ: local_softirq_pending 01
Nov 13 20:31:52 RaspLuminarie kernel: [    1.242976] NOHZ: local_softirq_pending 40
Nov 13 20:31:52 RaspLuminarie kernel: [    1.322855] NOHZ: local_softirq_pending 40
Nov 13 20:31:52 RaspLuminarie kernel: [    1.331098] NOHZ: local_softirq_pending 40
Nov 13 20:31:52 RaspLuminarie kernel: [    1.340953] NOHZ: local_softirq_pending 01
Nov 13 20:31:52 RaspLuminarie kernel: [    1.371051] NET: Registered protocol family 10
Nov 13 20:31:52 RaspLuminarie kernel: [    1.371709] Segment Routing with IPv6
Nov 13 20:31:52 RaspLuminarie kernel: [    1.384916] ip_tables: (C) 2000-2006 Netfilter Core Team
Nov 13 20:31:52 RaspLuminarie kernel: [    1.397952] random: systemd: uninitialized urandom read (16 bytes read)
Nov 13 20:31:52 RaspLuminarie kernel: [    1.431635] random: systemd: uninitialized urandom read (16 bytes read)
Nov 13 20:31:52 RaspLuminarie kernel: [    1.456351] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read)
Nov 13 20:31:52 RaspLuminarie kernel: [    1.550922] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
Nov 13 20:31:52 RaspLuminarie kernel: [    1.681110] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
Nov 13 20:31:52 RaspLuminarie kernel: [    1.681120] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Nov 13 20:31:52 RaspLuminarie kernel: [    1.683586] smsc95xx v1.0.6
Nov 13 20:31:52 RaspLuminarie kernel: [    1.773031] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:73:e2:d6
Nov 13 20:31:52 RaspLuminarie kernel: [    1.870970] usb 1-1.2: new high-speed USB device number 4 using dwc_otg
Nov 13 20:31:52 RaspLuminarie kernel: [    1.918257] i2c /dev entries driver
Nov 13 20:31:52 RaspLuminarie kernel: [    2.004879] usb 1-1.2: New USB device found, idVendor=0bda, idProduct=8176
Nov 13 20:31:52 RaspLuminarie kernel: [    2.004891] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 13 20:31:52 RaspLuminarie kernel: [    2.004896] usb 1-1.2: Product: 802.11n WLAN Adapter
Nov 13 20:31:52 RaspLuminarie kernel: [    2.004900] usb 1-1.2: Manufacturer: Realtek
Nov 13 20:31:52 RaspLuminarie kernel: [    2.004905] usb 1-1.2: SerialNumber: 00e04c000001
Nov 13 20:31:52 RaspLuminarie kernel: [    2.100965] usb 1-1.4: new full-speed USB device number 5 using dwc_otg
Nov 13 20:31:52 RaspLuminarie kernel: [    2.245253] usb 1-1.4: New USB device found, idVendor=2341, idProduct=0001
Nov 13 20:31:52 RaspLuminarie kernel: [    2.245264] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=220
Nov 13 20:31:52 RaspLuminarie kernel: [    2.245268] usb 1-1.4: Product: Arduino Uno
Nov 13 20:31:52 RaspLuminarie kernel: [    2.245273] usb 1-1.4: Manufacturer: Arduino (www.arduino.cc)
Nov 13 20:31:52 RaspLuminarie kernel: [    2.245277] usb 1-1.4: SerialNumber: 6493234363835180E030
Nov 13 20:31:52 RaspLuminarie kernel: [    2.247502] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
Nov 13 20:31:52 RaspLuminarie kernel: [    2.616077] cdc_acm 1-1.4:1.0: ttyACM0: USB ACM device
Nov 13 20:31:52 RaspLuminarie kernel: [    2.616986] usbcore: registered new interface driver cdc_acm
Nov 13 20:31:52 RaspLuminarie kernel: [    2.616997] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
Nov 13 20:31:52 RaspLuminarie kernel: [    5.307570] usbcore: registered new interface driver rtl8192cu
Nov 13 20:31:52 RaspLuminarie kernel: [    5.416050] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
Nov 13 20:31:52 RaspLuminarie kernel: [    5.425772] bcm2835_alsa bcm2835_alsa: card created with 8 channels
Nov 13 20:31:52 RaspLuminarie kernel: [    5.449042] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
Nov 13 20:31:52 RaspLuminarie kernel: [    5.455685] brcmfmac: brcmf_fw_map_chip_to_name: using brcm/brcmfmac43430-sdio.bin for chip 0x00a9a6(43430) rev 0x000001
Nov 13 20:31:52 RaspLuminarie kernel: [    5.455877] usbcore: registered new interface driver brcmfmac
Nov 13 20:31:52 RaspLuminarie kernel: [    5.643803] random: crng init done
Nov 13 20:31:52 RaspLuminarie kernel: [    5.643819] random: 7 urandom warning(s) missed due to ratelimiting
Nov 13 20:31:52 RaspLuminarie kernel: [    5.698730] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Oct 23 2017 03:55:53 version 7.45.98.38 (r674442 CY) FWID 01-e58d219f
Nov 13 20:31:52 RaspLuminarie kernel: [    5.699389] brcmfmac: brcmf_c_preinit_dcmds: CLM version = API: 12.2 Data: 7.11.15 Compiler: 1.24.2 ClmImport: 1.24.1 Creation: 2014-05-26 10:53:55 Inc Data: 9.10.39 Inc Compiler: 1.29.4 Inc ClmImport: 1.36.3 Creation: 2017-10-23 03:47:14
Nov 13 20:31:52 RaspLuminarie kernel: [    6.927933] uart-pl011 3f201000.serial: no DMA platform data
Nov 13 20:31:53 RaspLuminarie kernel: [    7.456399] Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k SSFS
Nov 13 20:31:54 RaspLuminarie kernel: [    8.002841] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Nov 13 20:31:54 RaspLuminarie kernel: [    8.544390] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
Nov 13 20:31:54 RaspLuminarie kernel: [    8.544422] brcmfmac: power management disabled
Nov 13 20:31:55 RaspLuminarie kernel: [    9.093354] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
Nov 13 20:31:55 RaspLuminarie kernel: [    9.093689] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Nov 13 20:31:55 RaspLuminarie kernel: [    9.756075] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
Nov 13 20:31:55 RaspLuminarie kernel: [    9.907726] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Nov 13 20:31:57 RaspLuminarie kernel: [   11.449846] Bluetooth: Core ver 2.22
Nov 13 20:31:57 RaspLuminarie kernel: [   11.449900] NET: Registered protocol family 31
Nov 13 20:31:57 RaspLuminarie kernel: [   11.449904] Bluetooth: HCI device and connection manager initialized
Nov 13 20:31:57 RaspLuminarie kernel: [   11.449921] Bluetooth: HCI socket layer initialized
Nov 13 20:31:57 RaspLuminarie kernel: [   11.449930] Bluetooth: L2CAP socket layer initialized
Nov 13 20:31:57 RaspLuminarie kernel: [   11.449949] Bluetooth: SCO socket layer initialized
Nov 13 20:31:57 RaspLuminarie kernel: [   11.466649] Bluetooth: HCI UART driver ver 2.3
Nov 13 20:31:57 RaspLuminarie kernel: [   11.466659] Bluetooth: HCI UART protocol H4 registered
Nov 13 20:31:57 RaspLuminarie kernel: [   11.466662] Bluetooth: HCI UART protocol Three-wire (H5) registered
Nov 13 20:31:57 RaspLuminarie kernel: [   11.466813] Bluetooth: HCI UART protocol Broadcom registered
Nov 13 20:31:57 RaspLuminarie kernel: [   11.731632] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Nov 13 20:31:57 RaspLuminarie kernel: [   11.731640] Bluetooth: BNEP filters: protocol multicast
Nov 13 20:31:57 RaspLuminarie kernel: [   11.731656] Bluetooth: BNEP socket layer initialized
Nov 13 20:31:57 RaspLuminarie kernel: [   11.771336] Bluetooth: RFCOMM TTY layer initialized
Nov 13 20:31:57 RaspLuminarie kernel: [   11.771371] Bluetooth: RFCOMM socket layer initialized
Nov 13 20:31:57 RaspLuminarie kernel: [   11.771404] Bluetooth: RFCOMM ver 1.11
Nov 13 20:31:57 RaspLuminarie kernel: [   11.915915] fuse init (API version 7.26)
Questo invece, è l'output del journal -b-1:

Codice: Seleziona tutto

allegato
Non so se si riesce a capire qualcosa.....
Scusa se ho messo l'allegato al posto di postarlo qui tar il tag code, ma superavo il limite massimo di caratteri consentiti....
Allegati
jounactl.log
(19.06 KiB) Scaricato 52 volte
“I computer sono incredibilmente veloci, accurati e stupidi. Gli uomini sono incredibilmente lenti, inaccurati e intelligenti. L'insieme dei due costituisce una forza incalcolabile.”
Albert Einstein
Scrivi risposta

Ritorna a “Ubuntu su server”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 9 ospiti