Ha ha, stupid me. I think I'm not clear here. I didn't have the chance to test the samba server yet but I think it will work fine. What explained above is when I tried to mount a samba share elsewhere to the plug, it showed up with question mark filenames (not even gibberish) when I listed the mount even when the remote character set is utf-8 in putty. Turned out, the build didn'tby toomyzoom - Debian
Hi, I use the rootfs from this http://forum.doozan.com/read.php?2,12096. There is a problem when I try to access samba share with asian filenames. They all showed up as ?????. I installed fonts, set locales,... nothing helped. Anyone knows how can I fix this. It works on my x86 debian wheezy server. The filenames showed up as they should when set render font to utf-8 but this build only show ?by toomyzoom - Debian
bodhi Wrote: ------------------------------------------------------- > toomyzoom, > > The rootfs should have no problem getting DHCP > address automatically. Do you have a boot log or > dmesg log that we can look at? Well, problem on my part. After having the serial soldered, I discovered that the thing didn't load rootfs. So I changed the env as dhead666 did. Stilby toomyzoom - Debian
Hey bodhi, I followed this and installed the debian 3.13.1 rootfs on a Pogoplug Mobile. However, the Mobile unable to get DHPC address from the router. Do you know how to set up the network interface? Thank you.by toomyzoom - Debian
bodhi Wrote: ------------------------------------------------------- > toomyzoom, > > What brand is your USB stick? that might have > something to do with the problem. Ext3 will be OK > if you relocate all the log files to /tmp, and use > it only for rootfs, and hard drive for data. It's a 8gb Lexar. I don't think the problem lie with the stick. I got theby toomyzoom - Debian
Yes. I formatted and reinstalled it a lot of time. No dice. Changing usb_rootfstype to ext3, change ext2 to ext3 in fstab. The kernel booted successfully but not responsive when I was trying to access it via ssh. Changing back to ext2. Bam, everything works again. Look like I don't need the journal that much. The install runs from usb flash so ext3 just kills it faster.by toomyzoom - Debian
I don't have the problem with =<1GB stick. apt-get uses fsync(), flooding the I/O. eatmydata seems to solve my problem.by toomyzoom - Debian
I have a pogoplug E02. I want to boot from a ext3. I changed usb_rootfstype=ext3 with fw_setenv and in /etc/fstab, /dev/root / ext3 defaults 0 1 The kernel log showed ok booting U-Boot 2011.12 (Feb 20 2012 - 21:21:59) Pogoplug E02 arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1 GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709 Hit any key toby toomyzoom - Debian
I use tarball from this thread http://forum.doozan.com/read.php?2,12096 by bodhi to create a wheezy stick. It booted up fine. However, when I try to install anything by apt-get, the unpacking get extremely slow. I don't know if anything is wrong with dpkg or apt-get. My fw_printenv arcNumber=2097 baudrate=115200 bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_boby toomyzoom - Debian
I installed rescue system 2.8, then I created wheezy usb stick in rescue. In uboot, I set: fw_setenv bootcmd_usb 'run usb_bootcmd' fw_setenv bootcmd 'run bootcmd_usb; run bootcmd_ubi; run bootcmd_pogo; reset' Still not able to boot from usb. The usb was bootable when using to create emdebian nand. My fw_printenv ethact=egiga0 bootdelay=3 baudrate=115200 mainlineby toomyzoom - Debian
I installed emdebian following this thread http://forum.doozan.com/read.php?2,72. After reboot, I no longer able to boot from usb. I tried to set fw_setenv bootcmd 'run bootcmd_usb; run bootcmd_ubi; run bootcmd_pogo; reset' but it's still not able to boot from the usb. My fw_printenv ethact=egiga0 bootdelay=3 baudrate=115200 mainlineLinux=yes console=ttyS0,115200 led_iniby toomyzoom - Debian
My ordering of a factory sealed Dockstar is on its way. I want to install wheezy on it. What sequence do I need to do? Updating the uboot first http://projects.doozan.com/uboot and install debian http://projects.doozan.com/debian, or the other way around? I had read from a few websites and forums that I need to disable the auto update to keep ssh accessible. However, I don't know how. Aby toomyzoom - Debian