Root.cz recently ran an article (in Czech) about the n2n virtual private network sofware, an open alternative to Hamachi. I intend to use it to cross the NAT in my mom's DSL modem so that I can connect to her computer with ssh and VNC.
Thanks to happyman_eric and Grief, openSUSE Build Service already contained a package. I have made an improved version, adding an init script and a sysconfig file. Get the sources in my home project, or the binaries.
Aug 29, 2010
Aug 10, 2010
Who does not want such a gift
This post is showing naked women packaged as a present (for openSUSE's 5th birthday) and asks Ah... who does not want such a gift, eh
.
I believe that the female users and contributors of openSUSE don't. It reduces them to pretty things, judged on their looks instead of their contribution.
Raul, please stop such sexist postings. Your blog is your own, but keep it out from Planet openSUSE.
Just in case common sense is not enough, let me quote for reference the relevant section of the openSUSE Guiding Principles:
We value... respect for other persons and their contributions, for other opinions and beliefs. We listen to arguments and address problems in a constructive and open way. We believe that a diverse community based on mutual respect is the base for a creative and productive environment enabling the project to be truly successful. We don't tolerate social discrimination and aim at creating an environment where people feel accepted and safe from offense.and the activities in order to excel in our goals:
Emphasize the value of communication and recognize cultural diversity within our community.
Aug 5, 2010
Upgraded to openSUSE 11.3
I have upgraded my office workstation to openSUSE 11.3 today. Here I document the migration so that you don't have to repeat my mistakes.
I went via the command line and ventured to keep all additional repos enabled. So switching the repos was done simply by
The KDE session crashed after kdelibs4-core had been updated. No big deal, so I ran
The /home directory is mounted via NFS, so filesystem.rpm failed when it wanted to reset the permissions of /home. Updating it explicitly after unmounting /home was easy, only unmounting it was harder because the crashed session left processes still accessing the home.
The NFS mount is also authenticated by Kerberos and there is a bug so I got
I went via the command line and ventured to keep all additional repos enabled. So switching the repos was done simply by
sed -i "s/11\.2/11.3/g" /etc/zypp/repos.d/*
The KDE session crashed after kdelibs4-core had been updated. No big deal, so I ran
zypper dup
again. The /home directory is mounted via NFS, so filesystem.rpm failed when it wanted to reset the permissions of /home. Updating it explicitly after unmounting /home was easy, only unmounting it was harder because the crashed session left processes still accessing the home.
fuser -v /home
found them.The NFS mount is also authenticated by Kerberos and there is a bug so I got
mount.nfs: access denied by server while mounting nfs.example.com:/homeI had to rebuild and update a package and tweak a config file. See bnc#614293 for the details (thanks to mcaj for the reference).
Labels:
dist-upgrade,
NFS,
openSUSE 11.3
Subscribe to:
Posts (Atom)