search for: saved_state

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

2005 May 13
0
weird characters in files created by gnome login on samba share
.../.gconf/desktop/gnome/peripherals/keyboard/%gconf.xml ./.gconf/desktop/gnome/peripherals/keyboard/kbd ./.gconf/desktop/gnome/peripherals/keyboard/kbd/%gconf.xml牴 ./.gconf/desktop/gnome/peripherals/keyboard/kbd.sysbackup ./.gconf/desktop/gnome/peripherals/keyboard/kbd.sysbackup/%gconf.xml㜷 ./.gconfd/saved_state ./.gnome ./.gnome2 ./.gnome2/accels ./.gnome2/.gnome-smproxy-k7JxO2 ./.gnome2/keyrings ./.gnome2/nautilus-scripts ./.gnome2/panel2.d ./.gnome2/panel2.d/default ./.gnome2/panel2.d/default/launchers ./.gnome2/panel2.d/default/launchers/curly-00b94f8ce0.desktop ./.gnome2/panel2.d/default/launchers/eek...
2016 Nov 29
2
Bug Report on A1286 (Macbook Pro Mid 2012)
On Sun, Nov 27, 2016 at 4:13 AM, Lukas Wunner <lukas at wunner.de> wrote: > On Sat, Nov 26, 2016 at 06:09:34AM +0000, Evan Foss wrote: >> I did some other bug reports here a while back. I am back again >> because I updated my kernel from 3.19.1 to linux-4.8.10-gentoo (if you >> want I can test the mainline too). On boot all my GPU's turn on. If I >> turn them
2005 May 26
1
SAMBA winbind problems
...42:06 linux2 gconfd (domain\ez-2965): Failed to open saved state file: Failed: Failed to open gconfd logfile; won't be able to restore listeners after gconfd shutdown (Permission denied) May 26 14:42:06 linux2 gconfd (domain\ez-2965): Could not open saved state file '/home/DOMAIN/ez/.gconfd/saved_state.tmp' for writing: Permission denied May 26 14:44:19 linux2 smartd[2025]: Device: /dev/hdb, 1 Currently unreadable (pending) sectors
2016 Nov 29
0
Bug Report on A1286 (Macbook Pro Mid 2012)
...you as well? Manual power control via ON and OFF is a hack, it powers the GPU up and down behind the PM core's back. It's a stopgap until runtime PM works for muxed machines. That's the reason at least for the lockup on resume, I know what causes this. (The PCI core invalidates the saved_state of the device.) I don't know why turning on the GPU or stopping X causes a lockup, presumably on stopping X the card is accessed even though it's powered down. There are some half-baked patches for runtime PM on this branch: https://github.com/l1k/linux/commits/mbp_switcheroo_runpm_wip A...
2010 Aug 07
2
IO error causing file deletion failure?
...sync -avzAXH --delete-after -e /home/rsync/bin/rsync_ssh /home/ root at 192.168.1.100:/mnt/bigdisk/morgansmachine/home root at 192.168.1.100's password: building file list ... rsync: readlink_stat("/home/morgan/.gvfs") failed: Permission denied (13) done morgan/.gconfd/ morgan/.gconfd/saved_state IO error encountered -- skipping file deletion sent 3708868 bytes received 1038 bytes 33880.42 bytes/sec total size is 82187744766 speedup is 22153.59 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6] Connection to 192.168.1.40 clo...
2010 Aug 18
16
[PATCH 00 of 16] libxl: autogenerate type definitions and destructor functions
The series introduces auto-generation of the type definitions used in the libxl interface followed by auto-generation of a destructor function for each type. In the future it may be possible to use the related data structures for other purposes, for example auto-generation of the functions to marshal between C and language binding data types. tools/_libxl_types.h should be identical both before
2007 Jun 03
1
FW: Centos kernel source
I already did what you said,please see the log results in zaptel.rar attached when I compile zapltel using make ********************************************* No employee or agent is authorized to conclude any binding agreement on behalf of Xplorium with another party by e-mail without express written confirmation by an officer of Xplorium. Any views expressed by an individual in this
2017 May 09
2
asterisk 13.15.0 stopping/crashing
hi, i have strange problem with asterisk 13.15.0+pjsip bundled/centos 7/systemd start script we are using chan_pjsip only for webrtc endpoints . switched from sipml5 to jssip with upgrade to 13.15.0(from 13.9.0) few days ago today i have problems with stopping/crashing asterisk /var/log/asterisk/messages dont show any clues [May 9 12:10:52] WARNING[25762] pjproject: tsx0x7fbb28024088
2009 Aug 13
9
[PATCHv2 01/10] drm/nouveau: Fix a lock up at NVSetOwner with nv11.
It seems it was only locking up in the context of nouveau_hw_save_vga_fonts, when it actually did something (because the console wasn't already in graphics mode). Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- drivers/gpu/drm/nouveau/nouveau_hw.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_hw.c
2009 Aug 12
14
[PATCH 00/12] TV-out modesetting kernel patches.
This patch series adds TV-out modesetting support to the KMS implementation. I've tried to test it on all the hardware I've got at hand (that is nv11, nv17, nv34, nv35, nv40, nv4b) with every possible output combination; I believe it has reached a mergeable state, however it depends on some commits from drm-next that haven't got into Linus' tree yet, if you agree to merge this
2007 Jun 03
6
Centos kernel source
I am using centos 4.4 server cd ,when I am trying to compile zaptel 1.4.2 ... error appears > >From where I can get the missing rpms .or kernel source >From where I can get the centos 4.4 server kernel source. Regards ********************************************* No employee or agent is authorized to conclude any binding agreement on behalf of Xplorium with another
2012 May 17
8
[PATCH] libxl: do not overwrite user supplied config when running bootloader
..._unmap(libxl__file_reference *f); + /* from xl_dom */ _hidden libxl_domain_type libxl__domain_type(libxl__gc *gc, uint32_t domid); _hidden int libxl__domain_shutdown_reason(libxl__gc *gc, uint32_t domid); @@ -731,6 +745,10 @@ typedef struct { unsigned long vm_generationid_addr; char *saved_state; + + libxl__file_reference pv_kernel; + libxl__file_reference pv_ramdisk; + const char * pv_cmdline; } libxl__domain_build_state; _hidden int libxl__build_pre(libxl__gc *gc, uint32_t domid, @@ -1246,9 +1264,6 @@ struct libxl__xen_console_reader { _hidden int libxl__error_set(libxl__...
2010 Aug 12
0
[PATCH, v2]: xl: Implement per-API-call garbage-collection lifetime
...ramdisk"; vments[i++] = (char*) info->u.pv.ramdisk.path; @@ -353,7 +367,8 @@ int libxl_domain_restore(libxl_ctx *ctx, } } ret = build_post(ctx, domid, info, state, vments, localents); - if (ret) goto out; + if (ret) + goto out; dm_info->saved_state = NULL; if (info->hvm) { @@ -380,28 +395,36 @@ out: } errno = esave; + libxl_free_all(&gc); return ret; } int libxl_domain_resume(libxl_ctx *ctx, uint32_t domid) { + libxl_gc gc = LIBXL_INIT_GC(ctx); + int rc = 0; + if (is_hvm(ctx, domid)) {...