I have upgraded as well.
I did have an issue with "/" being owned by the "excito" user rather than "root".
Probably due to my own error when doing the original install back in 2017.
After fixing this the upgrade went smooth.
Thanks for keeping this alive.
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Search found 5 matches
- 09 Jan 2022, 09:23
- Forum: Development
- Topic: Debian bullseye (11) image 1.0 released for B3
- Replies: 30
- Views: 181182
- 12 Nov 2020, 14:10
- Forum: B2 & B3 Support
- Topic: How many B3's out there ?
- Replies: 25
- Views: 148772
Re: How many B3's out there ?
Two running 24/7
One at home as multi purpose server.
Second running at parents house as a backup host.
Both with 4TB drive.
One at home as multi purpose server.
Second running at parents house as a backup host.
Both with 4TB drive.
- 01 Jul 2010, 10:55
- Forum: My Bubba Server
- Topic: eyeos - have a look
- Replies: 9
- Views: 32642
Re: eyeos - have a look
Lifting this again...
Has anyone tried eyeOS on Bubba?
Has anyone tried eyeOS on Bubba?
- 11 Jun 2010, 13:32
- Forum: B2 & B3 Support
- Topic: Backup: Illegal character(s) '-' in field: 'Target'
- Replies: 1
- Views: 4082
Re: Backup: Illegal character(s) '-' in field: 'Target'
I had exactly the same problem. I contacted excito support about it so the problem is known by them.
They provided me with this solution:
In file '/usr/lib/web-admin/adminfunctions.php' line 1495
replace
if(preg_match("/[^\w\.]/",$value,$chars)) { // only allow "\w", "."
with
if(preg_match ...
They provided me with this solution:
In file '/usr/lib/web-admin/adminfunctions.php' line 1495
replace
if(preg_match("/[^\w\.]/",$value,$chars)) { // only allow "\w", "."
with
if(preg_match ...
- 16 May 2010, 09:51
- Forum: B2 & B3 Support
- Topic: Write errors when backup to FTP target
- Replies: 39
- Views: 54639
Re: Write errors when backup to FTP target
I have had the same problem. I applied the changes you described and the problem appears to be solved. Thanks.RandomUsername wrote:I've spent days on this problem so I hope it benefits somebody else as well.
Excito: Any plans to fix this?