Redian新闻
>
有没有ARCHLINUX SAMBA 装在 POGOPLUG上的教程?
avatar
有没有ARCHLINUX SAMBA 装在 POGOPLUG上的教程?# Hardware - 计算机硬件
b*g
1
现在每天晚上回来我对象都要给我上一课,自从他健身之后就跟着了魔一样,整天就
说我整天就知道吃,也不健身。还说自己现在脸上也不长痘了,皮肤也好了。
说实话我都烦死了,这不是已经开始嫌弃我了,还没结婚呢都这样,要是结婚了岂不
是要被嫌弃到姥姥家了。我也是醉了,服死了。反正现在只要能让我主动健身的事情他
都很积极。
我知道他也是好心,但是我这种人真的很难坚持下来,这点自知之明我还是有的。
avatar
s*d
2
ARCHLINUX 按照以下步骤装成了
Pogoplug v2 (Pink/Gray)
Overview
Installation
VERIFY YOUR MODEL NUMBER! These instructions only apply to models POGO-
E02 and POGO-E02G.
These instructions will void your warranty. While every precaution is
taken to ensure nothing bad happens, all actions are at your own risk.
my.pogoplug.com, the mobile applications, and the desktop Pogoplug
connector will no longer work.
With the device on and online, attempt to SSH to the IP the device
received through DHCP. If you are unable to SSH, register and enable SSH
through my.pogoplug.com. The default login (unless changed through my.
pogoplug.com) is root/ceadmin.
Stop the Pogoplug software, so it doesn't interfere with the install
process:killall hbwd
You only need to kill the Pogoplug service the first time you SSH in.
Running the installer in the following steps disables it completely.
While connected via SSH to your plug, copy, paste, and run the following
commands to download a bootloader that can boot from USB drives:
cd /tmp wget http://jeff.doozan.com/debian/uboot/install_uboot_mtd0.sh chmod +x install_uboot_mtd0.sh ./install_uboot_mtd0.sh
After the new bootloader is installed, you will need to use fdisk to
partition a storage device. Plug in a 1GB or bigger USB drive. REMOVE ALL
OTHER DRIVES. Move everything you need off of the Arch Linux ARM drive and
back it up. Everything on the USB drive with be deleted and replaced with
Arch Linux ARM.
Start fdisk on the USB drive:
/sbin/fdisk /dev/sda
At the fdisk prompt, delete old partitions and create a new one:
Type o. This will clear out any partitions on the drive.
Type p to list partitions. There should be no partitions left.
Now type n, then p for primary, 1 for the first partition on the
drive, and then press ENTER, accepting default values.
Exit by typing w.
Now create the ext3 filesystem:
wget http://archlinuxarm.org/os/pogoplug/mke2fs chmod 755 mke2fs ./mke2fs -j /dev/sda1 mkdir usb mount /dev/sda1 usb
Download and install Arch Linux ARM:
cd usb wget http://archlinuxarm.org/os/ArchLinuxARM-armv5te-latest.tar.gz tar -xzvf ArchLinuxARM-armv5te-*.tar.gz # This will take a long time rm ArchLinuxARM-armv5te-*.tar.gz sync # Takes a while when using a flash drive
Clean up and reboot. Cross your fingers and hope for the best.
cd .. umount usb /sbin/reboot
The SSH key of your device will be different, so you need to tell Mac OS
X or Linux to remove it from ~/.ssh/known_hosts before using SSH again:
ssh-keygen -R 192.168.1.123 # Use your device's IP
Log back in after your Pogoplug reboots using username root and password
root.
avatar
s*d
3
SAMBA按照这个比较新的攻略装,第二步就出错pacman -Syu –ignore glibc,cur。 装
完后老是重启不了。而且webmin也上不了。帮帮我这个LINUX NEWBIE.
1. Always remember to change the root password : passwd root
2. Install the latest updates -
pacman -Syu –ignore glibc,cur
pacman -Sd binutils gcc gcc-libs
pacman -Rs pcmciautils [remove this package]
pacman -Su
- further updates for the system would just require a ” pacman -Syu ” and
you’ll be getting the latest updates =).
3. Setting the hostname for your server (I called mine the slave-server
hahaha)
echo slave-server> /etc/hostname
nano /etc/hosts
Add “127.0.0.1 slave-server localhost”
Add “::1 slave-server localhost”
nano /etc/rc.conf
You could change it via - /etc/hostname .
Change hostname to “slave-server”
reboot
4. Getting Webmin up and running
pacman -S webmin perl-net-ssleay
nano /etc/webmin/miniserv.conf (change your own IP address under the
ALLOW)
done. Change appropriate settings for automatic boot up during startup
of the server.
5. Remember to set the time zone/time settings at Webmin.
6. Samba
pacman -Sy samba avahi
cp /etc/samba/smb.conf.default /etc/samba/smb.conf
reboot
7. Creating a new user for Samba
useradd sambauser
8. Login to Webmin and configure the user with Samba.
9. Configure auto mounting of USB drives
pacman -S udev-automount
http://yltan.com/blog/part-2-setting-pogoplug-e02-webmin-samba-

【在 s***d 的大作中提到】
: ARCHLINUX 按照以下步骤装成了
: Pogoplug v2 (Pink/Gray)
: Overview
: Installation
: VERIFY YOUR MODEL NUMBER! These instructions only apply to models POGO-
: E02 and POGO-E02G.
: These instructions will void your warranty. While every precaution is
: taken to ensure nothing bad happens, all actions are at your own risk.
: my.pogoplug.com, the mobile applications, and the desktop Pogoplug
: connector will no longer work.

avatar
z*e
4
danielfeng说折腾archlinux有10倍的exp bonus....
avatar
a9
5
curl吧?

and
startup
POGO-
is

【在 s***d 的大作中提到】
: SAMBA按照这个比较新的攻略装,第二步就出错pacman -Syu –ignore glibc,cur。 装
: 完后老是重启不了。而且webmin也上不了。帮帮我这个LINUX NEWBIE.
: 1. Always remember to change the root password : passwd root
: 2. Install the latest updates -
: pacman -Syu –ignore glibc,cur
: pacman -Sd binutils gcc gcc-libs
: pacman -Rs pcmciautils [remove this package]
: pacman -Su
: - further updates for the system would just require a ” pacman -Syu ” and
: you’ll be getting the latest updates =).

avatar
s*g
6
no pain, no gain.

【在 z*********e 的大作中提到】
: danielfeng说折腾archlinux有10倍的exp bonus....
avatar
s*d
7
大家怎么了?有没有建设性的建议?
难道archlinux装个samba很难么?
avatar
s*d
9
你这个LINK我早就SEARCH过了,有安装ARCH LINUX ARM的教层,没有按装SAMBA的。

【在 w***n 的大作中提到】
: http://archlinuxarm.org/
avatar
i*y
10
##Samba Server Setup:
##SSH into pogoplug, then install Samba server software
pacman -S samba
## create default smb.conf file required by samba
cp /etc/samba/smb.conf.default /etc/samba/smb.conf
## add a linux user for samba (e.g. named as sambauser)
useradd -m -g users -s /bin/bash sambauser
## change password for sambauser
passwd sambauser
## add this user to samba
smbpasswd -a sambauser
## enable auto start of samba on reboot
systemctl enable smbd.service
##log into webmin to set up and change configuration

【在 s***d 的大作中提到】
: 你这个LINK我早就SEARCH过了,有安装ARCH LINUX ARM的教层,没有按装SAMBA的。
avatar
s*d
11
谢谢,回家以后试试

【在 i*******y 的大作中提到】
: ##Samba Server Setup:
: ##SSH into pogoplug, then install Samba server software
: pacman -S samba
: ## create default smb.conf file required by samba
: cp /etc/samba/smb.conf.default /etc/samba/smb.conf
: ## add a linux user for samba (e.g. named as sambauser)
: useradd -m -g users -s /bin/bash sambauser
: ## change password for sambauser
: passwd sambauser
: ## add this user to samba

avatar
s*d
12
请问有没有要设置webmin的地方?

【在 i*******y 的大作中提到】
: ##Samba Server Setup:
: ##SSH into pogoplug, then install Samba server software
: pacman -S samba
: ## create default smb.conf file required by samba
: cp /etc/samba/smb.conf.default /etc/samba/smb.conf
: ## add a linux user for samba (e.g. named as sambauser)
: useradd -m -g users -s /bin/bash sambauser
: ## change password for sambauser
: passwd sambauser
: ## add this user to samba

avatar
y*g
14
恩 webmin是个好东西
avatar
s*d
15
webmin装好了,但是SERVER下面只有read user mail,没有samba啊

【在 i*******y 的大作中提到】
: ##Samba Server Setup:
: ##SSH into pogoplug, then install Samba server software
: pacman -S samba
: ## create default smb.conf file required by samba
: cp /etc/samba/smb.conf.default /etc/samba/smb.conf
: ## add a linux user for samba (e.g. named as sambauser)
: useradd -m -g users -s /bin/bash sambauser
: ## change password for sambauser
: passwd sambauser
: ## add this user to samba

avatar
i*y
16
search一下samba就出来了

【在 s***d 的大作中提到】
: webmin装好了,但是SERVER下面只有read user mail,没有samba啊
avatar
s*d
17
现在出来了,但是根据http://www.webmin.com/samba-howto.html,第21步改了以后,出来这个Failed to restart Samba servers : /etc/rc.d/samba start failed
WINDOWS电脑里还是看不到SAMBA硬盘。
我重新到POGO里SSH运行这个systemctl restart smbd 也没有用。

【在 i*******y 的大作中提到】
: search一下samba就出来了
avatar
i*y
18
Samba Windows File Sharing页面左上角的Module Config点开,
Command to start Samba servers改成Automatic

【在 s***d 的大作中提到】
: 现在出来了,但是根据http://www.webmin.com/samba-howto.html,第21步改了以后,出来这个Failed to restart Samba servers : /etc/rc.d/samba start failed
: WINDOWS电脑里还是看不到SAMBA硬盘。
: 我重新到POGO里SSH运行这个systemctl restart smbd 也没有用。

avatar
s*d
19
多谢,可以看到SAMBA SERVER 了, 但是WINDOWS 7 机器没法LOGIN。。。。not
accessible. You might not have permission to use this network resource.....
not enough storage is available to process this command
Windows 7 64bit.

【在 i*******y 的大作中提到】
: Samba Windows File Sharing页面左上角的Module Config点开,
: Command to start Samba servers改成Automatic

avatar
d*a
20
卸arch, 装debian中

【在 s***d 的大作中提到】
: 多谢,可以看到SAMBA SERVER 了, 但是WINDOWS 7 机器没法LOGIN。。。。not
: accessible. You might not have permission to use this network resource.....
: not enough storage is available to process this command
: Windows 7 64bit.

avatar
b*k
21
mark
avatar
d*a
22
这个问题到底解决没有?

【在 s***d 的大作中提到】
: 多谢,可以看到SAMBA SERVER 了, 但是WINDOWS 7 机器没法LOGIN。。。。not
: accessible. You might not have permission to use this network resource.....
: not enough storage is available to process this command
: Windows 7 64bit.

avatar
s*d
23
没有解决,个了一天,整个arch系统都crash了。现在在装squeezeplug

【在 d******a 的大作中提到】
: 这个问题到底解决没有?
avatar
d*a
24
ftp吧

【在 s***d 的大作中提到】
: 没有解决,个了一天,整个arch系统都crash了。现在在装squeezeplug
avatar
s*d
25
我还是喜欢samba,已经初步成功了。squeezeplug很好用,适合我这个LINUX新手。

【在 d******a 的大作中提到】
: ftp吧
avatar
l*l
26

神坐刚出来大家就讨论过了,直接上squeeze才是王道。

【在 s***d 的大作中提到】
: 我还是喜欢samba,已经初步成功了。squeezeplug很好用,适合我这个LINUX新手。
avatar
s*d
27
我神座就没动过,硬盘改ceid文件就可以共享

【在 l********l 的大作中提到】
:
: 神坐刚出来大家就讨论过了,直接上squeeze才是王道。

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。