hello all,
i am using linux Centos 6. i am not familiar with webmin.. and dont want to create 'webmin group' manually.
So.., is it possible to create 'webmin group' automatically... i.e from the command line?? what are the commands for that?
Thanks..
Hi all. i have a Linux box running Opensuse 12.1 and i can login to the box at the command prompt no problem. but it suddenly stopped accepting that login on the webmin interface it says the password is wrong, but i know its right. what to do? i have tried commands like '/usr/share/webmin/changepass.pl but it says NO SUCH FILE OR DIRECTORY
I am trying to setup an Ubuntu server and have been running into trouble with the automatic LVM naming including a hyphen. IE HomeServer-vg.
I have gotten errors when partitioning in webmin and have seen the volume group written with two hyphens instead of one(HomeServer--vg) but haven't figured out the proper way to deal with it. I finally reinstalled the server from the beginning and followed some instructions to rename the volume group and took out the hyphen. No more errors in webmin, but I have to assume I am missing a normal bit of knowledge that everyone knows about this. I just installed a virtual machine and it created a volume group name with a hyphen also.
So, what am I missing?
I am trying to create a combined media and storage server (NAS) on my new Unbuntu server. I have a 256GB drive as my boot drive and I have two 1TB drives that are empty. I want to use the two 1TB drives as storage for some important data and also for the media that will be played/collected for my XMBC server. I want to be able to access/manipulate these shares/files/data from my Windows computers over my home network.
I have Unbuntu 14.04 and Webmin installed.
I greatly appreciate any assistance. I feel like I am running around in circles on Webmin with this.
I have a vps with Ubuntu 12.04 that I'm in the process of configuring. I have configued samba and been able to mount a share from my local computer to my samba share on my remote vps.
The issue is that when I go into the Samba server module and I click start, stop or restart it has no effect what so ever. I can ssh into the terminal and run $ sudo service smbd start and that will work (as well as stop/restart). However it will not work within Webmin.
I then went to the module configuration and changed the start command to: service smbd start and the same for the stop command (with "stop" though).
I then when to System > Running processes and saw that smbd is running however the list is showing "is running now" as NO. I click the start/stop button within this section and it doesn't work again.
Can anyone please help me figure this out?
Webmin 1.5.9
Ubuntu 12.04
Dear Linux Gurus, how to view all group members?
my code snippet is like below:
groupadd yy
useradd -g yy u1
useradd -g yy u2
useradd -g yy u3
useradd -G yy u4
when i wanted to view the group members of group 'yy' in /etc/group, it only shows secondary group member i.e only u4. what is the problem? Why not showing other group members-u1,u2,u3?
I also used commands getent and groupmems, but they are showing only secondary group members i.e only u4 not others.
But when I used 'system-config-users', in group page, it shows all the users.
My doubt is how to view all the users belonging to group yy in terminal. which command to use?
Thanks in advance.
sorry for the grammatical mistakes.
Linux 14.04 server set up following instructions on http://www.havetheknowhow.com
I have been trying to connect to the samba shares from two windows machines. The server is visible but when I try to connect it requests a logon and no matter what I enter it fails. I have been using webmin to set this up and the samba version is 4.1.6-ubuntu.
One note, webmin did not show any samba user groups.
all systems show "WORKGROUP" as the workgroup
hello everyone.,
i am using linux Centos 6 machine, i have downloaded "back in time" through command line.
but i dont know how to install "back in time" from the command line.
i found some commands but that for UBUNTU and not running on Centos 6, giving error.
so , without GUI. can be possible to install and use it?????
thanks in advance..
hi guys,
busy doing a small project with a centos7 server and virtualbox.
currently i have a login to the physical server called sninja
i have three partitions created for each of my virtual machines
sninja owns the directories for each vm...and root is the primary group...now lets say i wanted to have other users perform functions on my vm's ..ssh in,rsync data into the vm etc...
whats the best way to address security and user accounts etc?
what i was thinking:
create a group called Myusers1,then assign the users to that group and then make the group the primary group of the accessed directories etc
is this the right way to go about it? any ideas or help really appreciated...
So, I have created a group and added myself to it.
When I open /etc/group I can see the group and it shows that I am a member, but when I run $ groups - it doesn't show the new group in the list. What could be the issue?
I tried adding two users in apache group and given 775 permission to Document root but user is not able to write into files in DocumentRoot
Tried adding user and DocumentRoot Folder in sudo file but not able to do it recursively
please help
Thanks for reply,
I have already given chmod 775 -R DocumentRoot - for recursively writting permission
You have told to add user in www-data group and chmod 775 -R to DocumentRoot
usermod -a -G www-data <user1>
How can users in www-data can able to write in DocumentRoot which has apache:apache owner and group
please clarify...
Done below steps to solve this:
1) I have created a new group webdata and added required users in this group
2) set sticky bit to document root with below command
setfacl -m g:webdata:rwx -R /path/to/documentroot/
this command will set rwx permission to DocumentRoot so that members in webdata can have full access but still DocumentRoot user and group will be apache