Page 1 of 1

connect via ssh causes formatting partitions TV?

Posted: Thu Apr 24, 2014 8:19 am
by SamyGOSHA
Hi, all :)

my tv - samung ue40es6307

I connected to the TV via ssh (about netcat shell and web interface shell at that time I did not know) and got the following log in the terminal:

Code: Select all

login as: root
root@192.168.1.85's password: 
/etc/profile start
insmod: can't insert '/lib/modules/rfs_glue.ko': File exists
insmod: can't insert '/lib/modules/rfs_fat.ko': File exists
mount: mounting none on /sys/fs/cgroup failed: Device or resource busy
1st partition
mkdir: can't create directory '/sys/fs/cgroup/fg_group': File exists
1st Partition is selected
mount mtd_exe
mount: mounting /dev/mmcblk0p13 on /mtd_exe/ failed: Device or resource busy
mount mtd_exe fail
mkdir: can't create directory '/sys/fs/cgroup/bg_group': File exists
mount mtd_rwarea
mount: mounting /dev/mmcblk0p12 on /mtd_rwarea failed: Device or resource busy
Cgroup Fail
Success to format
mount: mounting /dev/mmcblk0p12 on /mtd_rwarea failed: Device or resource busy
mount mtd_rwarea fail
[1]+  Done                       /etc/cgroup_init
mount mtd_drmregion_a
mount: mounting /dev/mmcblk0p10 on /mtd_drmregion_a failed: Device or resource busy
Success to format
mount mtd_drmregion_b
mount: mounting /dev/mmcblk0p11 on /mtd_drmregion_b failed: Device or resource busy
Success to format
Partition.txt doesn't exist
mount mtd_appext
mount: mounting /dev/mmcblk0p15 on /mtd_appext/ failed: Device or resource busy
mount mtd_appext fail
mount mtd_rocommon
mount: mounting /dev/mmcblk0p17 on /mtd_rocommon failed: Device or resource busy
mount mtd_rocommon fail
Saving emergency log dump
read Error!!
read Error!!
******************************************************
Application running is failed
SW image is stopped
******************************************************
VDLinux#> read Error!!
read Error!!
read Error!!
After pressing Enter the terminal showed the following:

Code: Select all

[1]+  Done(255)                  ${MICOM_BASE}/micom rollback
VDLinux#>
and began to take command

after analysis of the log - I found that when connecting via ssh is being formatted partition: (

why there is a formatting partitions when connected via ssh?

partitions are formatted for that? with user data? - After restarting the tv in tv reset settings to the defaults,
something missing even after formatting? Only custom settings or something else?

TV works, I just need to know if any data lost on TV after connecting via ssh, and format partitions

p.s. sorry my english

Re: connect via ssh causes formatting partitions TV?

Posted: Thu Apr 24, 2014 8:28 am
by juusso
you need some kernel moddules to prevent partitions erasing by /etc/profile. That's why we don't recommend to use ssh.

look svn for mount.ko

Re: connect via ssh causes formatting partitions TV?

Posted: Thu Apr 24, 2014 8:42 am
by SamyGOSHA
you need some kernel moddules to prevent partitions erasing by /etc/profile. That's why we don't recommend to use ssh.
hm, ok
look svn for mount.ko

it's hard for me: (I am a newbie in Linux