Author Topic: [SOLVED] GPO - Not enough space on the disk  (Read 1281 times)

dzidek23

  • Zen Apprentice
  • *
  • Posts: 45
  • Karma: +1/-0
    • View Profile
[SOLVED] GPO - Not enough space on the disk
« on: May 11, 2022, 03:57:24 pm »
Zentyal 7, using RSAT to create some new GPOs.

I was able to create some GPOs few weeks ago. Today I'm presented with "There is not enough space on the disk". I can delete old GPOs, but not make a new ones.

/var/lib/samba/sysvol/domain.local/ has over 30% disk free (10GB)

Any ideas how to resolve this?

Edit:
I managed to find that it's not the lack of space but permission of my user. If I use the Administrator (main domain user) GPOs can be created, if I use my user (who is a member of Domain Admins) I get "not enough space".

Cheerio!
« Last Edit: May 12, 2022, 09:52:26 am by dzidek23 »

dzidek23

  • Zen Apprentice
  • *
  • Posts: 45
  • Karma: +1/-0
    • View Profile
Re: GPO - Not enough space on the disk
« Reply #1 on: May 12, 2022, 09:52:08 am »
After following some online resources, especially https://groups.google.com/g/linux.samba/c/fh2ch72cI04 I added 

Code: [Select]
ln -s /lib/x86_64-linux-gnu/libnss_winbind.so.2 /lib/x86_64-linux-gnu/libnss_winbind.so
I also deleted and then recreated my user making copy of the Administrator account. I can again create GPOs on the system.