Member
- Feb
- Threads
- 1
- 14
- 0
- 1
AD: Mt2009 - Mobile & PC - 30 January 2026 CHECK THE PRESENTATION!
Hello,
Currently, I'm trying to modify the source code on the server. When I attempt to update the folders Db/Game, it gives me a problem with gcc49. When I try to install gcc49 via the console, it displays this command: pkg: local.sqlite permissions (0777) too lax.
ls /var/db/pkg
-- shows local.sqlite --
chmod 755 /var/db/pkg
-- nothing happens --
pkg install gcc49
So i tried using this:
chmod 644 /var/db/pkg/local.sqlite
chmod 755 /var/db/pkg/local.sqlite
chmod 777 /var/db/pkg/local.sqlite
But nothing of it gave me the permission to install.
Thank you for your help.
Number of vCPUs: 6
RAM Size: 6144 MB
HDD Size: 70 GB
Operating System: FreeBSD 14
Using Ava2 files.
edit: Also tried to contact my providor of the virtual server if its problem on their side, so ill get you know after they respond.
edit 2: The problem is on my side, anyone knows how to fix it ?
Currently, I'm trying to modify the source code on the server. When I attempt to update the folders Db/Game, it gives me a problem with gcc49. When I try to install gcc49 via the console, it displays this command: pkg: local.sqlite permissions (0777) too lax.
ls /var/db/pkg
-- shows local.sqlite --
chmod 755 /var/db/pkg
-- nothing happens --
pkg install gcc49
So i tried using this:
chmod 644 /var/db/pkg/local.sqlite
chmod 755 /var/db/pkg/local.sqlite
chmod 777 /var/db/pkg/local.sqlite
But nothing of it gave me the permission to install.
Thank you for your help.
Number of vCPUs: 6
RAM Size: 6144 MB
HDD Size: 70 GB
Operating System: FreeBSD 14
Using Ava2 files.
edit: Also tried to contact my providor of the virtual server if its problem on their side, so ill get you know after they respond.
edit 2: The problem is on my side, anyone knows how to fix it ?
Last edited:

