Hey everybody,
Lately a thing happened on my FreeBSD 8-stable (amd64) box, that has happened again in the past and I did not know how to resolve: since some moment, when I run acroread on files located on specific folders, acroread responds with:
The truth is that it's right! If I use acroread's menu (file/open) to see what's happening, it starts by showing /usr/compat/linux/tmp. By traversing the tree upwards everything is normal, until I reach / . By that moment and onwards, acroread works as if it's chrooted in /usr/compat/linux as far as /bin, /etc, /usr, /lib, /mnt, /proc, /root, /sbin, /var and /tmp is concerned... (which is actually the intersection of the folders located both in / and /usr/compat/linux). All other folders (not existing in /usr/compat/linux) work normally (hence I can access /home).
My system is as follows:
I don't know what change I have made recently that might be related to the cause of this problem, since I read most pdfs from my homefolder, which works fine...
Thank you all in advance, and I hope that someone sheds some light on this peculiar issue.
mamalos
Lately a thing happened on my FreeBSD 8-stable (amd64) box, that has happened again in the past and I did not know how to resolve: since some moment, when I run acroread on files located on specific folders, acroread responds with:
Code:
There was an error opening this document. This file cannot be found
The truth is that it's right! If I use acroread's menu (file/open) to see what's happening, it starts by showing /usr/compat/linux/tmp. By traversing the tree upwards everything is normal, until I reach / . By that moment and onwards, acroread works as if it's chrooted in /usr/compat/linux as far as /bin, /etc, /usr, /lib, /mnt, /proc, /root, /sbin, /var and /tmp is concerned... (which is actually the intersection of the folders located both in / and /usr/compat/linux). All other folders (not existing in /usr/compat/linux) work normally (hence I can access /home).
My system is as follows:
$ uname -a
Code:
FreeBSD mymachine 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Mar 12 09:13:01 EET 2011
root@mymachine:/usr/obj/usr/src/sys/CUSTOM amd64
$ mount
Code:
/dev/ad4s2a on / (ufs, local, soft-updates)
devfs on /dev (devfs, local, multilabel)
msi_root/home on /home (zfs, local)
msi_root/tmp on /tmp (zfs, local)
msi_root/root on /root (zfs, local)
msi_root/usr/local on /usr/local (zfs, local)
msi_root/usr/compat on /usr/compat (zfs, local)
msi_root/usr/local/share on /usr/local/share (zfs, local)
msi_root/usr/obj on /usr/obj (zfs, local)
msi_root/usr/ports on /usr/ports (zfs, local)
msi_root/usr/share on /usr/share (zfs, local)
msi_root/usr/src on /usr/src (zfs, local)
msi_root/var on /var (zfs, local)
msi_root/var/db on /var/db (zfs, local)
msi_root/var/log on /var/log (zfs, local)
linprocfs on /usr/compat/linux/proc (linprocfs, local)
$ ls /var/db/pkg | egrep -i 'acrore|linux'
Code:
acroread8-8.1.7_3/
acroreadwrapper-0.0.20100806/
linux-f10-atk-1.24.0/
linux-f10-cairo-1.8.0_1/
linux-f10-curl-7.19.6_1/
linux-f10-cyrus-sasl2-2.1.22_1/
linux-f10-expat-2.0.1/
linux-f10-flashplugin-10.1r102/
linux-f10-fontconfig-2.6.0/
linux-f10-gdk-pixbuf-0.22.0/
linux-f10-gtk2-2.14.7_2/
linux-f10-jpeg-6b/
linux-f10-libssh2-0.18/
linux-f10-libxml2-2.7.3_2/
linux-f10-nspr-4.7.6/
linux-f10-nss-3.12.3.99.3_1/
linux-f10-openldap-2.4.12_1/
linux-f10-openssl-0.9.8g/
linux-f10-pango-1.28.3/
linux-f10-png-1.2.37_1/
linux-f10-sqlite3-3.5.9_1/
linux-f10-tiff-3.8.2/
linux-f10-xorg-libs-7.4_1/
linux-libgtkembedmoz-0.0.20100806/
linux-sun-jre-1.6.0.24/
linux_base-f10-10_3/
I don't know what change I have made recently that might be related to the cause of this problem, since I read most pdfs from my homefolder, which works fine...
Thank you all in advance, and I hope that someone sheds some light on this peculiar issue.
mamalos