Search found 40 matches

by galasrinnion
Thu Nov 13, 2014 9:18 pm
Forum: General Hardware Support
Topic: Automounting the optical drive
Replies: 14
Views: 20005

Re: Automounting the optical drive

Hi Eric,
I tried to edit but it won't accept the change and reverts back to the default configuration.
What's up with that ?
by galasrinnion
Tue Nov 11, 2014 11:36 pm
Forum: General Hardware Support
Topic: Automounting the optical drive
Replies: 14
Views: 20005

Re: Automounting the optical drive

Here's a screenshot of the gui your suggested commands take me to.
since I'm not familiar with it how should it be edited to enable automounting ?
by galasrinnion
Sat Nov 08, 2014 2:07 pm
Forum: General Hardware Support
Topic: Automounting the optical drive
Replies: 14
Views: 20005

Re: Automounting the optical drive

I was invoking with su rather than sudo.
Now that I am in...what is it that needs to be edited ?
by galasrinnion
Fri Nov 07, 2014 1:41 pm
Forum: General Hardware Support
Topic: Automounting the optical drive
Replies: 14
Views: 20005

Re: Automounting the optical drive

Run polkit-gnome-authorization as root or using sudo and go to org freedesktop hald storage you can change permission there. Hi again, I did that in both instances getting the same results. Here's what happened :** (polkit-gnome-authorization:8321): WARNING **: Couldn't connect to session bus: Did ...
by galasrinnion
Fri Nov 07, 2014 3:00 am
Forum: General Hardware Support
Topic: Automounting the optical drive
Replies: 14
Views: 20005

Re: Automounting the optical drive

It should already automount your drive but it is possible that that its failing to do it. Run polkit-gnome-authorization as root and go to org freedesktop hald storage you can change permission there. Here's what happened : ** (polkit-gnome-authorization:8321): WARNING **: Couldn't connect to sessi...
by galasrinnion
Wed Nov 05, 2014 3:12 pm
Forum: Installation and Maintenance of software
Topic: pkg upgrade -n
Replies: 2
Views: 5904

Re: pkg upgrade -n

ericbsd wrote:This should do the what you want:
pkg lock xorg-server
and this to unlock all pkg lock.

Code: Select all

pkg unlock -a
That went well ! Thanks.

Code: Select all

# pkg lock xorg-server

Code: Select all

# pkg lock xorg-minimal

Code: Select all

# pkg lock xorg-drivers
THEN;

Code: Select all

# pkg upgrade
....answer y to all the above.
by galasrinnion
Wed Nov 05, 2014 12:56 pm
Forum: General Hardware Support
Topic: Automounting the optical drive
Replies: 14
Views: 20005

Automounting the optical drive

Hello everybody
What needs to be adjusted to enable automounting of the optical drive ? in GhostBSD 4.0 x64 ?
by galasrinnion
Fri Oct 31, 2014 12:16 pm
Forum: Installation and Maintenance of software
Topic: nspluginwrapper
Replies: 3
Views: 8235

Re: nspluginwrapper

Here's the output of a second attempt to install nspluginwrapper, from the end of the output : ===> Verifying install for /compat/linux/usr/lib/libcairo.so.2.10800.0 in /usr/ports/graphics/linux-f10-cairo touch: /usr/ports/graphics/linux-f10-cairo/work/.build_done.cairo._compat_linux: Permission den...
by galasrinnion
Tue Oct 28, 2014 7:19 pm
Forum: Installation and Maintenance of software
Topic: nspluginwrapper
Replies: 3
Views: 8235

nspluginwrapper

Trying to install nspluginwrapper. Got this at the end of the attempted install. ===> linux-f10-png-1.2.37_2 has known vulnerabilities: linux-f10-png-1.2.37_2 is vulnerable: png -- memory corruption/possible remote code execution CVE: CVE-2011-3048 WWW: http://portaudit.FreeBSD.org/262b92fe-81c8-11e...
by galasrinnion
Tue Oct 28, 2014 6:09 pm
Forum: Installation and Maintenance of software
Topic: pkg upgrade -n
Replies: 2
Views: 5904

pkg upgrade -n

Hi everybody

When invoking sudo pkg upgrade -n, is there a method for deleting some packages from that list, say for instance, Xorg-server ? and then continue with the rest of the packages upgrade ?