search for: beaker

Displaying 17 results from an estimated 17 matches for "beaker".

Did you mean: baker
2012 Mar 22
0
problems configuring cluster to lucci and virtual machines resource
...2.6/site-packages/webob/__init__.py', line 1325 in get_response application, catch_exc_info=False) File '/usr/lib/python2.6/site-packages/webob/__init__.py', line 1293 in call_application app_iter = application(self.environ, start_response) File '/usr/lib/python2.6/site-packages/beaker/middleware.py', line 73 in __call__ return self.app(environ, start_response) File '/usr/lib/python2.6/site-packages/beaker/middleware.py', line 152 in __call__ return self.wrap_app(environ, session_start_response) File '/usr/lib/python2.6/site-packages/routes/middleware.py',...
2003 Jul 18
2
Samba 3.0.0beta3: Problem looking up SID of root
...ms as root. Looking at a directory created in the share by Administrator on the Windows client, which on the Samba server is owned by root, Windows reports that it has an owner of the following unresolved SID: S-1-5-21-2120923204-611296470-4252591782-1000 Using wbinfo on the Samba server: [root@beaker root]# wbinfo -S S-1-5-21-2120923204-611296470-4252591782-1000 10001 [root@beaker root]# wbinfo -s S-1-5-21-2120923204-611296470-4252591782-1000 Could not lookup sid S-1-5-21-2120923204-611296470-4252591782-1000 If I run "getent passwd" there are lots of winbind-mapped entries, but none...
2017 Aug 23
1
How to configure dnsmasq using libvirt?
Hi, I am working on a project, beaker, where they use anisble scripts to setup an environment with 4 virtual machines. One acts as a server to the other 3. We noticed after the network was setup, the domainname is not properly reported with using the 'hostname' command. We believe that dnsmasq was not correctly configured....
2016 Oct 19
1
Re: virt-builder and Ubuntu 16.04 Xenial no access issue
...never actually test that | | So this Ubuntu template is all-round buggy, and possibly or possibly | not there is another bug with setting passwords (only affecting | Ubuntu). I see. Thank you so much for these details. To follow-up on it, today I created a 'debian-8' guest on the same Beaker machine. It too had the same issue of not booting with a 'console' parameter. But saving grace was, it at least shows the grub screen. So I was able to add the 'console=ttyS0,9600n8' kernel parameter and after that it worked well with the console. Thank you so much! -- - P J P...
2020 May 29
2
Re: Provide NBD via Browser over Websockets
...is is very common for IPMI-type > remote access to blade servers and in my experience is implemented > using a Java applet and a proprietary protocol terminated at the BMC > (which then emulates a virtual CDROM to the server). There are some > HP blade servers on Red Hat's internal Beaker instance where you can > play with this. For qemu we wouldn't need to invent a new protocol > when NBD is available and already implemented (albeit not yet on top > of WebSockets). > > The NBD server must run inside the browser and therefore be either > written from scratch...
2016 Oct 18
3
virt-builder and Ubuntu 16.04 Xenial no access issue
...tried to access it via ssh, it did not accept the root password that virt-builder had displayed before exiting. - I tried to reset root user password with virt-customize(1), but even that did not help. In short, we have an Ubuntu guest that is not accessible anyhow. I've reserved a beaker machine and have installed Ubuntu guest as above. $ ssh root@ibm-x3550m4-7.gsslab.rdu2.redhat.com + r3dhatd0tc0m Please feel free to have a look at it. Thank you. -- - P J P 47AF CE69 3A90 54AA 9045 1053 DD13 3D32 FE5B 041F
2020 May 29
2
Re: Provide NBD via Browser over Websockets
On 5/29/20 8:50 AM, Daniel P. Berrangé wrote: >>> (2) You need to persuade qemu's NBD client to read from a WebSocket. >>> I didn't really know anything about WebSockets until today but it >>> seems as if they are a full-duplex protocol layered on top of HTTP [a]. >>> Is there a WebSocket proxy that turns WS into plain TCP (a bit like >>>
2016 Oct 21
1
Re: virt-builder and Ubuntu 16.04 Xenial no access issue
On Fri, Oct 21, 2016 at 12:59:45PM +0530, P J P wrote: > +-- On Thu, 20 Oct 2016, Richard W.M. Jones wrote --+ > | See the workarounds for Debian 8 & Ubuntu 16.04 here: > | https://www.redhat.com/archives/libguestfs/2016-October/msg00099.html > > Great! Thank you so much! > > | I tested password changing and that's working fine. > > Working fine without
2012 May 03
0
ESX support for virt-install
Hi! I try to integrate ESXi guests to beaker. I'd like to have dynamic installations of guests just like KVM and Xen is done. I know that virt-install is not currently supported by libvirt, so I'd like to ask, do you plan to add esxdrv support for virt-install? What's current status? Thank you, Filip
2020 May 29
0
Re: Provide NBD via Browser over Websockets
...the email earlier this is very common for IPMI-type remote access to blade servers and in my experience is implemented using a Java applet and a proprietary protocol terminated at the BMC (which then emulates a virtual CDROM to the server). There are some HP blade servers on Red Hat's internal Beaker instance where you can play with this. For qemu we wouldn't need to invent a new protocol when NBD is available and already implemented (albeit not yet on top of WebSockets). The NBD server must run inside the browser and therefore be either written from scratch in Javascript, or an existing...
2020 May 30
0
Re: Provide NBD via Browser over Websockets
...r IPMI-type > > remote access to blade servers and in my experience is implemented > > using a Java applet and a proprietary protocol terminated at the BMC > > (which then emulates a virtual CDROM to the server). There are some > > HP blade servers on Red Hat's internal Beaker instance where you can > > play with this. For qemu we wouldn't need to invent a new protocol > > when NBD is available and already implemented (albeit not yet on top > > of WebSockets). > > > > The NBD server must run inside the browser and therefore be either &...
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...which should receive any error reports +#email_to = you at yourdomain.com +smtp_server = localhost +error_email_from = paste at localhost + +[server:main] +use = egg:Paste#http +host = 127.0.0.1 +port = 8080 + +[app:main] +use = egg:server +full_stack = true +#lang = ru +cache_dir = %(here)s/data +beaker.session.key = ovirtserver +beaker.session.secret = somesecret + +# If you'd like to fine-tune the individual locations of the cache data dirs +# for the Cache data, or the Session saves, un-comment the desired settings +# here: +#beaker.cache.data_dir = %(here)s/data/cache +#beaker.session.data...
2017 Nov 16
2
Can't update
Hi, I can't do update: yum update Traceback (most recent call last): File "/usr/bin/yum", line 29, in <module> yummain.user_main(sys.argv[1:], exit_code=True) File "/usr/share/yum-cli/yummain.py", line 298, in user_main errcode = main(args) File "/usr/share/yum-cli/yummain.py", line 110, in main base = cli.YumBaseCli() File
2017 Nov 16
2
Can't update
...on-urlgrabber-3.9.1-11.el6.noarch python-suds-0.4.1-3.el6.noarch python-psutil-0.6.1-1.el6.x86_64 libxslt-python-1.1.26-2.el6_3.1.x86_64 python-jinja2-2.2.1-2.el6_5.x86_64 gnome-python2-gnome-2.28.0-3.el6.x86_64 python-passlib-1.5.3-1.el6.noarch hippo-canvas-python-0.3.0-6.el6.x86_64 python-beaker-1.3.1-7.el6.noarch python-ethtool-0.6-5.el6.x86_64 python-nose-0.10.4-3.1.el6.noarch python-lxml-2.2.3-1.1.el6.x86_64 python-vobject-0.8.1c-5.el6.noarch python-yaml-3.09-3.el6.rf.x86_64 python-libs-2.6.6-64.el6.x86_64 python-mako-0.3.4-1.el6.noarch python-requests-2.6.0-3.el6.noarch python...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...which should receive any error reports -#email_to = you at yourdomain.com -smtp_server = localhost -error_email_from = paste at localhost - -[server:main] -use = egg:Paste#http -host = 127.0.0.1 -port = 8080 - -[app:main] -use = egg:server -full_stack = true -#lang = ru -cache_dir = %(here)s/data -beaker.session.key = ovirtserver -beaker.session.secret = somesecret - -# If you'd like to fine-tune the individual locations of the cache data dirs -# for the Cache data, or the Session saves, un-comment the desired settings -# here: -#beaker.cache.data_dir = %(here)s/data/cache -#beaker.session.data...
2006 Apr 21
8
listing available provider names
Is there a trick to listing available providers? I can''t find it.
2013 Dec 05
0
Updates for CentOS-6.5 Release
...==================================================================================================== >From johnny at centos.org Tue Nov 26 13:32:42 2013 From: johnny at centos.org (Johnny Hughes) Date: Tue, 26 Nov 2013 13:32:42 +0000 Subject: [CentOS-CR-announce] CEBA-2013:1724 CentOS 6 python-beaker Update Message-ID: <20131126133242.GA25492 at n04.lon1.karan.org> CentOS Errata and Bugfix Advisory 2013:1724 Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-1724.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum File...