Spewage onto Runlevel 3 terminals? How to stop?
by business_kid from LinuxQuestions.org on (#59FZ8)
On the runlevel 3 terminals, I've noticed I'm getting the sort of spewage usually reserved for dmesg. This sort of stuff is irritating. Code:dec@RoseViolet:~$ acpid: client 1514[0:100] has disconnected
[ 4261.516936] scsi 4:0:0:0: Direct-Access HDD USB 3.0 2210 PQ: 0 ANSI: 6
[ 4261.519689] sd 4:0:0:0: [sdb] 1953525164 512-byte logical blocks: (1.00 TB/932 GiB)
[ 4261.523359] sd 4:0:0:0: [sdb] Write Protect is off
[ 4261.526100] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4261.543831] sdb: sdb1
[ 4261.547083] sd 4:0:0:0: [sdb] Attached SCSI disk
mount /mnt/hd
[ 4270.212734] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
dec@RoseViolet:~$ acpid: client 1514[0:100] has disconnected
[11739.273886] usb 2-4: new high-speed USB device number 8 using xhci_hcd
[11739.405727] usb 2-4: New USB device found, idVendor=0951, idProduct=1665, bcdDevice= 1.00
[11739.407797] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[11739.409862] usb 2-4: Product: DataTraveler 2.0
[11739.411881] usb 2-4: Manufacturer: Kingston
[11739.413899] usb 2-4: SerialNumber: 60A44C413980FF30697C247F
[11739.416408] usb-storage 2-4:1.0: USB Mass Storage device detected
[11739.418592] scsi host5: usb-storage 2-4:1.0
[11740.923388] scsi 5:0:0:0: Direct-Access Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 4
[11740.925953] sd 5:0:0:0: [sdc] 15131636 512-byte logical blocks: (7.75 GB/7.21 GiB)
[11740.928691] sd 5:0:0:0: [sdc] Write Protect is off
[11740.931007] sd 5:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[11740.942973] sdc: sdc1
[11740.946061] sd 5:0:0:0: [sdc] Attached SCSI removable disk
[11745.813071] usb 2-4: USB disconnect, device number 8I'm getting it in dmesg, and that's where it should stay, imho. I don't want it in my face in a runlevel 3 terminals, as I often run slow processes in them (backups, ftp, etc).
How do I kill that?


[ 4261.516936] scsi 4:0:0:0: Direct-Access HDD USB 3.0 2210 PQ: 0 ANSI: 6
[ 4261.519689] sd 4:0:0:0: [sdb] 1953525164 512-byte logical blocks: (1.00 TB/932 GiB)
[ 4261.523359] sd 4:0:0:0: [sdb] Write Protect is off
[ 4261.526100] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4261.543831] sdb: sdb1
[ 4261.547083] sd 4:0:0:0: [sdb] Attached SCSI disk
mount /mnt/hd
[ 4270.212734] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
dec@RoseViolet:~$ acpid: client 1514[0:100] has disconnected
[11739.273886] usb 2-4: new high-speed USB device number 8 using xhci_hcd
[11739.405727] usb 2-4: New USB device found, idVendor=0951, idProduct=1665, bcdDevice= 1.00
[11739.407797] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[11739.409862] usb 2-4: Product: DataTraveler 2.0
[11739.411881] usb 2-4: Manufacturer: Kingston
[11739.413899] usb 2-4: SerialNumber: 60A44C413980FF30697C247F
[11739.416408] usb-storage 2-4:1.0: USB Mass Storage device detected
[11739.418592] scsi host5: usb-storage 2-4:1.0
[11740.923388] scsi 5:0:0:0: Direct-Access Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 4
[11740.925953] sd 5:0:0:0: [sdc] 15131636 512-byte logical blocks: (7.75 GB/7.21 GiB)
[11740.928691] sd 5:0:0:0: [sdc] Write Protect is off
[11740.931007] sd 5:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[11740.942973] sdc: sdc1
[11740.946061] sd 5:0:0:0: [sdc] Attached SCSI removable disk
[11745.813071] usb 2-4: USB disconnect, device number 8I'm getting it in dmesg, and that's where it should stay, imho. I don't want it in my face in a runlevel 3 terminals, as I often run slow processes in them (backups, ftp, etc).
How do I kill that?