Update-Station

Need support for GhostBSD. Ask here if your question does not fit elsewhere.
Post Reply
opeth
Posts: 13
Joined: Thu Mar 19, 2015 6:24 am

Update-Station

Post by opeth »

I hav new installt GhostBSD 10.3 after ubdate the system and install nvidia340 driver the update-station whill be not started
in terminal :root@benutzer:/home/benutzer # update-station
/usr/local/bin/update-station:143: GtkWarning: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,
self.statusIcon = Gtk.StatusIcon()
False
opeth
Posts: 13
Joined: Thu Mar 19, 2015 6:24 am

Re: Update-Station

Post by opeth »

after uninstall update-station the Package is not reinstallable it is not show in octo pkg and pgk seach dont find the update-station

root@benutzer:/home/benutzer # pkg search update
HVSC-Update-2.8.7 Update program for the HVSC C= 64 SID tune collection
etcupdate-1.1 Manage updates to /etc automatically
ez-ipupdate-3.0.11b8_3 Update your host name on any dynamic DNS service
firstboot-freebsd-update-1.2 Update the system using freebsd-update when it first boots
geany-plugin-updatechecker-1.27 Geany plugin: check for new version of Geany
geoipupdate-2.2.2_1 Fetch the latest copies of the paid GeoIP database
gtk-update-icon-cache-2.24.29 Gtk-update-icon-cache utility from the Gtk+ toolkit
hs-auto-update-0.1.2.2 Efficiently run periodic, on-demand actions
intel-nvmupdate-5.04 NVM Update Utility for Intel(R) Ethernet Adapters
p5-DBIx-Class-ResultSet-RecursiveUpdate-0.34_1 Like update_or_create - but recursive
p5-XML-XUpdate-LibXML-0.6.0_2 Simple implementation of XUpdate format based on and XML::LibXML
portupdate-scan-0.4 Display pertinent parts of {PORTSDIR}/UPDATING
py27-update_checker-0.11 Python module that will check for package updates
qrupdate-1.1.2_3 Fortran library for fast updates of QR and Cholesky decomposition
samba-nsupdate-9.8.6_1 nsupdate utility with GSS-TSIG support
squirrelmail-pupdate-plugin-0.7_4 Checks for plugin updates by parsing the SM site
updatedd-2.6_2 Dynamic DNS Update Client supporting multiple services
root@benutzer:/home/benutzer #

root@benutzer:/home/benutzer # pkg install update-station
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
pkg: No packages available to install matching 'update-station' have been found in the repositories
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Update-Station

Post by ericbsd »

Update Station is an GhostBSD only software, if you update software and system there is no way you will get the icon to pop up in the tray if there is no update available.
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Update-Station

Post by ericbsd »

Oh and since Update Station is not in FreeBSD pkg repository you will have to reinstall it from GhostBSD ports.

Code: Select all

git clone http://github.com/GhostBSD/ports.git

Code: Select all

cd ports/ports-mgmt/update-station/
sudo make install clean
opeth
Posts: 13
Joined: Thu Mar 19, 2015 6:24 am

Re: Update-Station

Post by opeth »

Thanks I'll try it .....


good installation is finished but ubdate-station not start :

Installing update-station-0.2...
===> Cleaning for update-station-0.2
root@benutzer:/home/benutzer/ports/ports-mgmt/update-station # update-station
/usr/local/bin/update-station:143: GtkWarning: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,
self.statusIcon = Gtk.StatusIcon()
False
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Update-Station

Post by ericbsd »

Like in multiple post of your's itvwill onlyvwork in the background until there is an update available there will be an icon that will appear in the icon tray.
Post Reply