similar to: Dconf trouble

Displaying 20 results from an estimated 100 matches similar to: "Dconf trouble"

2004 Dec 20
1
HP-UX/AIX sendfile patches.
I have a fix for the sendfile.c code for HP-UX - length not properly specified prior to call. I've also added code to support the AIX send_file() function and configure.in code to check for AIX specific send_file API and sets AIX_SENDFILE_API if successful. Could you consider this patch for 3.0.11? I also sent a web/cgi.c patch for "struct var" last week with respect to compile
2004 Mar 24
1
rsync --files-from with symlink in path
Here is what I have been doing with rsync(This is condinced version of the main script that runs): #!/usr/local/bin/bash SSH=/usr/local/bin/ssh RSYNC=/usr/local/bin/rsync SED=/usr/bin/sed USER=vmladmin ROLLLISTDIR=/home/vmladmin/rolllists/ ROLLFILE=${ROLLLISTDIR}rollfile.${CELERITYID} EXCLUDEFILE=${ROLLLISTDIR}rollfile.exclude RSYNC_OPT="-zrc --delete"
2015 Jun 15
1
dconf under Centos 6 vs Centos 7
On 15/06/2015 12:40 AM, Jonathan Billings wrote: > On Sun, Jun 14, 2015 at 02:08:54PM +1000, centos wrote: >> under Centos 6, >> dconf -o ./outfile >> it will copy and combine all the .conf files to outfile. >> under Centos 7, >> is there any similar command will do the same things ? > There is no 'dconf' executable in CentOS6, at least, not in the >
2004 Feb 17
0
VFS module programmieren
############################# In German : Hallo, gibt es da Jemanden der mir den folgenden Text vielleicht ein bischen besser erkl?ren kann? Habe dies aus dem Samba Developers Guide. Warum mach ich das nun? Ich habe ein Problem: Ich will das jedes mal wenn ein User versucht einen Ordner in der Freigabe zu verschieben oder umzubenenner, der nicht leer ist, eine Fehlermeldung auf dem Client
2018 Sep 28
0
CEBA-2018:2771 CentOS 7 dconf BugFix Update
CentOS Errata and Bugfix Advisory 2018:2771 Upstream details at : https://access.redhat.com/errata/RHBA-2018:2771 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 468cdebd426db75ab9c65c330352b5964c87825b2d149939509bf348bc8c0235 dconf-0.26.0-3.el7_5.1.i686.rpm
2019 Feb 15
2
What is the proper place for GDM related dconf settings now?
Hello, It seems that with CentOS 7.6 and Gnome 3.28, a clean install of a Workstation package profile does not build the /etc/dconf/db/gdm.d/ directory tree. I have several desktops in operation which we kickstart built with an older 7.3/4/5 version of CentOS as the base install media. These all have a dconf directory for gdm, and I assume a dconf profile directory for gdm as well (though I
2015 Jun 14
0
dconf under Centos 6 vs Centos 7
On Sun, Jun 14, 2015 at 02:08:54PM +1000, centos wrote: > under Centos 6, > dconf -o ./outfile > it will copy and combine all the .conf files to outfile. > under Centos 7, > is there any similar command will do the same things ? There is no 'dconf' executable in CentOS6, at least, not in the standard repos. Are you thinking about gconf-tool? I don't see a way to dump
2019 Feb 18
0
What is the proper place for GDM related dconf settings now?
Sean wrote: > > It seems that with CentOS 7.6 and Gnome 3.28, a clean install of a > Workstation package profile does not build the /etc/dconf/db/gdm.d/ > directory tree. This is a known issue - see: https://access.redhat.com/solutions/3599341 You will need some sort of Redhat support account to see the above page - but the 'Resolution' given is: "Create the
2019 Feb 19
1
What is the proper place for GDM related dconf settings now?
Mr. Pearson, Thanks for that, I do not have a RH support account. I will put in the scripting to ensure the directory is there. I can confirm that after putting it in there manually everything seems to work correctly. That said, I guess I'm interested in the "design" choice and if there isn't a more appropriate place to stick this type of config under the new
2015 Jun 14
2
dconf under Centos 6 vs Centos 7
under Centos 6, dconf -o ./outfile it will copy and combine all the .conf files to outfile. under Centos 7, is there any similar command will do the same things ? thanks, philip.
2012 Oct 15
1
Rgraphviz: how to read a "dot" file?
The Rgraphviz package index says nothing about reading "dot" files. (it has "toFile" to write them but no fromFile). How do I create an Ragraph object? (either by reading a dot file or from a list of edges with weights and vertices with names and other attributes). -- Sam Steingold (http://sds.podval.org/) on Ubuntu 12.04 (precise) X 11.0.11103000 http://www.childpsy.net/
2010 Sep 21
0
Upload form with uploadify jquery plugin
I would like to integrate the uploadify plugin with a standard rails form. However I can''t figure out how to add a new field and have it get submitted with the file upload. I added a name field into the form, but the valued does not get submitted. <% dialog_file_description = ''Photos'' allowed_extensions = [:jpg, :jpeg, :gif, :png] max_size = 20.megabyte
2010 Nov 19
0
migration failure
I'm setting up to do live migrations. Running KVM and libvirt on Ubuntu 10.04.1 Guest vhsot23 has qcow2 on NFS share, accessible to both vhost23 and 24 /net/fs11/srv/customer/nfs/kvm/mem52.img root at vhost23:~# virsh migrate mem52 qemu+ssh://vhost24/system At this point, it just sits there. virsh list on both vhost systems show mem52 in a paused state. I check
1999 Jul 23
2
Getting R graphics into MS Word (more)
Further to my earlier question. Thank you to: John Maindonald, Ramon Diaz-Uriarte, Brian Ripley, Alvaro Novo, Simon Bond and David Scott for your helpful replies. I have looked at the problem in some more detail. I am using Rgui.exe Version 0.64.2 (July 3, 1999) running under Windows NT To demonstrate the problem, I run the program: > win.graph(width=5, height=3) > data(women) >
2006 Apr 03
4
Multiple file uploads - only one file object gets posted
All, Trying to upload multiple files. Form: <% index = 0 for @image in images do %> <TR> <TD> <%= @image.path.split(''/'').last[0..39] %>: <% if ((! @image.path.nil?) && (@image.path.length > 40)) %> <%= h("...") %> <% end %> </TD> <TD> <%=
2011 Jul 07
0
Question of uploading large file using carrierwave, uploadify and nginx upload module
Hey ROR users, I have a small experimental web app which is for uploading files. The web app uses carrierwave, uploadify. It works fine on small size files. However, it can not handle large size files (>1G) efficiently. Then I decided using nginx upload module, it worked well on small size files after modification of codes,. But It fails on uploading large files (>1G) because of http error
2018 Dec 06
2
Can't configure GDM after update to CentOS 7.6
Jonathan Billings wrote: > > On Thu, Dec 06, 2018 at 10:01:25AM +0100, Nicolas Kovacs wrote: >> Now with CentOS 7.6 this doesn't work anymore. The /etc/dconf/db/gdm.d >> directory is nowhere to be found, and I'm currently mildly cursing the >> GNOME developers' (and Red Hat's) policy of releasing moving targets. >> Until now, the whole purpose of
2018 Dec 06
0
Can't configure GDM after update to CentOS 7.6
On Thu, Dec 06, 2018 at 10:01:25AM +0100, Nicolas Kovacs wrote: > Now with CentOS 7.6 this doesn't work anymore. The /etc/dconf/db/gdm.d > directory is nowhere to be found, and I'm currently mildly cursing the > GNOME developers' (and Red Hat's) policy of releasing moving targets. > Until now, the whole purpose of Enterprise Linux seemed to be low-risk > updates.
2018 Dec 06
2
Can't configure GDM after update to CentOS 7.6
Hi, It looks like the upgrade to CentOS 7.6 has been unusually disruptive with the GNOME desktop version bump and a series of moving targets under the hood. The result is some wreckage at my client's desktop installations, which I've been busy to repair since yesterday. First things first. I have a custom configuration of GDM, which consists mainly of two things. 1. Display my
2009 May 06
1
[Fwd: loading SPOT file]
-------------- next part -------------- An embedded message was scrubbed... From: Barbara Cegielska <barceg at ibch.poznan.pl> Subject: loading SPOT file Date: Wed, 06 May 2009 16:48:35 +0200 Size: 1151 URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090506/e35e3f7e/attachment-0002.eml>