There seems to a problem (security related ?) with links in 13.2:
Symptom #1:
I use NetworkManager which writes the /etc/resolv.conf.netconfig file. This is normally linked to /etc/resolv.conf. As I was failing to get my web addresses resolved, I followed a post that suggested that I **copy **(!!!) the on-the-fly-generated to the static one
in the terminal does not start the graphical interface,
Whenever I run it with the global pathname, I get the gui:
$ ~/bin/Zotero_linux-x86_64/run-zotero.sh
That should not be happening. I am not seeing that.
Next time, instead of your copy, use:
cd /etc
mv resolv.conf.netconfig resolv.conf
Perhaps the fact that there is a “resolv.conf.netconfig” is causing a problem.
Symptom #2:
I have zotero as a link in my /home/username/bin directory:
It’s hard to guess without more information.
When you type “zotero” as a command, the script will see the variable “$0” as having the value “zotero” or perhaps “/home/user/bin/zotero”. However, when you invoke the command as “~/bin/Zotero_linux-x86_64/run-zotero.sh”, then the script will the variable “$0” as “/home/user/bin/Zotero_linux-x86_64/run-zotero.sh”. Maybe there is something in the script that depends on “$0” or on something similar that is affected by how you call it.
hmmm… maybe it is looking for some dependencies inside ~/bin ? ie some files/executables/directories? Just a guess, any way can you not rename run-sotero.sh to just sotero?
дек 17 21:14:15 opensuse.site NetworkManager[975]: ATTENTION: You have modified /etc/resolv.conf. Leaving it untouched...
дек 17 21:14:15 opensuse.site NetworkManager[975]: You can find my version in /etc/resolv.conf.netconfig ...
Checked again after the kernel update to 3.16.7-7-desktop: problem persists for firefox. That is, I have to actually copy the /etc/resolv.conf.netconfig to /etc/resolv.conf for firefox to perform resolution of web sites’ names. Konqueror and chromium are also affected.
Chrome is immune.
nslookup works fine but, at the same time ping fails!!!