Guest User

OSMC netcat

a guest
Mar 23rd, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. Listening on [0.0.0.0] (family 0, port 9999)
  2. Connection from [192.168.53.151] port 9999 [tcp/*] accepted (family 2, sport 44592)
  3. /usr/bin/qt_target_installer -qws
  4. "Wed Mar 23 21:09:06 2016" "Starting OSMC installer"
  5. Qt for Embedded Linux 4.8.6 does not support tool windows with frames.
  6. This behavior will change in a later release. To ensure compatibility with
  7. future versions, use (Qt::Tool | Qt::FramelessWindowHint).
  8. "Wed Mar 23 21:09:11 2016" "Detecting device we are running on"
  9. "Wed Mar 23 21:09:11 2016" "Mounting boot filesystem"
  10. "Wed Mar 23 21:09:11 2016" "Trying to mount to MNT_BOOT (/mnt/boot)"
  11. "Wed Mar 23 21:09:11 2016" "Using device->boot: /dev/sdb1 and FS: hfsplus"
  12. "Wed Mar 23 21:09:11 2016" "No preseed file was found"
  13. "Wed Mar 23 21:09:11 2016" "Creating root partition"
  14. "Wed Mar 23 21:09:11 2016" "From a root partition of /dev/sdb2, I have deduced a base device of /dev/sdb"
  15. "Wed Mar 23 21:09:11 2016" "Determined 256 MB as end of first partition"
  16. "Wed Mar 23 21:09:11 2016" "Calling mkpart for device: /dev/sdb and fs: ext4 with start 258M and end 100%"
  17. "Wed Mar 23 21:09:13 2016" "Calling fmtpart for partition /dev/sdb2 and fstype ext4"
  18. "Wed Mar 23 21:10:14 2016" "Filesystem label=
  19. OS type: Linux
  20. Block size=4096 (log=2)
  21. Fragment size=4096 (log=2)
  22. Stride=2 blocks, Stripe width=1024 blocks
  23. 930240 inodes, 3716864 blocks
  24. 185843 blocks (5.00%) reserved for the super user
  25. First data block=0
  26. Maximum filesystem blocks=3808428032
  27. 114 block groups
  28. 32768 blocks per group, 32768 fragments per group
  29. 8160 inodes per group
  30. Superblock backups stored on blocks:
  31. 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208
  32.  
  33. Allocating group tables: done
  34. Writing inode tables: done
  35. Creating journal (32768 blocks): done
  36. Writing superblocks and filesystem accounting information: done
  37.  
  38. "
  39. "Wed Mar 23 21:10:14 2016" "Mounting root"
  40. "Wed Mar 23 21:10:14 2016" "Trying to mount to MNT_ROOT (/mnt/root)"
  41. "Wed Mar 23 21:10:14 2016" "Using device->root: /dev/sdb2"
  42. "Wed Mar 23 21:10:14 2016" "Extracting files to root filesystem"
  43. "Wed Mar 23 21:10:14 2016" "Starting extract progress..."
  44. "Wed Mar 23 21:23:15 2016" "Extraction of root filesystem completed"
  45. "Wed Mar 23 21:23:15 2016" "Configuring bootloader"
  46. QTimer::singleShot: Invalid slot specification
  47. "Wed Mar 23 21:23:15 2016" "Configuring bootloader: moving /boot to appropriate boot partition"
  48. mv: can't rename '/mnt/boot/preseed.cfg': No such file or directory
  49. mv: can't rename '/tmp/preseed.cfg': No such file or directory
  50. QTimer::singleShot: Invalid slot specification
  51. "Wed Mar 23 21:23:28 2016" "Configuring boot cmdline"
  52. QTimer::singleShot: Invalid slot specification
  53. "Wed Mar 23 21:23:28 2016" "Configuring /etc/fstab"
  54. QTimer::singleShot: Invalid slot specification
  55. "Wed Mar 23 21:23:28 2016" "Successful installation. Dumping log and rebooting system"
  56. QTimer::singleShot: Invalid slot specification
Add Comment
Please, Sign In to add comment