dpup 486

A home for all kinds of Puppy related projects
Message
Author
gcmartin

#16 Post by gcmartin »

Happy New Yeear Everyone.

@Dejan555
I may have made a very bad assumption as I had, indeed, envisioned simple PAM in your multi-user system. Aside from the PAM issue, either of these confront you:
  • Does this mean that should you be logged in at the console and you went to another PC you could NOT login?
  • You login on one PC, but cannot login from a 2nd?
  • IDs other than the root ID cannot login?
Just trying to understand.

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#17 Post by dejan555 »

gcmartin, I ran xrdp as described in goingnut's thread: on one PC
I ran Xorg as another user (not root, restricted, let's say it was user "dejan" )

From other PC I could connect as root but it logs in to already running X session of user "dejan" it doesn't start new X session as user root.
I think any user could connect if their password was supplied on x11vnc startup on server PC instead "woofwoof" but they would connect to whatever X session which already runs on server PC and not start new session.

The reason is that x11vnc in goingnut's package is configured to run with switches -shared and -passwd woofwoof (which I changed to my own root's password, if I changed to dejan's password I could probably connect as user dejan, but again to whichever X session was already running on server PC - don't know if I'm explaining this right )

Inspect files /etc/init.d/xrdp_pup and /root/Startup/x11vnc_start
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

gcmartin

XRDP is not behaving as expected on the Local network

#18 Post by gcmartin »

Thanks for the explanation.

I think I understand what you share: "The login user is stealing an active user's session on DPUP486"

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#19 Post by dejan555 »

Yes, but I guess if pam was installed that xrdp would be able to verify credentials of any user instead the one with password supplied on x11vnc commandline and start new X session.
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

nmlkngdm
Posts: 28
Joined: Fri 27 Dec 2013, 18:46

#20 Post by nmlkngdm »

dejan555 wrote:thanks nmlkngdm

I uploaded amarok sfs - 35 MB
amarok-1.4.10-i386-lenny_486.sfs
MD5SUM: 7c53c14dc441804c0abf5cd7e3cbc5e2 amarok-1.4.10-i386-lenny_486.sfs
Using a HP Pavilion Entertainment laptop
Intel(R) Core(TM)2 Duo CPU T5850 @ 2.16GHz

Comparison of Amarok and Beep

Beep
Image Image

Amarok
Image Image

Amarok First-Run Wizard
Image Image Image Image
Last edited by nmlkngdm on Sun 05 Jan 2014, 01:06, edited 1 time in total.

goingnuts
Posts: 932
Joined: Sun 07 Dec 2008, 13:33
Contact:

#21 Post by goingnuts »

re XRDP: The pet-package is by purpose set up to connect to the running session - which is what X11vnc will do. To set up system where every logon gets a new desktop another server must be used - Xvnc is a possibility (from tightvnc/vnc or others). If you setup such a system nothing will be saved when disconnecting - meaning that you wont be able to go back to same desktop and continuing your work. That is at least what I have been able to set up...

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#22 Post by dejan555 »

Well I didn't think nature of x11vnc is able to do that in the first place.
I read on xrdp's page that several options are available like Xvnc, librdp usage and similar.

Thanks for your input goingnuts

Not sure why changes wouldn't be saved thought if it would work.

@nmlkngdm

Thanks for test results, sure amarok must be bit heavier on resources but it offers more options.
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

goingnuts
Posts: 932
Joined: Sun 07 Dec 2008, 13:33
Contact:

#23 Post by goingnuts »

Re saving: Files saved and so on will be saved - but if you have open windows, documents, running applications they are lost at logoff - again: thats just the level I was able to reach...
Guess its like if you do an "Exit to prompt" from running X.

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#24 Post by dejan555 »

Ah, so there's no something like -forever option in x11vnc?
I already ran x11vnc as server before and xrdp only adds ability to login from remote desktop client - if you use vnc viewer client you get same thing without xrdp ?
It's good that it implements rdp protocol though.

I'll try some combinations with xrdp and see if anything works.
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

User avatar
oldyeller
Posts: 889
Joined: Tue 15 Nov 2011, 14:26
Location: Alaska

#25 Post by oldyeller »

Manual frugal install to Dell D430.

Everything seem to be working good, Looks nice and runs smooth. Thanks for this update.

Cheers

goingnuts
Posts: 932
Joined: Sun 07 Dec 2008, 13:33
Contact:

#26 Post by goingnuts »

For X11vnc you log in and out of the running X-session - with "forever" you just prevent x11vnc shutdown when you exit - and you can reconnect to the state you left it.

With Xvnc-server you seems to log into a new X-session every time - and log of that (for you) unique session. After logout the session is closed. You can reconnect but you seem to get a new X-session then.

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#27 Post by dejan555 »

I tried compiling X11rdp but compiled binary gives error about loading fonts, couldn't get it to get past it.
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

nmlkngdm
Posts: 28
Joined: Fri 27 Dec 2013, 18:46

#28 Post by nmlkngdm »

dejan555 wrote:Thanks for test results, sure amarok must be bit heavier on resources but it offers more options.
I couldn't agree more dejan555, just showing a graphical representation for those visual learners out there, including myself.

gcmartin

#29 Post by gcmartin »

In RDP world, there have been 2 states of existence. One when a logout occurs and another when a "disconnect" occurs.

On the logout state, depending on XRDP setup, 1 of 2 setup models exists
  • the user session is destroyed resources supporting any session is released, OR,
  • the user session is released, return to the available running pool ready for any subsequent login
Just thought of my use of XRDP-VNC services in Linux's past on Ubuntu-Fedora..

Hope this helps

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#30 Post by dejan555 »

Compiled and uploaded some new packages for dpup 486:
http://meownplanet.net/dejan/dpup486/packages/

If you update jwm also update fribidi package
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

User avatar
tubeguy
Posts: 1320
Joined: Sat 29 Aug 2009, 01:04
Location: Park Ridge IL USA
Contact:

#31 Post by tubeguy »

Which jre pet/sfs for 486? Thanks!
[b]Tahr Pup 6 on desktop, Lucid 3HD on lappie[/b]

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#32 Post by musher0 »

tubeguy wrote:Which jre pet/sfs for 486? Thanks!
Hi, tubeguy.

Try this, the latest java jre as an sfs archive.

jre1.7.0_51_3.9.9.2.sfs
http://www52.zippyshare.com/v/32715349/file.html
(Link valid for next 30 days. Maybe dejan555 can copy it to dpup-4.86's
permanent depot? Thanks in advance.)

Enjoy!

musher0
Attachments
my-dpup-4.86-640x512.jpg
Proof it works! The jajuk ("java jukebox") music player running on java
jre-1.7.0_51 in dpup-4.86.
(53.42 KiB) Downloaded 690 times
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
tubeguy
Posts: 1320
Joined: Sat 29 Aug 2009, 01:04
Location: Park Ridge IL USA
Contact:

#33 Post by tubeguy »

(Link valid for next 30 days. Maybe dejan555 can copy it to dpup-4.86's permanent depot? Thanks in advance.)
Mirrored here: http://tubeguy.org/puppy/jre1.7.0_51_3.9.9.2.sfs

Edit: Thank you musher!
[b]Tahr Pup 6 on desktop, Lucid 3HD on lappie[/b]

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#34 Post by musher0 »

My pleasure! :)
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#35 Post by dejan555 »

Thanks musher0! I used some older 1.6.x version on dpup 485 can't remember which one exactly, good to have latest available!
Mirrored on dpup486 repo: jre1.7.0_51_3.9.9.2.sfs MD5SUM
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

Post Reply