search for: read_config

Displaying 20 results from an estimated 30 matches for "read_config".

2010 Aug 15
2
trouble launching vm''s
...ile "./vm05". Traceback (most recent call last): File "/usr/bin/pygrub", line 682, in ? chosencfg = run_grub(file, entry, fs) File "/usr/bin/pygrub", line 536, in run_grub g = Grub(file, fs) File "/usr/bin/pygrub", line 203, in __init__ self.read_config(file, fs) File "/usr/bin/pygrub", line 397, in read_config raise RuntimeError, "couldn''t find bootloader config file in the image provided." RuntimeError: couldn''t find bootloader config file in the image provided. No handlers could be found for logger &q...
2010 Aug 15
2
trouble launching vm''s
...ile "./vm05". Traceback (most recent call last): File "/usr/bin/pygrub", line 682, in ? chosencfg = run_grub(file, entry, fs) File "/usr/bin/pygrub", line 536, in run_grub g = Grub(file, fs) File "/usr/bin/pygrub", line 203, in __init__ self.read_config(file, fs) File "/usr/bin/pygrub", line 397, in read_config raise RuntimeError, "couldn''t find bootloader config file in the image provided." RuntimeError: couldn''t find bootloader config file in the image provided. No handlers could be found for logger &q...
2011 Jul 14
1
PyGrub And Grub2 Submenus
...efault/bin/pygrub", line 669, in <module> chosencfg = run_grub(file, entry, fs, incfg["args"]) File "/usr/lib/xen-default/bin/pygrub", line 549, in run_grub g = Grub(file, fs) File "/usr/lib/xen-default/bin/pygrub", line 205, in __init__ self.read_config(file, fs) File "/usr/lib/xen-default/bin/pygrub", line 413, in read_config self.cf.parse(buf) File "/usr/lib/xen-4.0/bin/../lib/python/grub/GrubConf.py", line 400, in parse raise RuntimeError, "syntax error: closing brace without menuentry" RuntimeError: sy...
2008 Jun 09
2
cruisecontrol integration
...quot;ruby script/backgroundrb stop" end rescue ''got hereer.'' end sh "ruby script/backgroundrb start" end ---------------------------------------------- /home/ian/bluffware/backend/vendor/plugins/backgroundrb/lib/backgroundrb/bdrb_config.rb:38:in `read_config'': undefined method `[]'' for false:FalseClass (NoMethodError) from /home/ian/bluffware/backend/vendor/plugins/backgroundrb/lib/backgroundrb.rb:15:in `init'' from /home/ian/bluffware/backend/vendor/plugins/backgroundrb/lib/backgroundrb.rb:175 from /us...
2007 Nov 08
0
pygrub fails to load sometimes?? memory leak??
...loader didn''t return any data! ... and nothing else. When I look in the xend-debug.log log, I see this. Traceback (most recent call last): File "/usr/bin/pygrub", line 481, in ? g = Grub(file, isconfig) File "/usr/bin/pygrub", line 151, in __init__ self.read_config(file, isconfig) File "/usr/bin/pygrub", line 330, in read_config raise RuntimeError, "we couldn''t find grub config file in the image provided." RuntimeError: we couldn''t find grub config file in the image provided. But the strange part is, that it is...
2008 Aug 03
1
Bug#493592: pygrub fails on lenny's ext3
...cent call last): File "/usr/lib/xen-3.2-1/bin/pygrub", line 653, in ? chosencfg = run_grub(file, entry, fs) File "/usr/lib/xen-3.2-1/bin/pygrub", line 510, in run_grub g = Grub(file, fs) File "/usr/lib/xen-3.2-1/bin/pygrub", line 203, in __init__ self.read_config(file, fs) File "/usr/lib/xen-3.2-1/bin/pygrub", line 393, in read_config raise RuntimeError, "couldn't find bootloader config file in the image provided." RuntimeError: couldn't find bootloader config file in the image provided. Creating the filesystem with ext2 w...
2010 Nov 13
0
Bug#603391: pygrub: unintelligible error messages
...sr/lib/xen-4.0/bin/pygrub", line 669, in <module> chosencfg = run_grub(file, entry, fs, incfg["args"]) File "/usr/lib/xen-4.0/bin/pygrub", line 549, in run_grub g = Grub(file, fs) File "/usr/lib/xen-4.0/bin/pygrub", line 205, in __init__ self.read_config(file, fs) File "/usr/lib/xen-4.0/bin/pygrub", line 413, in read_config self.cf.parse(buf) File "/usr/lib/xen-4.0/lib/python/grub/GrubConf.py", line 282, in parse self.add_image(GrubImage(title, img)) File "/usr/lib/xen-4.0/lib/python/grub/GrubConf.py", li...
2012 Feb 29
15
[RFC] [PATCH] Add btrfs autosnap feature
From: anand jain <anand.jain@oracle.com> Anand Jain (1): [RFC] Add btrfs autosnap feature Makefile | 6 +- autosnap.c | 1553 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ autosnap.h | 81 +++ btrfs-list.c | 140 +++++- btrfs.c | 46 ++- btrfs_cmds.c | 186 +++++++- btrfs_cmds.h | 3 +- scrub.c | 1 + 8 files changed, 1982 insertions(+), 34
2009 Jan 05
1
B410p, Ast1.4, France Télecom Numeris Double T0 problem
...49_____ dad:0404 pid:27 state:none <------------------------------------------- FIRST INCOMING CALL P[ 2] Chan not existing at the moment bc->l3id:4001c bc:0x86af954 event:NEW_CHANNEL port:2 channel:2 P[ 2] NO USERUESRINFO P[ 2] I IND :SETUP oad:610493763 dad:0404 pid:27 state:none P[ 2] read_config: Getting Config P[ 2] I SEND:PROCEEDING oad:0610493763 dad:0404 pid:27 [Jan 5 10:51:43] WARNING[9082]: app_dial.c:1183 dial_exec_full: Unable to create channel of type 'SIP' (cause 3 - No route to destination) P[ 1] channel with stid:0 for one second still in use! P[ 1] I IND :NEW_CHANNEL...
2008 Mar 25
1
extending bdrb / running multiple servers
...'ve read the manual, it''s not in there. My solution so far is to subclass WorkerProxy, with a new init method that takes the host and port as parameters: class BackgrounDRb::CustomProxy < BackgrounDRb::WorkerProxy def self.init(ip, port) @@config = BackgrounDRb::Config.read_config("#{BACKGROUNDRB_ROOT}/ config/backgroundrb.yml") @@server_ip = ip @@server_port = port new end end But this doesn''t seem very elegant to me, I worry about future software updates... Is there a clean method for doing this or is this just not supported (yet...
2010 Jun 28
3
"couldn''t find bootloader config file in the image provided."
...nel.org/ubuntu/ I get: Traceback (most recent call last): File "/usr/bin/pygrub", line 682, in ? chosencfg = run_grub(file, entry, fs) File "/usr/bin/pygrub", line 536, in run_grub g = Grub(file, fs) File "/usr/bin/pygrub", line 203, in __init__ self.read_config(file, fs) File "/usr/bin/pygrub", line 397, in read_config raise RuntimeError, "couldn''t find bootloader config file in the image provided." RuntimeError: couldn''t find bootloader config file in the image provided. No handlers could be found for logger &q...
2010 Oct 06
1
Bug#599243: xen-utils-4.0: pygrub does not understand grub2 partition types (e.g. (hd0, msdos1) instead of (hd0, 1))
...sr/lib/xen-4.0/bin/pygrub", line 669, in <module> chosencfg = run_grub(file, entry, fs, incfg["args"]) File "/usr/lib/xen-4.0/bin/pygrub", line 549, in run_grub g = Grub(file, fs) File "/usr/lib/xen-4.0/bin/pygrub", line 205, in __init__ self.read_config(file, fs) File "/usr/lib/xen-4.0/bin/pygrub", line 413, in read_config self.cf.parse(buf) File "/usr/lib/xen-4.0/lib/python/grub/GrubConf.py", line 400, in parse self.add_image(Grub2Image(title, img)) File "/usr/lib/xen-4.0/lib/python/grub/GrubConf.py", l...
2011 Oct 01
2
Bug#643953: xen-utils-4.0: pygrub can not parse empty "root" statement in menu.lst
...isk specification. I get this traceback: File "./pygrub", line 669, in <module> chosencfg = run_grub(file, entry, fs, incfg["args"]) File "./pygrub", line 549, in run_grub g = Grub(file, fs) File "./pygrub", line 205, in __init__ self.read_config(file, fs) File "./pygrub", line 413, in read_config self.cf.parse(buf) File "/usr/lib/xen-4.0/bin/../lib/python/grub/GrubConf.py", line 284, in parse self.add_image(GrubImage(title, img)) File "/usr/lib/xen-4.0/bin/../lib/python/grub/GrubConf.py", line 13...
2006 Mar 15
4
misdn problem
I am trying to use misdn insted of zaphfc to drive two billion isdn cards zaphfc is ok, but the problem with cdr and the fact tha you always have to wait the bristuffed version of asterisk took me to try another way. so I downloaded the misdn installation script from beronet for the last version ( I am using asterisk stable 1.2, so now is 1.2.5) wget
2007 Jan 05
10
[PATCH 1/7] Fix pygrub path on Solaris
Fix for pygrub path on Solaris. Signed-off-by: John Levon <john.levon@sun.com> diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -37,7 +37,7 @@ from xen.util.blkif import blkdev_uname_ from xen.util.blkif import blkdev_uname_to_file from xen.util
2009 Feb 06
1
set caller id on outgoing calls through BRI ISDNlines
...tting the caller -->> id: -->> -->> P[ 0] --> Group Call group: ISDN_GROUP -->> P[ 1] Group [ISDN_GROUP] Port [1] -->> P[ 1] portup:1 -->> P[ 0] --> * NEW CHANNEL dad:656660499 oad:(null) -->> P[ 1] * Queuing chan 0xf651398 -->> P[ 1] read_config: Getting Config -->> P[ 1] config_jb: Called -->> P[ 1] --> * CallGrp: PickupGrp: -->> P[ 1] --> TON: Unknown -->> P[ 1] --> LTON: Unknown -->> P[ 1] --> CTON: Unknown -->> P[ 1] * CALL: g:ISDN_GROUP/6666666666 -->> P[ 1] --> * da...
2009 Feb 06
1
set caller id on outgoing calls through BRIISDNlines
...->> > -->> P[ 1] Group [ISDN_GROUP] Port [1] -->> > -->> P[ 1] portup:1 -->> > -->> P[ 0] --> * NEW CHANNEL dad:656660499 -->> > oad:(null) -->> > -->> P[ 1] * Queuing chan 0xf651398 -->> > -->> P[ 1] read_config: Getting Config -->> > -->> P[ 1] config_jb: Called -->> > -->> P[ 1] --> * CallGrp: PickupGrp: -->> > -->> P[ 1] --> TON: Unknown -->> > -->> P[ 1] --> LTON: Unknown -->> > -->> P[ 1] --> CTON: Unk...
2006 Mar 30
1
misdn timeout?
...1] I IND :SETUP oad:010618115711 dad: P[ 1] --> mode:NT cause:16 ocause:16 rad: P[ 1] --> info_dad: onumplan:2 dnumplan: rnumplan: P[ 1] --> channel:0 caps:Speech pi:0 keypad: P[ 1] --> Bearer: Speech P[ 1] --> Codec: Alaw P[ 0] --> * NEW CHANNEL dad: oad:010618115711 P[ 1] read_config: Getting Config P[ 1] config_jb: Called P[ 1] --> * CallGrp: PickupGrp: P[ 1] I SEND:SETUP_ACKNOWLEDGE oad:0010618115711 dad: P[ 1] --> mode:NT cause:16 ocause:16 rad: P[ 1] --> info_dad: onumplan:2 dnumplan: rnumplan: P[ 1] --> channel:0 caps:Speech pi:0 keypad: P[ 1] --> TRAN...
2009 Feb 06
0
set caller id on outgoing calls through BRI ISDN lines
...s failing to set the caller id and why? An misdn debug doesn't seem to reveal any errors setting the caller id: P[ 0] --> Group Call group: ISDN_GROUP P[ 1] Group [ISDN_GROUP] Port [1] P[ 1] portup:1 P[ 0] --> * NEW CHANNEL dad:656660499 oad:(null) P[ 1] * Queuing chan 0xf651398 P[ 1] read_config: Getting Config P[ 1] config_jb: Called P[ 1] --> * CallGrp: PickupGrp: P[ 1] --> TON: Unknown P[ 1] --> LTON: Unknown P[ 1] --> CTON: Unknown P[ 1] * CALL: g:ISDN_GROUP/6666666666 P[ 1] --> * dad:6666666666 tech:mISDN/1-u23701 ctx:from-pstn-deviate-custom P[ 1] --> * adding...
2008 Aug 29
7
FC-HBA assigned to guest domain does not work.
...ector 0xA9 and IRQ 16 Aug 28 11:53:28 localhost kernel: ACPI: PCI Interrupt 0000:00:06.0[A] -> GSI 40(level, low) -> IRQ 169 Aug 28 11:53:28 localhost kernel: scsi0 : on PCI bus 00 device 30 irq 169 Aug 28 11:53:28 localhost kernel: lpfc 0000:00:06.0: 0:0453 Adapter failed to init, mbxCmd xb READ_CONFIG, mbxStatus x0 Aug 28 11:53:28 localhost kernel: ACPI: PCI interrupt for device 0000:00:06.0 disabled lspci output on guest linux: 00:06.0 Fibre Channel: Emulex Corporation Zephyr LightPulse Fibre Channel Host Adapter (rev 02) Subsystem: Emulex Corporation Zephyr LightPulse Fibre Channel...