Displaying 20 results from an estimated 20000 matches similar to: "add machine account with sudo instead of root account"
2010 Jan 12
0
Ubuntu Jaunty samba 3.3.2 print$ no write rights even though I do
I finally fixed my problem by removing samba completely removing samba and reinstalling it. What I discovered is it appears to be an issue with rights. When I reinstalled samba the /var/lib/samba had rights like this.
drwxrwxr-x+ 5 root root 4096 2010-01-11 23:27 samba
On my original install where the 5 is it was a 6. After the reinstall the rights the rights on /var/lib/samba was reset to 5
2009 Jul 16
4
Ubuntu Jaunty samba 3.3.2 print$ no write rights even though I do; -)
Initially when I posted my access problems to print$ I was using the new registry based smb.conf I had my whole configuration in the registry. Now I move my printers and print$ back to the text based smb.conf and I copied the standard ubuntu debian [printers] and [print$] out of the original ubuntu package smb.conf and the only modification that I made was under the [print$] I change read only to
2003 Jul 03
0
Setting up Pointing and Click Printing through APW on Win2k Machine
First off I have read the SAMBA 2.2 printer documetation and Samba Printing Documentation for 3.0. And searched the Internet through Google and did not come up with much. Maybe it is how I am doing search I don't know. I had some success using CUPS for Point and Click printing using cupaddsmb command. I could get the print drivers to download on W2K and XP. But, I could not get the the
2010 Aug 26
2
Samba 4 and password policy pwsetting error
Hello,
When I tried to change the password policy on a samba 4 domain controller I get the following error.
root at server01:/usr/local/samba/lib/python2.6/site-packages/samba/netcmd# ./pwsettings.py --complexity=off
Traceback (most recent call last):
File "./pwsettings.py", line 25, in <module>
import samba.getopt as options
ImportError: No module named samba.getopt
root
2004 Sep 17
1
remote name change & machine account creation (Bug ?)
Hello,
Before all, in advance, I'm sorry for my bad english.
I'm trying to automate the join of new computers (running Windows XP Pro) to
my Samba (3.0.7) domain by using a unique ghost image and a windows sysprep
"script" that retrieve the real name of the machine and try to join the
domain with this name.
It works well while trying to join a w2k domain, but with my Samba
2008 Mar 16
8
HP Deskjet 6940 and 6988
Hello all,
Does anybody share HP Deskjet 6940 and HP Deskjet 6988 off a samba
server successfully? I currently using Samba versions 3.0.24 Ubuntu
Fiesty Fawn in my production environment. I also the issue occurs on my
laptop which is running Gutsy Gibbon 7.10 which uses Samba 3.0.26. The
issue is when my users try to print multiple copies they can not through
the samba server. These printers
2014 Jul 07
2
Re: [PATCH] Use Mkdtemp.temp_dir instead of Mkdtemp.mkdtemp
On Mon, Jul 07, 2014 at 07:53:52PM +0200, Pino Toscano wrote:
> ---
> builder/sigchecker.ml | 2 +-
> sysprep/sysprep_operation_script.ml | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/builder/sigchecker.ml b/builder/sigchecker.ml
> index c35d2da..08efa5d 100644
> --- a/builder/sigchecker.ml
> +++ b/builder/sigchecker.ml
>
2014 Dec 05
0
[PATCH] sysprep: user-account: mark "changed file" if users were removed
Removing an user causes /etc/passwd, /etc/shadow, and /etc/group to
change, so mark the side effects as such if any user has been removed.
---
sysprep/sysprep_operation_user_account.ml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/sysprep/sysprep_operation_user_account.ml b/sysprep/sysprep_operation_user_account.ml
index bda6331..e53e5cc 100644
---
2014 Sep 02
2
[PATCH] sysprep: user-account: remove the correct home
Query using augeas for the home directory of an user, instead of
hardcoding /home/<username>.
---
sysprep/sysprep_operation_user_account.ml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sysprep/sysprep_operation_user_account.ml b/sysprep/sysprep_operation_user_account.ml
index 3d88ffc..dc194f4 100644
--- a/sysprep/sysprep_operation_user_account.ml
+++
2015 Jul 29
0
[PATCH 2/2] sysprep: machine_id: handle /var/lib/dbus/machine-id
Another machine-id file, used by D-Bus.
---
sysprep/sysprep_operation_machine_id.ml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sysprep/sysprep_operation_machine_id.ml b/sysprep/sysprep_operation_machine_id.ml
index 190ca5b..dbf8ce2 100644
--- a/sysprep/sysprep_operation_machine_id.ml
+++ b/sysprep/sysprep_operation_machine_id.ml
@@ -24,7 +24,8 @@ module G = Guestfs
let
2007 Mar 04
1
messages lingering in .Trash/new instead of .Trash/cur
We're running Dovecot rc15 on Solaris 9, providing IMAP access to e-mail
stored in Maildir++. I've noticed that a significant number of message
files are currently sitting in the directories ~/Maildir/.Trash/new/. I
would have expected that all messages in .Trash would be in the /cur
subdirectory (as most are), and I'm not sure how they're landing in /new.
If I connect to
2016 Mar 03
1
[PATCH] mllib: factor out mounting of guest root
Introduce and use a new inspect_mount_root function to mount all the
mountpoints of a root in the guest, replacing the same code doing that
in different tools.
inspect_mount_root_ro is inspect_mount_root with readonly mount option.
---
builder/builder.ml | 10 +---------
customize/customize_main.ml | 9 +--------
get-kernel/get_kernel.ml | 9 +--------
2014 Nov 05
2
[PATCH] Use -ltinfo instead of -lncurses.
In tools except guestfish, we don't use ncurses, or even curses, just
2 termcap functions and a global variable. These are provided by
libtinfo, so just link to that.
In guestfish we use readline which needs ncurses. Leave that alone.
---
builder/Makefile.am | 2 +-
configure.ac | 12 ++++++------
customize/Makefile.am | 2 +-
mllib/Makefile.am | 6 +++---
2005 Aug 22
3
Adding machine accounts with Ghost
Greetings.
Please reference:
http://lists.samba.org/archive/samba-ntdom/2001-September/019783.html
That list is listed as "inactive" on the samba site, so I'm following up here.
Does anyone know if this functionality was ever achieved? We just
replaced out NT4 PDC with samba and I'm facing this exact problem. I
do not relish the thought of having to "touch"
2008 Apr 23
1
nested groups not working with sudo and winbind
Howdy folks,
I'm having an issue with sudo not recognizing nested groups
via AD and winbind. I have an AD group called UnixAdmins and
when I ad and AD account *directly* into this group, I am able
to use sudo just fine as it is in the sudoers. *but* say I
have a nested group in UnixAdmins like CustomerUsers or whatnot
it won't recognize. Now, I also restrict access via pam.d systems-auth
2016 Jul 05
1
Login not possible / machine account issues
Well, in my option, you the have found your problem.
https://technet.microsoft.com/en-us/library/cc721940(v=ws.10).aspx
3) ..... After the unique system information is removed, ....
And
https://blogs.msdn.microsoft.com/aaron_margosis/2009/11/05/machine-sids-and-domain-sids/
Says:
Mark?s point is that SIDs must be unique within the authority in which they are used. So while DEMOSYSTEM
2012 Aug 08
1
[PATCH] sysprep: remove the process accounting log files
We just remove the process accounting files previously without
touch a empty file, this will cause psacct runs error.
Restart the service can't help us create this file auto.
couldn't open file '/var/account/pacct': No such file or directory
Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
---
po/POTFILES-ml | 1 +
sysprep/Makefile.am
2003 Nov 12
2
Samba 3.0 PDC, exchange 5.5 installing service pack 4 fails.
I created a brand new nt 4.0 server with exchange 5.5 server in my samba
3.0 pdc domain with no problems. The exchange server runs fine under
the samba 3.0 pdc, but when I try to install exchange 5.5 sp4 on the
exchange server the service pack gives me an Dr. Watson error. The
exchange service pack makes it through the copying of the service pack
files and then modifies the registry settings for
2012 Apr 18
1
[PATCH RFC] sysprep: remove user accounts
Hi Rich,
This patch attends to remove the user accounts in the guest,
I send this out to request your comments, if the concept
is correct and you can point out some syntax error for me.
Thanks a lot,
Wanlong Gao
Remove user accounts except the root user.
Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
---
sysprep/Makefile.am | 2 +
2009 Jul 02
2
Ubuntu Jaunty samba 3.3.2 print$ no write rights even though I do;-)
I am setting up a OpenLdap PDC with file and print services on Ubuntu Jaunty. Jaunty ships with samba 3.3.2. I configured samba to just use the registry back in which I think is pretty cool! What happend when I use the Add print wizard to add my Windows XP drivers I get the famous "unable to install driver access denied" message. I can ssh into the box with my user id and create files in