Displaying 20 results from an estimated 25 matches for "successully".
Did you mean:
successfully
2005 Mar 21
1
spelling mistake in utils/net_groupmap.c but isnt really a bug
...e noticed a spelling mistake when you execute a net groupmap add
command.
For example
bash# net groupmap add unixgroup=uni-staff-planningfinance
ntgroup=uni-staff-planningfinance type=domain comment='All Planning and
Finance Staff'
No rid or sid specified, choosing algorithmic mapping
Successully added group uni-staff-planningfinance to the mapping db
You noticed successully is missing an 'f' :)
didnt think it was worth filling out a bug
the error is in 'source/utils/net_groupmap.c' line 306, in version 3.0.12
Regards
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
2010 Mar 23
1
[PATCH] Ensures that persist and unpersist work with relative paths.
...then
- printf " Failed to unpersist ${f}\n" $f
+ printf " Failed to unpersist ${filename}\n"
exit 1
else
- printf " $f successully unpersisted\n" $f
+ printf " ${filename} successully unpersisted\n"
fi
else
- if [ -f /config$f ]; then
- # refresh the file in rootfs if it was...
2017 Aug 04
1
Corrupted SSL parameters file in state_dir: ssl-parameters.dat
...Error: Corrupted SSL parameters
file in state_dir: ssl-parameters.dat - disabling SSL 360
Aug 4 17:10:31 bbb dovecot: doveadm: Error: Couldn't initialize SSL
parameters, disabling SSL
BUT :
(1) /var/lib/dovecot/ssl-parameters.dat *DOES* exist.
and
(2) If I delete it and restart dovecot, it successully re-creates it, as per
Aug 4 17:02:32 bbb dovecot: ssl-params: Generating SSL parameters
Aug 4 17:06:58 bbb dovecot: ssl-params: SSL parameters regeneration completed
2009 Jul 21
1
[PATCH node] updated unpersist prompts bz512539
...f it was mounted over
cp -a /config$f $f
+ if [ $? -ne 0 ]; then
+ printf " Failed to unpersist %s\n" $f
+ rc=1
+ else
+ printf " %s successully unpersisted\n" $f
+ fi
fi
fi
+ else
+ printf " %s is not in persistent storage" $f
fi
# clean up the persistent store
rm -f /config$f
--
1.6.2.5
2006 Jul 08
1
Simple Samba Configuration on FC5, Please help!
...es
guest account = root
[homes]
comment = Home Directories
browseable = no
writeable = yes
[shared]
path = /shared
writeable = yes
browseable = yes
guest ok = yes
The /shared dir permission is: 777
When I tried to connect to the share from a Windows machine, I have successully access the directory (without any password prompt) but when I tried to create a new directory I got an "Access Denied" error.
My Samba version is: 3.0.21b-2
Thank you so much for help :)
An
---------------------------------
>From :Duong Thanh An
Addr : 442/19 Le Quang Dinh...
2005 Jun 07
1
Group Trouble
...he same error.
and I don't know if this is relevent or not but when I try to join win
groups and Unix groups via this command " net groupmap add
ntgroup="Domain Admins" unixgroup=domadm" I get this message.
"No rid or sid specified, choosing algorithmic mapping
Successully added group Domain Admins to the mapping db"
and the group domadm is there. If I try to use any of the user that
are in the domadm group, they don't have any admin rights. I don't
think groupmaps are working at all.
Could someone point me in the right direction?
I am running Cent...
2003 May 26
1
Samba 3.0alpha24 / OpenLDAP / support for groups broken?
...4 to work with OpenLDAP. After creating
the guest - user manually in the LDAP directory, everything seemed to
work fine. However we cannot create any group. The "net group map"
command runs without any error message, and states:
blue# ./net groupmap add rid=999 unixgroup=syadm
Successully added group syadm to the mapping db
Unfortunately the group was *NOT* created as "./net groupmap list" reveals:
blue# ./net groupmap list
blue#
When running Samba without LDAP support "./net groupmap list" shows the
build-in groups:
blue# ./net groupmap list...
2005 Sep 22
4
Questions about R
...operation system on a PC platform parchased from IBM company. The mainboard of my computer is Intel 915PG, that means it has an integrated graphic accelerator.
The first question is about the error occurs during my installation. Following the "R Installation and Administration" manual, I successully downloaded the latest version of R, unziped the file, and also completed the progress "./configure" and "make" successully. By the way, I managed to install a developmental package of Linux named "r77", which may be a FORTRAN developmental package, before installing th...
2010 Jan 18
0
[PATCH] Fixed unpersisting directories and persisting directories that contain persisted files.
...if [ $? -ne 0 ]; then
- printf " Failed to unpersist %s\n" $f
+ printf " Failed to unpersist ${f}\n"
+ exit 1
else
- printf " %s successully unpersisted\n" $f
+ printf " $f successfully unpersisted\n"
+ fi
+ else
+ if [ -f /config$f ]; then
+ # refresh the file in rootfs if it was mounted over
+...
2004 Jan 30
0
[PATCH] Group mapping primary group SID update
...ates
+ the iterator in tdb_update_sam (called
by pdb_update_sam_account). The result is
+ an iterator error in the next
pdb_getsampwent of the loop. MUST BE CORRECTED*/
+ d_printf("Successully updated primary
group SID for user %s\n", usrname);
+ }
+ else {
+ d_printf("Could not update primary group
SID for user %s\n", usrname);
+ }
+...
2010 Mar 23
1
Resend of one patch, new to follow on...
The first patch in this set was submitted in January but never ACK'd.
The following three are follow on patches to fix other issues that have
come up.
2001 Oct 10
7
OpenSSH solaris: bad return code after exec of remote command
...ular command when that key is used for authentication.
My problem is this. The remote ssh returns an error code of 255 (using echo $?),
or (-1 in the debug), despite the command executing successfully. about 5-10% of
the time it returns 0. In all cases it "appears" the command completed
successully, and is simply an issue of ssh failing to close the channel cleanly.
My guess is that one side is closing before the other acknowledges and therefore
thinks the channel has been prematurely terminated.
My questions are: How sure can I be that I am indeed getting all data from the
pipe? How can I...
2005 Jun 07
6
Group Problems
...he same error.
and I don't know if this is relevent or not but when I try to join win
groups and Unix groups via this command " net groupmap add
ntgroup="Domain Admins" unixgroup=domadm" I get this message.
"No rid or sid specified, choosing algorithmic mapping
Successully added group Domain Admins to the mapping db"
and the group domadm is there. If I try to use any of the user that
are in the domadm group, they don't have any admin rights. I don't
think groupmaps are working at all.
Could someone point me in the right direction?
I am running Cent...
2017 Aug 04
1
Corrupted SSL parameters file in state_dir: ssl-parameters.dat
...ate_dir: ssl-parameters.dat - disabling SSL 360
> Aug 4 17:10:31 bbb dovecot: doveadm: Error: Couldn't initialize SSL
> parameters, disabling SSL
>
>
> BUT :
>
> (1) /var/lib/dovecot/ssl-parameters.dat *DOES* exist.
> and
> (2) If I delete it and restart dovecot, it successully re-creates it, as per
> Aug 4 17:02:32 bbb dovecot: ssl-params: Generating SSL parameters
> Aug 4 17:06:58 bbb dovecot: ssl-params: SSL parameters regeneration completed
Your timestamps suggest you did this the other way around.
Aki mentioned that issue is/will be fixed, but DH parameters...
2008 Nov 09
2
Cannot install Visual C++ version 6.0 (VC6)
...on read access to 0x00000000 at address 0x411799 (thread 0009), starting debugger..."
Before trying 1.1.8, I used Wine 1.0.1 and it failed with the same message.
I Googled and found that the install failure was reported as a bug 2006, but the Wine application database shows that people have successully installed and used VC6 from Wine 1.1,5 (but not on Ubuntu).
I didn't have any luck installing though, so would be grateful for advice.
P.S. I have successfully installed and used other Windows apps, some very heavily GUI-laden with animation and sound, so the basic Wine install is working b...
2007 Oct 11
0
Re: Zimbra error on centos 4.4 (SOLVED)
...irewall. it
has a private ip. So irst o all, I setup DNS on that box and add that ip (
192.168.101.38) to /etc/resolve.conf.
the below URL helped me.
http://wiki.zimbra.com/index.php?title=Beginner%27s_Guide_to_installing_Zimbra_on_Ubuntu_6.06_Server
Then, ran Zimbra.
It went all the way long successully. So I now have zimbra up and running.
On 10/10/07, Chris <racerx at makeworld.com> wrote:
>
> On Wed, 10 Oct 2007 13:43:46 +0530
> "Indunil Jayasooriya" <indunil75 at gmail.com> wrote:
>
> > Hi,
> >
> > Thanks everyone that helped me so far. I...
2003 Nov 08
0
XP Pro machines cannot print or reconnect maps
...but once
the XP machine is rebooted it fails to reconnect to the mapped drive.
The printer is visible and appears to accept print jobs (i.e no client
errors), however nothing prints out.
I've seen a couple of posts very similar to this one, but with no replies -
there must be people out there successully using Samba with XP!!
Thanks,
Stephen.
--
Stephen A Readman
e: stephen.readman@NOSPAMmsrsolutions.co.uk
w: www.msrsolutions.co.uk
2006 Aug 10
0
Default "Domain Computers" group mapping with samba 3
...puters" group?
If I write
net groupmap modify ntgroup="Domain Computers" unixgroup=machines type=d
I get the error
NT Group Domain Computers doesn't exist in mapping DB
while if I write
net groupmap add ntgroup="Domain Computers" unixgroup=machines rid=515 type=d
I get
Successully added group Domain Computers to the mapping db
and then
net groupmap list
gives:
System Operators (S-1-5-32-549) -> -1
Replicators (S-1-5-32-552) -> -1
Guests (S-1-5-32-546) -> -1
Domain Users (S-1-5-21-213297883-3554893867-145480655-513) -> users
Domain Guests (S-1-5-21-213297883-35548...
2003 Nov 11
1
Samba 3 Redhat 9 Openldap doc
...puters"
net groupmap add rid=514 ntgroup="Domain Guests" UNIXgroup="Domain Guests"
net groupmap list
List current group map
[root@SAMBA bin]# net groupmap list
[root@SAMBA bin]# net groupmap add rid=512 ntgroup="Domain Admins"
UNIXgroup="Domain Admins"
Successully added group Domain Admins to the mapping db
[root@SAMBA bin]# net groupmap list
Domain Admins (S-1-5-21-2736449221-2024960558-2283625391-512) -> Domain
Admins
[root@SAMBA bin]# net groupmap add rid=513 ntgroup="Domain Users"
UNIXgroup="Domain Users"
Successully added group Do...
2004 Mar 16
2
matching UIDs to RIDs when converting from Windows to Samba
I have a bunch of Windows users using a Win2k server as a PDC. I want
to move all the server functions to a Samba server without disturbing
the users in any way. The client machines are all Win2k, using local
profiles.
Samba insists on algorithmicly generating the RID from the UID, so the
Windows user, after migration, gets a new SID and loses contact with
their local profile. In fact, they