search for: nyou

Displaying 20 results from an estimated 60 matches for "nyou".

Did you mean: nou
2020 Oct 13
2
Re: virt-sparsify failed (was: [oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly - Build # 479 - Failure!)
...usually means the libguestfs > appliance failed to start or crashed.\\\\\\\\nDo:\\\\\\\\n export > LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1\\\\\\\\nand run the command > again. For further information, read:\\\\\\\\n > http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs\\\\\\\\nYou > can also run \\\\\\\'libguestfs-test-tool\\\\\\\' and post the > *complete* output\\\\\\\\ninto a bug report or message to the > libguestfs mailing list.", "timestamp": > "2020-10-11T22:05:08.397538670-04:00", "type": "error" }\\\\n...
2016 May 04
1
Re: [PATCH 2/2] customize: Improve the error messages when package manager is unknown or unsupported.
...kage_manager flag pm = > + error (f_"sorry, '%s' with the '%s' package manager has not been implemented.\n\nIf this guest OS has ordinary package management then you will need to add support to virt-customize.\n\nFor OSes lack package management, this is not possible.\n\nYou can work around this by using one of the '--run*' or '--firstboot*' options instead (described in the manual).") flag pm I'd shorten this message: "sorry, '%s' with the '%s' package manager has not been implemented yet.\n\nYou can work around this by u...
2004 Apr 07
1
Voice Mail Email problem
...omedomain.com as assigned in conf file. VM Config: [general] format=gsm|wav49|wav serveremail=asterisk@somedomain.com <----Actual file has a valid email. attach=no maxmessage=30 silencethreshold=128 maxsilence=10 fromstring=Asterisk Mail emailbody=${VM_NAME} <${VM_MAILBOX}>\n\nYou have received a ${VM_DUR} long message from ${VM_CALLERID}. The Message was left on ${VM_DATE} [bell] 100 => 1234,User1,user1@somedomain.com <------ Actual file has a valid email. Thanks in advance. Kyle
2009 Nov 25
1
[PATCH] daemon/Win32: Windows can't daemonize.
...*argv[]) /* Fork into the background. */ if (!dont_fork) { +#ifndef WIN32 if (daemon (0, 1) == -1) { perror ("daemon"); exit (EXIT_FAILURE); } +#else /* WIN32 */ + fprintf (stderr, "On Windows the daemon does not support forking into the background.\nYou *must* run the daemon with the -f option.\n"); + exit (EXIT_FAILURE); +#endif /* WIN32 */ } /* Enter the main loop, reading and performing actions. */ -- 1.6.5.2
2009 Jul 08
1
Final follow up patch to add warning for NTP...
Now, rather than displaying yet another warning, the NTP configuration just requires that the user select a NIC to configure first. That act alone provides the single warning to the user that they'll be changing their network configuration.
2016 May 04
3
[PATCH 1/2] inspection: Set package manager to "unknown" if parsing major version failed (RHBZ#1332025).
In cases where parsing the release file failed and so we have an obviously incorrect major version number, don't try to infer the package manager from the major version number. In the bug report, parsing the /etc/redhat-release file of a CentOS 7.1 guest failed, so major version was set to 0, and the package manager was inferred as "up2date". virt-customize then failed with a
2014 Oct 31
0
[PATCH] builder: pass Sources.source objects directly
...if hidden then fp "hidden=true\n" -let get_index ~prog ~verbose ~downloader ~sigchecker ~proxy source = +let get_index ~prog ~verbose ~downloader ~sigchecker { Sources.uri; proxy; } = let corrupt_file () = - error (f_"The index file downloaded from '%s' is corrupt.\nYou need to ask the supplier of this file to fix it and upload a fixed version.") source + error (f_"The index file downloaded from '%s' is corrupt.\nYou need to ask the supplier of this file to fix it and upload a fixed version.") uri in let rec get_index () = (*...
2007 Jul 27
2
Attaching VoiceMails on E-Mails
...rveremail=pbx at gnubie.com ; bogus e-mail address attach=yes delete=yes maxmsg=50 maxmessage=180 minmessage=5 maxgreet=60 skipms=3000 maxsilence=10 silencethreshold=128 maxlogins=3 fromstring=The PBX usedirectory=yes emaildateformat=%A, %B %d, %Y at %r sendvoicemail=yes emailbody=Hi, ${VM_NAME}!\n\nYou have a new voicemail message from ${VM_CALLERID} attached to this e-mail message.\n\nHave a nice day!\n\nThe PBX mailcmd=/usr/bin/exim -t ; not sure about this line [zonemessages] eastern=America/New_York|'vm-received' Q 'digits/at' IMp [default] 101 => 11011,GNUbie,gnubie at g...
2020 Oct 14
3
Re: virt-sparsify failed (was: [oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly - Build # 479 - Failure!)
On Tue, Oct 13, 2020 at 8:40 PM Richard W.M. Jones <rjones@redhat.com> wrote: > > On Tue, Oct 13, 2020 at 07:56:29PM +0300, Nir Soffer wrote: > > On Tue, Oct 13, 2020 at 7:15 PM Richard W.M. Jones <rjones@redhat.com> wrote: > > > > > > On Tue, Oct 13, 2020 at 06:45:42PM +0300, Nir Soffer wrote: > > > > I think this is the right solution - when
2020 Nov 09
1
Re: virt-sparsify failed (was: [oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly - Build # 479 - Failure!)
...error: guestfs_launch > failed.\nThis usually means the libguestfs appliance failed to start > or crashed.\nDo:\n export LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1\nand > run the command again. For further information, read:\n > http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs\nYou can > also run 'libguestfs-test-tool' and post the *complete* output\ninto a > bug report or message to the libguestfs mailing list.\n\nIf reporting > bugs, run virt-sparsify with debugging enabled and include the > \ncomplete output:\n\n virt-sparsify -v -x [...]\n"; <...
2011 Aug 06
0
specifying 'root' for mboot.c32/syslinux
...LoaderIniFileSize, Count; 45 LONG ret; 46 BOOLEAN Success; 47 48 // 49 // Open freeldr.ini 50 // 51 ret = IniOpenIniFile(&FileId); 52 if (ret != ESUCCESS) 53 { 54 UiMessageBoxCritical("Error opening freeldr.ini or file not found.\nYou need to re-install FreeLoader."); 55 return FALSE; Just for the record, I'm having a way easier time with iPXE here (compared to ReactOS) as it allows overriding/specifying commands, ignoring the embedded demo script :) label 9 kernel /boot/ipxe.krn append dhcp && sanb...
2019 Oct 15
4
Splitting the large libguestfs repo
I got a little way into this. The two attached patches are preliminary work. My proposed split is: libguestfs.git common -> git submodule libguestfs-common.git generator/ lib/ all language bindings C based tools (eg. virt-df, virt-edit, guestfish) guestfs-tools.git common -> git submodule libguestfs-common.git
2012 Feb 17
2
Bug in unicorn_rails when Encoding.default_internal is set
...parry/how_to_kill_a_unicorn All you need to do is hit http://localhost:8080/users/? and the unicorn worker will die with an error: "Error during failsafe response: "\xE2" from ASCII-8BIT to UTF-8" "app error: "You have a nil object when you didn''t expect it!\nYou might have expected an instance of Array.\nThe error occurred while evaluating nil.each" (NoMethodError)" All subsequent requests to that worker will fail with the same exception. Is this a known issue? Is there a recommended work around? Cheers, Lucas Parry Envato
2016 May 04
0
[PATCH 2/2] customize: Improve the error messages when package manager is unknown or unsupported.
...d_package_manager flag pm = + error (f_"sorry, '%s' with the '%s' package manager has not been implemented.\n\nIf this guest OS has ordinary package management then you will need to add support to virt-customize.\n\nFor OSes lack package management, this is not possible.\n\nYou can work around this by using one of the '--run*' or '--firstboot*' options instead (described in the manual).") flag pm in (* Set the random seed. *) -- 2.7.4
2017 Sep 12
0
[PATCH v8 3/7] builder: add a template parameter to get_index
...ilder/index_parser.ml @@ -25,7 +25,7 @@ open Utils open Printf open Unix -let get_index ~downloader ~sigchecker +let get_index ~downloader ~sigchecker ~template { Sources.uri = uri; proxy = proxy } = let corrupt_file () = error (f_"The index file downloaded from ‘%s’ is corrupt.\nYou need to ask the supplier of this file to fix it and upload a fixed version.") uri @@ -100,8 +100,10 @@ let get_index ~downloader ~sigchecker let arch = try List.assoc ("arch", None) fields with Not_found -> - eprintf (f_"%s: n...
2017 Sep 18
0
[PATCH v9 3/7] builder: add a template parameter to get_index
...ilder/index_parser.ml @@ -25,7 +25,7 @@ open Utils open Printf open Unix -let get_index ~downloader ~sigchecker +let get_index ~downloader ~sigchecker ~template { Sources.uri = uri; proxy = proxy } = let corrupt_file () = error (f_"The index file downloaded from ‘%s’ is corrupt.\nYou need to ask the supplier of this file to fix it and upload a fixed version.") uri @@ -100,8 +100,10 @@ let get_index ~downloader ~sigchecker let arch = try List.assoc ("arch", None) fields with Not_found -> - eprintf (f_"%s: n...
2017 Oct 05
0
[PATCH v11 3/6] builder: add a template parameter to get_index
...dex_parser.ml @@ -25,7 +25,7 @@ open Utils open Printf open Unix -let get_index ~downloader ~sigchecker { Sources.uri; proxy } = +let get_index ~downloader ~sigchecker ~template { Sources.uri; proxy } = let corrupt_file () = error (f_"The index file downloaded from ‘%s’ is corrupt.\nYou need to ask the supplier of this file to fix it and upload a fixed version.") uri in @@ -99,8 +99,10 @@ let get_index ~downloader ~sigchecker { Sources.uri; proxy } = let arch = try List.assoc ("arch", None) fields with Not_found -> -...
2009 Apr 06
1
IMAP Voicemail - can't get messages. Arrgh!
...'s some background info: Asterisk: 1.6.0.8 IMAP Server: dovecot 1.0.7 c-client: UW imap2007e Config Files: voicemail.conf [general] format = wav49 serveremail = asterisk at rosecompanies.com fromstring = ${VM_CALLERID} emailsubject = New voicemail. Length: ${VM_DUR} emailbody = ${VM_NAME}:\n\nYou have a new voicemail message. You currently have ${VM_MSGNUM} messages in your Inbox.\n\nFrom:\t\t${VM_CALLERID}\$ maxsecs = 600 minsecs = 4 skipms = 3000 maxsilence = 10 silencethreshold = 128 maxlogins = 20 userscontext = default imapserver = localhost imapfolder = INBOX authuser = asterisk auth...
2014 Feb 21
2
[PATCH] builder: add an arch field to sources read from indexes
...x : string -> sections = "virt_builder_parse_index" -let get_index ~prog ~debug ~downloader ~sigchecker source = +let get_index ~prog ~debug ~downloader ~sigchecker ~arch source = let corrupt_file () = eprintf (f_"\nThe index file downloaded from '%s' is corrupt.\nYou need to ask the supplier of this file to fix it and upload a fixed version.\n") source; @@ -255,6 +258,7 @@ let get_index ~prog ~debug ~downloader ~sigchecker source = lvexpand = lvexpand; notes = notes; hidden =...
2017 Oct 27
0
[PATCH v11 5/8] builder: add a template parameter to get_index
....ml @@ -25,7 +25,7 @@ open Utils open Printf open Unix -let get_index ~downloader ~sigchecker { Sources.uri; proxy } = +let get_index ~downloader ~sigchecker ?(template = false) { Sources.uri; proxy } = let corrupt_file () = error (f_"The index file downloaded from ‘%s’ is corrupt.\nYou need to ask the supplier of this file to fix it and upload a fixed version.") uri in @@ -99,8 +99,25 @@ let get_index ~downloader ~sigchecker { Sources.uri; proxy } = let arch = try Either (List.assoc ("arch", None) fields) with Not_found ->...