| Author |
Message |
disciple
Joined: 20 May 2006 Posts: 6198 Location: Auckland, New Zealand
|
Posted: Mon 28 Mar 2011, 02:22 Post_subject:
|
|
I think Apple PCs support SAMBA, but a quick google indicates that maybe I*P*A*D*S don't... but can if you install an app called "FileBrowser" or something. I may have not have that quite straight though...
_________________ DEATH TO SPREADSHEETS
- - -
Classic Puppy quotes
- - -
Beware the demented serfers!
Edited_time_total
|
|
Back to top
|
|
 |
smokey01

Joined: 30 Dec 2006 Posts: 1642 Location: South Australia
|
Posted: Mon 28 Mar 2011, 05:24 Post_subject:
|
|
I really liked the simplicity of your HTTP solution but unfortunately it didn't work for me.
To access a Windows share from Puppy:
1. Declare a shared folder on the Windows machine.
2. Launch Puppy and run Pnethood or lameSMBxplorer from the Network menu.
---------------------------
To access a Puppy share from a Windows machine or another Puppy:
You need to run a server on the host Puppy machine. This could be a full Samba server or an ftp server, but here is my favourite method.
1. Go here and install the Python PET. Did this
2. Set up a share folder anywhere on your Puppy system and put some files in it. Yes, did this too
3. Open the folder in ROX. Yes
4. Open a terminal window inside the folder by pressing the backtick key (above the Tab key). Yes
5. Type the command
Code:
python -m SimpleHTTPServer This setup the server but it said the address was 0.0.0.0:8000
6. Minimize the terminal window, but don't close it.
7. Identify your Puppy server's IP address with the command
Code:
ifconfig
This gave me 192.168.0.2
8. Go to the client machine and open a web browser.
9. Type in the URL
Code:
http://puppy.server.ip.address:8000
I typed in http://192.168.0.2 and the connection was refused
Now if I typed the above into the sever computer that is connected to the wireless router it displayed the shared directory. When I tried this from a laptop running either puppy or windows the connection was refused. Any ideas?
_________________ Puppy Software <-> Distros <-> Puppy Linux Tips
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7833 Location: Stratford, Ontario
|
Posted: Mon 28 Mar 2011, 06:22 Post_subject:
|
|
| Quote: | 9. Type in the URL
Code:
http://puppy.server.ip.address:8000
I typed in http://192.168.0.2 and the connection was refused |
You need to type
| Code: | | http://192.168.0.2:8000 |
Are you forgetting the 8000? Are you running a firewall?
|
|
Back to top
|
|
 |
smokey01

Joined: 30 Dec 2006 Posts: 1642 Location: South Australia
|
Posted: Mon 28 Mar 2011, 06:54 Post_subject:
|
|
| rcrsn51 wrote: | | Quote: | 9. Type in the URL
Code:
http://puppy.server.ip.address:8000
I typed in http://192.168.0.2 and the connection was refused |
You need to type
| Code: | | http://192.168.0.2:8000 |
Are you forgetting the 8000? Are you running a firewall? |
I typed http://192.168.0.2:8000 and it works ok from the host/server computer but I guess that is inside the firewall. I will try a clean install and leave the firewall off.
I just tried a live session of Lupu 5.2.1 without the firewall and it worked great.
Thanks for you help. Much appreciated.
_________________ Puppy Software <-> Distros <-> Puppy Linux Tips
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7833 Location: Stratford, Ontario
|
Posted: Mon 28 Mar 2011, 07:59 Post_subject:
|
|
Glad to help. Your next problem is to upload files from the I*P*A*D to Puppy. Like disciple said, you will need to find out what client software is available for it.
|
|
Back to top
|
|
 |
smokey01

Joined: 30 Dec 2006 Posts: 1642 Location: South Australia
|
Posted: Mon 28 Mar 2011, 08:43 Post_subject:
|
|
| rcrsn51 wrote: | | Glad to help. Your next problem is to upload files from the I*P*A*D to Puppy. Like disciple said, you will need to find out what client software is available for it. |
What do you know about PureFTPd server and HTTPd?
This might work.
http://itunes.apple.com/us/app/ftp-on-the-go-pro/id364787363?mt=8
_________________ Puppy Software <-> Distros <-> Puppy Linux Tips
|
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 3845
|
Posted: Mon 28 Mar 2011, 10:58 Post_subject:
|
|
I have to say, I love the simplicity of TNG. If only there was a ntfs-TNG
I'll see what can be done to get busybox httpd to play nice. If the code turns out to be hackable it may be useful to port some applets to busybox too.
_________________ Puppy Web Desktop Now with pet packages - Pet Packaging 100 & 101
|
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6198 Location: Auckland, New Zealand
|
Posted: Tue 29 Mar 2011, 04:35 Post_subject:
|
|
| disciple wrote: | | I think Apple PCs support SAMBA, but a quick google indicates that maybe piece of crap's don't... |
Hmmm. I think an anti-spam script has become overenthusiastic with automatically editing posts.
Perhaps it should check if the poster has over a thousand posts or has been a member for a year or something
_________________ DEATH TO SPREADSHEETS
- - -
Classic Puppy quotes
- - -
Beware the demented serfers!
|
|
Back to top
|
|
 |
Flash
Official Dog Handler

Joined: 04 May 2005 Posts: 9906 Location: Arizona USA
|
Posted: Wed 30 Mar 2011, 14:13 Post_subject:
|
|
I told the forum to change "i P a d" to "piece of crap" to discourage spammers. I think it has worked pretty well. To get around it, misspell i P a d somehow. I use i-Pad. You can edit your post to that effect.
|
|
Back to top
|
|
 |
SBP
Joined: 06 Apr 2011 Posts: 43
|
Posted: Thu 07 Apr 2011, 13:10 Post_subject:
A small modification to the samba-start Sub_title: How to run headless? |
|
Hi rcrsn51, thank you for your samba-start pet you made for me.
I have changed it a bit so that it would also mount my USB-HDD (somehow it was not always available even though I did not change anything). But now with your modified script in the start-up folder it is always mounted - and shared using SAMBA.
#!/bin/sh
while [ 1 ]; do
ping -c 1 8.8.8.8
[ $? -eq 0 ] && break
sleep 5
done
mkdir /mnt/sdb1
ntfs-3g /dev/sdb1 /mnt/sdb1
samba-start
I would like use this small Puppu computer as a music server, and therefore it needs to run without a monitor and keyboard.
You wrote ......."Then you could boot Puppy with the "pfix=nox,fsck" argument and run headless!"
But where do I use this command, and also should I then put your Samba-start script into the rc.locale?
Just copy paste or?
Steen
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7833 Location: Stratford, Ontario
|
Posted: Thu 07 Apr 2011, 15:37 Post_subject:
Re: A small modification to the samba-start Sub_title: How to run headless? |
|
| Quote: | | You wrote ......."Then you could boot Puppy with the "pfix=nox,fsck" argument and run headless!"But where do I use this command? |
In the GRUB menu.lst file, such as
| Code: | | kernel /vmlinuz .....pfix=nox,fsck |
| Quote: | | and also should I then put your Samba-start script into the rc.locale? Just copy paste or? |
I haven't tried this, but I would just paste the lines of your script into /etc/rc.d/rc.local and see if it works there. If you are booting with nox, it may not work in /root/Startup.
|
|
Back to top
|
|
 |
SBP
Joined: 06 Apr 2011 Posts: 43
|
Posted: Thu 07 Apr 2011, 15:44 Post_subject:
|
|
Sorry very NOOB in Linux, So I can't find any menu.lst file
How or where should I find it?
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7833 Location: Stratford, Ontario
|
Posted: Thu 07 Apr 2011, 15:56 Post_subject:
|
|
Go to the root of your Puppy partition and find the folder /boot/grub.
I just tested this with no monitor and it appears to work. The problem with removing the keyboard is that some BIOSs won't start without one.
|
|
Back to top
|
|
 |
SBP
Joined: 06 Apr 2011 Posts: 43
|
Posted: Thu 07 Apr 2011, 16:04 Post_subject:
|
|
I am really sorry for being so studpid, but how?
Do I start the file browser in Puppy, or do I ssh into puppy from another computer, anyway I can't see any boot folder.
Using the newest Puppy
I have used the file finder = Pfind - it did not find any menu.lst (mark in All files).
Regarding putting the script in the rc.local file - it was fine, and started up after a reboot.
Edited_time_total
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7833 Location: Stratford, Ontario
|
Posted: Thu 07 Apr 2011, 16:13 Post_subject:
|
|
Click on the icon at the bottom of the screen that represents the partition in which Puppy is installed. Do you not see a folder named boot?
|
|
Back to top
|
|
 |
|