Why does porteus not work from scratch with vpn ? I remember times when Version 3 had no problem using vpn / openvpn

Well it does work from scratch. I use it everyday. I think the problem is that the desktop mantainers aren't including the GUI portion which is the NetworkManager applet.
Code: Select all
:
:
!/home/guest/.cache/thumbnails/normal
!/home/guest/.cache/mozilla/firefox/dxsqumip.default/thumbnails/
!/home/guest/.mozilla/firefox/dxsqumip.default/storage/default/
!/home/guest/.mozilla/firefox/dxsqumip.default/datareporting/archived
!/home/guest/.java/deployment/cache/6.0/
that's just where all the live update-* scripts are kept, the scripts themselves cover and detect arch..
Code: Select all
KSRCLINK=$SERVER/$ARCH/kernel/porteus-$KR/05-devel.xzm
Code: Select all
KSRCLINK=$SERVER/$ARCH/current/kernel/05-devel.xzm
Code: Select all
Cannot create target file "/tmp/tmpaddon.zip/uzip:"
Not a directory (20)
Code: Select all
guest@porteus:/$ mc --version
GNU Midnight Commander 4.8.20
Built with GLib 2.54.2
Using the S-Lang library with terminfo database
With builtin Editor
With subshell support as default
With support for background operations
With mouse support on xterm and Linux console
With support for X11 events
With internationalization support
With multiple codepages support
Virtual File Systems: cpiofs, tarfs, sfs, extfs, ftpfs, sftpfs, fish, smbfs
Data types: char: 8; int: 32; long: 64; void *: 64; size_t: 64; off_t: 64;
In Cinnamon $PWD doesn't point to /tmp.
Code: Select all
guest@porteus:~$ echo $PWD
/home/guest
guest@porteus:~$ su
Password:
root@porteus:/home/guest# echo $PWD
/home/guest
root@porteus:/home/guest#
I've never heard of "." to refer to a directory. "/." yes. What happens if you leave the destination blank?I used "." as the target directory,
$PWD is wherever you happen to be = "present working directory"
Agreed.
I did not manage to test 5.0 yet, the version with the behavior was 4.0, but I believe it was a misconception about how to do it on my part and not even a bug in 4.0