Re: OSS distributed system imaging solutions?

2012-01-06 Thread Ben Browning
On Fri, Jan 6, 2012 at 6:23 AM, Lisa Kachold wrote: > Check out this list: > http://en.wikipedia.org/wiki/Comparison_of_open_source_configuration_management_software Hey Lisa, That's all config management and software deployment- I need something that PXE boots and installs baseline OS images.

Re: Bash script - for rsync to backup file server running samba.

2012-01-06 Thread Ben Browning
5 people? Forget all this MAC nonsense, just write a script that tries to connect to the SMB name twice a day (mid morn and mid afternoon) and then mounts and backs up if it can. If it succeeds in the AM, skip the PM one for a given PC. If they can actually be trusted/convinced to do it, you can g

Re: Bash script - for rsync to backup file server running samba.

2012-01-06 Thread Eric Shubert
Hey James, I don't envy you on this one, but I think you're on a good track. Regarding the original question of how to tell if a particular PC is connected or not, can the router's DHCP server be configured to give out a fixed/static IP address according to the client's MAC address? Some rout

Re: Bash script - for rsync to backup file server running samba.

2012-01-06 Thread James Dugger
Lisa, Thanks for the code snippets and the direction. Kevin, I anticipated that I might get this response and I appreciate the recommendations. I will look into backupPC. There are some pretty narrow constraints that I am working with that have lead me to this direction. 1. This project is fo

Re: moving home to /dev/sda6

2012-01-06 Thread Michael Havens
I don't think it will affect any response you guys will offer but I changed fstab. I changed the mount points of the drives. # proc/proc procnodev,noexec,nosuid 0 0 # / was on /dev/sda1 during installation UUID=9f55ed51-fe35-406c-865d-beb5d83917b2 /

Re: moving home to /dev/sda6

2012-01-06 Thread Michael Havens
Well, it almost works. While it's booting now it says: Error occured while mounting nano then it says to press S to skip or M to manually fix the error. Then it goes to the login screen and if I try to login with my user the screen blanks out and then resets back to the login screen. If I l

Re: Bash script - for rsync to backup file server running samba.

2012-01-06 Thread Kevin Fries
On Fri, 2012-01-06 at 08:49 -0700, Lisa Kachold wrote: > Hi Kevin: > On Fri, Jan 6, 2012 at 8:26 AM, Kevin Fries > wrote: > Just out of curiosity... > Is there a specific use case you are using to explain why you > are reinventing the wheel? > Much of our discussion with sc

Re: Bash script - for rsync to backup file server running samba.

2012-01-06 Thread Sean Roe
you could use smbstatus and grep out the users. Sean On Fri, Jan 6, 2012 at 1:11 AM, James Dugger wrote: > Does anyone know if a Linux server can identify windows users connected to > the server through a Samba share, where Samba has not been configured as a > domain controller (i.e. samba is r

Hackfest January 14, 2012 @MakerBench 3PM - 6PM

2012-01-06 Thread Lisa Kachold
Next Saturday January 14th (2nd Saturday of the Month) 2012, 3PM-6PM the PLUG Security Team will cover: "Encryption, Algorythms, Crytography" Including configuration, exploits and defense in Linux (and Unix/Mac/Windows) across an OSI model. We will look at current technologies, their applications,

Re: Bash script - for rsync to backup file server running samba.

2012-01-06 Thread Lisa Kachold
Hi Kevin: On Fri, Jan 6, 2012 at 8:26 AM, Kevin Fries wrote: > Just out of curiosity... > > Is there a specific use case you are using to explain why you are > reinventing the wheel? > Much of our discussion with scripting and systems use is like "Hello World". > http://backuppc.sourceforge.n

Re: Bash script - for rsync to backup file server running samba.

2012-01-06 Thread Kevin Fries
Just out of curiosity... Is there a specific use case you are using to explain why you are reinventing the wheel? http://backuppc.sourceforge.net/faq/BackupPC.html It would help to know exactly what you are trying to achieve that BackupPC can't handle so we can find you a better solution. Kevin

Re: Bash script - for rsync to backup file server running samba.

2012-01-06 Thread Lisa Kachold
Hi James; On Fri, Jan 6, 2012 at 1:11 AM, James Dugger wrote: > Does anyone know if a Linux server can identify windows users connected to > the server through a Samba share, where Samba has not been configured as a > domain controller (i.e. samba is resolving user accounts with smbpasswd > only

Re: OSS distributed system imaging solutions?

2012-01-06 Thread Lisa Kachold
Check out this list: http://en.wikipedia.org/wiki/Comparison_of_open_source_configuration_management_software On Fri, Jan 6, 2012 at 6:22 AM, Lisa Kachold wrote: > Hi Ben, > > > On Fri, Jan 6, 2012 at 12:52 AM, Ben Browning wrote: > >> On Thu, Jan 5, 2012 at 8:40 PM, Ted Gould wrote: >> > I have

Re: OSS distributed system imaging solutions?

2012-01-06 Thread Lisa Kachold
Hi Ben, On Fri, Jan 6, 2012 at 12:52 AM, Ben Browning wrote: > On Thu, Jan 5, 2012 at 8:40 PM, Ted Gould wrote: > > I haven't used it, but I think that Orchestra does something like this. > > Not sure about the FreeBSD support, but I think it just works off of > > disk images, so it wouldn't ca

Bash script - for rsync to backup file server running samba.

2012-01-06 Thread James Dugger
Does anyone know if a Linux server can identify windows users connected to the server through a Samba share, where Samba has not been configured as a domain controller (i.e. samba is resolving user accounts with smbpasswd only). Are the windows users always synced with a UNIX user? I am writing a