search for: gnome_keyring_pid

Displaying 13 results from an estimated 13 matches for "gnome_keyring_pid".

2012 Sep 20
1
[PATCH 1/2] ./run: Make sure that the temporary directory exists so test scripts can produce output files
--- run.in | 1 + 1 file changed, 1 insertion(+) diff --git a/run.in b/run.in index ed4971b..548ac20 100644 --- a/run.in +++ b/run.in @@ -51,6 +51,7 @@ b=@abs_builddir@ # # chcon --reference=/tmp tmp export TMPDIR="$b/tmp" +mkdir -p "$b/tmp" # Set local environment relative to this script. export LIBGUESTFS_PATH="$b/appliance" -- 1.7.10.4
2011 Jul 19
1
Re: Problem with Windows app accessing internet
...K/ssh +SESSION_MANAGER=local/charlie-A660:@/tmp/.ICE-unix/2293,unix/charlie-A660:/tmp/.ICE-unix/2293 USERNAME=charlie DEFAULTS_PATH=/usr/share/gconf/gnome.default.path XDG_CONFIG_DIRS=/etc/xdg/xdg-gnome:/etc/xdg @@ -18,7 +18,7 @@ DESKTOP_SESSION=gnome PWD=/home/charlie GDM_KEYBOARD_LAYOUT=gb -GNOME_KEYRING_PID=2849 +GNOME_KEYRING_PID=2274 LANG=en_GB.UTF-8 GDM_LANG=en_GB.utf8 MANDATORY_PATH=/usr/share/gconf/gnome.mandatory.path @@ -32,12 +32,12 @@ GNOME_DESKTOP_SESSION_ID=this-is-deprecated LOGNAME=charlie XDG_DATA_DIRS=/usr/share/gnome:/usr/local/share/:/usr/share/ -DBUS_SESSION_BUS_ADDRESS=unix:ab...
2015 Nov 05
1
[PATCH v2] build: Drop serial_tests.
I pushed the (hopefully) completely non-controversial bits upstream: https://github.com/libguestfs/libguestfs/commit/8a72616bf7bc686ad4d033482541fcd73c148b53 https://github.com/libguestfs/libguestfs/commit/b20d36aa1bcabfe1e5eefcf47b727280a6474be8 This patch is what remains. Rich.
2015 Nov 06
1
[PATCH v3] build: Drop serial_tests.
Same as v2, except: - Drop the RUN_OUTPUT_FILE functionality completely. It will be replaced with enhanced .trs files as discussed. - Rebase on head. Rich.
2013 Oct 11
3
VNC
I'm trying to set up a VNC server using the instructions at http://www.techrepublic.com/blog/linux-and-open-source/linux-101-easy-vnc-server-setup/ . I am up to step 6: Step 6: Edit iptables In order for the VNC connections to get through, you must allow them with iptables. To do this, open up the file /etc/sysconfig/iptables and add the line: -A INPUT -m state --state NEW -m tcp -p tcp -m
2015 Feb 13
1
Getting strange message in terminal
...-exe" declare -x GAUSS_SCRDIR="/scratch" declare -x GDMSESSION="gnome-classic" declare -x GDM_LANG="en_US.utf8" declare -x GNOME_DESKTOP_SESSION_ID="this-is-deprecated" declare -x GNOME_KEYRING_CONTROL="/run/user/1000/keyring-oPxj9T" declare -x GNOME_KEYRING_PID="2515" declare -x GNOME_SHELL_SESSION_MODE="classic" declare -x GPG_AGENT_INFO="/run/user/1000/keyring-oPxj9T/gpg:0:1" declare -x GV_DIR="/usr/local/gaussian/gv" declare -x HARDWARE_PLATFORM="x86_64" declare -x HISTCONTROL="ignoredups" dec...
2009 Sep 22
2
Problems using sftp on HMC IBM system
...ME_KEYRING_SOCKET debug3: Ignored env USERNAME debug3: Ignored env PATH debug3: Ignored env DESKTOP_SESSION debug3: Ignored env GDM_XSERVER_LOCATION debug3: Ignored env PWD debug3: Ignored env EDITOR debug1: Sending env LANG = en_US.UTF-8 debug2: channel 0: request env confirm 0 debug3: Ignored env GNOME_KEYRING_PID debug3: Ignored env GDM_LANG debug3: Ignored env PS1 debug3: Ignored env GDMSESSION debug3: Ignored env XTERM_LOCALE debug3: Ignored env XTERM_VERSION debug3: Ignored env SHLVL debug3: Ignored env HOME debug3: Ignored env AWT_TOOLKIT debug3: Ignored env LOGNAME debug3: Ignored env XDG_DATA_DIRS deb...
2011 Jul 28
1
intermittent problems obtaining shell with gssapi-with-mic
...env QT_IM_MODULE debug3: Ignored env PWD debug1: Sending env XMODIFIERS = @im=none debug2: channel 0: request env confirm 0 debug3: Ignored env GDM_KEYBOARD_LAYOUT debug3: Ignored env KDE_IS_PRELINKED debug1: Sending env LANG = en_GB.utf8 debug2: channel 0: request env confirm 0 debug3: Ignored env GNOME_KEYRING_PID debug3: Ignored env GDM_LANG debug3: Ignored env MODULEPATH debug3: Ignored env LOADEDMODULES debug3: Ignored env KDEDIRS debug3: Ignored env GDMSESSION debug3: Ignored env HISTCONTROL debug3: Ignored env KRB5CCNAME debug3: Ignored env SSH_ASKPASS debug3: Ignored env HOME debug3: Ignored env SHLVL...
2019 Aug 31
1
[PATCH libnbd] Add bindings for Rust language
Still not working, but I took the latest patch and: - rebased it against libnbd 1.0 - fixed it so it handles new args and cbargs The generator now runs without warnings. This patch doesn't handle optargs at all. In C these are converted to non-optional parameter. Rust doesn't (AFAIK) have optional or labelled arguments unfortunately. Rich.
2019 Jul 07
2
[libnbd PATCH] RFC: Add bindings for Rust language
...t_to "rust/libnbd-sys/src/lib.rs" generate_rust_sys_lib_rs; + output_to "rust/libnbd/src/glue.rs" generate_rust_glue_rs; diff --git a/run.in b/run.in index 56ed70346922..117ab59d46b8 100755 --- a/run.in +++ b/run.in @@ -106,5 +106,14 @@ fi export GNOME_KEYRING_CONTROL= export GNOME_KEYRING_PID= +# For rust +export RUST="@RUST@" +if [ -z "$RUSTFLAGS" ]; then + RUSTFLAGS="-C link-args=-L$b/lib/.libs" +else + RUSTFLAGS="$RUSTFLAGS -C link-args=-L$b/lib/.libs" +fi +export RUSTFLAGS + # Run the program. exec $libtool $valgrind "$@" d...
2015 Nov 05
1
[PATCH 1/2] test-data: phony-guests: Don't use *.tmp.* temporary files.
--- test-data/phony-guests/Makefile.am | 3 +-- test-data/phony-guests/make-archlinux-img.sh | 4 ++-- test-data/phony-guests/make-coreos-img.sh | 10 ++++---- test-data/phony-guests/make-debian-img.sh | 10 ++++---- test-data/phony-guests/make-fedora-img.pl | 34 ++++++++++++++-------------- test-data/phony-guests/make-ubuntu-img.sh | 14 ++++++------
2012 Apr 27
1
Counter Strike Source Won't load.
...PLAY=":0" declare -x DM_CONTROL="/var/run/xdmctl" declare -x DYLDPATH_ORIGIN="" declare -x DYLD_LIBRARY_PATH="" declare -x GECKO_SITE="http://www.playonlinux.com/wine/gecko" declare -x GNOME_KEYRING_CONTROL="/tmp/keyring-NEI2O8" declare -x GNOME_KEYRING_PID="1304" declare -x GNUPGHOME="/home/tyler/.PlayOnLinux//gpg" declare -x GS_LIB="" declare -x GTK2_RC_FILES="/etc/gtk-2.0/gtkrc:/home/tyler/.gtkrc-2.0:/home/tyler/.gtkrc-2.0-kde4:/home/tyler/.kde/share/config/gtkrc-2.0" declare -x GTK_RC_FILES="/etc/gtk/gt...
2019 Jul 09
7
[PATCH 0/5] Split virt-p2v in own repository
Hi, as it was already discussed on this list, here it is my attempt in splitting virt-p2v in an own repository. Sadly there are things that must be copied from libguestfs, as it cannot be avoided. The approach taken was to run a script (will send separately) to just get the "p2v" subdirectory with its history as own repository, and then add in few followup commits all the bits needed