Jump to content

harry_q

Members
  • Posts

    14
  • Joined

  • Last visited

Recent Profile Visitors

1952 profile views
  1. Please check this URL too: OPI Lite, Xenial Desktop 5.35. How to undo 'Switch to standard login manager'? - Allwinner H2 & H3 - Armbian forum
  2. I did '$ sudo armbian-config -> Switch to standard login manager', and whenever I logout network demons die such SSH, x11VNC, ping, etc. Worse than that, whenever I reboot or power up OPI Lite, this login manager waits for the keyboard input of password which can not be accessed via network. That is, you have to connect the physical keyboard to USB port on OPI lite to make the system to awake its network demons. Please tell me how to undo 'switching to standard login manager'. Thank you. (FYI, check : Desktop logout turns off SSH and x11vncd (OrangePi Lite, xenial desktop 5.35) - Allwinner H2 & H3 mainline - Armbian forum )
  3. Not sure. As I understand SSHd, X11VNCd and PINGd stop all together. Maybe you're right. FYI, if I keep ssh session from the client, X11VNCd, PINGd and desktop logout-ed screen also keep alive so that I could connect to them again. That is, if I keep at least one of the above 4 connections(desktop login-ed screen), I can control the server remotely any time.
  4. Hi, image-copied xenical desktop 5.35 img for my OrangePi Lite. Everything went OK, but after enabling $ sudo armbian-config -> Switch to standard login manager, whenever I logout, SSHd, x11vncd stops. Pinging doesn't get answer from OrangePi Lite. All I have to do is connect keyboard to OrangePI Lite USB port to type in the login password by hand. Then, everything comes up again. Please help.
  5. One additional thing I forgot to mention: I'm accessing the Armbian on Orange Pi Lite through SSH.
  6. Additionally, local file names are displayed properly in Asian characters.
  7. Hi, file names with Asian characters are displayed as "?????" in Armbian. $ sudo mount.cifs //192.168.0.200/y /media/200_y -o user=armuser $ ls -1 /media/200_y/ "??????_text.txt" "banner_????.jpg" $ cat /etc/default/locale # File generated by update-locale LC_MESSAGES=en_US.UTF-8 ##LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 ###LC_ALL=en_US.UTF-8 LC_ALL= LANG=en_US.UTF-8 LC_COLLATE=ko_KR.UTF-8 ## For your Information, in my ubuntu, there's no such a problem. It displays the above file names with proper Asian characters. Thank you in advance for any hint!!
  8. yes! NTFS, both of HDDs. ### FYI, raw data (not truecrypted) transfer between two rates 13.3 MB/s. (NTFS)
  9. Oh! I missed much! Thank you for your advice. I'll try to collect some details of my environment. FYI at the moment, just fresh dd jessy img installed this morning.
  10. Hi, Orange Pi Lite has two USB2.0 ports. I attached 3.5" 5400rpm HDDs in each ports through SATA adaptors. Both HDDs have truecrypted_file.tc respectively. Mounted both .tc files with $ cryptsetup --type tcrypt ******** And $ cp HDD1/big_files HDD2/directory Then chked file copying speed only to have 6.5MB/s in average. Is it normal? Thank you in advance~! ^^
  11. Terrific! cryptsetup can access truecrypted file or device! My solution: $ sudo mount /dev/sda1 /media/HDD333 $ sudo cryptsetup --type tcrypt open /media/HDD333/encHDD333.tc truecrypt1 $ sudo mkdir /media/truecrypt1 $ sudo mount -o uid=1000 /dev/mapper/truecrypt1 /media/truecrypt1 $ cd /media/truecrypt1/ DONE! Detailed info: https://wiki.archlinux.org/index.php/TrueCrypt#Accessing_a_TrueCrypt_container_using_cryptsetup FYI, cjk language filename displaying problem solution: http://askubuntu.com/questions/162391/how-do-i-fix-my-locale-issue * cjk: chinese japanese korean Thank you so much, Dan25! New World to me~! ^^
  12. https://evilshit.wordpress.com/2014/01/12/how-to-compile-truecrypt-from-source/ Failed in required package installations, especially wxWidgets. Thank you in advanced for any kind hand!
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines