[Solved] some question
-
- White ninja
- Posts: 14
- Joined: 20 Jul 2011, 18:31
- Location: Germany
[Solved] some question
Post#1 by Fistandantilus » 20 Jul 2011, 19:58
was using slax and slax remix before and I like to see that this concept is continued with Porteus.
I´am using the 32 bit version. Here are my questions:
ping -> no response if I ping another PC in the network, also the other way around doesn´t work, Porteus not reachable from outside -> is the firewall the reason? how can I deactivate it?
partition manager -> not available in 32 bit -> need to use 64 bit -> this should be included in 32 bit asap
samba -> how do I start it? smbd and nmbd are not working
desktop sharing -> not available? I would like to access Porteus from other machines (windows) in the network, so far I was using tight vnc
Thanks,
F.
Fistandantilus
- francois
- Contributor
- Posts: 6514
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: some question
Post#2 by francois » 21 Jul 2011, 11:08
i486 xzm module requests
I have read on the forum that due to restriction of space on the iso to 300MB maximum for porteus 32-bit edition, gparted or KDE partition editor where not included. Demands are also considered for future edition of porteus.
1) gparted available from slax modules, download and right click on it:
http://www.slax.org/modules.php?action=detail&id=3963
2) desktop sharing, the only one that I found is:
http://www.slax.org/modules.php?action=detail&id=3052
Do these fit some of your needs?
francois
-
- White ninja
- Posts: 14
- Joined: 20 Jul 2011, 18:31
- Location: Germany
Re: some question
Post#3 by Fistandantilus » 21 Jul 2011, 14:40

What about my samba question?
For desktop sharing I need the other way around I need to access Porteus from a windows machine

rgds.
F.
Fistandantilus
- francois
- Contributor
- Posts: 6514
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: some question
Post#4 by francois » 21 Jul 2011, 14:57
I should have begun my last thread with a welcome on the porteus forum. We hope you will appreciate the experience.
For samba, I am not very knowledgeable or even not knowledgeable at all. Maybe you should try a post in the general chat section with the title How to use samba under porteus or the like in it:
http://porteus.org/forum/viewforum.php?f=48
For desktop sharing a google search will help you to find a program. Try keywords: desktop sharing from windows to linux. Or I imagine that you could install virtual box on your window machine, and then within this virtual machine a linux system. You get virtual box here:
http://ponce.cc/porteus/x86_64/current/
francois
Re: some question
Post#5 by crashman » 21 Jul 2011, 16:49
my home network is 192.168.0.1 windows sharing name is d
Code: Select all
mkdir /mnt/windows
mount -t cifs //192.168.0.1/d /mnt/windows -o username=smbguest,guest
i hope you help
crashman
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: some question
Post#6 by brokenman » 21 Jul 2011, 22:36
No, firewall shouldn't be preventing this.
partition manager -> not available in 32 bit -> need to use 64 bit -> this should be included in 32 bit asap
It takes up a ton of space. The package manager will allow the installation of a GUI partition manager.
samba -> how do I start it? smbd and nmbd are not working
Please search forum for cifs.
EDIT: I should have scrolled down before posting. Read above post for cifs.
desktop sharing -> not available?
Krfb or rdesktop are some available choices. I used to have Krfb in the 32bit repo (before the package manager was introduced.) Either way i have successfully used rdesktop.
Wear your underpants on the outside and put on a cape.
brokenman
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: some question
Post#7 by fanthom » 22 Jul 2011, 12:35
"For desktop sharing I need the other way around I need to access Porteus from a windows machine

x11vnc should be ok. you can compile latest version from sources with help of the SlackBuilds script. download and unpack this archive:
http://slackbuilds.org/slackbuilds/13.3 ... vnc.tar.gz
then put sources to unpacked folder:
http://downloads.sourceforge.net/projec ... .12.tar.gz
and launch Slackbuild script.
your package will be generated in /tmp folder so you can convert it to xzm module with 'tgz2xzm' utility.
put it in your /porteus/modules folder and activate. GUI menu can be found in Kmenu/LXDE menu -> Internet section.
Cheers
fanthom
Re: some question
Post#8 by Hamza » 22 Jul 2011, 12:50
You can also use TeamViewer.
1) Download this
2) Activate it
3) Run it via terminal with teamviewer6 command.
It is a modified version, It can be run from any accounts (even root account)
I am lazy to make a shortcut of TeamViewer with its icon...

Cheers!
Hamza
-
- White ninja
- Posts: 14
- Joined: 20 Jul 2011, 18:31
- Location: Germany
Re: some question
Post#9 by Fistandantilus » 22 Jul 2011, 19:04
Finally I got everything working.
samba: I am using the slax module 3.4.4 -> firewall was preventing it from working at the beginning
ping: also firewall has caused the problems
desktop sharing: teamviewer is working, I did not got x11vnc working (maybe dueto missing knowledge

Next step is to test java. If that is working I have all functionality I have had with my last slax release.
Thx
Fistandantilus
- francois
- Contributor
- Posts: 6514
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: some question
Post#10 by francois » 22 Jul 2011, 19:45
bash-4.1# slackyd -u
bash-4.1# slackyd -g jre
Searching jre: found 1 package.
jre-6u25-i586-1.txz [from slackware]
Find the package in /var/slackyd and right click on it to txz2xzm.
francois
-
- White ninja
- Posts: 14
- Joined: 20 Jul 2011, 18:31
- Location: Germany
Re: some question
Post#11 by Fistandantilus » 22 Jul 2011, 19:49

Fistandantilus
- francois
- Contributor
- Posts: 6514
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: some question
Post#12 by francois » 22 Jul 2011, 20:20
francois