Displaying 20 results from an estimated 500 matches similar to: "[PATCH] Ensures that persist and unpersist work with relative paths."
2010 Jan 18
0
[PATCH] Fixed unpersisting directories and persisting directories that contain persisted files.
Resolves: rhbz#556616
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
scripts/ovirt-functions | 107 ++++++++++++++++++++++++++++++----------------
1 files changed, 70 insertions(+), 37 deletions(-)
diff --git a/scripts/ovirt-functions b/scripts/ovirt-functions
index 6435387..7ed6491 100644
--- a/scripts/ovirt-functions
+++ b/scripts/ovirt-functions
@@ -1,4 +1,4 @@
-#
2010 Oct 22
0
[PATCH node] First draft of replacing some of the ovirt-config-* scripts with python equivalents.
Putting these out for feedback and comments.
These will eventually support the new newt/python based ui for installation/configuration
storage.py functions will be moved under a class for better data portability before final version
---
scripts/ovirtfunctions.py | 672 +++++++++++++++++++++++++++++++++++++++++++++
scripts/storage.py | 451 ++++++++++++++++++++++++++++++
2 files
2009 Jul 21
1
[PATCH node] updated unpersist prompts bz512539
---
scripts/ovirt-functions | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/scripts/ovirt-functions b/scripts/ovirt-functions
index 404c366..7657bae 100644
--- a/scripts/ovirt-functions
+++ b/scripts/ovirt-functions
@@ -508,8 +508,16 @@ remove_config() {
if [ -f /config$f ]; then
# refresh the file in rootfs if it was
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.
2010 Mar 24
1
[PATCH] Allow persistance of empty config files in ovirt_store_config
This fix enables the persistance of empty configuration files during firstboot, in ovirt_store_config, so configuration files like ssh/ssl keys that are dynamically generated to well known locations can be pre set for persistance.
Signed-off-by: Ricardo Marin Matinata <matinata at br.ibm.com>
---
scripts/ovirt-functions | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff
2010 Mar 25
1
[PATCH] Allow persistance of empty config files in ovirt_store_config v2
This fix enables the persistance of empty configuration files during firstboot, in ovirt_store_config, so configuration files like ssh/ssl keys that are dynamically generated (i.e. content is not known until the node has booted at least one time) to well known locations can be pre set for persistance.
Signed-off-by: Ricardo Marin Matinata <matinata at br.ibm.com>
---
2011 Jul 20
0
[PATCH] fix ipv4 static/dhcp/disabled networking changes
This fixes networking changes when switching from dhcp/static to disabled. Before the ifcfg scripts would contain old values from the previous configuration. Support for disabled devices is now added and some useless remnant bash->python coding cleaned up
---
scripts/network.py | 45 +++++++++++++++++++---------------------
scripts/ovirt-config-setup.py | 34
2005 Mar 21
1
spelling mistake in utils/net_groupmap.c but isnt really a bug
Hi developers
i have 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
2010 Oct 25
0
[PATCH node] add network.py script
---
scripts/network.py | 207 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 207 insertions(+), 0 deletions(-)
create mode 100644 scripts/network.py
diff --git a/scripts/network.py b/scripts/network.py
new file mode 100644
index 0000000..28e32f2
--- /dev/null
+++ b/scripts/network.py
@@ -0,0 +1,207 @@
+#!/usr/bin/python
+
+from ovirtfunctions import *
+import tempfile
2009 Aug 11
1
[PATCH node] Added support for remote logging with rsyslog-gssapi to node. NOTE: Needs selinux to be set to permissive (setenforce 0) to work.
TODO: Fix selinux :P
---
Makefile.am | 1 +
ovirt-node.spec.in | 3 ++
scripts/ovirt | 3 ++
scripts/ovirt-managed-rsyslog | 72 +++++++++++++++++++++++++++++++++++++++++
4 files changed, 79 insertions(+), 0 deletions(-)
create mode 100755 scripts/ovirt-managed-rsyslog
diff --git a/Makefile.am b/Makefile.am
index 0374f07..5201a79 100644
2004 Jan 30
0
[PATCH] Group mapping primary group SID update
Hi all !
This is a patch for Group mapping bug #1 reported here :
http://lists.samba.org/archive/samba-technical/2004-January/034057.html
It activates users' primary group SID update when adding/modifying/deleting a
group mapping. It patches utils/net_groupmap.c (net_groupmap_add,
net_groupmap_modify, net_groupmap_delete) and can be applied to samba-3.0.2rc1.
net_groupmap_add :
Scan users
2017 Aug 04
1
Corrupted SSL parameters file in state_dir: ssl-parameters.dat
Dovecot 2.2.10
Centos 7
Linux 3.10.0-514.26.2.el7.x86_64 #1 SMP Tue Jul 4 15:04:05 UTC 2017
x86_64 x86_64 x86_64 GNU/Linux
I have been experimenting with backup options to another server using
dovadm and was trying to use the doveadm service as a workaround
seeing as I couldn't decipher what the docs were saying about ssh.
My doveadm stanza looks as follows:
service doveadm {
2006 Jul 08
1
Simple Samba Configuration on FC5, Please help!
Hi!,
I have a simple configuration for samba to have my /shared dir got shared as writable to everyone in my LAN. The configuration, however, seems not to work :(.
Could someone help me out this situation?
My configuration:
[global]
workgroup = mygroup
server string = thanhan
printcap name = /etc/printcap
load printers = yes
cups options = raw
log file =
2005 Jun 07
1
Group Trouble
Hello all, I am having a some problems with groups. If I use this
command "net rpc group list -Uroot%not24get" as the root users I get
an error. "Could not connect to server 127.0.0.1
The username or password was not correct"
If I try to add groups I also get the same error.
and I don't know if this is relevent or not but when I try to join win
groups and Unix groups
2003 May 26
1
Samba 3.0alpha24 / OpenLDAP / support for groups broken?
Hello!
we are trying to get Samba 3.0a24 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
2005 Sep 22
4
Questions about R
Sep, 22nd,2005
Dear Authors,
Thanks for reading this email. I'm a graduate student from China (PRC) and learning the R at present. Now I have some questions to ask you as I have met some strange problems during installing and running the R environment, which can not be found in the "R FAQ" document (or just I can not find them).
It might be useful that I gived you the information
2007 Oct 11
0
Re: Zimbra error on centos 4.4 (SOLVED)
Hi All,
Thanks eveyone. I had a fresh installation. My box behind the firewall. 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
2008 Nov 09
2
Cannot install Visual C++ version 6.0 (VC6)
I am using Ubuntu 8.10 and Wine 1.1.8 and installed VC6 from a folder VC6 copied from the installation CD.
I clicked the setup.exe file in the VC6 folder and the first page of the VC6 installation wizard showed, but when I clicked 'Next' the install failed with message:
"ken at ken-desktop:~/Desktop/VC6$ wine setup.exe
wine: Unhandled page fault on read access to 0x00000000 at
2017 Aug 04
1
Corrupted SSL parameters file in state_dir: ssl-parameters.dat
> But if I enable SSL, the doveadm backup on the remote machine hangs.
> And the destination machine prints the following two massages in the
> logs :
>
> Aug 4 17:10:31 bbb dovecot: doveadm: 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,
2003 Nov 08
0
XP Pro machines cannot print or reconnect maps
Hi,
I'm fairly new to administering Samba, and I'm using the version that came
with RedHat 9.0, so here goes....
Using Window ME clients I can map drives to my home directory, access files
and print on the (server) printer.
However, using Windows XP Pro....
I can browse to the Samba server and map a drive and access files, but once
the XP machine is rebooted it fails to reconnect to the