[Kernel-packages] [Bug 1778932] Re: rsync can trigger system crash

2023-02-07 Thread Shepherd King
I recently had this problem on a long-running parallel rsync process backing up 
to an external esata drive. That is, a ~2 hour process running parallel 
instances of rsync like so:
cat ~/items.txt | parallel rsync --info=progress2 --append-verify --numeric-ids 
-ah {} /esata_dir/

This was an Ubuntu 18.04.6 system, see attached picture (ignore the
ata18 lines). The process failed 3 times, and may have been the cause of
the untimely death of 2 internal hard drives in a RAID-10 config. It
kept throwing machine check exceptions, which lead me to this write-up
on a Google search: https://cloudlinux.zendesk.com/hc/en-
us/articles/360014017379-Kernel-panic-not-syncing.

I was never able to capture crash dumps or anything for debugging, but
that article gave me the idea of disabling c-states in the BIOS, and the
rsync process succeeded on the 4th attempt. The failure always occurred
after about 45-60 minutes into the rsync process. I might guess that
some c-state change during rsync caused some major problems
(power/current irregularities), causing the MCE errors and possibly
killing 2 of my drives. I ran memtest86+ on the system and it passed all
tests running it 2x through.

I have rasdaemon and mcelog set up to hopefully capture anything in the
future. I don't believe kdump (or 'linux-crashdump') will be helpful, as
I understand it requires a non-encrypted swap.

** Attachment added: "rsync_err_msg.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1778932/+attachment/5645320/+files/rsync_err_msg.jpg

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1778932

Title:
  rsync can trigger system crash

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I'm not sure how much of this is rsync or something else in my system.
  I can reliably trigger this using rsync to transfer files from one
  drive to another drive on my computer.   the source is ssd and
  destination is mdadm raid 1 partition.  will attach syslog messages.
  after it is triggered, the the system becomes unresponsive and
  requires a hard reboot. running rysnc as user, no special privileges.

   
  root@music:~# lsb_release -rd
  Description:  Ubuntu 18.04 LTS
  Release:  18.04

  
   apt-cache policy rsync 
  rsync:
Installed: 3.1.2-2.1ubuntu1
Candidate: 3.1.2-2.1ubuntu1
Version table:
   *** 3.1.2-2.1ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  
  uname -a
  Linux music 4.15.0-23-lowlatency #25-Ubuntu SMP PREEMPT Wed May 23 20:39:43 
UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: rsync 3.1.2-2.1ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
  Uname: Linux 4.15.0-23-lowlatency x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  Date: Wed Jun 27 10:08:36 2018
  InstallationDate: Installed on 2018-03-31 (87 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   TERM=xterm-256color
   LANGUAGE=en_US
   PATH=(custom, no user)
  SourcePackage: rsync
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  papa   5200 F pulseaudio
   /dev/snd/controlC0:  papa   5200 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=ca9d6033-d98d-4fba-be24-599f112ac941
  InstallationDate: Installed on 2018-03-31 (89 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
  MachineType: System manufacturer System Product Name
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-23-lowlatency 
root=/dev/mapper/xubuntu--vg-root ro splash fsck.mode=force fsck.repair=yes 
vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-lowlatency N/A
   linux-backports-modules-4.15.0-23-lowlatency  N/A
   linux-firmware1.173.1
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-23-lowlatency x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 04/19/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4011
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME B350-PLUS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  

[Kernel-packages] [Bug 1778932] Re: rsync can trigger system crash

2021-01-18 Thread Florin Petreus
Hi to all.
I know that is an old topic but today I faced an isue with rsync. After this 
command " rsync -Aavx /var/www/html/nextcloud/ 
/mnt/backup/nextcloudbk/nextcloud-dirbkp_`date +"%Y%m%d%t"`/ " the ubuntu 
server 20.04 has crashed. On every command the system response is " bash: 
/usr/bin/'command': No such file or directory
 ". Nothing works any more. Is the secont time that happens to me. Last week, 
it happend firs time and I don't realise that is rsync problem until I 
reinstalled the server and I run this command again. I even can't go in log 
file. Doesn't work any command. After reboot, ubuntu crashes on load.
I don't think it is a repair for this. And the work begin with the reinstall of 
ubuntu.again.
Sorry for my english.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1778932

Title:
  rsync can trigger system crash

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I'm not sure how much of this is rsync or something else in my system.
  I can reliably trigger this using rsync to transfer files from one
  drive to another drive on my computer.   the source is ssd and
  destination is mdadm raid 1 partition.  will attach syslog messages.
  after it is triggered, the the system becomes unresponsive and
  requires a hard reboot. running rysnc as user, no special privileges.

   
  root@music:~# lsb_release -rd
  Description:  Ubuntu 18.04 LTS
  Release:  18.04

  
   apt-cache policy rsync 
  rsync:
Installed: 3.1.2-2.1ubuntu1
Candidate: 3.1.2-2.1ubuntu1
Version table:
   *** 3.1.2-2.1ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  
  uname -a
  Linux music 4.15.0-23-lowlatency #25-Ubuntu SMP PREEMPT Wed May 23 20:39:43 
UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: rsync 3.1.2-2.1ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
  Uname: Linux 4.15.0-23-lowlatency x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  Date: Wed Jun 27 10:08:36 2018
  InstallationDate: Installed on 2018-03-31 (87 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   TERM=xterm-256color
   LANGUAGE=en_US
   PATH=(custom, no user)
  SourcePackage: rsync
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  papa   5200 F pulseaudio
   /dev/snd/controlC0:  papa   5200 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=ca9d6033-d98d-4fba-be24-599f112ac941
  InstallationDate: Installed on 2018-03-31 (89 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
  MachineType: System manufacturer System Product Name
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-23-lowlatency 
root=/dev/mapper/xubuntu--vg-root ro splash fsck.mode=force fsck.repair=yes 
vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-lowlatency N/A
   linux-backports-modules-4.15.0-23-lowlatency  N/A
   linux-firmware1.173.1
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-23-lowlatency x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 04/19/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4011
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME B350-PLUS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4011:bd04/19/2018:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEB350-PLUS:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1778932/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : 

[Kernel-packages] [Bug 1778932] Re: rsync can trigger system crash

2019-07-24 Thread Brad Figg
** Tags added: cscc

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1778932

Title:
  rsync can trigger system crash

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I'm not sure how much of this is rsync or something else in my system.
  I can reliably trigger this using rsync to transfer files from one
  drive to another drive on my computer.   the source is ssd and
  destination is mdadm raid 1 partition.  will attach syslog messages.
  after it is triggered, the the system becomes unresponsive and
  requires a hard reboot. running rysnc as user, no special privileges.

   
  root@music:~# lsb_release -rd
  Description:  Ubuntu 18.04 LTS
  Release:  18.04

  
   apt-cache policy rsync 
  rsync:
Installed: 3.1.2-2.1ubuntu1
Candidate: 3.1.2-2.1ubuntu1
Version table:
   *** 3.1.2-2.1ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  
  uname -a
  Linux music 4.15.0-23-lowlatency #25-Ubuntu SMP PREEMPT Wed May 23 20:39:43 
UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: rsync 3.1.2-2.1ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
  Uname: Linux 4.15.0-23-lowlatency x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  Date: Wed Jun 27 10:08:36 2018
  InstallationDate: Installed on 2018-03-31 (87 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   TERM=xterm-256color
   LANGUAGE=en_US
   PATH=(custom, no user)
  SourcePackage: rsync
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  papa   5200 F pulseaudio
   /dev/snd/controlC0:  papa   5200 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=ca9d6033-d98d-4fba-be24-599f112ac941
  InstallationDate: Installed on 2018-03-31 (89 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
  MachineType: System manufacturer System Product Name
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-23-lowlatency 
root=/dev/mapper/xubuntu--vg-root ro splash fsck.mode=force fsck.repair=yes 
vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-lowlatency N/A
   linux-backports-modules-4.15.0-23-lowlatency  N/A
   linux-firmware1.173.1
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-23-lowlatency x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 04/19/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4011
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME B350-PLUS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4011:bd04/19/2018:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEB350-PLUS:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1778932/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1778932] Re: rsync can trigger system crash

2019-05-29 Thread spbike
Ah, this time it actually reported a bug:

[Wed May 29 11:49:24 2019] perf: interrupt took too long (2544 > 2500), 
lowering kernel.perf_event_max_sample_rate to 78500
[Wed May 29 11:58:41 2019] mlx5_core :01:00.0 ib0: "orted" wants to know my 
dev_id. Should it look at dev_port instead? See 
Documentation/ABI/testing/sysfs-class-net for more info.
[Wed May 29 11:58:41 2019] hugetlbfs: pkdgrav.mpi (21099): Using mlock ulimits 
for SHM_HUGETLB is deprecated
[Wed May 29 12:04:45 2019] [ cut here ]
[Wed May 29 12:04:45 2019] kernel BUG at 
/build/linux-hwe-edge-SPwCNK/linux-hwe-edge-5.0.0/mm/slub.c:305!
[Wed May 29 12:04:45 2019] invalid opcode:  [#1] SMP PTI
[Wed May 29 12:04:45 2019] CPU: 18 PID: 0 Comm: swapper/18 Not tainted 
5.0.0-15-generic #16~18.04.1-Ubuntu
[Wed May 29 12:04:45 2019] Hardware name: Intel Corporation 
S2600TPFR/S2600TPFR, BIOS SE5C610.86B.01.01.0014.121820151719 12/18/2015
[Wed May 29 12:04:45 2019] RIP: 0010:__slab_free+0x188/0x330
[Wed May 29 12:04:45 2019] Code: 00 48 89 c7 fa 66 0f 1f 44 00 00 f0 49 0f ba 
2c 24 00 72 68 4d 3b 6c 24 20 74 11 49 0f ba 34 24 00 57 9d 0f 1f 44 00 00 eb 
a9 <0f> 0b 49 3b 5c 24 28 75 e8 48 8b 45 88 49 89 4c 24 28 49 89 44 24
[Wed May 29 12:04:45 2019] RSP: 0018:890f9fa83cd0 EFLAGS: 00010246
[Wed May 29 12:04:45 2019] RAX: 89159e919000 RBX: 00080007 RCX: 
89159e919000
[Wed May 29 12:04:45 2019] RDX: 89159e919000 RSI: c5e9b97a4600 RDI: 
890f9f406b80
[Wed May 29 12:04:45 2019] RBP: 890f9fa83d70 R08: 0001 R09: 
96898b4e
[Wed May 29 12:04:45 2019] R10: 0001 R11: 890f8ef3e9b0 R12: 
c5e9b97a4600
[Wed May 29 12:04:45 2019] R13: 89159e919000 R14: 890f9f406b80 R15: 
89159e919000
[Wed May 29 12:04:45 2019] FS:  () 
GS:890f9fa8() knlGS:
[Wed May 29 12:04:45 2019] CS:  0010 DS:  ES:  CR0: 80050033
[Wed May 29 12:04:45 2019] CR2: 7fad281ca670 CR3: 000d0120e006 CR4: 
001606e0
[Wed May 29 12:04:45 2019] Call Trace:
[Wed May 29 12:04:45 2019]  
[Wed May 29 12:04:45 2019]  ? sched_clock_cpu+0x11/0xb0
[Wed May 29 12:04:45 2019]  ? sched_clock_idle_sleep_event+0x10/0x20
[Wed May 29 12:04:45 2019]  ? tick_nohz_irq_exit+0x31/0x40
[Wed May 29 12:04:45 2019]  ? irq_exit+0xbe/0xd0
[Wed May 29 12:04:45 2019]  ? skb_free_head+0x1e/0x30
[Wed May 29 12:04:45 2019]  kfree+0x169/0x180
[Wed May 29 12:04:45 2019]  ? kfree+0x169/0x180
[Wed May 29 12:04:45 2019]  skb_free_head+0x1e/0x30
[Wed May 29 12:04:45 2019]  skb_release_data+0x111/0x170
[Wed May 29 12:04:45 2019]  skb_release_all+0x24/0x30
[Wed May 29 12:04:45 2019]  consume_skb+0x2c/0x90
[Wed May 29 12:04:45 2019]  __dev_kfree_skb_any+0x2f/0x40
[Wed May 29 12:04:45 2019]  ipoib_ib_handle_tx_wc+0x75/0x1b0 [ib_ipoib]
[Wed May 29 12:04:45 2019]  ipoib_tx_poll+0x8f/0x100 [ib_ipoib]
[Wed May 29 12:04:45 2019]  net_rx_action+0x140/0x3a0
[Wed May 29 12:04:45 2019]  __do_softirq+0xe4/0x2f3
[Wed May 29 12:04:45 2019]  irq_exit+0xc5/0xd0
[Wed May 29 12:04:45 2019]  do_IRQ+0x8a/0xe0
[Wed May 29 12:04:45 2019]  common_interrupt+0xf/0xf
[Wed May 29 12:04:45 2019]  
[Wed May 29 12:04:45 2019] RIP: 0010:cpuidle_enter_state+0xbc/0x440
[Wed May 29 12:04:45 2019] Code: ff e8 88 56 87 ff 80 7d d3 00 74 17 9c 58 0f 
1f 44 00 00 f6 c4 02 0f 85 54 03 00 00 31 ff e8 bb 8f 8d ff fb 66 0f 1f 44 00 
00 <45> 85 f6 0f 88 1a 03 00 00 4c 2b 6d c8 48 ba cf f7 53 e3 a5 9b c4
[Wed May 29 12:04:45 2019] RSP: 0018:9ae106483e60 EFLAGS: 0246 
ORIG_RAX: ffd9
[Wed May 29 12:04:45 2019] RAX: 890f9faa2d80 RBX: 97753c80 RCX: 
001f
[Wed May 29 12:04:45 2019] RDX: 3be742691ce0 RSI: 35750802 RDI: 

[Wed May 29 12:04:45 2019] RBP: 9ae106483ea0 R08: 0002 R09: 
00022640
[Wed May 29 12:04:45 2019] R10: 9ae106483e30 R11: 0002 R12: 
bad8ffc81100
[Wed May 29 12:04:45 2019] R13: 3be742691ce0 R14: 0004 R15: 
97753e00
[Wed May 29 12:04:45 2019]  cpuidle_enter+0x17/0x20
[Wed May 29 12:04:45 2019]  call_cpuidle+0x23/0x40
[Wed May 29 12:04:45 2019]  do_idle+0x204/0x280
[Wed May 29 12:04:45 2019]  cpu_startup_entry+0x1d/0x20
[Wed May 29 12:04:45 2019]  start_secondary+0x1ab/0x200
[Wed May 29 12:04:45 2019]  secondary_startup_64+0xa4/0xb0
[Wed May 29 12:04:45 2019] Modules linked in: ufs qnx4 hfsplus hfs minix ntfs 
msdos jfs xfs auth_rpcgss nfsv4 nfs lockd grace fscache xt_tcpudp 
ipt_MASQUERADE iptable_nat nf_nat_ipv4 nf_nat xt_conntrack nf_conntrack 
nf_defrag_ipv6 nf_defrag_ipv4 ip6table_filter ip6_tables iptable_filter 
bpfilter intel_rapl sb_edac x86_pkg_temp_thermal intel_powerclamp coretemp kvm 
joydev input_leds irqbypass ioatdma mei_me ipmi_si ipmi_devintf intel_cstate 
mei ipmi_msghandler intel_rapl_perf lpc_ich acpi_power_meter acpi_pad mac_hid 
sch_fq_codel ib_iser iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi 8021q 
garp mrp stp llc 

[Kernel-packages] [Bug 1778932] Re: rsync can trigger system crash

2019-05-28 Thread Terri Knight
This is happening on two system with an Intel motherboard. Other systems
with a Silicon Mechanics motherboard and the same OS do not crash when
rsync is used.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1778932

Title:
  rsync can trigger system crash

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I'm not sure how much of this is rsync or something else in my system.
  I can reliably trigger this using rsync to transfer files from one
  drive to another drive on my computer.   the source is ssd and
  destination is mdadm raid 1 partition.  will attach syslog messages.
  after it is triggered, the the system becomes unresponsive and
  requires a hard reboot. running rysnc as user, no special privileges.

   
  root@music:~# lsb_release -rd
  Description:  Ubuntu 18.04 LTS
  Release:  18.04

  
   apt-cache policy rsync 
  rsync:
Installed: 3.1.2-2.1ubuntu1
Candidate: 3.1.2-2.1ubuntu1
Version table:
   *** 3.1.2-2.1ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  
  uname -a
  Linux music 4.15.0-23-lowlatency #25-Ubuntu SMP PREEMPT Wed May 23 20:39:43 
UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: rsync 3.1.2-2.1ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
  Uname: Linux 4.15.0-23-lowlatency x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  Date: Wed Jun 27 10:08:36 2018
  InstallationDate: Installed on 2018-03-31 (87 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   TERM=xterm-256color
   LANGUAGE=en_US
   PATH=(custom, no user)
  SourcePackage: rsync
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  papa   5200 F pulseaudio
   /dev/snd/controlC0:  papa   5200 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=ca9d6033-d98d-4fba-be24-599f112ac941
  InstallationDate: Installed on 2018-03-31 (89 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
  MachineType: System manufacturer System Product Name
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-23-lowlatency 
root=/dev/mapper/xubuntu--vg-root ro splash fsck.mode=force fsck.repair=yes 
vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-lowlatency N/A
   linux-backports-modules-4.15.0-23-lowlatency  N/A
   linux-firmware1.173.1
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-23-lowlatency x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 04/19/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4011
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME B350-PLUS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4011:bd04/19/2018:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEB350-PLUS:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1778932/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1778932] Re: rsync can trigger system crash

2019-05-28 Thread spbike
Somewhat different the second time around.  This is with the 5.0.05-15
kernel.

[Tue May 28 17:36:56 2019] general protection fault:  [#1] SMP PTI
[Tue May 28 17:36:56 2019] CPU: 23 PID: 0 Comm: swapper/23 Not tainted 
5.0.0-15-generic #16~18.04.1-Ubuntu
[Tue May 28 17:36:56 2019] Hardware name: Intel Corporation 
S2600TPFR/S2600TPFR, BIOS SE5C610.86B.01.01.0014.121820151719 12/18/2015
[Tue May 28 17:36:56 2019] RIP: 0010:__kmalloc_node_track_caller+0x183/0x290
[Tue May 28 17:36:56 2019] Code: 75 c8 51 4c 89 e9 e8 6c 08 b8 00 49 8b 07 5a 
48 85 c0 75 d6 e9 73 ff ff ff 41 8b 59 20 49 8b 39 48 8d 4a 01 4c 89 f0 4c 01 
f3 <48> 33 1b 49 33
 99 38 01 00 00 65 48 0f c7 0f 0f 94 c0 84 c0 0f 84
[Tue May 28 17:36:56 2019] RSP: :91505fbc3aa0 EFLAGS: 00010202
[Tue May 28 17:36:56 2019] RAX: 4a87b836523c585e RBX: 4a87b836523c585e RCX: 
000bd993
[Tue May 28 17:36:56 2019] RDX: 000bd992 RSI:  RDI: 
000271a0
[Tue May 28 17:36:56 2019] RBP: 91505fbc3ae0 R08: 91505fbe71a0 R09: 
91505f406b80
[Tue May 28 17:36:56 2019] R10: 0010 R11:  R12: 
00490220
[Tue May 28 17:36:56 2019] R13: 0ac0 R14: 4a87b836523c585e R15: 
91505f406b80
[Tue May 28 17:36:56 2019] FS:  () 
GS:91505fbc() knlGS:
[Tue May 28 17:36:56 2019] CS:  0010 DS:  ES:  CR0: 80050033
[Tue May 28 17:36:56 2019] CR2: 7fb780679000 CR3: 0001c5c0e006 CR4: 
001606e0
[Tue May 28 17:36:56 2019] Call Trace:
[Tue May 28 17:36:56 2019]  
[Tue May 28 17:36:56 2019]  ? pskb_expand_head+0x6f/0x2c0
[Tue May 28 17:36:56 2019]  __kmalloc_reserve.isra.54+0x31/0x90
[Tue May 28 17:36:56 2019]  pskb_expand_head+0x6f/0x2c0
[Tue May 28 17:36:56 2019]  __pskb_pull_tail+0x50/0x450
[Tue May 28 17:36:56 2019]  skb_segment+0x452/0xd40
[Tue May 28 17:36:56 2019]  ? skb_send_sock_locked+0x280/0x280
[Tue May 28 17:36:56 2019]  ? reqsk_fastopen_remove+0x150/0x150
[Tue May 28 17:36:56 2019]  tcp_gso_segment+0xee/0x520
[Tue May 28 17:36:56 2019]  ? sched_clock+0x9/0x10
[Tue May 28 17:36:56 2019]  ? tcp_event_new_data_sent+0xa0/0xa0
[Tue May 28 17:36:56 2019]  tcp4_gso_segment+0x54/0xc0
[Tue May 28 17:36:56 2019]  inet_gso_segment+0x15d/0x3b0
[Tue May 28 17:36:56 2019]  ? do_IRQ+0x8a/0xe0
[Tue May 28 17:36:56 2019]  skb_mac_gso_segment+0xad/0x110
[Tue May 28 17:36:56 2019]  __skb_gso_segment+0xc4/0x1a0
[Tue May 28 17:36:56 2019]  validate_xmit_skb+0x161/0x2f0
[Tue May 28 17:36:56 2019]  validate_xmit_skb_list+0x4b/0x70
[Tue May 28 17:36:56 2019]  sch_direct_xmit+0xd5/0x390
[Tue May 28 17:36:56 2019]  __qdisc_run+0x149/0x4f0
[Tue May 28 17:36:56 2019]  ? mlx5_core_destroy_cq+0x111/0x120 [mlx5_core]
[Tue May 28 17:36:56 2019]  net_tx_action+0x10d/0x220
[Tue May 28 17:36:56 2019]  __do_softirq+0xe4/0x2f3
[Tue May 28 17:36:56 2019]  irq_exit+0xc5/0xd0
[Tue May 28 17:36:56 2019]  do_IRQ+0x8a/0xe0
[Tue May 28 17:36:56 2019]  common_interrupt+0xf/0xf
[Tue May 28 17:36:56 2019]  
[Tue May 28 17:36:56 2019] RIP: 0010:cpuidle_enter_state+0xbc/0x440
[Tue May 28 17:36:56 2019] Code: ff e8 88 56 87 ff 80 7d d3 00 74 17 9c 58 0f 
1f 44 00 00 f6 c4 02 0f 85 54 03 00 00 31 ff e8 bb 8f 8d ff fb 66 0f 1f 44 00 
00 <45> 85 f6 0f 88 1a 03 00 00 4c 2b 6d c8 48 ba cf f7 53 e3 a5 9b c4
[Tue May 28 17:36:56 2019] RSP: :ae35064abe60 EFLAGS: 0246 
ORIG_RAX: ffd8
[Tue May 28 17:36:56 2019] RAX: 91505fbe2d80 RBX: b7553c80 RCX: 
001f
[Tue May 28 17:36:56 2019] RDX: 011e6fc81544 RSI: 3574f386 RDI: 

[Tue May 28 17:36:56 2019] RBP: ae35064abea0 R08: 0002 R09: 
00022640
[Tue May 28 17:36:56 2019] R10: ae35064abe30 R11: 0005 R12: 
ce2cffdc1100
[Tue May 28 17:36:56 2019] R13: 011e6fc81544 R14: 0004 R15: 
b7553e00
[Tue May 28 17:36:56 2019]  cpuidle_enter+0x17/0x20
[Tue May 28 17:36:56 2019]  call_cpuidle+0x23/0x40
[Tue May 28 17:36:56 2019]  do_idle+0x204/0x280
[Tue May 28 17:36:56 2019]  cpu_startup_entry+0x1d/0x20
[Tue May 28 17:36:56 2019]  start_secondary+0x1ab/0x200
[Tue May 28 17:36:56 2019]  secondary_startup_64+0xa4/0xb0
[Tue May 28 17:36:56 2019] Modules linked in: auth_rpcgss nfsv4 nfs lockd grace 
fscache xt_tcpudp ipt_MASQUERADE iptable_nat nf_nat_ipv4 nf_nat xt_conntrack 
nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip6table_filter ip6_tables 
iptable_filter bpfilter intel_rapl sb_edac x86_pkg_temp_thermal 
intel_powerclamp coretemp kvm joydev input_leds irqbypass ipmi_si ipmi_devintf 
ipmi_msghandler intel_cstate intel_rapl_perf ioatdma mei_me mei lpc_ich 
acpi_pad acpi_power_meter mac_hid binfmt_misc sch_fq_codel ib_iser iscsi_tcp 
libiscsi_tcp libiscsi scsi_transport_iscsi 8021q garp mrp stp llc ib_ipoib 
ib_umad rdma_ucm rdma_cm iw_cm ib_cm mlx4_ib mlx4_core sunrpc lp parport 
ip_tables x_tables autofs4 btrfs zstd_compress raid10 raid456 async_raid6_recov 
async_memcpy async_pq 

[Kernel-packages] [Bug 1778932] Re: rsync can trigger system crash

2019-05-28 Thread spbike
Sadly it died with this crash:

[Tue May 28 14:46:58 2019] ib0: enabling connected mode will cause multicast 
packet drops
[Tue May 28 14:46:58 2019] ib0: mtu > 4092 will cause multicast packet drops.
[Tue May 28 14:46:58 2019] IPv6: ADDRCONF(NETDEV_CHANGE): ib0: link becomes 
ready
[Tue May 28 14:46:58 2019] bpfilter: Loaded bpfilter_umh pid 1578
[Tue May 28 14:47:00 2019] igb :07:00.0 enp7s0f0: igb: enp7s0f0 NIC Link is 
Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[Tue May 28 14:47:00 2019] IPv6: ADDRCONF(NETDEV_CHANGE): enp7s0f0: link 
becomes ready
[Tue May 28 14:47:02 2019] new mount options do not match the existing 
superblock, will be ignored
[Tue May 28 14:47:26 2019] FS-Cache: Loaded
[Tue May 28 14:47:26 2019] FS-Cache: Netfs 'nfs' registered for caching
[Tue May 28 14:47:26 2019] NFS: Registering the id_resolver key type
[Tue May 28 14:47:26 2019] Key type id_resolver registered
[Tue May 28 14:47:26 2019] Key type id_legacy registered
[Tue May 28 15:33:23 2019] perf: interrupt took too long (2514 > 2500), 
lowering kernel.perf_event_max_sample_rate to 79500
[Tue May 28 16:13:30 2019] perf: interrupt took too long (3145 > 3142), 
lowering kernel.perf_event_max_sample_rate to 63500
[Tue May 28 16:38:47 2019] perf: interrupt took too long (3949 > 3931), 
lowering kernel.perf_event_max_sample_rate to 50500
[Tue May 28 16:54:39 2019] general protection fault:  [#1] SMP PTI
[Tue May 28 16:54:39 2019] CPU: 23 PID: 153 Comm: ksoftirqd/23 Not tainted 
5.0.0-15-generic #16~18.04.1-Ubuntu
[Tue May 28 16:54:39 2019] Hardware name: Intel Corporation 
S2600TPFR/S2600TPFR, BIOS SE5C610.86B.01.01.0014.121820151719 12/18/2015
[Tue May 28 16:54:39 2019] RIP: 0010:kmem_cache_alloc_node+0x11d/0x200
[Tue May 28 16:54:39 2019] Code: 4d 89 f9 0f 84 59 ff ff ff 4c 89 ff e8 ac d3 
01 00 49 89 c1 e9 49 ff ff ff 41 8b 59 20 49 8b 39 48 8d 4a 01 4c 89 f0 4c 01 
f3 <48> 33 1b 49 33 99 38 01 00 00 65 48 0f c7 0f 0f 94 c0 84 c0 0f 84
[Tue May 28 16:54:39 2019] RSP: 0018:9c9cc6943a48 EFLAGS: 00010202
[Tue May 28 16:54:39 2019] RAX: 147c86247f800c6b RBX: 147c86247f800c6b RCX: 
0022a6f9
[Tue May 28 16:54:39 2019] RDX: 0022a6f8 RSI: 00480020 RDI: 
000293b0
[Tue May 28 16:54:39 2019] RBP: 9c9cc6943a80 R08: 91915fbe93b0 R09: 
91915b41d380
[Tue May 28 16:54:39 2019] R10: 0011 R11: 91915f4001d0 R12: 
00480020
[Tue May 28 16:54:39 2019] R13:  R14: 147c86247f800c6b R15: 
91915b41d380
[Tue May 28 16:54:39 2019] FS:  () 
GS:91915fbc() knlGS:
[Tue May 28 16:54:39 2019] CS:  0010 DS:  ES:  CR0: 80050033
[Tue May 28 16:54:39 2019] CR2: 7fb78434 CR3: 0003c0a0e004 CR4: 
001606e0
[Tue May 28 16:54:39 2019] Call Trace:
[Tue May 28 16:54:39 2019]  ? __alloc_skb+0x5b/0x1d0
[Tue May 28 16:54:39 2019]  __alloc_skb+0x5b/0x1d0
[Tue May 28 16:54:39 2019]  skb_segment+0x24d/0xd40
[Tue May 28 16:54:39 2019]  ? skb_send_sock_locked+0x280/0x280
[Tue May 28 16:54:39 2019]  ? reqsk_fastopen_remove+0x150/0x150
[Tue May 28 16:54:39 2019]  tcp_gso_segment+0xee/0x520
[Tue May 28 16:54:39 2019]  ? tcp_event_new_data_sent+0xa0/0xa0
[Tue May 28 16:54:39 2019]  tcp4_gso_segment+0x54/0xc0
[Tue May 28 16:54:39 2019]  inet_gso_segment+0x15d/0x3b0
[Tue May 28 16:54:39 2019]  skb_mac_gso_segment+0xad/0x110
[Tue May 28 16:54:39 2019]  __skb_gso_segment+0xc4/0x1a0
[Tue May 28 16:54:39 2019]  validate_xmit_skb+0x161/0x2f0
[Tue May 28 16:54:39 2019]  validate_xmit_skb_list+0x4b/0x70
[Tue May 28 16:54:39 2019]  sch_direct_xmit+0xd5/0x390
[Tue May 28 16:54:39 2019]  __qdisc_run+0x149/0x4f0
[Tue May 28 16:54:39 2019]  ? net_rx_action+0x231/0x3a0
[Tue May 28 16:54:39 2019]  net_tx_action+0x10d/0x220
[Tue May 28 16:54:39 2019]  __do_softirq+0xe4/0x2f3
[Tue May 28 16:54:39 2019]  run_ksoftirqd+0x2b/0x40
[Tue May 28 16:54:39 2019]  smpboot_thread_fn+0xfc/0x170
[Tue May 28 16:54:39 2019]  kthread+0x121/0x140
[Tue May 28 16:54:39 2019]  ? sort_range+0x30/0x30
[Tue May 28 16:54:39 2019]  ? kthread_park+0x90/0x90
[Tue May 28 16:54:39 2019]  ret_from_fork+0x35/0x40
[Tue May 28 16:54:39 2019] Modules linked in: auth_rpcgss nfsv4 nfs lockd grace 
fscache xt_tcpudp ipt_MASQUERADE iptable_nat nf_nat_ipv4 nf_nat xt_conntrack 
nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip6table_filter ip6_tables 
iptable_filter bpfilter intel_rapl sb_edac x86_pkg_temp_thermal 
intel_powerclamp coretemp kvm irqbypass intel_cstate ipmi_si intel_rapl_perf 
input_leds joydev ipmi_devintf ipmi_msghandler lpc_ich mei_me mei ioatdma 
acpi_power_meter acpi_pad mac_hid binfmt_misc sch_fq_codel ib_iser iscsi_tcp 
libiscsi_tcp libiscsi scsi_transport_iscsi 8021q garp mrp stp llc ib_ipoib 
ib_umad rdma_ucm rdma_cm iw_cm ib_cm mlx4_ib mlx4_core lp sunrpc parport 
ip_tables x_tables autofs4 btrfs zstd_compress raid10 raid456 async_raid6_recov 
async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid0 multipath 
linear mlx5_ib 

[Kernel-packages] [Bug 1778932] Re: rsync can trigger system crash

2019-05-28 Thread spbike
I'm having similar problems with rsync killing a 18.04 head node that's
writing to a NFS share.  It would die pretty quickly with rsync or
globus.  We had a dozens of crashes, we originally thought it was a
hardware issue, but switching to a different server didn't help.

We tried:
```
$ apt install linux-headers-5.0.0-15 linux-image-5.0.0-15-generic 
linux-modules-5.0.0-15-generic linux-modules-extra-5.0.0-15-generic 
linux-headers-5.0.0-15-generic
```

I've only rsynced 170TB so far, but that's already much better than it
was.  I'll leave it to rsync 5TB, but I think this may have fixed it.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1778932

Title:
  rsync can trigger system crash

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I'm not sure how much of this is rsync or something else in my system.
  I can reliably trigger this using rsync to transfer files from one
  drive to another drive on my computer.   the source is ssd and
  destination is mdadm raid 1 partition.  will attach syslog messages.
  after it is triggered, the the system becomes unresponsive and
  requires a hard reboot. running rysnc as user, no special privileges.

   
  root@music:~# lsb_release -rd
  Description:  Ubuntu 18.04 LTS
  Release:  18.04

  
   apt-cache policy rsync 
  rsync:
Installed: 3.1.2-2.1ubuntu1
Candidate: 3.1.2-2.1ubuntu1
Version table:
   *** 3.1.2-2.1ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  
  uname -a
  Linux music 4.15.0-23-lowlatency #25-Ubuntu SMP PREEMPT Wed May 23 20:39:43 
UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: rsync 3.1.2-2.1ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
  Uname: Linux 4.15.0-23-lowlatency x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  Date: Wed Jun 27 10:08:36 2018
  InstallationDate: Installed on 2018-03-31 (87 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   TERM=xterm-256color
   LANGUAGE=en_US
   PATH=(custom, no user)
  SourcePackage: rsync
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  papa   5200 F pulseaudio
   /dev/snd/controlC0:  papa   5200 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=ca9d6033-d98d-4fba-be24-599f112ac941
  InstallationDate: Installed on 2018-03-31 (89 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
  MachineType: System manufacturer System Product Name
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-23-lowlatency 
root=/dev/mapper/xubuntu--vg-root ro splash fsck.mode=force fsck.repair=yes 
vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-lowlatency N/A
   linux-backports-modules-4.15.0-23-lowlatency  N/A
   linux-firmware1.173.1
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-23-lowlatency x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 04/19/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4011
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME B350-PLUS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4011:bd04/19/2018:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEB350-PLUS:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1778932/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1778932] Re: rsync can trigger system crash

2019-05-24 Thread Kai-Heng Feng
un 26 19:49:20 music kernel: [  242.955115] BUG: unable to handle kernel paging 
request at 0220
Jun 26 19:49:20 music kernel: [  242.955125] IP: find_get_entry+0x4c/0x140
Jun 26 19:49:20 music kernel: [  242.955126] PGD 0 P4D 0 
Jun 26 19:49:20 music kernel: [  242.955129] Oops:  [#1] PREEMPT SMP NOPTI

Please test mainline kernel and see if it helps:
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2-rc1/

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1778932

Title:
  rsync can trigger system crash

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I'm not sure how much of this is rsync or something else in my system.
  I can reliably trigger this using rsync to transfer files from one
  drive to another drive on my computer.   the source is ssd and
  destination is mdadm raid 1 partition.  will attach syslog messages.
  after it is triggered, the the system becomes unresponsive and
  requires a hard reboot. running rysnc as user, no special privileges.

   
  root@music:~# lsb_release -rd
  Description:  Ubuntu 18.04 LTS
  Release:  18.04

  
   apt-cache policy rsync 
  rsync:
Installed: 3.1.2-2.1ubuntu1
Candidate: 3.1.2-2.1ubuntu1
Version table:
   *** 3.1.2-2.1ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  
  uname -a
  Linux music 4.15.0-23-lowlatency #25-Ubuntu SMP PREEMPT Wed May 23 20:39:43 
UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: rsync 3.1.2-2.1ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
  Uname: Linux 4.15.0-23-lowlatency x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  Date: Wed Jun 27 10:08:36 2018
  InstallationDate: Installed on 2018-03-31 (87 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   TERM=xterm-256color
   LANGUAGE=en_US
   PATH=(custom, no user)
  SourcePackage: rsync
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  papa   5200 F pulseaudio
   /dev/snd/controlC0:  papa   5200 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=ca9d6033-d98d-4fba-be24-599f112ac941
  InstallationDate: Installed on 2018-03-31 (89 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
  MachineType: System manufacturer System Product Name
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-23-lowlatency 
root=/dev/mapper/xubuntu--vg-root ro splash fsck.mode=force fsck.repair=yes 
vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-lowlatency N/A
   linux-backports-modules-4.15.0-23-lowlatency  N/A
   linux-firmware1.173.1
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-23-lowlatency x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 04/19/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4011
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME B350-PLUS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4011:bd04/19/2018:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEB350-PLUS:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1778932/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1778932] Re: rsync can trigger system crash

2019-05-01 Thread Dan Napier
This bug can be reliably triggered, My concern is that the system then
requires a Hard Restart, Power down the server is the only solution for
the Server.  It will immediately crash when rsync is started.  This is
new to 18.4 previously we ran this rsync every hour on 16.4 no issues.
The model for this is a remote server uses rsync to back or mirror the
server.


** Changed in: linux (Ubuntu)
   Status: Expired => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1778932

Title:
  rsync can trigger system crash

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I'm not sure how much of this is rsync or something else in my system.
  I can reliably trigger this using rsync to transfer files from one
  drive to another drive on my computer.   the source is ssd and
  destination is mdadm raid 1 partition.  will attach syslog messages.
  after it is triggered, the the system becomes unresponsive and
  requires a hard reboot. running rysnc as user, no special privileges.

   
  root@music:~# lsb_release -rd
  Description:  Ubuntu 18.04 LTS
  Release:  18.04

  
   apt-cache policy rsync 
  rsync:
Installed: 3.1.2-2.1ubuntu1
Candidate: 3.1.2-2.1ubuntu1
Version table:
   *** 3.1.2-2.1ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  
  uname -a
  Linux music 4.15.0-23-lowlatency #25-Ubuntu SMP PREEMPT Wed May 23 20:39:43 
UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: rsync 3.1.2-2.1ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
  Uname: Linux 4.15.0-23-lowlatency x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  Date: Wed Jun 27 10:08:36 2018
  InstallationDate: Installed on 2018-03-31 (87 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   TERM=xterm-256color
   LANGUAGE=en_US
   PATH=(custom, no user)
  SourcePackage: rsync
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  papa   5200 F pulseaudio
   /dev/snd/controlC0:  papa   5200 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=ca9d6033-d98d-4fba-be24-599f112ac941
  InstallationDate: Installed on 2018-03-31 (89 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
  MachineType: System manufacturer System Product Name
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-23-lowlatency 
root=/dev/mapper/xubuntu--vg-root ro splash fsck.mode=force fsck.repair=yes 
vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-lowlatency N/A
   linux-backports-modules-4.15.0-23-lowlatency  N/A
   linux-firmware1.173.1
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-23-lowlatency x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 04/19/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4011
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME B350-PLUS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4011:bd04/19/2018:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEB350-PLUS:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1778932/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1778932] Re: rsync can trigger system crash

2018-08-28 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1778932

Title:
  rsync can trigger system crash

Status in linux package in Ubuntu:
  Expired

Bug description:
  I'm not sure how much of this is rsync or something else in my system.
  I can reliably trigger this using rsync to transfer files from one
  drive to another drive on my computer.   the source is ssd and
  destination is mdadm raid 1 partition.  will attach syslog messages.
  after it is triggered, the the system becomes unresponsive and
  requires a hard reboot. running rysnc as user, no special privileges.

   
  root@music:~# lsb_release -rd
  Description:  Ubuntu 18.04 LTS
  Release:  18.04

  
   apt-cache policy rsync 
  rsync:
Installed: 3.1.2-2.1ubuntu1
Candidate: 3.1.2-2.1ubuntu1
Version table:
   *** 3.1.2-2.1ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  
  uname -a
  Linux music 4.15.0-23-lowlatency #25-Ubuntu SMP PREEMPT Wed May 23 20:39:43 
UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: rsync 3.1.2-2.1ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
  Uname: Linux 4.15.0-23-lowlatency x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  Date: Wed Jun 27 10:08:36 2018
  InstallationDate: Installed on 2018-03-31 (87 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   TERM=xterm-256color
   LANGUAGE=en_US
   PATH=(custom, no user)
  SourcePackage: rsync
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  papa   5200 F pulseaudio
   /dev/snd/controlC0:  papa   5200 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=ca9d6033-d98d-4fba-be24-599f112ac941
  InstallationDate: Installed on 2018-03-31 (89 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
  MachineType: System manufacturer System Product Name
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-23-lowlatency 
root=/dev/mapper/xubuntu--vg-root ro splash fsck.mode=force fsck.repair=yes 
vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-lowlatency N/A
   linux-backports-modules-4.15.0-23-lowlatency  N/A
   linux-firmware1.173.1
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-23-lowlatency x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 04/19/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4011
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME B350-PLUS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4011:bd04/19/2018:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEB350-PLUS:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1778932/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1778932] Re: rsync can trigger system crash

2018-06-29 Thread kelargo
I was not really able to use a kernel older than 4.15 because of my GPU.
And it seems to perhaps be more unstable now than it was when it was
initially installed. I really desire a low-latency kernel, though.  I've
kept BIOS updated to the most recent release from the manufacturer. I'l
try 4.18 kernel.  thanks.

Kenneth Long

On Friday, June 29, 2018, 10:01:28 AM EDT, Joseph Salisbury 
 wrote:  
 
 Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.18 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.18-rc2

** Changed in: linux (Ubuntu)
  Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
      Status: Confirmed => Incomplete

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1778932

Title:
  rsync can trigger system crash

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm not sure how much of this is rsync or something else in my system.
  I can reliably trigger this using rsync to transfer files from one
  drive to another drive on my computer.  the source is ssd and
  destination is mdadm raid 1 partition.  will attach syslog messages.
  after it is triggered, the the system becomes unresponsive and
  requires a hard reboot. running rysnc as user, no special privileges.

  
  root@music:~# lsb_release -rd
  Description:    Ubuntu 18.04 LTS
  Release:    18.04

  
  apt-cache policy rsync 
  rsync:
    Installed: 3.1.2-2.1ubuntu1
    Candidate: 3.1.2-2.1ubuntu1
    Version table:
  *** 3.1.2-2.1ubuntu1 500
          500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
          100 /var/lib/dpkg/status

  
  uname -a
  Linux music 4.15.0-23-lowlatency #25-Ubuntu SMP PREEMPT Wed May 23 20:39:43 
UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: rsync 3.1.2-2.1ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
  Uname: Linux 4.15.0-23-lowlatency x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  Date: Wed Jun 27 10:08:36 2018
  InstallationDate: Installed on 2018-03-31 (87 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
  ProcEnviron:
  LANG=en_US.UTF-8
  SHELL=/bin/bash
  TERM=xterm-256color
  LANGUAGE=en_US
  PATH=(custom, no user)
  SourcePackage: rsync
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
  USER        PID ACCESS COMMAND
  /dev/snd/controlC1:  papa      5200 F pulseaudio
  /dev/snd/controlC0:  papa      5200 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=ca9d6033-d98d-4fba-be24-599f112ac941
  InstallationDate: Installed on 2018-03-31 (89 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
  MachineType: System manufacturer System Product Name
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-23-lowlatency 
root=/dev/mapper/xubuntu--vg-root ro splash fsck.mode=force fsck.repair=yes 
vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
  RelatedPackageVersions:
  linux-restricted-modules-4.15.0-23-lowlatency N/A
  linux-backports-modules-4.15.0-23-lowlatency  N/A
  linux-firmware                                1.173.1
  RfKill:
  0: hci0: Bluetooth
      Soft blocked: no
      Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-23-lowlatency x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 04/19/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4011
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME B350-PLUS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4011:bd04/19/2018:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEB350-PLUS:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by 

[Kernel-packages] [Bug 1778932] Re: rsync can trigger system crash

2018-06-29 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.18 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.18-rc2

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1778932

Title:
  rsync can trigger system crash

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm not sure how much of this is rsync or something else in my system.
  I can reliably trigger this using rsync to transfer files from one
  drive to another drive on my computer.   the source is ssd and
  destination is mdadm raid 1 partition.  will attach syslog messages.
  after it is triggered, the the system becomes unresponsive and
  requires a hard reboot. running rysnc as user, no special privileges.

   
  root@music:~# lsb_release -rd
  Description:  Ubuntu 18.04 LTS
  Release:  18.04

  
   apt-cache policy rsync 
  rsync:
Installed: 3.1.2-2.1ubuntu1
Candidate: 3.1.2-2.1ubuntu1
Version table:
   *** 3.1.2-2.1ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  
  uname -a
  Linux music 4.15.0-23-lowlatency #25-Ubuntu SMP PREEMPT Wed May 23 20:39:43 
UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: rsync 3.1.2-2.1ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
  Uname: Linux 4.15.0-23-lowlatency x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  Date: Wed Jun 27 10:08:36 2018
  InstallationDate: Installed on 2018-03-31 (87 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   TERM=xterm-256color
   LANGUAGE=en_US
   PATH=(custom, no user)
  SourcePackage: rsync
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  papa   5200 F pulseaudio
   /dev/snd/controlC0:  papa   5200 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=ca9d6033-d98d-4fba-be24-599f112ac941
  InstallationDate: Installed on 2018-03-31 (89 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
  MachineType: System manufacturer System Product Name
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-23-lowlatency 
root=/dev/mapper/xubuntu--vg-root ro splash fsck.mode=force fsck.repair=yes 
vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-lowlatency N/A
   linux-backports-modules-4.15.0-23-lowlatency  N/A
   linux-firmware1.173.1
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-23-lowlatency x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 04/19/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4011
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME B350-PLUS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4011:bd04/19/2018:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEB350-PLUS:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1778932/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : 

[Kernel-packages] [Bug 1778932] Re: rsync can trigger system crash

2018-06-29 Thread kelargo
permissions issue in ownership of .cache/apport

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1778932

Title:
  rsync can trigger system crash

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I'm not sure how much of this is rsync or something else in my system.
  I can reliably trigger this using rsync to transfer files from one
  drive to another drive on my computer.   the source is ssd and
  destination is mdadm raid 1 partition.  will attach syslog messages.
  after it is triggered, the the system becomes unresponsive and
  requires a hard reboot. running rysnc as user, no special privileges.

   
  root@music:~# lsb_release -rd
  Description:  Ubuntu 18.04 LTS
  Release:  18.04

  
   apt-cache policy rsync 
  rsync:
Installed: 3.1.2-2.1ubuntu1
Candidate: 3.1.2-2.1ubuntu1
Version table:
   *** 3.1.2-2.1ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  
  uname -a
  Linux music 4.15.0-23-lowlatency #25-Ubuntu SMP PREEMPT Wed May 23 20:39:43 
UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: rsync 3.1.2-2.1ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
  Uname: Linux 4.15.0-23-lowlatency x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  Date: Wed Jun 27 10:08:36 2018
  InstallationDate: Installed on 2018-03-31 (87 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   TERM=xterm-256color
   LANGUAGE=en_US
   PATH=(custom, no user)
  SourcePackage: rsync
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  papa   5200 F pulseaudio
   /dev/snd/controlC0:  papa   5200 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=ca9d6033-d98d-4fba-be24-599f112ac941
  InstallationDate: Installed on 2018-03-31 (89 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
  MachineType: System manufacturer System Product Name
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-23-lowlatency 
root=/dev/mapper/xubuntu--vg-root ro splash fsck.mode=force fsck.repair=yes 
vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-lowlatency N/A
   linux-backports-modules-4.15.0-23-lowlatency  N/A
   linux-firmware1.173.1
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-23-lowlatency x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 04/19/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4011
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME B350-PLUS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4011:bd04/19/2018:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEB350-PLUS:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1778932/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1778932] Re: rsync can trigger system crash

2018-06-29 Thread kelargo
I am trying to collect the data.  keep getting this error. researching


papa@music:~$ apport-collect 1778932
The authorization page:
 
(https://launchpad.net/+authorize-token?oauth_token=HZZKQSz8nrVfr9Dh3mqw_permission=DESKTOP_INTEGRATION)
should be opening in your browser. Use your browser to authorize
this program to access Launchpad on your behalf.
Waiting to hear from Launchpad about your decision...
[9859:9895:0629/083156.577437:ERROR:browser_gpu_channel_host_factory.cc(120)] 
Failed to launch GPU process.
Created new window in existing browser session.
ERROR: connecting to Launchpad failed: [Errno 13] Permission denied: 
'/home/papa/.cache/apport/launchpad.credentials'
You can reset the credentials by removing the file 
"/home/papa/.cache/apport/launchpad.credentials"
papa@music:~$ ls -laF /home/papa/.cache/apport/
total 8
drwxr-xr-x  2 root root 4096 Jun 29 08:29 ./
drwxrwxr-x 31 papa papa 4096 Jun 29 08:29 ../


** Tags added: apport-collected

** Description changed:

  I'm not sure how much of this is rsync or something else in my system. I
  can reliably trigger this using rsync to transfer files from one drive
  to another drive on my computer.   the source is ssd and destination is
  mdadm raid 1 partition.  will attach syslog messages. after it is
  triggered, the the system becomes unresponsive and requires a hard
  reboot. running rysnc as user, no special privileges.
  
   
  root@music:~# lsb_release -rd
  Description:  Ubuntu 18.04 LTS
  Release:  18.04
  
  
   apt-cache policy rsync 
  rsync:
Installed: 3.1.2-2.1ubuntu1
Candidate: 3.1.2-2.1ubuntu1
Version table:
   *** 3.1.2-2.1ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status
  
  
  uname -a
  Linux music 4.15.0-23-lowlatency #25-Ubuntu SMP PREEMPT Wed May 23 20:39:43 
UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: rsync 3.1.2-2.1ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
  Uname: Linux 4.15.0-23-lowlatency x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  Date: Wed Jun 27 10:08:36 2018
  InstallationDate: Installed on 2018-03-31 (87 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   TERM=xterm-256color
   LANGUAGE=en_US
   PATH=(custom, no user)
  SourcePackage: rsync
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.2
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  papa   5200 F pulseaudio
+  /dev/snd/controlC0:  papa   5200 F pulseaudio
+ CurrentDesktop: XFCE
+ DistroRelease: Ubuntu 18.04
+ HibernationDevice: RESUME=UUID=ca9d6033-d98d-4fba-be24-599f112ac941
+ InstallationDate: Installed on 2018-03-31 (89 days ago)
+ InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
+ MachineType: System manufacturer System Product Name
+ Package: linux (not installed)
+ ProcFB: 0 amdgpudrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-23-lowlatency 
root=/dev/mapper/xubuntu--vg-root ro splash fsck.mode=force fsck.repair=yes 
vt.handoff=1
+ ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
+ RelatedPackageVersions:
+  linux-restricted-modules-4.15.0-23-lowlatency N/A
+  linux-backports-modules-4.15.0-23-lowlatency  N/A
+  linux-firmware1.173.1
+ RfKill:
+  0: hci0: Bluetooth
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  bionic
+ Uname: Linux 4.15.0-23-lowlatency x86_64
+ UnreportableReason: This report is about a package that is not installed.
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo
+ _MarkForUpload: False
+ dmi.bios.date: 04/19/2018
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 4011
+ dmi.board.asset.tag: Default string
+ dmi.board.name: PRIME B350-PLUS
+ dmi.board.vendor: ASUSTeK COMPUTER INC.
+ dmi.board.version: Rev X.0x
+ dmi.chassis.asset.tag: Default string
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Default string
+ dmi.chassis.version: Default string
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4011:bd04/19/2018:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEB350-PLUS:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
+ dmi.product.family: To be filled by O.E.M.
+ dmi.product.name: System Product Name
+ dmi.product.version: System Version
+ dmi.sys.vendor: System manufacturer

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1778932

Title:
  rsync can trigger system crash

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I'm not sure how much of 

[Kernel-packages] [Bug 1778932] Re: rsync can trigger system crash

2018-06-28 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Reassigning to the kernel since rsync should never be able to crash the
system and if it crashes it's usually the kernel or bad hardware that's
responsible.

** Package changed: rsync (Ubuntu) => linux (Ubuntu)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1778932

Title:
  rsync can trigger system crash

Status in linux package in Ubuntu:
  New

Bug description:
  I'm not sure how much of this is rsync or something else in my system.
  I can reliably trigger this using rsync to transfer files from one
  drive to another drive on my computer.   the source is ssd and
  destination is mdadm raid 1 partition.  will attach syslog messages.
  after it is triggered, the the system becomes unresponsive and
  requires a hard reboot. running rysnc as user, no special privileges.

   
  root@music:~# lsb_release -rd
  Description:  Ubuntu 18.04 LTS
  Release:  18.04

  
   apt-cache policy rsync 
  rsync:
Installed: 3.1.2-2.1ubuntu1
Candidate: 3.1.2-2.1ubuntu1
Version table:
   *** 3.1.2-2.1ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  
  uname -a
  Linux music 4.15.0-23-lowlatency #25-Ubuntu SMP PREEMPT Wed May 23 20:39:43 
UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: rsync 3.1.2-2.1ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-lowlatency 4.15.18
  Uname: Linux 4.15.0-23-lowlatency x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  Date: Wed Jun 27 10:08:36 2018
  InstallationDate: Installed on 2018-03-31 (87 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327)
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   TERM=xterm-256color
   LANGUAGE=en_US
   PATH=(custom, no user)
  SourcePackage: rsync
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1778932/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp