search for: reconfigure

Displaying 20 results from an estimated 2665 matches for "reconfigure".

2007 Jun 09
3
''reconfigurable'' option for package providers
...herent to puppet to handle reconfiguring the package if the seedfile changes. It can be done quite easily with something like the following: exec{ "/usr/bin/debconf-set-selections $seedfile": subscribe => File[$seedfile], refreshonly => true, } exec{ "/usr/sbin/dpkg-reconfigure $package": subscribe => File[$seedfile], refreshonly => true, } What would be involved in adding a reconfigure parameter to the package provider to streamline this? It''s trivial to wrap the above code in a defined type, but it seems like it should be part of the package...
2005 Jun 20
1
Unable to reconfigure channel
...from the CLI prompt; only when I stop and restart the asterisk service. The system sends the following message: Jun 20 09:49:14 WARNING[3754]: chan_zap.c:10364 setup_zap: Ignoring switchtype Jun 20 09:49:14 WARNING[3754]: chan_zap.c:10364 setup_zap: Ignoring signalling -- Reconfigured channel 1, FXS Kewlstart signalling -- Reconfigured channel 2, FXS Kewlstart signalling -- Reconfigured channel 3, FXS Kewlstart signalling Jun 20 09:49:14 ERROR[3754]: chan_zap.c:9827 setup_zap: Unable to reconfigure channel '4' Jun 20 09:49:14 WARNING[3754]: chan_zap.c:10567...
2009 Nov 17
1
[LLVMdev] LLVM target-independent code generator for reconfigurable logic
hi every one, i am use LLVM targeting a architecture with a processor and reconfigurable logic around it. now the llvm code generator work fine with the processor, but i am struggling to make the code generator to generate proper DAGs for the reconfigurable logic because "The LLVM target-independent code generator is designed to support efficient and quality code generation for standard
2005 May 30
2
Error in Zapata Config?
When I reload the config, I see this error in the CLI. However, I don't see what I have done wrong: == Parsing '/etc/asterisk/zapata.conf': Found May 30 16:38:42 WARNING[12630]: chan_zap.c:10088 setup_zap: Ignoring signalling -- Reconfigured channel 1, FXO Kewlstart signalling May 30 16:38:42 WARNING[12630]: chan_zap.c:10088 setup_zap: Ignoring signalling -- Reconfigured channel 2, FXO Kewlstart signalling May 30 16:38:42 WARNING[12630]: chan_zap.c:10088 setup_zap: Ignoring signalling -- Reconfigured channel 3, FXS Kewlstart s...
2003 Jun 21
0
[PATCH] Use $SUDO for reconfigure.sh regression test.
Hi. I just noticed that the new reconfigure regression test does not work properly (the test passes but it doesn't actually test anything) when SUDO=sudo is used, because the kill -HUP is run as a normal user. This is fixed in the attached patch. -Daz. -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B...
2012 Apr 23
2
[PATCH] sysprep: flag the system for reconfiguration
Flag the system for reconfiguration by touching /.unconfigured . Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- TODO | 2 - sysprep/Makefile.am | 2 + sysprep/sysprep_operation_flag_reconfiguration.ml | 42 +++++++++++++++++++++ 3 files changed, 44 insertions(+), 2 deletions(-) create mode
2016 Aug 09
2
Re: [PATCH 8/8] v2v: linux: correctly reconfigure the initrd on Debian
On Mon, 8 Aug 2016 18:38:55 +0200 Pino Toscano <ptoscano@redhat.com> wrote: > Use the canonical way to regenerate the initrd images for all the > installed kernels, i.e. reconfigure the initramfs-tools which will > trigger the kernel postinst scripts. > --- > v2v/convert_linux.ml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml > index cfe46b8..a556ce6 100644 > --- a/v2v/convert_li...
2008 Sep 03
5
Unable to start Xorg in dom0 (Linux kernel 6.1.18)
Hi, everyone, I installed the Xen3.1.0 based on Fedora8 and enter the Dom0 successfully. The kernel of dom0 is linux-2.6.18-xen0. But the Xorg could not start in the Dom0. When I use the "startx" command to start the X server, the error information is following: ......... (==) Using config file: "etc/X11/xorg.conf" (II) Module already built-in (II) Module already built-in
2003 Nov 17
4
The boss will discharge me, I spoiled the system. HELP!
I have a mixture network with WinXP machines and IRIX (UNIX of Silicon Graphics) machines. In the machine with IRIX (O2) there was an old version of samba. It worked well. But recently I've downloaded. I installed this new version, and I spoiled the system. Now I don't know if I have to reconfigure the smb.conf only or if I have to install more pakages or if I have to reconfigure several files... CAN ANYONE HELP ME??? Ferretero --------------------------------- ??? Antivirus ? Filtros antispam ? 6 MB gratis ??? ?Todav?a no tienes un correo inteligente?
2016 Aug 10
0
Re: [PATCH 8/8] v2v: linux: correctly reconfigure the initrd on Debian
On Tuesday, 9 August 2016 13:55:53 CEST Tomáš Golembiovský wrote: > On Mon, 8 Aug 2016 18:38:55 +0200 > Pino Toscano <ptoscano@redhat.com> wrote: > > > Use the canonical way to regenerate the initrd images for all the > > installed kernels, i.e. reconfigure the initramfs-tools which will > > trigger the kernel postinst scripts. > > --- > > v2v/convert_linux.ml | 4 +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml > > index cfe46b8..a556c...
2011 Jul 26
2
[PATCH 5/7] Xen: fix whitespaces, tabs coding style issue in drivers/xen/xenbus/xenbus_client.c
...t", - [ XenbusStateInitialised ] = "Initialised", - [ XenbusStateConnected ] = "Connected", - [ XenbusStateClosing ] = "Closing", - [ XenbusStateClosed ] = "Closed", - [XenbusStateReconfiguring] = "Reconfiguring", - [XenbusStateReconfigured] = "Reconfigured", + [XenbusStateUnknown] = "Unknown", + [XenbusStateInitialising] = "Initialising", + [XenbusStateInitWait] = "InitWait", + [XenbusStateInitialised] = "Initialised", + [XenbusStateConnected] = "Connected", + [Xenb...
2011 Jul 26
2
[PATCH 5/7] Xen: fix whitespaces, tabs coding style issue in drivers/xen/xenbus/xenbus_client.c
...t", - [ XenbusStateInitialised ] = "Initialised", - [ XenbusStateConnected ] = "Connected", - [ XenbusStateClosing ] = "Closing", - [ XenbusStateClosed ] = "Closed", - [XenbusStateReconfiguring] = "Reconfiguring", - [XenbusStateReconfigured] = "Reconfigured", + [XenbusStateUnknown] = "Unknown", + [XenbusStateInitialising] = "Initialising", + [XenbusStateInitWait] = "InitWait", + [XenbusStateInitialised] = "Initialised", + [XenbusStateConnected] = "Connected", + [Xenb...
2011 Jul 26
2
[PATCH 5/7] Xen: fix whitespaces, tabs coding style issue in drivers/xen/xenbus/xenbus_client.c
...t", - [ XenbusStateInitialised ] = "Initialised", - [ XenbusStateConnected ] = "Connected", - [ XenbusStateClosing ] = "Closing", - [ XenbusStateClosed ] = "Closed", - [XenbusStateReconfiguring] = "Reconfiguring", - [XenbusStateReconfigured] = "Reconfigured", + [XenbusStateUnknown] = "Unknown", + [XenbusStateInitialising] = "Initialising", + [XenbusStateInitWait] = "InitWait", + [XenbusStateInitialised] = "Initialised", + [XenbusStateConnected] = "Connected", + [Xenb...
2018 Apr 02
1
firstboot randomly can't find script
I am running the stock libguestfs on latest Ubuntu 16.04 (1:1.32.2-4ubuntu2). My guests are also Ubuntu 16.04. I am running virt-sysprep with --firstboot-command 'dpkg-reconfigure openssh-server'. This works 90% of the time, but occasionally when a new guest first starts it can't find the script: ~# cat virt-sysprep-firstboot.log /etc/init.d/virt-sysprep-firstboot start Scripts dir: /usr/lib/virt-sysprep/scripts === Running /usr/lib/virt-sysprep/scripts/0001-dpkg-r...
2010 Jun 07
0
No subject
...speex/8000)=0A= =A0=0AClient A operates at a bitrate of 11kbit/s (28 bytes per payload)=0A= =A0=0AClient B operates at a bitrate of 8kbit/s (20 bytes per payload)=0A= =A0=0ASo client B receives a payload of 28 bytes.=0A=A0=0AIs the applicatio= n on B's side supposed to extract the mode bits and reconfigure the speex d= ecoder _before_ the payload is=0Agiven to the decoder? I don't see how it w= ould work unless the decoder is reconfigured to operate at the same bitrate= as=0Aclient A's encoder???=0A=A0=0AAnd how is B guaranteed that A will als= o reconfigure its decoder to operate at the sam...
2013 Apr 30
1
Volume heal daemon 3.4alpha3
gluster> volume heal dyn_coldfusion Self-heal daemon is not running. Check self-heal daemon log file. gluster> Is there a specific log? When i check /var/log/glusterfs/glustershd.log glustershd.log:[2013-04-30 15:51:40.463259] E [afr-self-heald.c:409:_crawl_proceed] 0-dyn_coldfusion-replicate-0: Stopping crawl for dyn_coldfusion-client-1 , subvol went down Is there a specific log? When
2016 Aug 08
0
[PATCH 8/8] v2v: linux: correctly reconfigure the initrd on Debian
Use the canonical way to regenerate the initrd images for all the installed kernels, i.e. reconfigure the initramfs-tools which will trigger the kernel postinst scripts. --- v2v/convert_linux.ml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml index cfe46b8..a556ce6 100644 --- a/v2v/convert_linux.ml +++ b/v2v/convert_linux.ml @@ -86...
2009 Apr 28
1
Reconfiguring yum
Hi there -- I need to reconfigure yum on one of our centos 5.3 systems in order for the automatic updates to work. Currently the error messages that I am getting are shown below: $ sudo yum check-update Loaded plugins: allowdowngrade, changelog, downloadonly, fastestmirror, priorities, protectbase, tsflags, versionlock Loading mi...
2009 Jul 03
1
zfs and Dynamic Reconfiguration support?
Hi Hope this is the correct forum for my questions. I have 3 x m9000''s and 2 x m5000''s, Which I would like to use ZFS root/boot disks with support for Dynamic Reconfiguration. Sun SPARC Enterprise M8000/M9000 Servers Product Notes for XCP Version 1040 reports this issue as being broken. Sun SPARC Enterprise M8000/M9000 Servers Product Notes for XCP Version 1041 reports this
2004 Nov 27
1
Reconfiguring a Zap Channel on the fly
Hi again, I've got a pretty easy question here.... I can reconfigure my configs pretty easily when I'm storing everything into a MySQL database. In the case of using the zaptel cards and zapata.conf how would I reload the config of an individual channel? In cases like this I'd like to change my phone type (adsi or not) or change my caller ID entry. How wo...