Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

/etc/group >2048 chars / line issue

Status
Not open for further replies.

normntwrk

MIS
Joined
Aug 12, 2002
Messages
336
Location
US
I have another server to upgrade from 4.3.3 to 5.2 and one of the prerequirements listed for the upgrade is to NOT have any one line in /etc/group over 2048 characters.

This server has 2 lines in /etc/group over 2400 chars .

I also can not vi /etc/group (pg works) as it states "group line too long"


Any ideas?

Norm

 
Try splitting the group into smaller groups with the same
gid but with a different name. For example,

orig_group:!:99:aaa,b,c,de,f,g,h,j,k,l,m,no,p
becomes


orig_group1:!:99:aaa,b,c,de,f
orig_group2:!:99:g,h,j,k,l

Hope this helps..

 
you can also try to split the group keeping the same gid and name as well


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top