Search found 4 matches

by admin
Fri Feb 06, 2026 5:27 pm
Forum: Nextcloud
Topic: update workaround
Replies: 1
Views: 235

nextcloud update workaround

update from ssh

Code: Select all

sudo -u www-data php occ maintenance:mode --on

sudo -u www-data php updater/updater.phar

sudo -u www-data php occ upgrade

sudo -u www-data php occ maintenance:mode --off
by admin
Fri Feb 06, 2026 5:21 pm
Forum: Nextcloud
Topic: update workaround
Replies: 1
Views: 235

update workaround

If the verification fails, the .step file contains something like “{“state”:“start”,“step”:5}”. Deletion of the file allows only to start the update process from the first step.
Now I changed the .step file content to “{“state”:“end”,“step”:5}”, which enables the update process to just continue with ...
by admin
Fri Feb 06, 2026 3:26 pm
Forum: Windows
Topic: windows samba tuning
Replies: 3
Views: 308

Intel X520 DA1 conf

interrupt modulation		enabled
interrupt modulation rate	adaptive
ipsec offload			disabled
ipv4 checksum offload rx +tx 	enabled
large send offload v2 ipv4	disabled
max RSS queue			4
packet priority & vlan 		both enabled
tcp checksum offload ipv4	enabled
udp checksum offload ipv4	enabled
by admin
Mon Jan 23, 2023 8:00 pm
Forum: Zoneminder
Topic: Storage Permission Denied
Replies: 0
Views: 21955

Storage Permission Denied

mount.cifs //192.168.1.10/6tb /media/6tb -o credentials=/home/zemerdon/cifs_cred2,uid=33,gid=33,file_mode=0755,dirmode=0755
mount.cifs //192.168.1.10/archive /media/archive -o credentials=/home/zemerdon/cifs_cred2,uid=33,gid=33,file_mode=0755,dirmode=0755

Make sure storage is mounted as www-data.