The_Panda_Trueno
Dabbler
- Joined
 - Nov 13, 2022
 
- Messages
 - 39
 
Ever since I installed Nextcloud from Truecharts I've had alot of issues with one of my servers. First, it knocked off all permissions I had set, so I just do ''sudo chmod 777 /mnt'' to fix this. But then it gives me an error. I connect to the root user and do the same thing, only without ''sudo'' and works flawlessly. However whenever I type ''sudo'' no matter which user I'm logged as (even root) I get this:
	
		
			
		
		
	
		
		
	
	
		
	
	
		
			
		
		
	
This is what opening /etc/sudo.conf in GNU Nano looks like:
	
		
			
		
		
	
		
	
	
		
			
		
		
	
	
		
			
		
		
	
		
	
	
		
			
		
		
	
Everything is commented out. I'm not as advanced as I might look with linux (I'm no newbie either but I'm not far off being one)
This is what /etc/sudoers looks like:
	
		
			
		
		
	
		
	
	
		
			
		
		
	
I need to make sudo work again since my RSync tasks rely on sudo.
How do I fix this ?
	
		
			
		
		
	
			
			This is what opening /etc/sudo.conf in GNU Nano looks like:
Everything is commented out. I'm not as advanced as I might look with linux (I'm no newbie either but I'm not far off being one)
This is what /etc/sudoers looks like:
I need to make sudo work again since my RSync tasks rely on sudo.
How do I fix this ?