search for: set_domain

Displaying 20 results from an estimated 36 matches for "set_domain".

2012 Sep 22
2
[Bug 55227] New: GeForce GTX 560 Ti fails to resume
https://bugs.freedesktop.org/show_bug.cgi?id=55227 Bug #: 55227 Summary: GeForce GTX 560 Ti fails to resume Classification: Unclassified Product: xorg Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component:
2015 Aug 31
0
[PATCH 2/2] mllib: set --debug-gc as common option
...RI"; "--connect", Arg.Set_string libvirturi, s_"uri" ^ " " ^ s_"Set libvirt URI"; - "--debug-gc", Arg.Unit set_debug_gc, " " ^ s_"Debug GC and memory allocations (internal)"; "-d", Arg.String set_domain, s_"domain" ^ " " ^ s_"Set libvirt guest name"; "--domain", Arg.String set_domain, s_"domain" ^ " " ^ s_"Set libvirt guest name"; "-n", Arg.Set dryrun, " " ^ s_"Perfor...
2015 Sep 01
3
[PATCH 1/3] get-kernel: split command line handling in own function
...;--add option can only be given once"); - let uri = - try URI.parse_uri arg - with Invalid_argument "URI.parse_uri" -> - error (f_"error parsing URI '%s'. Look for error messages printed above.") arg in - file := Some uri - and set_domain dom = - if !domain <> None then - error (f_"--domain option can only be given once"); - domain := Some dom - and set_prefix p = - if !prefix <> None then - error (f_"--prefix option can only be given once"); - prefix := Some p in...
2015 Apr 05
7
[Bug 89912] New: Sometimes Nouveau hangs kernel with PGRAPH engine fault
https://bugs.freedesktop.org/show_bug.cgi?id=89912 Bug ID: 89912 Summary: Sometimes Nouveau hangs kernel with PGRAPH engine fault Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component:
2006 Feb 08
2
Best way to know the domain across all controllers?
Hello, I would like to use something like domain=request.domain and be able to access the domain variable across all my controllers. What is the best way to do so? In which file can I put the above variable declaration and still be able to access it application wide? I guess I am asking on assistance for using global variables in rails. Can anyone please guide me to a source
2015 Oct 16
37
[Bug 92504] New: [NVA5] Corruption in Plasma 5 on resume after changing screen configuration
https://bugs.freedesktop.org/show_bug.cgi?id=92504 Bug ID: 92504 Summary: [NVA5] Corruption in Plasma 5 on resume after changing screen configuration Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2015 Aug 28
1
[PATCH] handle --debug-gc universally via at_exit hook
...;; - "--debug-gc", Arg.Set debug_gc, " " ^ s_"Debug GC and memory allocations (internal)"; + "--debug-gc", Arg.Unit set_debug_gc, " " ^ s_"Debug GC and memory allocations (internal)"; "-d", Arg.String set_domain, s_"domain" ^ " " ^ s_"Set libvirt guest name"; "--domain", Arg.String set_domain, s_"domain" ^ " " ^ s_"Set libvirt guest name"; "-n", Arg.Set dryrun, " " ^ s_"Perfor...
2019 Sep 11
19
[Bug 111642] New: NV43 GeForce 6600 Nouveau is not stable on legacy hardware
...1:1.0.15-2, libdrm-nouveau2 2.4.97-1ubuntu1~18.04.1 Have also tested it with xserver-xorg-video-nouveau-hwe-18.04 1:1.0.16-1~18.04.1 dmesg is full of these lines: [ 199.658774] nouveau 0000:04:00.0: systemd-logind[1352]: validate: -22 [ 199.658902] nouveau 0000:04:00.0: systemd-logind[1352]: fail set_domain [ 199.658905] nouveau 0000:04:00.0: systemd-logind[1352]: validating bo list [ 199.658907] nouveau 0000:04:00.0: systemd-logind[1352]: validate: -22 [ 200.075155] nouveau 0000:04:00.0: systemd-logind[1352]: fail set_domain [ 200.075158] nouveau 0000:04:00.0: systemd-logind[1352]: validating bo...
2020 Feb 17
1
[PATCH] virt-get-kernel: add '--blocksize' option support
...g (s_"file", set_file), s_"Add disk image file"; - [ S 'c'; L"connect" ], Getopt.Set_string (s_"uri", libvirturi), s_"Set libvirt URI"; - [ S 'd'; L"domain" ], Getopt.String (s_"domain", set_domain), s_"Set libvirt guest name"; - [ L"format" ], Getopt.Set_string (s_"format", format), s_"Format of input disk"; - [ S 'o'; L"output" ], Getopt.Set_string (s_"directory", output), s_"Output directory&q...
2015 Aug 31
2
[PATCH 1/2] mllib: add and use set_standard_options
...Arg.String set_file, s_"file" ^ " " ^ s_"Add disk image file"; "-c", Arg.Set_string libvirturi, s_"uri" ^ " " ^ s_"Set libvirt URI"; @@ -61,22 +61,14 @@ let main () = "-d", Arg.String set_domain, s_"domain" ^ " " ^ s_"Set libvirt guest name"; "--domain", Arg.String set_domain, s_"domain" ^ " " ^ s_"Set libvirt guest name"; "--format", Arg.Set_string format, s_"format" ^ &qu...
2016 Jun 27
0
Re: [PATCH] RFC: OCaml tools: add and use a Getopt module
...; > - "-c", Arg.Set_string libvirturi, s_"uri" ^ " " ^ s_"Set libvirt URI"; > - "--connect", Arg.Set_string libvirturi, s_"uri" ^ " " ^ s_"Set libvirt URI"; > - "-d", Arg.String set_domain, s_"domain" ^ " " ^ s_"Set libvirt guest name"; > - "--domain", Arg.String set_domain, s_"domain" ^ " " ^ s_"Set libvirt guest name"; > - "-n", Arg.Set dryrun, " " ^ s_&q...
2016 Jul 13
3
[PATCH v3 1/2] OCaml tools: add and use a Getopt module
...sk format"; - "-c", Arg.Set_string libvirturi, s_"uri" ^ " " ^ s_"Set libvirt URI"; - "--connect", Arg.Set_string libvirturi, s_"uri" ^ " " ^ s_"Set libvirt URI"; - "-d", Arg.String set_domain, s_"domain" ^ " " ^ s_"Set libvirt guest name"; - "--domain", Arg.String set_domain, s_"domain" ^ " " ^ s_"Set libvirt guest name"; - "-n", Arg.Set dryrun, " " ^ s_"Perfor...
2015 Oct 18
14
[Bug 92523] New: [Quadro FX 370] Compiz freezes entire desktop.
https://bugs.freedesktop.org/show_bug.cgi?id=92523 Bug ID: 92523 Summary: [Quadro FX 370] Compiz freezes entire desktop. Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau Assignee:
2016 Jun 24
2
[PATCH] RFC: OCaml tools: add and use a Getopt module
...sk format"; - "-c", Arg.Set_string libvirturi, s_"uri" ^ " " ^ s_"Set libvirt URI"; - "--connect", Arg.Set_string libvirturi, s_"uri" ^ " " ^ s_"Set libvirt URI"; - "-d", Arg.String set_domain, s_"domain" ^ " " ^ s_"Set libvirt guest name"; - "--domain", Arg.String set_domain, s_"domain" ^ " " ^ s_"Set libvirt guest name"; - "-n", Arg.Set dryrun, " " ^ s_"Perfor...
2018 Sep 23
0
Dual setup next to radeon not working
...visible windows of any kind. The logs are filled with: $ grep nouveau /var/log/kern.log | head Sep 23 08:32:00 radell kernel: [ 27.962958] nouveau 0000:06:00.0: DRM: 0xD686: Parsing digital output script table Sep 23 08:32:01 radell kernel: [ 28.013900] nouveau 0000:06:00.0: Xorg[1095]: fail set_domain Sep 23 08:32:01 radell kernel: [ 28.013905] nouveau 0000:06:00.0: Xorg[1095]: validating bo list Sep 23 08:32:01 radell kernel: [ 28.013909] nouveau 0000:06:00.0: Xorg[1095]: validate: -22 Any ideas what might be wrong? Best regards, Johannes Winter -------------- next part -------------- A...
2015 Jun 11
2
[PATCH] (Almost) new tool: virt-get-kernel
...;--add option can only be given once"); + let uri = + try URI.parse_uri arg + with Invalid_argument "URI.parse_uri" -> + error (f_"error parsing URI '%s'. Look for error messages printed above.") arg in + file := Some uri + and set_domain dom = + if !domain <> None then + error (f_"--domain option can only be given once"); + domain := Some dom in + + let ditto = " -\"-" in + let argspec = Arg.align [ + "-a", Arg.String set_file, s_"file" ^ &q...
2016 Jul 11
2
[PATCH v2] OCaml tools: add and use a Getopt module
...sk format"; - "-c", Arg.Set_string libvirturi, s_"uri" ^ " " ^ s_"Set libvirt URI"; - "--connect", Arg.Set_string libvirturi, s_"uri" ^ " " ^ s_"Set libvirt URI"; - "-d", Arg.String set_domain, s_"domain" ^ " " ^ s_"Set libvirt guest name"; - "--domain", Arg.String set_domain, s_"domain" ^ " " ^ s_"Set libvirt guest name"; - "-n", Arg.Set dryrun, " " ^ s_"Perfor...
2016 Jul 13
0
[PATCH v3 2/2] mllib: Getopt: support hidden options
...ep/main.ml +++ b/sysprep/main.ml @@ -121,8 +121,8 @@ let main () = [ "-c"; "--connect" ], Getopt.Set_string (s_"uri", libvirturi), s_"Set libvirt URI"; [ "-d"; "--domain" ], Getopt.String (s_"domain", set_domain), s_"Set libvirt guest name"; [ "-n"; "--dryrun"; "--dry-run" ], Getopt.Set dryrun, s_"Perform a dry run"; - [ "--dump-pod" ], Getopt.Unit dump_pod, s_"Dump POD (internal)"; - [ &quo...
2015 Jun 12
1
[PATCH 3/3] get-kernel: add --prefix
...ref "" in @@ -33,6 +33,7 @@ let main () = let output = ref "" in let machine_readable = ref false in let unversioned = ref false in + let prefix = ref None in let set_file arg = if !file <> None then @@ -45,7 +46,11 @@ let main () = and set_domain dom = if !domain <> None then error (f_"--domain option can only be given once"); - domain := Some dom in + domain := Some dom + and set_prefix p = + if !prefix <> None then + error (f_"--prefix option can only be given once")...
2018 Aug 30
3
[PATCH 0/2] drm/nouveau: Use more standard logging styles
Reduces object size ~4kb Joe Perches (2): drm/nouveau: Add new logging function nv_cli_printk drm/nouveau: Convert NV_PRINTK macros and uses to new nv_cli_<level> macros drivers/gpu/drm/nouveau/nouveau_abi16.c | 2 +- drivers/gpu/drm/nouveau/nouveau_chan.c | 12 +++---- drivers/gpu/drm/nouveau/nouveau_drm.c | 21 +++++++++++ drivers/gpu/drm/nouveau/nouveau_drv.h | 44