Jump to content

Maze

Members
  • Posts

    184
  • Joined

  • Last visited

Everything posted by Maze

  1. hello dear all - good day dear linux experts. i am running openSuse with kgpg: and i am very happy with this. today i want to create some keys... well i c an - afaik - do this with the kgpg but if i do so .suddenly the terminal opens. okay - so far so good; i have the following options: to create a key: gpg --gen-key generally you can select the defaults. to export a public key into file public.key: gpg --export -a "User Name" > public.key This will create a file called public.key with the ascii representation of the public key for User Name. This is a variation on: gpg --export which by itself is basically going to print out a bunch of crap to your screen. I recommend against doing this. gpg --export -a "User Name" prints out the public key for User Name to the command line, which is only semi-useful to export a private key: gpg --export-secret-key -a "User Name" > private.key This will create a file called private.key with the ascii representation of the private key for User Name. It's pretty much like exporting a public key, but you have to override some default protections. There's a note (*) at the bottom explaining why you may want to do this. to import a public key: gpg --import public.key This adds the public key in the file "public.key" to your public key ring. that said - what happens if i create a key - then it exists somewhere on the machine - or not!? what do i need to do to add it to the kgpg system? I need to have a tipp - do you have an idea!?
  2. hello dear php-experts, i am genrating new gnupg - keys; question after generating the new key i need to send parts of a new gnupg keys to a friend - which one!?
  3. many thanks - greetings
  4. hello dear community i have to rework a cal-sheet gear calculation from mp/h to km/h - note all data were in miles per /hour - what is needed is to rework it into kilometers per hour... are there some automated steps to do so..??
  5. hello dear php-experts, i have some issues with my linux-machine... how to start linux Grub under advanced Opttion Kernel 3.12 failsafe? background: my machine wont boot correct - allways it ends up in terminal? Note: i run openSuse 13.1 love to hear from you!
  6. hello dear community I’m trying to capture the output of the top command into a file. When I execute top > output.txt, the output.txt file contains lot of junk characters. What is the best method to capture the output of the top command into a readable text file? i tried to use the top command batch mode operation option ( -b ) to capture the top command output into a file. top -n 1 -b > top-output.txt or this one less top-output.txt but - unfotunatly they do not work for me... : linux-a9sq:/home/martin # -n 1 > top-output.txt -n: command not found linux-a9sq:/home/martin # top-output.txt If 'top-output.txt' is not a typo you can use command-not-found to lookup the package that contains it, like this: cnf top-output.txt linux-a9sq:/home/martin # top -n 1 -b > top-output.txt linux-a9sq:/home/martin # top -n1 -b | head5 If 'head5' is not a typo you can use command-not-found to lookup the package that contains it, like this: cnf head5 linux-a9sq:/home/martin # what can i do!? love to hear from you greetings
  7. hello dear php-community, and linux-experts i have installed a opensuse 13.2. the issue; i cannot get the network plasmoid up and running ... linux-a9sq:/home/martin/.kde4/share/config # iwconfig wlp4s0 IEEE 802.11bgn ESSID:off/any Mode:Managed Access Point: Not-Associated Tx-Power=off Retry short limit:7 RTS thr=2347 B Fragment thr:off Encryption key:off Power Management:off enp5s0 no wireless extensions. lo no wireless extensions. linux-a9sq:/home/martin/.kde4/share/config # rfkill list 0: phy0: Wireless LAN Soft blocked: no Hard blocked: yes linux-a9sq:/home/martin/.kde4/share/config # btw. i ve probably some other issues here left - that Apparently i have a lot of (hundreds) of Akonadi resources. i tried to remove the unneeded ones, in "kcmshell4 akonadi" or "Configure Desktop"->"Personal Informations"->"Configure Akonadi Resources" or by just deleting the corresponding config files in ~/.kde4/share/config/ (akonadi_*).
  8. how to export all the keys in kgpg want to install all the kgpg and tbird on a second machine.....
  9. hello dear linux-experts i have installed opensuse leap 42.1 on a HP Notebooks hp 14 r 103ng - the login and logout / shootdown / poweroff behaviour is very very strange. to sume up. i have issues with the poweroff- function it freezes every time i guess that i have to update the Bios to make it running with Linux see the following commmands martin@linux-o61y:~> dmesg | egrep -i"err|warn|fail|fault|acpi|apic" [ 0.000000] Linux version 4.1.12-1-default (geeko@buildhost) (gcc version 4.8.5 (SUSE Linux) ) #1 SMP PREEMPT Thu Oct 29 06:43:42 UTC 2015 (e24bad1) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.1.12-1-default root=UUID=ebbf92d1-4132-4103-ac7e-c8fbf2406a8b resume=/dev/sda5 splash=silent quiet showopts [ 0.000000] BIOS-e820: [mem 0x0000000079265000-0x0000000079364fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000079365000-0x00000000793a4fff] ACPI data [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] MTRR variable ranges enabled: [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000FE020 000024 (v02 HPQOEM) [ 0.000000] ACPI: XSDT 0x00000000793A4120 00008C (v01 HPQOEM SLIC-MPC 00000003 01000013) [ 0.000000] ACPI: FACP 0x00000000793A1000 00010C (v05 HPQOEM SLIC-MPC 00000003 HP 00040000) [ 0.000000] ACPI: DSDT 0x000000007938F000 00D551 (v02 HPQOEM SLIC-MPC 00000003 HP 00040000) [ 0.000000] ACPI: FACS 0x000000007931C000 000040 [ 0.000000] ACPI: UEFI 0x00000000793A3000 000236 (v01 HPQOEM INSYDE 00000001 HP 00040000) [ 0.000000] ACPI: HPET 0x00000000793A0000 000038 (v01 HPQOEM INSYDE 00000003 HP 00040000) [ 0.000000] ACPI: LPIT 0x000000007939F000 000104 (v01 HPQOEM INSYDE 00000003 HP 00040000) [ 0.000000] ACPI: APIC 0x000000007939E000 000084 (v03 HPQOEM SLIC-MPC 00000003 HP 00040000) [ 0.000000] ACPI: MCFG 0x000000007939D000 00003C (v01 HPQOEM INSYDE 00000003 HP 00040000) [ 0.000000] ACPI: SSDT 0x000000007938D000 000763 (v01 HPQOEM INSYDE 00003000 HP 00040000) [ 0.000000] ACPI: SSDT 0x000000007938C000 000290 (v01 HPQOEM INSYDE 00003000 HP 00040000) [ 0.000000] ACPI: SSDT 0x000000007938B000 00017A (v01 HPQOEM INSYDE 00003000 HP 00040000) [ 0.000000] ACPI: UEFI 0x000000007938A000 000042 (v01 HPQOEM INSYDE 00000000 HP 00040000) [ 0.000000] ACPI: SSDT 0x0000000079383000 0064BE (v01 HPQOEM INSYDE 00001000 HP 00040000) [ 0.000000] ACPI: SSDT 0x0000000079382000 00059A (v01 HPQOEM INSYDE 00001000 HP 00040000) [ 0.000000] ACPI: FPDT 0x0000000079381000 000044 (v01 HPQOEM SLIC-MPC 00000001 HP 00040000) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-86 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.1.12-1-default root=UUID=ebbf92d1-4132-4103-ac7e-c8fbf2406a8b resume=/dev/sda5 splash=silent quiet showopts [ 0.000000] lapic_timer_frequency = 332800 [ 0.000038] pid_max: default: 32768 minimum: 301 [ 0.000052] ACPI: Core revision 20150410 [ 0.043400] ACPI: All ACPI Tables successfully acquired [ 0.070735] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.216363] PM: Registering ACPI NVS region [mem 0x79265000-0x79364fff] (1048576 bytes) [ 0.236603] ACPI: bus type PCI registered [ 0.236607] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.241290] ACPI: Added _OSI(Module Device) [ 0.241295] ACPI: Added _OSI(Processor Device) [ 0.241298] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.241300] ACPI: Added _OSI(Processor Aggregator Device) [ 0.246087] ACPI Error: [\_PR_.CPU0._PPC] Namespace lookup failure, AE_NOT_FOUND (20150410/psargs-359) [ 0.246099] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_.IPCL] (Node ffff88017b0c1dd8), AE_NOT_FOUND (20150410/psparse-536) [ 0.246110] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_.PCLK] (Node ffff88017b0c1e28), AE_NOT_FOUND (20150410/psparse-536) [ 0.246119] ACPI Error: Method parse/execution failed [\_SB_.TBSW] (Node ffff88017b0c2810), AE_NOT_FOUND (20150410/psparse-536) [ 0.246128] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_._Q1D] (Node ffff88017b0c26f8), AE_NOT_FOUND (20150410/psparse-536) [ 0.246136] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_._REG] (Node ffff88017b0bbce8), AE_NOT_FOUND (20150410/psparse-536) [ 0.246450] ACPI Error: [\_PR_.CPU0._PPC] Namespace lookup failure, AE_NOT_FOUND (20150410/psargs-359) [ 0.246459] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_.IPCL] (Node ffff88017b0c1dd8), AE_NOT_FOUND (20150410/psparse-536) [ 0.246469] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_.PCLK] (Node ffff88017b0c1e28), AE_NOT_FOUND (20150410/psparse-536) [ 0.246478] ACPI Error: Method parse/execution failed [\_SB_.TBSW] (Node ffff88017b0c2810), AE_NOT_FOUND (20150410/psparse-536) [ 0.246486] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_._Q1D] (Node ffff88017b0c26f8), AE_NOT_FOUND (20150410/psparse-536) [ 0.246494] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_._REG] (Node ffff88017b0bbce8), AE_NOT_FOUND (20150410/psparse-536) [ 0.262361] ACPI: Dynamic OEM Table Load: [ 0.262377] ACPI: SSDT 0xFFFF88017A71E800 00045B (v01 PmRef Cpu0Ist 00003000 INTL 20130117) [ 0.263889] ACPI: Dynamic OEM Table Load: [ 0.263901] ACPI: SSDT 0xFFFF88017A71E000 000433 (v01 PmRef Cpu0Cst 00003001 INTL 20130117) [ 0.266152] ACPI: Dynamic OEM Table Load: [ 0.266164] ACPI: SSDT 0xFFFF88017A718A00 00015F (v01 PmRef ApIst 00003000 INTL 20130117) [ 0.267569] ACPI: Dynamic OEM Table Load: [ 0.267579] ACPI: SSDT 0xFFFF88017A71BDC0 00008D (v01 PmRef ApCst 00003000 INTL 20130117) [ 0.271293] ACPI : EC: EC started [ 0.892558] ACPI: Interpreter enabled [ 0.892573] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150410/hwxface-580) [ 0.892584] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150410/hwxface-580) [ 0.892620] ACPI: (supports S0 S3 S4 S5) [ 0.892624] ACPI: Using IOAPIC for interrupt routing [ 0.892709] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.000520] ACPI: Power Resource [USBC] (on) [ 1.008865] ACPI: Power Resource [PLPE] (on) [ 1.009293] ACPI: Power Resource [PLPE] (on) [ 1.020683] ACPI: Power Resource [CLK0] (on) [ 1.020786] ACPI: Power Resource [CLK1] (on) [ 1.097364] ACPI: Power Resource [FN00] (off) [ 1.097669] ACPI: Power Resource [FN01] (off) [ 1.097946] ACPI: Power Resource [FN02] (off) [ 1.098220] ACPI: Power Resource [FN03] (off) [ 1.098499] ACPI: Power Resource [FN04] (off) [ 1.100136] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.100149] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 1.101036] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM [ 1.101508] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge [ 1.103033] pci 0000:00:14.0: System wakeup disabled by ACPI [ 1.103882] pci 0000:00:1c.0: System wakeup disabled by ACPI [ 1.104128] pci 0000:00:1c.1: System wakeup disabled by ACPI [ 1.104374] pci 0000:00:1c.2: System wakeup disabled by ACPI [ 1.104630] pci 0000:00:1c.3: System wakeup disabled by ACPI [ 1.105021] pci 0000:00:1d.0: System wakeup disabled by ACPI [ 1.106203] pci 0000:02:00.0: System wakeup disabled by ACPI [ 1.112830] pci 0000:03:00.0: System wakeup disabled by ACPI [ 1.120907] pci 0000:04:00.0: System wakeup disabled by ACPI [ 1.181683] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *7 [ 1.181896] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 *11 12 14 15) [ 1.182106] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *7 [ 1.182317] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15) [ 1.182527] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15) [ 1.182737] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *10 11 12 14 15) [ 1.182948] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15) [ 1.183159] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *7 [ 1.187782] ACPI: Enabled 7 GPEs in block 00 to 3F [ 1.188044] ACPI : EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62 [ 1.188734] PCI: Using ACPI for IRQ routing [ 1.190424] NetLabel: unlabeled traffic allowed by default [ 1.202733] pnp: PnP ACPI init [ 1.202859] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active) [ 1.203057] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) [ 1.203333] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active) [ 1.203421] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active) [ 1.203509] pnp 00:04: Plug and Play ACPI device, IDs AUI1712 PNP0f13 (active) [ 1.257336] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) [ 1.260753] pnp: PnP ACPI: found 6 devices [ 1.269442] clocksource acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.269470] Switched to clocksource acpi_pm [ 1.269627] pci 0000:00:1c.0: BAR 14: failed to assign [mem size 0x00200000] [ 1.269641] pci 0000:00:1c.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref] [ 1.269654] pci 0000:00:1c.1: BAR 15: failed to assign [mem size 0x00200000 64bit pref] [ 1.269667] pci 0000:00:1c.2: BAR 15: failed to assign [mem size 0x00200000 64bit pref] [ 1.269699] pci 0000:00:1c.2: BAR 15: failed to assign [mem size 0x00200000 64bit pref] [ 1.269711] pci 0000:00:1c.1: BAR 15: failed to assign [mem size 0x00200000 64bit pref] [ 1.269721] pci 0000:00:1c.0: BAR 14: failed to assign [mem size 0x00200000] [ 1.269734] pci 0000:00:1c.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref] [ 2.870801] pci 0000:00:1d.0: EHCI: BIOS handoff failed (BIOS bug?) 01010001 [ 2.870998] PCI: CLS 64 bytes, default 64 [ 4.001588] Scanning for low memory corruption every 60 seconds [ 4.004753] io scheduler cfq registered (default) [ 4.010680] intel_idle: lapic_timer_reliable_states 0xffffffff [ 5.636877] ACPI: Power Button [PWRB] [ 5.637270] ACPI: Lid Switch [LID0] [ 5.637434] ACPI: Power Button [PWRF] [ 5.638938] sdhci: Copyright(c) Pierre Ossman [ 5.681607] ACPI: bus type USB registered [ 5.717242] usb usb1: Manufacturer: Linux 4.1.12-1-default ehci_hcd [ 5.722147] usb usb2: Manufacturer: Linux 4.1.12-1-default xhci-hcd [ 5.723541] usb usb3: Manufacturer: Linux 4.1.12-1-default xhci-hcd [ 5.760498] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 6.162518] usb: failed to peer 2-3-port2 and usb3-port1 by location (2-3-port2:none) (usb3-port1:usb2-port1) [ 6.162520] usb 2-3-port2: failed to peer to usb3-port1 (-16) [ 12.556647] ACPI: Thermal Zone [TZ00] (13 C) [ 12.557486] ACPI: Thermal Zone [TZ01] (23 C) [ 12.557694] ACPI: Thermal Zone [TZ02] (28 C) [ 12.975720] ACPI: AC Adapter [ACAD] (on-line) [ 13.055120] ACPI: Battery Slot [BAT1] (battery present) [ 13.270383] ACPI Warning: SystemIO range 0x0000000000002000-0x000000000000201F conflicts with OpRegion 0x0000000000002000-0x000000000000200F (\_SB_.PCI0.SBUS.SMBI) (20150410/utaddress-254) [ 13.270394] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 1339.500254] kcmshell5[2429]: segfault at 0 ip 00007ff4b7d62e6a sp 00007ffe60e65260 error 4 in libqtquickcontrolsplugin.so[7ff4b7d25000+d5000] [ 4679.464239] perf interrupt took too long (3699 > 2500), lowering kernel.perf_event_max_sample_rate to 50000 [ 6659.273497] perf interrupt took too long (5053 > 5000), lowering kernel.perf_event_max_sample_rate to 25000 martin@linux-o61y:~> linux-o61y:/home/martin # lspci -nnk 00:00.0 Host bridge [0600]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register [8086:0f00] (rev 0e) Subsystem: Hewlett-Packard Company Device [103c:220f] Kernel driver in use: iosf_mbi_pci 00:02.0 VGA compatible controller [0300]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display [8086:0f31] (rev 0e) Subsystem: Hewlett-Packard Company Device [103c:220f] Kernel driver in use: i915 Kernel modules: i915 00:13.0 SATA controller [0106]: Intel Corporation Atom Processor E3800 Series SATA AHCI Controller [8086:0f23] (rev 0e) Subsystem: Hewlett-Packard Company Device [103c:220f] Kernel driver in use: ahci 00:14.0 USB controller [0c03]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series USB xHCI [8086:0f35] (rev 0e) Subsystem: Hewlett-Packard Company Device [103c:220f] Kernel driver in use: xhci_hcd Kernel modules: xhci_pci 00:1a.0 Encryption controller [1080]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine [8086:0f18] (rev 0e) Subsystem: Hewlett-Packard Company Device [103c:220f] Kernel driver in use: mei_txe Kernel modules: mei_txe 00:1b.0 Audio device [0403]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series High Definition Audio Controller [8086:0f04] (rev 0e) Subsystem: Hewlett-Packard Company Device [103c:220f] Kernel driver in use: snd_hda_intel Kernel modules: snd_hda_intel 00:1c.0 PCI bridge [0604]: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 1 [8086:0f48] (rev 0e) Kernel driver in use: pcieport Kernel modules: shpchp 00:1c.1 PCI bridge [0604]: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 2 [8086:0f4a] (rev 0e) Kernel driver in use: pcieport Kernel modules: shpchp 00:1c.2 PCI bridge [0604]: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 3 [8086:0f4c] (rev 0e) Kernel driver in use: pcieport Kernel modules: shpchp 00:1c.3 PCI bridge [0604]: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 4 [8086:0f4e] (rev 0e) Kernel driver in use: pcieport Kernel modules: shpchp 00:1d.0 USB controller [0c03]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series USB EHCI [8086:0f34] (rev 0e) Subsystem: Hewlett-Packard Company Device [103c:220f] Kernel driver in use: ehci-pci Kernel modules: ehci_pci 00:1f.0 ISA bridge [0601]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit [8086:0f1c] (rev 0e) Subsystem: Hewlett-Packard Company Device [103c:220f] Kernel driver in use: lpc_ich Kernel modules: lpc_ich 00:1f.3 SMBus [0c05]: Intel Corporation Atom Processor E3800 Series SMBus Controller [8086:0f12] (rev 0e) Subsystem: Hewlett-Packard Company Device [103c:220f] Kernel modules: i2c_i801 02:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01) Subsystem: Hewlett-Packard Company AR9485/HB125 802.11bgn 1×1 Wi-Fi Adapter [103c:1838] Kernel driver in use: ath9k Kernel modules: ath9k 03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader [10ec:5229] (rev 01) Subsystem: Hewlett-Packard Company Device [103c:220f] Kernel driver in use: rtsx_pci Kernel modules: rtsx_pci 04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 07) Subsystem: Hewlett-Packard Company Device [103c:220f] Kernel driver in use: r8169 Kernel modules: r8169 see the kernel linux-o61y:/home/martin # uname -r 4.1.12-1-default to sume up. i have issues with the poweroff- function it freezes every time
  10. btw; do you think i can test this with a knoppix- or an other live dvd? Do you thihk this is possible? I guess this would be an interesting way to test.
  11. dear experts I just installed openleapr 42.1 on a noteook in order to test it. While trying to diagnose a problem with the system - it switches off after a while - after some minutes being unactive - i encounter some issues. The system fails into a shootdown. The systems sometimes falls into a "freeze" so i have to look at the logfiles How do I open or view log files on Linux operating systems? journalctl this does not work either To see /var/log/messagess log file, we can enter: tail -f /var/log/messagess less /var/log/messagess more /var/log/messagess i get the following Dez 30 21:00:01 linux-o61y.site systemd[1]: Cannot add dependency job for unit logrotate.timer, ignoring: Unit logrotate.timer failed to load: No such file or directory. Dez 30 21:00:01 linux-o61y.site systemd[2427]: pam_unix(systemd-user:session): session opened for user root by (uid=0) Dez 30 21:00:01 linux-o61y.site CRON[2426]: pam_unix(crond:session): session closed for user root Dez 30 21:13:22 linux-o61y.site dbus[755]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' Dez 30 21:13:23 linux-o61y.site PackageKit[2489]: daemon start Dez 30 21:13:22 linux-o61y.site systemd[1]: Cannot add dependency job for unit logrotate.timer, ignoring: Unit logrotate.timer failed to load: No such file or directory. Dez 30 21:13:23 linux-o61y.site dbus[755]: [system] Successfully activated service 'org.freedesktop.PackageKit' Dez 30 21:13:23 linux-o61y.site PackageKit[2489]: uid 1000 is trying to obtain org.freedesktop.packagekit.system-sources-refresh auth (only_trusted:0) Dez 30 21:13:23 linux-o61y.site PackageKit[2489]: uid 1000 is trying to obtain org.freedesktop.packagekit.system-sources-refresh auth (only_trusted:0) Dez 30 20:30:01 linux-o61y.site systemd[2333]: pam_unix(systemd-user:session): session closed for user root Dez 30 20:45:01 linux-o61y.site cron[2380]: pam_unix(crond:session): session opened for user root by (uid=0) Dez 30 20:45:01 linux-o61y.site systemd[1]: Cannot add dependency job for unit logrotate.timer, ignoring: Unit logrotate.timer failed to load: No such file or directory. Dez 30 20:45:01 linux-o61y.site systemd[2381]: pam_unix(systemd-user:session): session opened for user root by (uid=0) Dez 30 20:45:02 linux-o61y.site CRON[2380]: pam_unix(crond:session): session closed for user root Dez 30 20:45:02 linux-o61y.site systemd[2382]: pam_unix(systemd-user:session): session closed for user root Dez 30 21:00:01 linux-o61y.site cron[2426]: pam_unix(crond:session): session opened for user root by (uid=0) Dez 30 21:00:01 linux-o61y.site systemd[1]: Cannot add dependency job for unit logrotate.timer, ignoring: Unit logrotate.timer failed to load: No such file or directory. Dez 30 21:00:01 linux-o61y.site systemd[2427]: pam_unix(systemd-user:session): session opened for user root by (uid=0) Dez 30 21:00:01 linux-o61y.site CRON[2426]: pam_unix(crond:session): session closed for user root Dez 30 21:13:22 linux-o61y.site dbus[755]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' Dez 30 21:13:23 linux-o61y.site PackageKit[2489]: daemon start Dez 30 21:13:22 linux-o61y.site systemd[1]: Cannot add dependency job for unit logrotate.timer, ignoring: Unit logrotate.timer failed to load: No such file or directory. Dez 30 21:13:23 linux-o61y.site dbus[755]: [system] Successfully activated service 'org.freedesktop.PackageKit' Dez 30 21:13:23 linux-o61y.site PackageKit[2489]: uid 1000 is trying to obtain org.freedesktop.packagekit.system-sources-refresh auth (only_trusted:0) Dez 30 21:13:23 linux-o61y.site PackageKit[2489]: uid 1000 is trying to obtain org.freedesktop.packagekit.system-sources-refresh auth (only_trusted:0) Dez 30 21:13:23 linux-o61y.site PackageKit[2489]: uid 1000 is trying to obtain org.freedesktop.packagekit.system-sources-refresh auth (only_trusted:0) Dez 30 21:13:23 linux-o61y.site PackageKit[2489]: uid 1000 obtained auth for org.freedesktop.packagekit.system-sources-refresh Dez 30 21:13:23 linux-o61y.site PackageKit[2489]: uid 1000 obtained auth for org.freedesktop.packagekit.system-sources-refresh Dez 30 21:13:23 linux-o61y.site PackageKit[2489]: uid 1000 obtained auth for org.freedesktop.packagekit.system-sources-refresh Dez 30 21:13:28 linux-o61y.site PackageKit[2489]: refresh-cache transaction /1_bbccbebd from uid 1000 finished with failed after 5113ms Dez 30 21:13:28 linux-o61y.site PackageKit[2489]: refresh-cache transaction /2_ceececac from uid 1000 finished with failed after 619ms Dez 30 21:13:29 linux-o61y.site PackageKit[2489]: refresh-cache transaction /3_dcbccaae from uid 1000 finished with failed after 613ms Dez 30 21:13:48 linux-o61y.site PackageKit[2489]: daemon quit Dez 30 21:13:48 linux-o61y.site packagekitd[2489]: (packagekitd:2489): GLib-CRITICAL **: Source ID 6 was not found when attempting to remove it Dez 30 21:15:01 linux-o61y.site cron[2600]: pam_unix(crond:session): session opened for user root by (uid=0) Dez 30 21:15:01 linux-o61y.site systemd[1]: Cannot add dependency job for unit logrotate.timer, ignoring: Unit logrotate.timer failed to load: No such file or directory. Dez 30 21:15:01 linux-o61y.site systemd[2601]: pam_unix(systemd-user:session): session opened for user root by (uid=0) Dez 30 21:15:01 linux-o61y.site CRON[2600]: pam_unix(crond:session): session closed for user root Dez 30 21:15:01 linux-o61y.site systemd[2602]: pam_unix(systemd-user:session): session closed for user root Dez 30 21:17:47 linux-o61y.site systemd-udevd[2633]: remove old symlink, '/dev/cdrom' no longer belonging to '/devices/pci0000:00/0000:00:13.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0' Dez 30 21:17:47 linux-o61y.site systemd-udevd[2633]: remove old symlink, '/dev/cdrw' no longer belonging to '/devices/pci0000:00/0000:00:13.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0' Dez 30 21:17:47 linux-o61y.site systemd-udevd[2633]: remove old symlink, '/dev/dvd' no longer belonging to '/devices/pci0000:00/0000:00:13.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0' Dez 30 21:17:47 linux-o61y.site systemd-udevd[2633]: remove old symlink, '/dev/dvdrw' no longer belonging to '/devices/pci0000:00/0000:00:13.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0' Dez 30 21:27:11 linux-o61y.site NetworkManager[861]: <info> sleep requested (sleeping: no enabled: yes) Dez 30 21:27:11 linux-o61y.site NetworkManager[861]: <info> sleeping... Dez 30 21:27:11 linux-o61y.site NetworkManager[861]: <info> (wlan0): device state change: activated -> unmanaged (reason 'sleeping') [100 10 37] Dez 30 21:27:11 linux-o61y.site NetworkManager[861]: <info> (wlan0): canceled DHCP transaction, DHCP client pid 1204 Dez 30 21:27:11 linux-o61y.site NetworkManager[861]: <info> (wlan0): DHCPv4 state changed bound -> done Dez 30 21:27:11 linux-o61y.site avahi-daemon[757]: Withdrawing address record for fe80::3210:b3ff:fe34:a37a on wlan0. Dez 30 21:27:11 linux-o61y.site avahi-daemon[757]: Leaving mDNS multicast group on interface wlan0.IPv6 with address fe80::3210:b3ff:fe34:a37a. Dez 30 21:27:11 linux-o61y.site avahi-daemon[757]: Interface wlan0.IPv6 no longer relevant for mDNS. Dez 30 21:27:11 linux-o61y.site avahi-daemon[757]: Withdrawing address record for 192.168.2.106 on wlan0. Dez 30 21:27:11 linux-o61y.site avahi-daemon[757]: Leaving mDNS multicast group on interface wlan0.IPv4 with address 192.168.2.106. Dez 30 21:27:11 linux-o61y.site avahi-daemon[757]: Interface wlan0.IPv4 no longer relevant for mDNS. Dez 30 21:27:11 linux-o61y.site kernel: wlan0: deauthenticating from f4:9f:f3:4e:39:0b by local choice (Reason: 3=DEAUTH_LEAVING) Dez 30 21:27:11 linux-o61y.site kernel: cfg80211: Exceeded CRDA call max attempts. Not calling CRDA Dez 30 21:27:11 linux-o61y.site dns-resolver[2712]: ATTENTION: You have modified /etc/resolv.conf. Leaving it untouched... Dez 30 21:27:11 linux-o61y.site dns-resolver[2714]: You can find my version in /etc/resolv.conf.netconfig Dez 30 21:27:11 linux-o61y.site NetworkManager[861]: dns-resolver: ATTENTION: You have modified /etc/resolv.conf. Leaving it untouched... Dez 30 21:27:11 linux-o61y.site NetworkManager[861]: dns-resolver: You can find my version in /etc/resolv.conf.netconfig Dez 30 21:27:11 linux-o61y.site NetworkManager[861]: ATTENTION: You have modified /etc/resolv.conf. Leaving it untouched... Dez 30 21:27:11 linux-o61y.site NetworkManager[861]: You can find my version in /etc/resolv.conf.netconfig ... Dez 30 21:27:11 linux-o61y.site NetworkManager[861]: <info> NetworkManager state is now ASLEEP Dez 30 21:27:11 linux-o61y.site dbus[755]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' Dez 30 21:27:11 linux-o61y.site systemd[1]: Cannot add dependency job for unit logrotate.timer, ignoring: Unit logrotate.timer failed to load: No such file or directory. Dez 30 21:27:11 linux-o61y.site NetworkManager[861]: <warn> Failed to GDBus.Error:fi.w1.wpa_supplicant1.NotConnected: This interface is not connected: disconnect. Dez 30 21:27:11 linux-o61y.site dbus[755]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Dez 30 21:27:11 linux-o61y.site nm-dispatcher[2771]: Dispatching action 'down' for wlan0 -- Reboot -- Dez 30 21:36:41 linux-o61y.site org.kde.kuiserver[1484]: kuiserver: adding job contact for address: ":1.16" objectPath: "/DataEngine/applicationjobs/JobView_1" Dez 30 21:36:41 linux-o61y.site org.kde.kuiserver[1484]: kuiserver: making async call of terminate for: "/DataEngine/applicationjobs/JobView_1" Dez 30 21:36:41 linux-o61y.site org.kde.kuiserver[1484]: kuiserver: removing jobview from list, it finished Dez 30 21:38:08 linux-o61y.site org.kde.kuiserver[1484]: kuiserver: adding job contact for address: ":1.16" objectPath: "/DataEngine/applicationjobs/JobView_2" Dez 30 21:38:08 linux-o61y.site org.kde.kuiserver[1484]: kuiserver: making async call of terminate for: "/DataEngine/applicationjobs/JobView_2" Dez 30 21:38:08 linux-o61y.site org.kde.kuiserver[1484]: kuiserver: removing jobview from list, it finished Dez 30 21:38:22 linux-o61y.site org.kde.kuiserver[1484]: kuiserver: adding job contact for address: ":1.16" objectPath: "/DataEngine/applicationjobs/JobView_3" Dez 30 21:38:22 linux-o61y.site org.kde.kuiserver[1484]: kuiserver: making async call of terminate for: "/DataEngine/applicationjobs/JobView_3" Dez 30 21:38:22 linux-o61y.site org.kde.kuiserver[1484]: kuiserver: removing jobview from list, it finished what causes the issue with the shootdown.... what should i do to fix this? any and all help is greatly appreciated
  12. hello dear php-freaks and -experts, have installed opensuse leap 42.1 on a notebook - HP (type - Notebooks hp 14 r 103ng ) well all seems to work pretty well - but if i want to switch off the system then i am not able at all! hmm - in other words; shutdown does not work at all - cant switch off the notebook - how to check the logfiles? sometimes it looks like a "freeze" of the system. What can i do now!?
  13. hello dear php-freaks! how to change the filetype of a external hdd to linux. Thats the question of the day for me.1 Formatting a USB external hard drive, could be a very easy task when done with proper tools. which one should i use? Gparted!? Note - it seems to have data-loss when saving and doing backups on the default format. Look forward to hear from you! and now: May you enjoy the time of the holidays with your nearest and dearest, family, the friends and those who love you and care for you. May this New Year give you the courage to do triumph all your projects. I wish you a Happy New Year to every one of you, and a wonderful year 2016! Regards matze
  14. hello dear php-experts, currently plan to build a computer in christmas-season. i have a tower with an older mainboard - asrock k7s41gx - note: it is a ATXMicro Board question: can i replace this with the ASUS M5A99X EVO R2.0 -which is a ATX Board in other words. Where ATXMicro was - can there a ATX be build in !? love to hear from you
  15. hello dear Community, fresh install of opensuse 42.1 leap trying to connect to the wlan - with knetworkmanager - not sure if it is allready running can i check this via commandline ? can i check if all is set propperly with some commands on comandline any ideas!? Any and all help will be greatly apreciated! see the two commands... linux-o61y:/home/martin # rfkill list 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no linux-o61y:/home/martin # iwconfig eth0 no wireless extensions. wlan0 IEEE 802.11bgn ESSID:"kalmit" Mode:Managed Frequency:2.422 GHz Access Point: 08:96:D7:68:65:D9 Bit Rate=43.3 Mb/s Tx-Power=15 dBm Retry short limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality=46/70 Signal level=-64 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:35 Missed beacon:0 lo no wireless extensions. linux-o61y:/home/martin # what goes wrong here
  16. hello dear scoostash if i want to install a opensuse linux-system - on the notebook with the following file system df -T martin@linux-o61y:~> df -T Dateisystem Typ 1K-Blöcke Benutzt Verfügbar Verw% Eingehängt auf /dev/sda6 ext4 41152576 5932992 34154628 15% / devtmpfs devtmpfs 2001824 0 2001824 0% /dev tmpfs tmpfs 2005896 2484 2003412 1% /dev/shm tmpfs tmpfs 2005896 2104 2003792 1% /run tmpfs tmpfs 2005896 0 2005896 0% /sys/fs/cgroup /dev/sda7 ext4 421122648 5372380 414877944 2% /home martin@linux-o61y:~> well - you suggest to stay with the system.. if i want to do a fresh installation - should i not erase all with a dd-command. i think that i can stay with the above mentioned code BTW - which patition would you create!?
  17. hello dear linux-experts preparing a fresh installation: dd-revisited - so i want to do the best to prepare an installation. i am just in front of a fresh install of opensuselinux 42 Leap. note: i want to do a very fresh install on a notebook that currently runs under opensuse 13.2 my hd has got 500 gb which partition-table should i use: i would like to run the dd-command before i will do the installation - do you think this is clever!? This command will overwrite the drive with zeroesdd if=/dev/zero of=/dev/sda bs=4k conv=notrunc I just want to make sure my drive is really zeroed out!! dd if=/dev/sda | hexdump -C | grep [^00] what do you say!? Which partition should i use!?
  18. hello dear scootstah many many thanks well i gotta have to run a long test with this: smartctl -t long /dev/sda this will make more sense
  19. hello - many many thanks for the posting - well i runned the following btw; this will print SMART data smartctl -a /dev/sda and this will run a long test smartctl -t long /dev/sda man smartctl see the results: Passwort: linux-a9sq:/home/martin # smartctl -a /dev/sda smartctl 6.3 2014-07-26 r3976 [x86_64-linux-3.16.7-7-desktop] (SUSE RPM) Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Model Family: Hitachi Travelstar 5K500.B Device Model: Hitachi HTS545050B9A300 Serial Number: 101011PBN403B7KBEDWL LU WWN Device Id: 5 000cca 5f0ef78f4 Firmware Version: PB4OC64G User Capacity: 500.107.862.016 bytes [500 GB] Sector Size: 512 bytes logical/physical Rotation Rate: 5400 rpm Form Factor: 2.5 inches Device is: In smartctl database [for details use: -P show] ATA Version is: ATA8-ACS T13/1699-D revision 6 SATA Version is: SATA 2.6, 3.0 Gb/s Local Time is: Thu Nov 19 19:10:48 2015 CET SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === SMART overall-health self-assessment test result: PASSED General SMART Values: Offline data collection status: (0x00) Offline data collection activity was never started. Auto Offline Data Collection: Disabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 645) seconds. Offline data collection capabilities: (0x5b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. No Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 2) minutes. Extended self-test routine recommended polling time: ( 158) minutes. SCT capabilities: (0x003d) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 16 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000b 100 100 062 Pre-fail Always - 0 2 Throughput_Performance 0x0005 100 100 040 Pre-fail Offline - 0 3 Spin_Up_Time 0x0007 142 142 033 Pre-fail Always - 2 4 Start_Stop_Count 0x0012 100 100 000 Old_age Always - 1420 5 Reallocated_Sector_Ct 0x0033 100 100 005 Pre-fail Always - 0 7 Seek_Error_Rate 0x000b 100 100 067 Pre-fail Always - 0 8 Seek_Time_Performance 0x0005 100 100 040 Pre-fail Offline - 0 9 Power_On_Hours 0x0012 084 084 000 Old_age Always - 7434 10 Spin_Retry_Count 0x0013 100 100 060 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 1394 191 G-Sense_Error_Rate 0x000a 100 100 000 Old_age Always - 0 192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 25 193 Load_Cycle_Count 0x0012 043 043 000 Old_age Always - 574307 194 Temperature_Celsius 0x0002 161 161 000 Old_age Always - 34 (Min/Max 3/57) 196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 0 197 Current_Pending_Sector 0x0022 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0008 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x000a 200 200 000 Old_age Always - 0 223 Load_Retry_Count 0x000a 100 100 000 Old_age Always - 0 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 No self-tests have been logged. [To run self-tests, use: smartctl -t] SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. linux-a9sq:/home/martin # hmm - all looks interesting!
  20. many many thanks for all the answers - well as it seems now - i will think abut this steps - if you say that this is not very clever - then i guess that i surely will think it over first of all - many many thanks say
  21. Hello dear PHP-Freaks the question i am faced with - How to check Hard Drive health and for problems? i run opensuse version 13.1: What should - what could i do? what are the best Free Hard Drive Health Monitoring and Diagnostic tools - under linux. Can i do this with SMART ? is this included in opensuse version 13.1 or 13.2 ? love to hear from you greetings
  22. hello dear PHPFreaks hope your are all right and all is okay at your site! i have four domains that need to get "connencted to one" target www.foo-bar-one.org www.foo-bar-two.org www.foo-bar-three.org www.foo-bar-four.org all those sites should show only one content - that of www.foo-bar-one.org is this possible? in other words; The question of the day meets an issue i am faced with: Forwarding example.COM to example.NET what does the visitor see: a. as a site? b. what does the adressbar display? Question: is it possible to do a forwarding that shows the domain-name "example.com" in the adressbar? -.... and shows the content of example.net well to be frank; i guess that it's possible to forward the domain name without change in the address bar. It is called "Masked" Forwarding This type of forwarding is used to forward your domain to another website, while keeping your domain or subdomain name in the web browser's address bar. The real address does not appear, but you will have very poor search-engine ranking. But why is this so!? - and which options are there - which alternatives? love to hear from you your friend
  23. hello dear scootsah man many thanks for the qic answer wel i did a mistake. - i need to know how to set the timeout i need to know a method and a way to set the timeout. can you help me to set the timeout? I LOVE TO HEAR FROM YOU
  24. hello dear php-experts, i am not very familiar with openstreetmap - i do my first steps with the start - and i do some requests on http://www.overpass-turbo.eu with the following request - see http://overpass-turbo.eu/s/bxK all goes well - i get a long list of data [out:csv(::id,::type,"name","addr:postcode","addr:street","addr:housenumber","website"," contact:email=*")]; area[name="Heidelberg"]->.a; ( node(area.a)[amenity=hospital]; way(area.a)[amenity=hospital]; rel(area.a)[amenity=hospital]; out; as said above all goes well - i get a long list of data: But the main question is - how to set another timestamp - note: i need to have a timestamp with at least 500 sec how to achieve that? - what to do here. - should i do a request on commandline - cf. http://overpass-api.de/command_line.html if i want to do a request with a larger dataset_ see the following repuest: http://overpass-turbo.eu/s/bxM with a target area that is so big ... that we need to have a nother timestamp. [out:csv(::id,::type,"name","addr:postcode","addr:street","addr:housenumber","website"," contact:email=*")]; area[name="Bayern"]->.a; ( node(area.a)[amenity=hospital]; way(area.a)[amenity=hospital]; rel(area.a)[amenity=hospital]; out; qeustion: how to set the timestamp to another value?
  25. many many thanks have a great day!!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.