Gary Parr | 10 Sep 2010 18:45

Re: [webmin-devel] Virtual Machine Manager Module

Clément VERET <clement.veret <at> gmail.com> writes:

> 
> However, I though it would be sweet if you can just see the "physical"
> console of the VM directly though VNC. As the vfb of Xen (and KVM) is
> only listenning on localhost:5900+<machine_id> by default (and
> changing that is REALLY annoying), I wrote a simple port forwarding
> script so I can connect an Java VNC applet directly on Dom0 (via port
> 30000+<machine_id>) and see the DomU console without modifying its
> configuration. This last part is probably not as secure and as clean
> as I wanted it to be so you can just ignore it, delete it or
> decativate it.
> 

First off, thanks for writing this module... great addition to webmin!

I'm having difficulties getting the VNC applet to work and was wondering if you
could point me towards in the right direction.  The applet seems to load
correctly, but then gives a "Network error: could not connect to server:
myhost:30001" and a button to login again.  I've looked for some kind of log
messages, but can't seem to find anything.

Again, thanks for the module!

-Gary Parr

------------------------------------------------------------------------------
Automate Storage Tiering Simply
Optimize IT performance and efficiency through flexible, powerful, 
automated storage tiering capabilities. View this brief to learn how
(Continue reading)

Sameer Naik | 13 Sep 2010 22:02

[webmin-devel] Patches for webmin squid module

Hello,
I am new to webmin and i have come to absolutely love it.
While testing it out i found two issues as described below.

1. since version 2.6 squid configuration options redirect_path and
redirect_children have been renamed to url_rewrite_path and
url_rewrite_children respectively. Attached patch
squid_2_6_url_rewrite.patch makes this addition.

2. while backing up the squid configuration, acls that have the -i
option specified to ignore the case will not get backed up.
For example:
acl aclname url_regex "/etc/squid/urls.acl" will get backed up, but
acl aclname url_regex -i "/etc/squid/urls.acl" will not get backed up.

I figured that the issue is because of the -i option, and the backup
script only looks for the third argument. Attached patch
squid_backup_configuration.patch fixes this issue.

P.S.
 - These patches are generated against the current git head.
 - I have no perl programming experience and the patches provided
herewith are only taken from similar code present in webmin. Having
said that i request you to review the patches before accepting them.

Thanks and Regards
~Sameer

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
(Continue reading)

Jamie Cameron | 13 Sep 2010 22:54

Re: [webmin-devel] Patches for webmin squid module

Hi Sameer,

That sounds like a great patch, but I didn't see it attached to your email ..
perhaps because the mailing list software stripped it off. 

If you like, you could email it to me directly, and I will include
it in the next release.

 - Jamie

On 13/Sep/2010 13:14 Sameer Naik <sameer.subscriptions <at> damagehead.com> wrote ..
> Hello,
> I am new to webmin and i have come to absolutely love it.
> While testing it out i found two issues as described below.
> 
> 1. since version 2.6 squid configuration options redirect_path and
> redirect_children have been renamed to url_rewrite_path and
> url_rewrite_children respectively. Attached patch
> squid_2_6_url_rewrite.patch makes this addition.
> 
> 2. while backing up the squid configuration, acls that have the -i
> option specified to ignore the case will not get backed up.
> For example:
> acl aclname url_regex "/etc/squid/urls.acl" will get backed up, but
> acl aclname url_regex -i "/etc/squid/urls.acl" will not get backed up.
> 
> I figured that the issue is because of the -i option, and the backup
> script only looks for the third argument. Attached patch
> squid_backup_configuration.patch fixes this issue.
> 
(Continue reading)

Sameer Naik | 13 Sep 2010 22:57

Re: [webmin-devel] Patches for webmin squid module

just did

On Tue, Sep 14, 2010 at 2:24 AM, Jamie Cameron <jcameron <at> webmin.com> wrote:
> Hi Sameer,
>
> That sounds like a great patch, but I didn't see it attached to your email ..
> perhaps because the mailing list software stripped it off.
>
> If you like, you could email it to me directly, and I will include
> it in the next release.
>
>  - Jamie
>
> On 13/Sep/2010 13:14 Sameer Naik <sameer.subscriptions <at> damagehead.com> wrote ..
>> Hello,
>> I am new to webmin and i have come to absolutely love it.
>> While testing it out i found two issues as described below.
>>
>> 1. since version 2.6 squid configuration options redirect_path and
>> redirect_children have been renamed to url_rewrite_path and
>> url_rewrite_children respectively. Attached patch
>> squid_2_6_url_rewrite.patch makes this addition.
>>
>> 2. while backing up the squid configuration, acls that have the -i
>> option specified to ignore the case will not get backed up.
>> For example:
>> acl aclname url_regex "/etc/squid/urls.acl" will get backed up, but
>> acl aclname url_regex -i "/etc/squid/urls.acl" will not get backed up.
>>
>> I figured that the issue is because of the -i option, and the backup
(Continue reading)

Todd Kennedy | 30 Sep 2010 20:02
Picon

[webmin-devel] Webmin Solaris Zones module - conflicts with Blastwave path

Just wanted to send out an email to the group letting everyone know that there is a conflict with webmin 1.52 pathing in the Solaris Zones module. The issue occurs when your using Blastwave on your box and /opt/csw/bin and /opt/csw/lib are in the path and ld_library_path. To get around the issue just remove /opt/csw/bin and /opt/csw/lib from Webmin Configuration->Operating System and Environment. Look in the Program Search Path and Library Search Path for /opt/csw/bin and /opt/csw/lib and remove them.

I'm not sure what library or program is causing the issue at the moment. If I locate the problem I'll send out another email.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
-
Forwarded by the Webmin development list at webmin-devel <at> webmin.com
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-devel
Jamie Cameron | 30 Sep 2010 22:47

Re: [webmin-devel] Webmin Solaris Zones module - conflicts with Blastwave path

So is webmin running some binary from the csw directory instead of the Solaris provided binary?

Todd Kennedy <toddkenn <at> gmail.com> wrote:

>Just wanted to send out an email to the group letting everyone know that
>there is a conflict with webmin 1.52 pathing in the Solaris Zones module.
>The issue occurs when your using Blastwave on your box and /opt/csw/bin and
>/opt/csw/lib are in the path and ld_library_path. To get around the issue
>just remove /opt/csw/bin and /opt/csw/lib from Webmin
>Configuration->Operating System and Environment. Look in the Program Search
>Path and Library Search Path for /opt/csw/bin and /opt/csw/lib and remove
>them.
>
>I'm not sure what library or program is causing the issue at the moment. If
>I locate the problem I'll send out another email.
>
>------------------------------------------------------------------------------
>Start uncovering the many advantages of virtual appliances
>and start using them to simplify application deployment and
>accelerate your shift to cloud computing.
>http://p.sf.net/sfu/novell-sfdev2dev
>-
>Forwarded by the Webmin development list at webmin-devel <at> webmin.com
>To remove yourself from this list, go to
>http://lists.sourceforge.net/lists/listinfo/webadmin-devel
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
-
Forwarded by the Webmin development list at webmin-devel <at> webmin.com
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-devel

Todd Kennedy | 1 Oct 2010 03:15
Picon

Re: [webmin-devel] Webmin Solaris Zones module - conflicts with Blastwave path

I suspect it is. Not sure what though. I'll have more time tomorrow to
look at it.

Sent from my mobile phone

On Sep 30, 2010, at 4:48 PM, Jamie Cameron <jcameron <at> webmin.com> wrote:

> So is webmin running some binary from the csw directory instead of the Solaris provided binary?
>
>
> Todd Kennedy <toddkenn <at> gmail.com> wrote:
>
>> Just wanted to send out an email to the group letting everyone know that
>> there is a conflict with webmin 1.52 pathing in the Solaris Zones module.
>> The issue occurs when your using Blastwave on your box and /opt/csw/bin and
>> /opt/csw/lib are in the path and ld_library_path. To get around the issue
>> just remove /opt/csw/bin and /opt/csw/lib from Webmin
>> Configuration->Operating System and Environment. Look in the Program Search
>> Path and Library Search Path for /opt/csw/bin and /opt/csw/lib and remove
>> them.
>>
>> I'm not sure what library or program is causing the issue at the moment. If
>> I locate the problem I'll send out another email.
>>
>> ------------------------------------------------------------------------------
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing.
>> http://p.sf.net/sfu/novell-sfdev2dev
>> -
>> Forwarded by the Webmin development list at webmin-devel <at> webmin.com
>> To remove yourself from this list, go to
>> http://lists.sourceforge.net/lists/listinfo/webadmin-devel
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> -
> Forwarded by the Webmin development list at webmin-devel <at> webmin.com
> To remove yourself from this list, go to
> http://lists.sourceforge.net/lists/listinfo/webadmin-devel

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
-
Forwarded by the Webmin development list at webmin-devel <at> webmin.com
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-devel


Gmane