ISO Mount NFS Version Cloudstack 4.18 + xcpng 8.2.1

2024-03-24 Thread Joan g
Hi Community,

My cloudstack deployment has NFS server that support NFS V4 only. The
Secondary Storage is attached successfully and we are able to deploy VM's.
Its Getting Mounted to XenServer as Ver=4.1.

The Actual issue is happening when we try to mount an ISO to a deployed VM.
It's always trying with NFS v3 and the ISO mount is failing.
Tried to setting the *secstorage.nfs.version to 4 and it does not have a
effect*

Xen logs:
Mar 24 16:34:51 xcp01 SM: [13233] sr_create {'sr_uuid':
'e16d9494-dd48-85e2-9166-6cbb12ffbdd4', 'subtask_of':
'DummyRef:|f271073d-ba31-4127-b375-dc78301167cf|SR.create', 'args': ['0'],
'host_ref': 'OpaqueRef:1f4335df-4651-4fa7-b249-9b97f770801d',
'session_ref': 'OpaqueRef:e9724b23-9f13-49cc-a582-b25978e23390',
'device_config': {'SRmaster': 'true', 'location':
'10.30.11.43:/Secondary/template/tmpl/1/207'},
'command': 'sr_create', 'sr_ref':
'OpaqueRef:c9453484-6e40-4d3c-a942-7098fae868e3'}
Mar 24 16:34:51 xcp01 SM: [13233] _testHost: Testing host/port:
10.30.11.43,2049
Mar 24 16:34:51 xcp01 SM: [13233] ['/usr/sbin/rpcinfo', '-s', '10.30.11.43']
Mar 24 16:34:51 xcp01 SM: [13233]   pread SUCCESS
Mar 24 16:34:51 xcp01 SM: [13233] ['mount.nfs',
'10.30.11.43:/Secondary/template/tmpl/1/207',
'/var/run/sr-mount/e16d9494-dd48-85e2-9166-6cbb12ffbdd4', '-o',
'soft,proto=tcp,vers=3,acdirmin=0,acdirmax=0']
Mar 24 16:34:51 xcp01 SM: [13233] FAILED in util.pread: (rc 32) stdout: '',
stderr: 'mount.nfs: Protocol not supported
Mar 24 16:34:51 xcp01 SM: [13233] '
Mar 24 16:34:52 xcp01 SM: [13233] ['mount.nfs',
'10.30.11.43:/Secondary/template/tmpl/1/207',
'/var/run/sr-mount/e16d9494-dd48-85e2-9166-6cbb12ffbdd4', '-o',
'soft,proto=tcp,vers=3,acdirmin=0,acdirmax=0']
Mar 24 16:34:52 xcp01 SM: [13233] FAILED in util.pread: (rc 32) stdout: '',
stderr: 'mount.nfs: Protocol not supported


Any Guidance on this

Joan


Re: Slow Metrics output in GUI

2024-02-27 Thread Joan g
just cleaning up the vm_stats table in cloudstack 'cloud' db.

> truncate table vm_stats;

and setting  vm.stats.max.retention.time to a lower value addressed our
issues.

Joan

On Tue, Feb 27, 2024 at 12:19 AM Andrei Mikhailovsky
 wrote:

> Interesting.
>
> Joan, do you mind sharing how you are doing it?
>
> Thanks
>
> - Original Message -
> > From: "Joan g" 
> > To: "users" 
> > Sent: Monday, 26 February, 2024 18:06:58
> > Subject: Re: Slow Metrics output in GUI
>
> > I am facing the same problem in my 4.17.2 version. We are manually
> clearing
> > the stats table to  make the instance list page load faster :(
> >
> >
> > Joan
> >
> > On Mon, 26 Feb, 2024, 22:24 Andrei Mikhailovsky,
> 
> > wrote:
> >
> >> Hello everyone,
> >>
> >> My setup: ACS 4.18.1.0 on Ubuntu 20.04.6. Two management servers and
> mysql
> >> active-active replication.
> >>
> >>
> >> I seem to have a very slow response on viewing vms. It takes about 20
> >> seconds for the vm data to show when I click on any vm under Compute >
> >> Instances. When I click on various vm tabs (like NICs, Disks, Details,
> etc)
> >> the only tab that takes about 15-20 seconds to refresh is the Metrics
> tab.
> >> When the spinner stops I get the following message: "No data to show for
> >> the selected period." Also this information is shown in red colour: The
> >> Control Plane Status of this instance is Offline. Some actions on this
> >> instance will fail, if so please wait a while and retry. When I click on
> >> the 12 or 24 hours tab it takes a bit of time, but it does show the
> tables
> >> and the message in red colour is not shown.
> >> On mysql server I see the mysql process is using over 100% cpu (with 0%
> >> iowait) while ACS tries to retrieve the Metrics data. Also, the
> >> cloudstack-management server cpu usage goes to 200-400%.
> >>
> >>
> >> I've tried all the obvious (restarting management servers, stopping one
> of
> >> the management servers, restarting host servers).
> >>
> >> Does anyone know what is the issue? why does it take so long to retrieve
> >> the vm data and metrics? I don't remember having this problem before
> 4.18.
> >>
> >> Many thanks for any pointers.
> >>
> >> cheers
> >>
> >> Andrei
> >>
> >>
> >>
> >>
> >>
> >>
> >>
>


Re: Slow Metrics output in GUI

2024-02-26 Thread Joan g
I am facing the same problem in my 4.17.2 version. We are manually clearing
the stats table to  make the instance list page load faster :(


Joan

On Mon, 26 Feb, 2024, 22:24 Andrei Mikhailovsky, 
wrote:

> Hello everyone,
>
> My setup: ACS 4.18.1.0 on Ubuntu 20.04.6. Two management servers and mysql
> active-active replication.
>
>
> I seem to have a very slow response on viewing vms. It takes about 20
> seconds for the vm data to show when I click on any vm under Compute >
> Instances. When I click on various vm tabs (like NICs, Disks, Details, etc)
> the only tab that takes about 15-20 seconds to refresh is the Metrics tab.
> When the spinner stops I get the following message: "No data to show for
> the selected period." Also this information is shown in red colour: The
> Control Plane Status of this instance is Offline. Some actions on this
> instance will fail, if so please wait a while and retry. When I click on
> the 12 or 24 hours tab it takes a bit of time, but it does show the tables
> and the message in red colour is not shown.
> On mysql server I see the mysql process is using over 100% cpu (with 0%
> iowait) while ACS tries to retrieve the Metrics data. Also, the
> cloudstack-management server cpu usage goes to 200-400%.
>
>
> I've tried all the obvious (restarting management servers, stopping one of
> the management servers, restarting host servers).
>
> Does anyone know what is the issue? why does it take so long to retrieve
> the vm data and metrics? I don't remember having this problem before 4.18.
>
> Many thanks for any pointers.
>
> cheers
>
> Andrei
>
>
>
>
>
>
>
>


Re: Cloudstack DB using 3 Node Galrea Cluster.

2024-02-26 Thread Joan g
Thank you kiran for the detailed information. For me the replication is
fine, its failing only when new install or upgrade of cloudstack, which
calls for a many schema changes. I think during install or upgrade we may
need to disable percona replication.

Regards Joan

On Mon, 26 Feb, 2024, 18:10 Kiran Chavala, 
wrote:

> Hi Joan
>
> You can refer this article
>
>
> https://severalnines.com/blog/how-deploy-high-availability-cloudstackcloudplatform-mariadb-galera-cluster/
>
>
> I had these in my notes when I tried setting it up percona-xtradb, hope
> its useful to you.
>
> 
> Install 2 ubuntu nodes for percona-xtradb cluster
>
> On ubuntu node 1
>
> $ sudo apt update
>
> $ sudo apt install gnupg2
>
> $ wget https://repo.percona.com/apt/percona-release_latest.$(lsb_release
> -sc)_all.deb
>
> $ sudo dpkg -i percona-release_latest.$(lsb_release -sc)_all.deb
>
> $ sudo apt update
>
> $ sudo apt install percona-server-server-5.7
>
>
>
> cat >>/etc/mysql/my.cnf<
> [mysqld]
>
> wsrep_provider=/usr/lib/libgalera_smm.so
> wsrep_cluster_name=democluster
> wsrep_cluster_address=gcomm://
> wsrep_node_name=ubuntuvm01
> wsrep_node_address=172.42.42.101
> wsrep_sst_method=xtrabackup-v2
> wsrep_sst_auth=repuser:reppassword
> pxc_strict_mode=ENFORCING
> binlog_format=ROW
> default_storage_engine=InnoDB
> innodb_autoinc_lock_mode=2
>
> EOF
>
>
>
> $systemctl start mysql
>
> login to mysql on node 1 and execute the following commands
>
>
> mysql -uroot -p -e "create user repuser@localhost identified by
> 'reppassword'"
> mysql -uroot -p -e "grant reload, replication client, process, lock tables
> on *.* to repuser@localhost"
> mysql -uroot -p -e "flush privileges"
>
>
>
> On Ubuntu Node 2
>
>
> $ sudo apt update
>
> $ sudo apt install gnupg2
>
> $ wget https://repo.percona.com/apt/percona-release_latest.$(lsb_release
> -sc)_all.deb
>
> $ sudo dpkg -i percona-release_latest.$(lsb_release -sc)_all.deb
>
> $ sudo apt update
>
> $ sudo apt install percona-server-server-5.7
>
>
> cat >>/etc/mysql/my.cnf<
> [mysqld]
>
> wsrep_provider=/usr/lib/libgalera_smm.so
>
> wsrep_cluster_name=democluster
>
> wsrep_cluster_address= gcomm://172.42.42.101,172.42.42.102
>
> wsrep_node_name=ubuntuvm02
>
> wsrep_node_address=172.42.42.101
>
> wsrep_sst_method=xtrabackup-v2
>
> wsrep_sst_auth=repuser:reppassword
>
> pxc_strict_mode=ENFORCING
>
> binlog_format=ROW
>
> default_storage_engine=InnoDB
>
> innodb_autoinc_lock_mode=2
>
> EOF
>
>
>
> $systemctl start mysql
>
>
>
>
> Login back to node 1 check the status of the xtradb cluster
>
> mysql >show status like 'wsrep%';
>
>
> mysql>use mysql
> mysql>GRANT ALL ON *.* to root@'%' IDENTIFIED BY 'password';
> mysql>GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'password'
> WITH GRANT OPTION;
> mysql>FLUSH PRIVILEGES;
> mysql> SELECT host FROM mysql.user WHERE User = 'root';
> mysql>SET GLOBAL pxc_strict_mode=PERMISSIVE
>
>
>
> Regards
> Kiran
>
> From: Joan g 
> Date: Saturday, 24 February 2024 at 12:29 AM
> To: users@cloudstack.apache.org 
> Subject: Cloudstack DB using 3 Node Galrea Cluster.
> Hi Community,
>
> I need some suggestions  on using 3 node Mariadb *Galera Cluster or percona
> xtradb* for Cloudstack Databases.
>
> In My setup the Databases are behind a LB and write happens only to a
> single node
>
> With new Cloudstack 4.18.1 install  initial database migration is always
> failing because of schema update/sync issues with other DB nodes.
>
> Logs in Mysql err::
> 2024-02-23T12:55:15.521278Z 17 [ERROR] [MY-010584] [Repl] Replica SQL:
> Error 'Duplicate column name 'display'' on query. Default
>  database: 'cloud'. Query: 'ALTER TABLE cloud.guest_os ADD COLUMN display
> tinyint(1) DEFAULT '1' COMMENT 'should this guest_os b
> e shown to the end user'', Error_code: MY-001060
>
> Due to this Cloudstack initialisation is always failing.
>
> Can someone point me with a suggested method for DB HA
>
> Jon
>
>
>
>


Cloudstack DB using 3 Node Galrea Cluster.

2024-02-23 Thread Joan g
Hi Community,

I need some suggestions  on using 3 node Mariadb *Galera Cluster or percona
xtradb* for Cloudstack Databases.

In My setup the Databases are behind a LB and write happens only to a
single node

With new Cloudstack 4.18.1 install  initial database migration is always
failing because of schema update/sync issues with other DB nodes.

Logs in Mysql err::
2024-02-23T12:55:15.521278Z 17 [ERROR] [MY-010584] [Repl] Replica SQL:
Error 'Duplicate column name 'display'' on query. Default
 database: 'cloud'. Query: 'ALTER TABLE cloud.guest_os ADD COLUMN display
tinyint(1) DEFAULT '1' COMMENT 'should this guest_os b
e shown to the end user'', Error_code: MY-001060

Due to this Cloudstack initialisation is always failing.

Can someone point me with a suggested method for DB HA

Jon


Re: Update Password For Existing XEN Host

2024-02-14 Thread Joan g
Hi Kiran & Hari,

Thank you. The API helped

Joan

On Thu, 15 Feb, 2024, 10:26 Harikrishna Patnala, <
harikrishna.patn...@shapeblue.com> wrote:

> I see there is an API for this
>
> https://cloudstack.apache.org/api/apidocs-4.19/apis/updateHostPassword.html
>
> Can you please try that
>
> Regards,
> Harikrishna
>
> From: Joan g 
> Date: Wednesday, 14 February 2024 at 7:22 PM
> To: users@cloudstack.apache.org 
> Subject: Update Password For Existing XEN Host
> Hello Community,
>
> My cloudstack Setup is  Using Xen server. Due to security reasons i was
> forced to change my xen root password.
>
> Can someone let me know how I can update the password for my host in
> cloudstack DB ?
>
> Following blow link does not help
>
> http://docs.cloudstack.apache.org/projects/archived-cloudstack-administration/en/latest/hosts.html#changing-host-password
>
> Regards,
> Joan
>
>
>
>


Update Password For Existing XEN Host

2024-02-14 Thread Joan g
Hello Community,

My cloudstack Setup is  Using Xen server. Due to security reasons i was
forced to change my xen root password.

Can someone let me know how I can update the password for my host in
cloudstack DB ?

Following blow link does not help
http://docs.cloudstack.apache.org/projects/archived-cloudstack-administration/en/latest/hosts.html#changing-host-password

Regards,
Joan


Re: VM utilisation issues

2024-02-06 Thread Joan g
Palash,

Does CPU Capping enabled in compute offering?

We are observing similar issues in VM with cpu capping.

Joan.

On Wed, 7 Feb, 2024, 10:33 Palash Biswas,  wrote:

> Hi Daan,
>
> We measure by using Zabbix Agent inside the VM. Zabbix Agent is calling
> these keys for accurate CPU Utilisation.
>
> Windows: perf_counter["\Processor(_Total)\% Processor Time",1] Linux :
> mpstat 1 1 | awk '/Average:/ {print 100-$NF}'
>
>
> This VM has 32Core, 128GB RAM
>
> Regards,
> Palash
>
>
> On Tue, 6 Feb 2024 at 11:18 PM, Daan Hoogland 
> wrote:
>
> > Palash,
> > Are you logged in to the VM while measuring? That might explain (part) of
> > the difference.
> > What utilisation are you referring to? (cpu mem)
> > In the case of CPU; how many cpus are you measuring? (i.e. 95 ≃ 50*2)
> >
> > On Tue, Feb 6, 2024 at 3:29 PM Palash Biswas 
> wrote:
> >
> > > Hi Community,
> > >
> > > I have a VM. When i monitor the contents of the VM, it shows the
> > > utilisation is 95% and above.
> > >
> > > But from Cloudstack Metrics, it shows only 50% Max Utilisation.
> > >
> > > How does Cloudstack monitor the VM Metrics (CPU and Memory). Is there
> any
> > > way to make it more accurate?
> > >
> > > My Vm stats interval (vm.stats.interval) is set to 6Miliseconds (60
> > > Seconds)
> > >
> > > Regards,
> > > Palash
> > >
> > >
> > >
> >
> > --
> > Daan
> >
>


Re: Cloudstack Agent 4.18.1 metrics issue

2023-12-13 Thread Joan g
Thanks Wei, Unsuspending helped

Cheers
Jon :)

On Wed, Dec 13, 2023 at 4:07 PM Wei ZHOU  wrote:

> yes.
>
> the domain state is not supported in libvirt-java
> I just created a PR
> https://gitlab.com/libvirt/libvirt-java/-/merge_requests/40
>
>
> -Wei
>
> On Wed, 13 Dec 2023 at 11:36, Joan g  wrote:
>
> > yes. restarting libvirtd does not help.
> >
> > "virsh list" command output. Is the "pmsuspended" causing  issue ?
> >
> > root@kvm-1:~# virsh list
> >  IdName   State
> > ---
> >  11i-2-281-VMrunning
> >  25i-2-228-VMrunning
> >  27i-2-230-VMrunning
> >  52i-2-483-VMrunning
> >  121   i-2-585-VMpmsuspended
> >  122   i-2-584-VMrunning
> >  123   i-2-590-VMrunning
> >  139   i-2-635-VMrunning
> >  145   i-2-479-VMrunning
> >  164   i-8-703-VM running
> >
> >
> > Jon
> >
> > On Wed, Dec 13, 2023 at 3:48 PM Wei ZHOU  wrote:
> >
> > > Can you restart libvirtd ? If it does not work, can you share the
> result
> > of
> > > "virsh list" command ?
> > >
> > >
> > >
> > > -Wei
> > >
> > > On Wed, 13 Dec 2023 at 09:48, Joan g  wrote:
> > >
> > > > Hi Wei.
> > > >
> > > > OS : Ubuntu 20.04.6 LTS
> > > >
> > > > root@kvm-1:~# virsh version
> > > > Compiled against library: libvirt 6.0.0
> > > > Using library: libvirt 6.0.0
> > > > Using API: QEMU 6.0.0
> > > > Running hypervisor: QEMU 4.2.1
> > > >
> > > > Regards,
> > > > Jon
> > > >
> > > > On Wed, Dec 13, 2023 at 2:10 PM Wei ZHOU 
> > wrote:
> > > >
> > > > > What's the OS and libvirt/qemu version ?
> > > > >
> > > > > -Wei
> > > > >
> > > > > On Wed, 13 Dec 2023 at 09:30, Joan g  wrote:
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > Recently below is getting logged in my cloudstack agent and the
> > > manager
> > > > > is
> > > > > > not able to get any VM metrics. Can Someone help on below
> > > > > >
> > > > > > 2023-12-13 03:23:37,318 WARN  [cloud.agent.Agent]
> > > > > > (agentRequest-Handler-1:null) (logid:58ef1261) Caught:
> > > > > > java.lang.ArrayIndexOutOfBoundsException: Index 7 out of bounds
> for
> > > > > length
> > > > > > 7
> > > > > > at org.libvirt.DomainInfo.(Unknown Source)
> > > > > > at org.libvirt.Domain.getInfo(Unknown Source)
> > > > > > at
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.getVmStat(LibvirtComputingResource.java:4176)
> > > > > > at
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> com.cloud.hypervisor.kvm.resource.wrapper.LibvirtGetVmStatsCommandWrapper.execute(LibvirtGetVmStatsCommandWrapper.java:53)
> > > > > > at
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> com.cloud.hypervisor.kvm.resource.wrapper.LibvirtGetVmStatsCommandWrapper.execute(LibvirtGetVmStatsCommandWrapper.java:37)
> > > > > > at
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> com.cloud.hypervisor.kvm.resource.wrapper.LibvirtRequestWrapper.execute(LibvirtRequestWrapper.java:78)
> > > > > > at
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.executeRequest(LibvirtComputingResource.java:1848)
> > > > > > at com.cloud.agent.Agent.processRequest(Agent.java:662)
> > > > > > at
> > > > > > com.cloud.agent.Agent$AgentRequestHandler.doTask(Agent.java:1082)
> > > > > > at com.cloud.utils.nio.Task.call(Task.java:83)
> > > > > > at com.cloud.utils.nio.Task.call(Task.java:29)
> > > > > > at
> > > > > >
> java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> > > > > > at
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
> > > > > > at
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> > > > > > at java.base/java.lang.Thread.run(Thread.java:829)
> > > > > >
> > > > > > Regards,
> > > > > > Jon
> > > > > >
> > > > >
> > > >
> > >
> >
>


Re: Cloudstack Agent 4.18.1 metrics issue

2023-12-13 Thread Joan g
yes. restarting libvirtd does not help.

"virsh list" command output. Is the "pmsuspended" causing  issue ?

root@kvm-1:~# virsh list
 IdName   State
---
 11i-2-281-VMrunning
 25i-2-228-VMrunning
 27i-2-230-VMrunning
 52i-2-483-VMrunning
 121   i-2-585-VMpmsuspended
 122   i-2-584-VMrunning
 123   i-2-590-VMrunning
 139   i-2-635-VMrunning
 145   i-2-479-VMrunning
 164   i-8-703-VM running


Jon

On Wed, Dec 13, 2023 at 3:48 PM Wei ZHOU  wrote:

> Can you restart libvirtd ? If it does not work, can you share the result of
> "virsh list" command ?
>
>
>
> -Wei
>
> On Wed, 13 Dec 2023 at 09:48, Joan g  wrote:
>
> > Hi Wei.
> >
> > OS : Ubuntu 20.04.6 LTS
> >
> > root@kvm-1:~# virsh version
> > Compiled against library: libvirt 6.0.0
> > Using library: libvirt 6.0.0
> > Using API: QEMU 6.0.0
> > Running hypervisor: QEMU 4.2.1
> >
> > Regards,
> > Jon
> >
> > On Wed, Dec 13, 2023 at 2:10 PM Wei ZHOU  wrote:
> >
> > > What's the OS and libvirt/qemu version ?
> > >
> > > -Wei
> > >
> > > On Wed, 13 Dec 2023 at 09:30, Joan g  wrote:
> > >
> > > > Hi,
> > > >
> > > > Recently below is getting logged in my cloudstack agent and the
> manager
> > > is
> > > > not able to get any VM metrics. Can Someone help on below
> > > >
> > > > 2023-12-13 03:23:37,318 WARN  [cloud.agent.Agent]
> > > > (agentRequest-Handler-1:null) (logid:58ef1261) Caught:
> > > > java.lang.ArrayIndexOutOfBoundsException: Index 7 out of bounds for
> > > length
> > > > 7
> > > > at org.libvirt.DomainInfo.(Unknown Source)
> > > > at org.libvirt.Domain.getInfo(Unknown Source)
> > > > at
> > > >
> > > >
> > >
> >
> com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.getVmStat(LibvirtComputingResource.java:4176)
> > > > at
> > > >
> > > >
> > >
> >
> com.cloud.hypervisor.kvm.resource.wrapper.LibvirtGetVmStatsCommandWrapper.execute(LibvirtGetVmStatsCommandWrapper.java:53)
> > > > at
> > > >
> > > >
> > >
> >
> com.cloud.hypervisor.kvm.resource.wrapper.LibvirtGetVmStatsCommandWrapper.execute(LibvirtGetVmStatsCommandWrapper.java:37)
> > > > at
> > > >
> > > >
> > >
> >
> com.cloud.hypervisor.kvm.resource.wrapper.LibvirtRequestWrapper.execute(LibvirtRequestWrapper.java:78)
> > > > at
> > > >
> > > >
> > >
> >
> com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.executeRequest(LibvirtComputingResource.java:1848)
> > > > at com.cloud.agent.Agent.processRequest(Agent.java:662)
> > > > at
> > > > com.cloud.agent.Agent$AgentRequestHandler.doTask(Agent.java:1082)
> > > > at com.cloud.utils.nio.Task.call(Task.java:83)
> > > > at com.cloud.utils.nio.Task.call(Task.java:29)
> > > > at
> > > > java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> > > > at
> > > >
> > > >
> > >
> >
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
> > > > at
> > > >
> > > >
> > >
> >
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> > > > at java.base/java.lang.Thread.run(Thread.java:829)
> > > >
> > > > Regards,
> > > > Jon
> > > >
> > >
> >
>


Re: Cloudstack Agent 4.18.1 metrics issue

2023-12-13 Thread Joan g
Hi Wei.

OS : Ubuntu 20.04.6 LTS

root@kvm-1:~# virsh version
Compiled against library: libvirt 6.0.0
Using library: libvirt 6.0.0
Using API: QEMU 6.0.0
Running hypervisor: QEMU 4.2.1

Regards,
Jon

On Wed, Dec 13, 2023 at 2:10 PM Wei ZHOU  wrote:

> What's the OS and libvirt/qemu version ?
>
> -Wei
>
> On Wed, 13 Dec 2023 at 09:30, Joan g  wrote:
>
> > Hi,
> >
> > Recently below is getting logged in my cloudstack agent and the manager
> is
> > not able to get any VM metrics. Can Someone help on below
> >
> > 2023-12-13 03:23:37,318 WARN  [cloud.agent.Agent]
> > (agentRequest-Handler-1:null) (logid:58ef1261) Caught:
> > java.lang.ArrayIndexOutOfBoundsException: Index 7 out of bounds for
> length
> > 7
> > at org.libvirt.DomainInfo.(Unknown Source)
> > at org.libvirt.Domain.getInfo(Unknown Source)
> > at
> >
> >
> com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.getVmStat(LibvirtComputingResource.java:4176)
> > at
> >
> >
> com.cloud.hypervisor.kvm.resource.wrapper.LibvirtGetVmStatsCommandWrapper.execute(LibvirtGetVmStatsCommandWrapper.java:53)
> > at
> >
> >
> com.cloud.hypervisor.kvm.resource.wrapper.LibvirtGetVmStatsCommandWrapper.execute(LibvirtGetVmStatsCommandWrapper.java:37)
> > at
> >
> >
> com.cloud.hypervisor.kvm.resource.wrapper.LibvirtRequestWrapper.execute(LibvirtRequestWrapper.java:78)
> > at
> >
> >
> com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.executeRequest(LibvirtComputingResource.java:1848)
> > at com.cloud.agent.Agent.processRequest(Agent.java:662)
> > at
> > com.cloud.agent.Agent$AgentRequestHandler.doTask(Agent.java:1082)
> > at com.cloud.utils.nio.Task.call(Task.java:83)
> > at com.cloud.utils.nio.Task.call(Task.java:29)
> > at
> > java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> > at
> >
> >
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
> > at
> >
> >
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> > at java.base/java.lang.Thread.run(Thread.java:829)
> >
> > Regards,
> > Jon
> >
>


Cloudstack Agent 4.18.1 metrics issue

2023-12-13 Thread Joan g
Hi,

Recently below is getting logged in my cloudstack agent and the manager is
not able to get any VM metrics. Can Someone help on below

2023-12-13 03:23:37,318 WARN  [cloud.agent.Agent]
(agentRequest-Handler-1:null) (logid:58ef1261) Caught:
java.lang.ArrayIndexOutOfBoundsException: Index 7 out of bounds for length 7
at org.libvirt.DomainInfo.(Unknown Source)
at org.libvirt.Domain.getInfo(Unknown Source)
at
com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.getVmStat(LibvirtComputingResource.java:4176)
at
com.cloud.hypervisor.kvm.resource.wrapper.LibvirtGetVmStatsCommandWrapper.execute(LibvirtGetVmStatsCommandWrapper.java:53)
at
com.cloud.hypervisor.kvm.resource.wrapper.LibvirtGetVmStatsCommandWrapper.execute(LibvirtGetVmStatsCommandWrapper.java:37)
at
com.cloud.hypervisor.kvm.resource.wrapper.LibvirtRequestWrapper.execute(LibvirtRequestWrapper.java:78)
at
com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.executeRequest(LibvirtComputingResource.java:1848)
at com.cloud.agent.Agent.processRequest(Agent.java:662)
at com.cloud.agent.Agent$AgentRequestHandler.doTask(Agent.java:1082)
at com.cloud.utils.nio.Task.call(Task.java:83)
at com.cloud.utils.nio.Task.call(Task.java:29)
at
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)

Regards,
Jon


Re: VM/Disk Metrics Prometheus Export

2023-12-07 Thread Joan g
Not sure these config is actually valid. Have someone implemented this ?

Jon

On Thu, 7 Dec, 2023, 16:28 Ruben Bosch,  wrote:

> I believe these are available to be sent to graphite/influxdb when
> configuring "stats.output.uri" and other "stats" config under global
> settings.
>
>
> https://github.com/apache/cloudstack/blob/main/server/src/main/java/com/cloud/server/StatsCollector.java
> <
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/StatsCollector+output+to+Graphite
> >
>
> Met vriendelijke groet / Kind regards,
>
> Ruben Bosch
> CLDIN
>
> > On 7 Dec 2023, at 11:31, Joan g  wrote:
> >
> > Hi Team,
> >
> > I could see that we have prometheus exporter plugin available with
> > cloudstack.
> >
> > Do we have any plans to export VM,VR and disk metrices ?
> >
> > Regards,
> > Jon
>
>


VM/Disk Metrics Prometheus Export

2023-12-07 Thread Joan g
Hi Team,

I could see that we have prometheus exporter plugin available with
cloudstack.

Do we have any plans to export VM,VR and disk metrices ?

Regards,
Jon


Re: "Crashed" vm hypervisor

2023-11-16 Thread Joan g
Similar issues are observed in our cloudstack v4.17.2 KVM with NFS. If we
poweroff the hypervisor the host status will show disconnected. But all the
guest VM's status  still shows  as running, actual case is VM's are  not
available anywhere

-jon


On Thu, Nov 16, 2023 at 6:47 PM Wei ZHOU  wrote:

> Do you use NFS ?
>
> -Wei
>
> On Thu, 16 Nov 2023 at 14:03, Jimmy Huybrechts 
> wrote:
>
> > The reason I put it between “” was that I turned off one of the
> > hypervisors to test what it would do with my vm’s and in this case system
> > vm’s, what I thought would happened was it would say that my vm’s are in
> a
> > state of not running / powered off / error and that it would mention the
> > host being offline.
> >
> > What actually happened is that it seems to be completely oblivious of the
> > vm’s it had in the dashboard, it still mentions them as state running (I
> > know they are dead as a I can’t ping them anymore).
> >
> > The only mention I can see that it has an Alert on the host and that it
> > says agent disconnected with the system vm’s.
> >
> > The big problem here in my mind is that I can’t do anything with the
> > system vm’s now, I tried destroying one but since it tries to shut it
> down
> > first as it still thinks it’s running, it runs into an error because of
> > course then it figures out the hypervisor is broken and it can’t. And we
> > run into a circle.
> >
> > What should a person do in such a situation?
> > --
> > Jimmy
> >
>


Re: Cloudstack VM HA

2023-10-11 Thread Joan g
Hi Nux,

My deployment is using KVM on centos 7 and NFS as primary storage. Even
after enabling HA HA State is showing as "Ineligible" on all 3 KVM hosts.
 Did I miss something?

Reg,
Jon

On Tue, 10 Oct, 2023, 19:06 Nux,  wrote:

> Hello,
>
> You need a stable NFS primary storage for the hearbeat file.
> You can keep it in disabled state after the testing - so VMs do not get
> created there - but it needs to be present.
> Watch out, if the NFS storage becomes unstable or unreachable via
> network (switch fault etc) the hypervisors will force reboot themselves.
>
>
> On 2023-10-10 11:35, Bryan Tiang wrote:
> > Hi All,
> >
> > We are setting up Cloudstack + Linbit SDS (via plugin). Hypervisor is
> > Ubuntu.
> >
> > We are trying to test the VM HA by powering down a physical node at
> > random. However, the VMs doesn’t seem to be failing over to the other
> > nodes.
> >
> > VM HA is enabled already, is there something we are missing?
> >
> > Regards,
> > Bryan
>


Re: Cloud init settings for Config Drive on L2 networks

2023-10-06 Thread Joan g
Thanks. it helps a lot

On Thu, 5 Oct, 2023, 16:43 Jorge Luiz Correa,
 wrote:

> Just sharing some scripts used here. I hope they can help you.
>
> Create file cloud.cfg_jammy
>
> Change the following lines:
> cloud_init_modules:
> .
> .
>  - [ssh, always]
>
> cloud_config_modules:
> .
> .
>  - [set-passwords, always]
>
> Download the cloud-set-guest-password-configdrive.sh script.
>
> Create custom-networking_v2.cfg:
>
> network:
>   version: 2
>   ethernets:
> ens3:
>   dhcp4: true
>
> apt install libguestfs-tools
> wget
>
> https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img
>
> virt-customize --run-command 'rm /etc/cloud/cloud.cfg' -a
> jammy-server-cloudimg-amd64.img
> virt-customize --upload cloud.cfg_jammy:/etc/cloud/cloud.cfg -a
> jammy-server-cloudimg-amd64.img
> virt-customize --mkdir /var/lib/cloud/scripts/per-boot -a
> jammy-server-cloudimg-amd64.img
> virt-customize --mkdir /var/lib/cloud/scripts/per-instance -a
> jammy-server-cloudimg-amd64.img
> virt-customize --upload
>
> cloud-set-guest-password-configdrive.sh:/var/lib/cloud/scripts/per-boot/cloud-set-guest-password-configdrive.sh
> -a jammy-server-cloudimg-amd64.img
> virt-customize --upload
>
> cloud-set-guest-password-configdrive.sh:/var/lib/cloud/scripts/per-instance/cloud-set-guest-password-configdrive.sh
> -a jammy-server-cloudimg-amd64.img
> virt-customize --upload
>
> cnptia-per-instance-script.sh:/var/lib/cloud/scripts/per-instance/cnptia-per-instance-script.sh
> -a jammy-server-cloudimg-amd64.img
> virt-customize --upload
> custom-networking_v2.cfg:/etc/cloud/cloud.cfg.d/custom-networking_v2.cfg -a
> jammy-server-cloudimg-amd64.img
>
> One important thing noted here, if you intend to use a DHCP server in this
> L2 network, without static configured hosts. All VMs will be launched from
> the same template and the /etc/machine-id will be the same. The DHCP client
> will derivate one client id from this information. So, for all VMs, the
> DHCP server thinks they are the same host, offerging the same IP. Caos!
>
> I've read some documents and posts saying the image distributor (maybe
> Canonical, distributing de qcow2 image), is the indicated figure to fix the
> problem, making some configuration to reset the machine id. Indeed, if you
> truncate (you cannot remove the file) /etc/machine-id and
> /var/lib/dbus/machine-id, it will be generated on first boot.
>
> Here, as the template is already uploaded and distributed to the Zone, I
> made one ansible that fix this problem. But, I think you could run
> virt-customize and truncate them.
>
> Maybe:
> virt-customize --run-command 'truncate -s0 /etc/machine-id
> /var/lib/dbus/machine-id' -a jammy-server-cloudimg-amd64.img
>
> Em qui., 5 de out. de 2023 às 05:57, Joan g  escreveu:
>
> > Thanks wei...
> >
> > On Thu, 5 Oct, 2023, 13:20 Wei ZHOU,  wrote:
> >
> > > You need to add a script in the template to get password from
> configdrive
> > > and reset user password. For example
> > >
> > >
> >
> https://github.com/apache/cloudstack/blob/main/setup/bindir/cloud-set-guest-sshkey-password-userdata-configdrive.in
> > >
> > >
> > >
> > > -Wei
> > >
> > > On Thu, 5 Oct 2023 at 09:38, Joan g  wrote:
> > >
> > > > Hello Community,
> > > >
> > > > Can someone guide me on configuration that should be added to
> > cloud-init
> > > > settings for creating password enabled templates using configdrive in
> > > > ubuntu 20,22.
> > > >
> > > > We need to deploy passsword and sshkey enabled templates on ubuntu
> that
> > > > will be using L2 networks.
> > > >
> > > > Thanks joan
> > > >
> > >
> >
>
> --
> __
> Aviso de confidencialidade
>
> Esta mensagem da
> Empresa  Brasileira de Pesquisa  Agropecuaria (Embrapa), empresa publica
> federal  regida pelo disposto  na Lei Federal no. 5.851,  de 7 de dezembro
> de 1972,  e  enviada exclusivamente  a seu destinatario e pode conter
> informacoes  confidenciais, protegidas  por sigilo profissional.  Sua
> utilizacao desautorizada  e ilegal e  sujeita o infrator as penas da lei.
> Se voce  a recebeu indevidamente, queira, por gentileza, reenvia-la ao
> emitente, esclarecendo o equivoco.
>
> Confidentiality note
>
> This message from
> Empresa  Brasileira de Pesquisa  Agropecuaria (Embrapa), a government
> company  established under  Brazilian law (5.851/72), is directed
> exclusively to  its addressee  and may contain confidential data,
> protected under  professional secrecy  rules. Its unauthorized  use is
> illegal and  may subject the transgressor to the law's penalties. If you
> are not the addressee, please send it back, elucidating the failure.
>


Re: Cloud init settings for Config Drive on L2 networks

2023-10-05 Thread Joan g
Thanks wei...

On Thu, 5 Oct, 2023, 13:20 Wei ZHOU,  wrote:

> You need to add a script in the template to get password from configdrive
> and reset user password. For example
>
> https://github.com/apache/cloudstack/blob/main/setup/bindir/cloud-set-guest-sshkey-password-userdata-configdrive.in
>
>
>
> -Wei
>
> On Thu, 5 Oct 2023 at 09:38, Joan g  wrote:
>
> > Hello Community,
> >
> > Can someone guide me on configuration that should be added to cloud-init
> > settings for creating password enabled templates using configdrive in
> > ubuntu 20,22.
> >
> > We need to deploy passsword and sshkey enabled templates on ubuntu that
> > will be using L2 networks.
> >
> > Thanks joan
> >
>


Cloud init settings for Config Drive on L2 networks

2023-10-05 Thread Joan g
Hello Community,

Can someone guide me on configuration that should be added to cloud-init
settings for creating password enabled templates using configdrive in
ubuntu 20,22.

We need to deploy passsword and sshkey enabled templates on ubuntu that
will be using L2 networks.

Thanks joan


Database High Availablity With Automatic failover

2023-08-21 Thread Joan g
Hi,
Community, I would like to know if it is possible to enable Database High
Availability With Automatic failover in cloudstack 4.18.

In my Lab, I have setup Mysql With master master replication, cloudstack
db.properties are changed from default as
===
db.ha.enabled=true
db.cloud.replicas=192.168.10.3
=

On DB Master fail, Cloudstack is not switching to slave on the above IP.

Can someone guide what I am missing here.

Regards,
Jon


Retrive admin Password from

2023-08-09 Thread Joan g
Hi community,

Is there any way for retriving encrypted  user password from cloudstack
database?


Regards
Jon


Appeal disapproved ad via google ads api

2023-06-23 Thread Joan G. Lares
Hi,

It is possible to Appeal disapproved ad via google ads api.

Thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/32f511b8-b58b-4a57-80ea-25fd63913ca5n%40googlegroups.com.


Re: Moving Storage traffic Label To New NIC

2023-06-22 Thread Joan g
Thanks Raju,

It worked. Cheers 

Joan


On Fri, Jun 23, 2023 at 10:44 AM Jithin Raju 
wrote:

> Hi Joan,
>
>
>
> I realized the delete traffic type is not available in the UI, but there
> is an API ‘deleteTrafficType’ . I deleted it using cloudmonkey, you could
> try the same:
>
>
>
>
>
> I reported this as an improvement:
> https://github.com/apache/cloudstack/issues/7677
>
>
>
> [1]
> https://cloudstack.apache.org/api/apidocs-4.18/apis/deleteTrafficType.html
>
>
>
> -Jithin
>
>
>
>
>
>
>
>
> *From: *Joan g 
> *Date: *Thursday, 22 June 2023 at 11:53 PM
> *To: *users@cloudstack.apache.org 
> *Subject: *Re: Moving Storage traffic Label To New NIC
>
> Hello Jithin,
>
> I have tried
>   1.  Disabled the zone
>   2.  Delete the SSVM
>   3.  Delete the Ip range
>
> But I am not sure where to remove the storage label. Could you please
> elaborate on it.
> Since the storage label is already there I am not able to add the same
> label to 'Physical network 2'.
>
> Regards,
> Jon
>
>
> On Thu, Jun 22, 2023 at 10:19 PM Jithin Raju 
> wrote:
>
> > Hi Joan,
> >
> > Could you try this:
> >
> >
> >   1.  Disable the zone
> >   2.  Delete the SSVM
> >   3.  Delete the Ip range and the storage traffic from the old Physical
> > network.
> >
> >
> >
> > -Jithin
> >
> > From: Joan g 
> > Date: Thursday, 22 June 2023 at 6:07 PM
> > To: users@cloudstack.apache.org 
> > Subject: Moving Storage traffic Label To New NIC
> > Hi Community,
> >
> > I am having a cloudstack 4.17.2  deployment with 4 KVM hosts and its
> > running fine. The Setup was done using a single NIC.
> > Now A new better NIC card was added to servers and I wish to use this NIC
> > for the storage traffic.
> > I have added a New Physical network using the UI but I am not able to
> > assign the storage traffic to this NIC, because it's already in use with
> my
> > NIC1.
> >
> > Is there any way I can delete the storage label from the 'Physical
> network
> > 1' and add it to the new 'Physical network 2'
> >
> > Regards,
> > Jon
> >
> >
> >
> >
>


Re: Moving Storage traffic Label To New NIC

2023-06-22 Thread Joan g
Hello Jithin,

I have tried
  1.  Disabled the zone
  2.  Delete the SSVM
  3.  Delete the Ip range

But I am not sure where to remove the storage label. Could you please
elaborate on it.
Since the storage label is already there I am not able to add the same
label to 'Physical network 2'.

Regards,
Jon


On Thu, Jun 22, 2023 at 10:19 PM Jithin Raju 
wrote:

> Hi Joan,
>
> Could you try this:
>
>
>   1.  Disable the zone
>   2.  Delete the SSVM
>   3.  Delete the Ip range and the storage traffic from the old Physical
> network.
>
>
>
> -Jithin
>
> From: Joan g 
> Date: Thursday, 22 June 2023 at 6:07 PM
> To: users@cloudstack.apache.org 
> Subject: Moving Storage traffic Label To New NIC
> Hi Community,
>
> I am having a cloudstack 4.17.2  deployment with 4 KVM hosts and its
> running fine. The Setup was done using a single NIC.
> Now A new better NIC card was added to servers and I wish to use this NIC
> for the storage traffic.
> I have added a New Physical network using the UI but I am not able to
> assign the storage traffic to this NIC, because it's already in use with my
> NIC1.
>
> Is there any way I can delete the storage label from the 'Physical network
> 1' and add it to the new 'Physical network 2'
>
> Regards,
> Jon
>
>
>
>


Moving Storage traffic Label To New NIC

2023-06-22 Thread Joan g
Hi Community,

I am having a cloudstack 4.17.2  deployment with 4 KVM hosts and its
running fine. The Setup was done using a single NIC.
Now A new better NIC card was added to servers and I wish to use this NIC
for the storage traffic.
I have added a New Physical network using the UI but I am not able to
assign the storage traffic to this NIC, because it's already in use with my
NIC1.

Is there any way I can delete the storage label from the 'Physical network
1' and add it to the new 'Physical network 2'

Regards,
Jon


Getting Usage Response from deleted Root-Disk: Cloudstack 4.15

2023-03-22 Thread Joan g
Hi,

I am using cloudstack 4.16 and usage records are generated and wrong hours
are available for cloudstack deleted root disks in usage response.

Can someone explain to me how to stop those invalid responses ?


Enabling UEFI secure Boot on ACS 4.17.2 KVM+Ubuntu

2023-03-21 Thread Joan g
 Hello,

I am trying to deploy a Windows machine with Secure boot. But its getting
failed with message " Cannot deploy to specified host as host does n't
support uefi vm deployment, returning."

OVMF is already installed in KVM node and uefi.properties are updated with
below details:

===
guest.nvram.template.secure=/usr/share/OVMF/OVMF_VARS.fd
guest.nvram.template.legacy=/usr/share/OVMF/OVMF_VARS.fd
guest.loader.secure=/usr/share/OVMF/OVMF_CODE.secboot.fd
guest.loader.legacy=/usr/share/OVMF/OVMF_CODE.fd
guest.nvram.path=/var/lib/libvirt/qemu/nvram/
===


After restarting the cloudstack-agent in host, still the Database table not
getting updated

-
mysql> select * from host_details where name like '%uefi%';
Empty set (0.00 sec)
-

Can someone advice what I am missing here?

Regards
Jg


Getting Usage Response from deleted Root-Disk: Cloudstack 4.16.1

2023-03-20 Thread Joan g
 Hi,

I am using cloudstack 4.16 and usage records are generated and wrong hours
are available for cloudstack deleted root disks in usage response.

Can someone explain to me how to stop those invalid responses ?


Re: Curiositat sobre les IP assignades pels proveïdors

2018-08-28 Thread Joan G. Villaraco
Hola Orestes i companyia,

A mi em va passar el mateix amb Pepehone (ADSL) i Yoigo (fibra) amb el
CG-NAT, només has de consultar-lis com fer la petició per a que t'ho
treguin i et passin a una IP legal d'internet. Jo ho vaig fer per a tots
dos proveïdors sense cap problema i totes dues connexions em van assignar
IPs accessibles.

Joan


El lun., 27 ago. 2018 a las 13:42, Orestes Mas ()
escribió:

> Hola a tothom,
>
> Observo un fenomen curiós, i m'agradaria saber si algú de vosaltres s'hi
> ha trobat.
>
> Fa pocs dies m'he posat fibra a casa. Volia obrir el port 22 del router
> per poder accedir des de fora via ssh a un ordinador. Això ja ho feia
> amb el proveïdor antic i no tenia cap problema, però ara amb el router
> nou no em funcionava. La IP pública, segons m'indiquen webs del tipus
> "whatismyip" era 93.176.xxx.yyy (canvia si reboto el router).
>
> Però com que no em funcionava m'hi he barallat una estona i al final
> acabo deduint que el proveïdor d'internet utilitza una xarxa privada
> interna (una classe B, suposo, amb adreces de l'interval
> 100.76.xxx.yyy). I surt a internet amb unes quantes adreces públiques
> compartides entre diversos usuaris.
>
> Les preguntes: Us heu trobat que el proveïdor d'internet faci NAT també?
> Sabeu si com a usuaris ens podem queixar (ja imagino que no...)? Vaig
> errat si dedueixo que això impedirà que funcioni qualsevol accés a casa
> iniciat des de l'exterior (tipus emule, bittorrent,ssh , httpd...)?
> Suposo que funcionarà entre usuaris de la xarxa privada, però com que
> només són 65536 això no és massa esperançador...
>
> Orestes
>
>
>


Re: (deb-cat) Pampallugues amb un potatil

2018-02-07 Thread Joan G. Villaraco
A mi em passa el mateix amb un HP EliteBook 840.

He vist aquests bugs. Un marcat com 'critical', sembla que a la gent li
passa el mateix ...
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884001
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878221

La recomanació sembla ser fer un 'downgrade' del kernel.

A mi em passa més quan arrenco d'una suspensió prèvia, si arrenco de nou el
sistema gaire bé no em passa.

Salut,


Joan

2018-02-07 19:21 GMT+01:00 Narcis Garcia :

> He instal·lat Debian 9 (amd64) amb Gnome en un ordinador portàtil «HP
> TPN-C125» bastant modernet.
>
> Tant amb Live-DVD (amd64-gnome també) com en sessió instal·lada* a
> estones la pantalla fa pampallugues i la imatge es desplaça en totes
> direccions (sembla allò de les teles antigues quan els donaves cops forts).
> Si m'hi connecto per VNC, la imatge remota és completament normal i
> usable, encara que la pantalla física estigui fent el boig.
>
> M'ha sorprès comprovar com Ubuntu-Gnome 16.04 (amd64) això no ho fa, i
> més encara quan he vist que anomena diferent el dispositiu gràfic:
>
> UBUNTU:
> $ lspci -k
> 00:02.0 VGA compatible controller: Intel Corporation Broadwell-U
> Integrated Graphics (rev 09)
> Subsystem: Hewlett-Packard Company Broadwell-U Integrated Graphics
> Kernel driver in use: i915
> Kernel modules: i915
> $ lspci -Q -k
> 00:02.0 Class 0300: Device 8086:1616 (rev 09)
> Subsystem: Device 103c:81ef
> Kernel driver in use: i915
> Kernel modules: i915
>
> DEBIAN:
> $ lspci -k
> 00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500
> (rev 09)
> Subsystem: Hewlett-Packard Company HD Graphics 5500
> Kernel driver in use: i915
> Kernel modules: i915
> $ lspci -Q -k
> 00:02.0 Class 0300: Device 8086:1616 (rev 09)
> Subsystem: Device 103c:81ef
> Kernel driver in use: i915
> Kernel modules: i915
>
> Què puc intentar per esbrinar el problema o topar amb la solució?
>
> Gràcies.
>
> (*) També he provat a instal·lar el «intel-microcode», el linux-firmware
> i el linux-firmware-nonfree sense que res no millori.
>
> --
>
>
> __
> I'm using this express-made address because personal addresses aren't
> masked enough at this mail public archive. Public archive administrator
> should fix this against automated addresses collectors.
>
>


Re: [akka-user] akka-http Http.outgoingConnectionHttps and self-signed certs

2017-05-24 Thread Joan G
What happened at the end?
I'm having the same issue and find insane that disabling all the security 
(just to identify where is the issue) is still not working.

On Wednesday, 18 May 2016 22:13:03 UTC+1, Eric Swenson wrote:
>
> Apart from my prior point — that it is not practical for my test 
> environment to configure all the trust anchors (self signed cert signer), I 
> decided to try it anyhow for a single self-signed cert. I still am having 
> issues: here is the code:
>
> val trustStoreConfig = TrustStoreConfig(None, 
> Some("/Users/eswenson/self-signed-cert.jks"))
>   val trustManagerConfig = 
> TrustManagerConfig().withTrustStoreConfigs(List(trustStoreConfig))
>
>   val looseConfig = SSLLooseConfig().withAcceptAnyCertificate(true).
> withDisableHostnameVerification(true).
> withAllowLegacyHelloMessages(Some(true)).
> withAllowUnsafeRenegotiation(Some(true)).
> withAllowWeakCiphers(true).
> withAllowWeakProtocols(true).
> withDisableSNI(true)
>
>   val sslConfig = AkkaSSLConfig().mapSettings(s =>
>  s.withLoose(looseConfig).withTrustManagerConfig(trustManagerConfig)
>   )
>
>   val connectionContext = Http().createClientHttpsContext(sslConfig)
>
>   lazy val connectionFlow: Flow[HttpRequest, HttpResponse, Any] =
> Http().outgoingConnectionHttps(host, port, connectionContext)
>
>   def httpSRequest(request: HttpRequest): Future[HttpResponse] =
> Source.single(request).via(connectionFlow).runWith(Sink.head)
>
> As you can see, I’m using a trust store with the self-signed cert in it. 
>  Even with the trust store and enabling all the loose config options (I 
> tried it without looseConfig to no avail), I’m still getting errors:
>
> background log: info: [INFO] [05/17/2016 18:49:17.574] 
> [ClusterSystem-akka.actor.default-dispatcher-25] [ExperimentInstance(
> akka://ClusterSystem)] fetchExperiment: 
> exception=akka.stream.ConnectionException: Hostname verification failed! 
> Expected session to be for 
> xxx-GfsElb-1RLMB4EAK0HUM-785838730.us-west-2.elb.amazonaws.com 
> 
> background log: error: akka.stream.ConnectionException: Hostname 
> verification failed! Expected session to be for 
> xxx-GfsElElb-1RLMB4EAK0HUM-785838730.us-west-2.elb.amazonaws.com 
> 
>
> Why is it doing any host name verification?  The loose config specifies:
>
>  withDisableHostnameVerification(true)
>
> I’m finding it hard to believe it is this hard to do HTTPS with 
> self-signed certs.  Any suggestions?
>
> — Eric
>
> On May 17, 2016, at 5:11 PM, Eric Swenson  
> wrote:
>
> I don't want or need to configure a specific trust anchor. I want to be 
> able to do the equivalent of "curl -k" on a set of local servers, with 
> different signing certs. I would have thought the loose 
> "acceptAnyCertificate" would have been precisely for this.  What does that 
> setting do?
>
> If the only way to allow self-signed certs is through setting up a trust 
> store, I can do that.
>
>
> -- Eric
>
>
> On May 17, 2016, at 16:30, Konrad Malawski  > wrote:
>
> Have you attempted to "do the right thing" ™?
> Which is to add the certificate to a trust store, instead of disabling all 
> TLS features?
>
> It's actually not that hard and documented here: 
> http://typesafehub.github.io/ssl-config/CertificateGeneration.html
>
> Also, you can always drop down to the raw low level Java APIs, as this 
> example shows: 
>
> https://github.com/akka/akka/blob/master/akka-http-tests/src/main/java/akka/http/javadsl/server/examples/simple/SimpleServerApp.java
> (it's server side, but the same process can be done for client – pretty 
> much)
>
> -- 
> Konrad `ktoso` Malawski
> Akka  @ Lightbend 
>
> On 18 May 2016 at 01:25:32, Eric Swenson (er...@swenson.org ) 
> wrote:
>
> I have a need (no, not in production) to have an akka-based service 
> contact another service using TLS where the remote service is using a 
> self-signed cert.
>
> I've used AkkaSSLConfig to configure the "loose" settings:
>
> val looseConfig = SSLLooseConfig().withAcceptAnyCertificate(true).
>   withDisableHostnameVerification(true).
>   withAllowLegacyHelloMessages(Some(true)).
>   withAllowUnsafeRenegotiation(Some(true)).
>   withAllowWeakCiphers(true).
>   withAllowWeakProtocols(true).
>   withDisableSNI(true)
>
>
> and despite trying all of the, still get the following exception when 
> trying to access the remote service:
>
>  sun.security.validator.ValidatorException: PKIX path building failed: 
> sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
> valid certification path to requested target
>
>
> It was my impression that the loose config:
>
>
> withAcceptAnyCertificate(true)
>
>
> should have prevented the TLS implementation from trying to verify the 
> cert. 
>
>
> What am I 

Re: Release Kubernetes Plugin 0.9

2016-11-02 Thread Joan G
Thanks Daniel!

On Wednesday, 2 November 2016 15:56:06 UTC, Daniel Beck wrote:
>
>
> > On 02.11.2016, at 16:48, Joan G <jo...@goyeau.com > wrote: 
> > 
> > I see in many places that the version 0.9 of the Kubernetes Plugin is 
> released. 
> > But I can't see the new version actually released on the official page 
> and also in the Plugin updates in Jenkins. 
>
> Seems the release failed and only created a snapshot build. 
>
> I'll inform Carlos. 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/110653d7-c37b-44f3-88ec-17f79a1c99e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Release Kubernetes Plugin 0.9

2016-11-02 Thread Joan G
Hi,

I see in many places that the version 0.9 of the Kubernetes Plugin is 
released.
But I can't see the new version actually released on the official page and 
also in the Plugin updates in Jenkins.

Would it be possible to push the release button?

Cheers

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/2e89-f167-4921-b6f3-f9abed1a7aa3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Caracters rars a pàgina web

2016-08-27 Thread Joan G. Villaraco
Hola, jo tenia en mateix problema en una maquina que venia migrant des de
Debian6 i ara era una Jessie (totalment stable). S'ha solucionat
configurant les fonts de paquets de backports i instal·lant el firefox
d'aquests repos. En concret ara tinc el firefox a versió 45

Joan

2016-06-01 18:03 GMT+02:00 Laura Nubiola G-Sañudo :

> Ni idea, potser tens una font de sitema que utilitzi el mateix nom?
>
> 2016-06-01 12:07 GMT+02:00 Ricard Pradell :
>
>> Encara vaig força perdut, vist el que em passa amb les icones de Font
>> Awesome, teniu alguna idea del que m'està passant?
>>
>> Salut
>>
>> Ricard
>>
>> El dia 27 de maig de 2016, 21:15, Ricard Pradell  ha
>> escrit:
>>
>>> Hola,
>>>
>>> Netejar la caché no ha funcionat, ja ho vaig provar en el seu dia. I si,
>>> s'ha de fer login per veure aquests caracters rars... De totes maneres,
>>> m'heu donat una pista sobre el que està passant. En visitar la pàgina de 
>>> Font
>>> Awesome Icons , el que veig amb iceweasel
>>> no té res a veure amb el que veig amb Chromium. A Iceweasel veig... els
>>> símbols rars i lletres tamils, xineses, sànscrites... Us passo exemples.
>>>
>>> No tinc problemes enlloc més amb les representacions de caracters
>>> ($LANG=ca_ES@UTF8) però està clar que en aquest entorn en concret de
>>> iceweasel, la traducció dels caracters unicode falla per algun lloc.
>>>
>>> Ens anem acostant...
>>>
>>> Ricard
>>>
>>> El dia 27 de maig de 2016, 10:25, Marc  ha escrit:
>>>
 Hola,

 s'ha de fer login per veure alguna d'aquestes imatges? El perquè t'està
 passant és molt diferent si estan ficades a la página com a imatge pura i
 dura o bé com a Font Awesome Icons  o
 similar. Aleshores seria convenient que ens diguis una URL on poguéssim
 veure el problema sense fer login.

 M'he connectat un momentet a la web d'aquest conegut banc amb que
 treballes. A dalt a la dreta, sense fer login, em surten 4 o 5 icones. Una
 d'elles sembla la mateixa que la de l'adjunt que vas enviar, la de una
 persona amb auricular i micro. Aquesta imatge, a la portada i sense fer
 login, la veus bé? Aquesta icona està ficada a la web com a imatge pura i
 dura, i corresòn a la següent URL:

 https://www.bbva.es/estaticos/mult/atencion_cliente.png

 - Què es veu quan accedeixes a aquesta URL amb l'ordinador que falla?
 - No tens un proxy a la feina entre el teu ordinador i "el internet"?
 - Si mires d'accedir-hi sense el https va bé?

 http://www.bbva.es/estaticos/mult/atencion_cliente.png (url sense
 https)

 Marc ///

 El dia 27 de maig de 2016, 8:06, tictacbum  ha
 escrit:

> Pots provar-ho en un perfil nou de l'iceweasel a veure si segueix
> passant:
> iceweasel -p
> No recordo si la p ha de ser majúscula
>
> Salut!
> El dia 26 maig 2016 8:13 p. m., "Josep Lladonosa" 
> va escriure:
>
>
>>
>> 2016-05-26 19:19 GMT+02:00 Ricard Pradell :
>>
>>> Hola,
>>>
>>> Mercès per les aportacions. He pogut comprovar que el "defacement"
>>> només passa amb iceweasel (no amb chromium ni epiphany) i només en 
>>> aquesta
>>> màquina en qüestió, no tinc restriccions de cap mena que jo no sàpiga 
>>> (sóc
>>> l'administrador) i no utilitzo no-script.
>>>
>>> Una de les coses que més m'intriguen és saber d'on treu aquestes
>>> tipologies, símbols i lletres xines. En algun lloc de la programació de 
>>> la
>>> pàgina li ha de dir que vagi a buscar la lletra "chin chan", no? Tinc
>>> nocions de programació, però la programació web sempre m'ha semblat com 
>>> una
>>> olla d'espaguettis on les coses funcionen segons les lleis de la física 
>>> o
>>> l'algorítmia d'una dimensió paral·lela. I la aparició d'aquests 
>>> ectoplasmes
>>> digitals m'ho confirma.
>>>
>>> Potser hi ha algun fitxer de configuració de l'iceweasel on pugui
>>> esborrar alguna cosa i tornar a aquesta dimensió?
>>>
>>
>> Has provat d'esborrar la memòria cau de l'iceweasel? De vegades és
>> això el que fa la guitza.
>>
>>
>>
>>
>>>
>>> Ricard
>>>
>>> El dia 26 de maig de 2016, 16:13, Laura Nubiola G-Sañudo <
>>> la...@nubiola.cat> ha escrit:
>>>
 I no pot ser que la font de les icones no s'estigui carregant? Que
 des de la feina bloquegin el sever on està guardat la font o algo 
 així...

 2016-05-26 16:26 GMT+02:00 Joan :

>  Pots ser que tinguis el javascript bloquejat amb no-script o
>  similars??
>
>  Joan Cervan
>
> > El Thu, 26 May 2016 15:19:18 +0200
> > Ricard Pradell  

Re: Per ajudar a l'equip de neteja de SPAM....

2016-03-10 Thread Joan G. Villaraco
A l'espera de la resposta de la llista en quan a l'error al registre:
Account creation failed: Due to an ongoing spam attack, this wiki is
configured to not automatically create wiki accounts for some users. Please
contact w...@debian.org first if you wish to create an account, and
describe what you want to do in the wiki..

Joan

2016-03-10 12:33 GMT+01:00 Joan G. Villaraco <joan...@gmail.com>:

> Hola Oscar (i la resta), he provat a donar-me d'alta a la wiki que li has
> proposat a la Rita per tal d'ajudar-vos a la gestió de l'spam. El formulari
> de d'alta genera una alerta:
> *Account creation failed: Due to an ongoing spam attack, this wiki is
> configured to not automatically create wiki accounts for some users. Please
> contact w...@debian.org <w...@debian.org> first if you wish to create an
> account, and describe what you want to do in the wiki..*
>
> Des d'aquí podeu fer alguna cosa?
>
>
> Entenc que voleu més gent per a revisar i jo puc dedicar una part del meu
> temps.
>
> Salut,
>
>
>
> Joan
>
> 2016-03-08 18:52 GMT+01:00 Oscar Osta Pueyo <oostap.lis...@gmail.com>:
>
>> Hola,
>> En resposta al dubte de la Rita i creant un nou fil.
>>
>> Per ajudar a l'equip de neteja de SPAM és bastant senzill.
>>
>> Primer de tot, necessites un usuari per editar el wiki de debian, pots
>> donar-te d'alta aquí
>> https://wiki.debian.org/I18n/CatalanSpamClean?action=newaccount
>>
>> Un cop tinguis l'usuari creat has d'anar a
>> https://wiki.debian.org/I18n/CatalanSpamClean on trobaràs l'objectiu i
>> algunes indicacions per fer la neteja.
>>
>> En resum, la idea és verificar tots els missatges per debian-user-catalan
>> i debian-l10-catalan un cop el mes està tancat. Has de verificar
>> missatge per missatge i en el cas de detectar que un missatge és SPAM
>> fer servir el botó de la part superior dreta del missatge i reportar el
>> missatge com SPAM. Un missatge es considera SPAM si s'ha reportat 5 cops.
>>
>> Llavors, un cop comprovat tots els missatges, has d'editar el wiki per
>> canviar en la secció de la llista i mes el següent:
>> 1. <<Icon(star_off.png) per <<Icon(star_on.png) per
>> crear un estel més que és igual a una verificació.
>> 2. || adria || incloure el teu nom || adria oostap ||
>>
>> Amb això estaria la feina feta.
>>
>> Salut!!!
>>
>> --
>> Oscar Osta Pueyo
>> oostap.lis...@gmail.com
>> _kiakli_
>>
>>
>


Re: Per ajudar a l'equip de neteja de SPAM....

2016-03-10 Thread Joan G. Villaraco
Hola Oscar (i la resta), he provat a donar-me d'alta a la wiki que li has
proposat a la Rita per tal d'ajudar-vos a la gestió de l'spam. El formulari
de d'alta genera una alerta:
*Account creation failed: Due to an ongoing spam attack, this wiki is
configured to not automatically create wiki accounts for some users. Please
contact w...@debian.org  first if you wish to create an
account, and describe what you want to do in the wiki..*

Des d'aquí podeu fer alguna cosa?


Entenc que voleu més gent per a revisar i jo puc dedicar una part del meu
temps.

Salut,



Joan

2016-03-08 18:52 GMT+01:00 Oscar Osta Pueyo :

> Hola,
> En resposta al dubte de la Rita i creant un nou fil.
>
> Per ajudar a l'equip de neteja de SPAM és bastant senzill.
>
> Primer de tot, necessites un usuari per editar el wiki de debian, pots
> donar-te d'alta aquí
> https://wiki.debian.org/I18n/CatalanSpamClean?action=newaccount
>
> Un cop tinguis l'usuari creat has d'anar a
> https://wiki.debian.org/I18n/CatalanSpamClean on trobaràs l'objectiu i
> algunes indicacions per fer la neteja.
>
> En resum, la idea és verificar tots els missatges per debian-user-catalan
> i debian-l10-catalan un cop el mes està tancat. Has de verificar missatge
> per missatge i en el cas de detectar que un missatge és SPAM fer servir
> el botó de la part superior dreta del missatge i reportar el missatge com
> SPAM. Un missatge es considera SPAM si s'ha reportat 5 cops.
>
> Llavors, un cop comprovat tots els missatges, has d'editar el wiki per
> canviar en la secció de la llista i mes el següent:
> 1. < un estel més que és igual a una verificació.
> 2. || adria || incloure el teu nom || adria oostap ||
>
> Amb això estaria la feina feta.
>
> Salut!!!
>
> --
> Oscar Osta Pueyo
> oostap.lis...@gmail.com
> _kiakli_
>
>


[webpy] Re: Webpy CookBook PDF

2015-01-21 Thread Joan G. Villaraco
Thanx Alejandro!!!

El sábado, 2 de octubre de 2010, 20:55:03 (UTC+2), Alejandro Villanueva 
escribió:

 I just made a pdf from the web webpy.org/cookbook hopefully someone will 
 find it useful to use it offline here is the download link
  
 http://dl.dropbox.com/u/8087358/Web_py_Cookbook_web_py%5B1%5D.pdf
  
 Cheers :)

 -- 
 Alejandro Villanueva Escalante
 www.iAlex.org
 Admin [At] iAlex [Dot] org
 ialex [At] LinuxMerida [Dot] org

 P Antes de imprimir este mensaje, asegúrese de que es necesario. El medio 
 ambiente está en nuestras manos.  ü  Ahorra papel
  

-- 
You received this message because you are subscribed to the Google Groups 
web.py group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to webpy+unsubscr...@googlegroups.com.
To post to this group, send email to webpy@googlegroups.com.
Visit this group at http://groups.google.com/group/webpy.
For more options, visit https://groups.google.com/d/optout.


[Bug 775700] Re: Problem when upgrading Maverik to Natty

2011-05-03 Thread Joan G.
Jean-Baptiste, could you, please, assist me on how to do such a thing?
I've been trying to force different versions of xserver-xorg-core and 
libdrm-nouveau1 via synaptic but it does not work...

Thank you very much for your help.

Joan

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/775700

Title:
  Problem when upgrading Maverik to Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 775370] Re: E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

2011-05-02 Thread Joan G.
I am afraid that I'm in front of a similar situation.

According to my apt.log:

Broken libdrm-nouveau1a:i386 Rompe on libdrm-nouveau1 [ i386 ]  
2.4.25~glasen~maverick~ppa1  ( libs )
  Considering libdrm-nouveau1:i386 70 as a solution to libdrm-nouveau1a:i386 13
  Holding Back libdrm-nouveau1a:i386 rather than change libdrm-nouveau1:i386
Broken keyboard-configuration:i386 Depende on upstart-job [ i386 ]  none  ( 
none )
  Considering upstart:i386 61 as a solution to keyboard-configuration:i386 48
  Holding Back keyboard-configuration:i386 rather than change upstart-job:i386
Broken ecryptfs-utils:i386 Depende on upstart-job [ i386 ]  none  ( none )
  Considering upstart:i386 61 as a solution to ecryptfs-utils:i386 34
  Holding Back ecryptfs-utils:i386 rather than change upstart-job:i386
Broken console-setup:i386 Depende on keyboard-configuration [ i386 ]  none - 
1.57ubuntu20  ( utils )
  Considering keyboard-configuration:i386 48 as a solution to 
console-setup:i386 19
  Holding Back console-setup:i386 rather than change keyboard-configuration:i386
Broken xserver-xorg-core:i386 Depende on keyboard-configuration [ i386 ]  none 
- 1.57ubuntu20  ( utils )
  Considering keyboard-configuration:i386 48 as a solution to 
xserver-xorg-core:i386 69
  Holding Back xserver-xorg-core:i386 rather than change 
keyboard-configuration:i386
Broken xserver-xorg-input-evdev:i386 Depende on xorg-input-abi-12 [ i386 ]  
none  ( none )
  Considering xserver-xorg-core:i386 69 as a solution to 
xserver-xorg-input-evdev:i386 6
  Holding Back xserver-xorg-input-evdev:i386 rather than change 
xorg-input-abi-12:i386
Broken xserver-xorg-input-wacom:i386 Depende on xorg-input-abi-12 [ i386 ]  
none  ( none )
  Considering xserver-xorg-core:i386 69 as a solution to 
xserver-xorg-input-wacom:i386 2
  Holding Back xserver-xorg-input-wacom:i386 rather than change 
xorg-input-abi-12:i386
Broken xserver-xorg-video-mga:i386 Depende on xorg-video-abi-10 [ i386 ]  none 
 ( none )
  Considering xserver-xorg-core:i386 69 as a solution to 
xserver-xorg-video-mga:i386 0
  Holding Back xserver-xorg-video-mga:i386 rather than change 
xorg-video-abi-10:i386
Investigating (9) xserver-xorg-video-openchrome [ i386 ]  
1:0.2.904+svn842-0ubuntu1 - 1:0.2.904+svn916-1build1  ( x11 )
Broken xserver-xorg-video-openchrome:i386 Depende on xorg-video-abi-10 [ i386 ] 
 none  ( none )
  Considering xserver-xorg-core:i386 69 as a solution to 
xserver-xorg-video-openchrome:i386 0
  Holding Back xserver-xorg-video-openchrome:i386 rather than change 
xorg-video-abi-10:i386
Broken xserver-xorg-video-vmware:i386 Depende on xorg-video-abi-10 [ i386 ]  
none  ( none )
  Considering xserver-xorg-core:i386 69 as a solution to 
xserver-xorg-video-vmware:i386 0
  Holding Back xserver-xorg-video-vmware:i386 rather than change 
xorg-video-abi-10:i386
Broken xserver-xorg-video-geode:i386 Depende on xorg-video-abi-10 [ i386 ]  
none  ( none )
  Considering xserver-xorg-core:i386 69 as a solution to 
xserver-xorg-video-geode:i386 0
  Holding Back xserver-xorg-video-geode:i386 rather than change 
xorg-video-abi-10:i386
Investigating (9) fglrx [ i386 ]  none - 2:8.840-0ubuntu4  ( restricted/misc 
)
Broken fglrx:i386 Depende on xserver-xorg-core [ i386 ]  
2:1.9.2.901+git20101129+server-1.9-branch.65f2ab20-0ubuntu0sarvatt2~maverick - 
2:1.10.1-1ubuntu1  ( x11 ) (= 2:1.10.0-0ubuntu1~)
  Considering xserver-xorg-core:i386 69 as a solution to fglrx:i386 -1
  Holding Back fglrx:i386 rather than change xserver-xorg-core:i386


What should I do in order to proceed with the upgrade of Maverick to natty?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/775370

Title:
  E:Error, pkgProblemResolver::Resolve generated breaks, this may be
  caused by held packages.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 775700] [NEW] Problem when upgrading Maverik to Natty

2011-05-02 Thread Joan G.
Public bug reported:

ould not calculate the upgrade

An unresolvable problem occurred while calculating the upgrade:
E:Error, pkgProblemResolver::Resolve generated breaks, this may be
caused by held packages.

This can be caused by:
* Upgrading to a pre-release version of Ubuntu
* Running the current pre-release version of Ubuntu
* Unofficial software packages not provided by Ubuntu

If none of this applies, then please report this bug against the
'update-manager' package and include the files in
/var/log/dist-upgrade/ in the bug report.

Restoring original system state

I have this problem at upgrade from version 10.10 to 11.04.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/775700

Title:
  Problem when upgrading Maverik to Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 775700] Re: Problem when upgrading Maverik to Natty

2011-05-02 Thread Joan G.
** Attachment added: apt.log
   https://bugs.launchpad.net/bugs/775700/+attachment/2106429/+files/apt.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/775700

Title:
  Problem when upgrading Maverik to Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 775700] Re: Problem when upgrading Maverik to Natty

2011-05-02 Thread Joan G.
** Attachment added: main.log
   
https://bugs.launchpad.net/ubuntu/+bug/775700/+attachment/2106430/+files/main.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/775700

Title:
  Problem when upgrading Maverik to Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 775370] Re: E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

2011-05-02 Thread Joan G.
First of all, I'm sorry for my rudeness in the first message I posted...
@Jean I do really appreciate you help, however it didn't work or I didn't know 
how to do it
but I've followed your suggestion and I've posted a new bug 
(https://bugs.launchpad.net/ubuntu/+bug/775700)!

Thank you very much for your help!

Joan

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/775370

Title:
  E:Error, pkgProblemResolver::Resolve generated breaks, this may be
  caused by held packages.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Admpub] Resum de la reunió

2008-05-11 Thread Joan G. Villaraco
Hola, no vaig assistir a la reunió, però se m'acut que podrieu/em fer una mena 
llista de tasques orfes (a l'estil dels paquets de Debian) i que la gent 
podriem 'adoptar-les'. Perque no sempre sigueu els mateixos els que feu les 
tasques ...

Això si, caldria que féssiu aquesta llista, posar-la al wiki i a veure com la 
gent respon. Com ho veieu? ...

Salut i PL també per tu ... ;)

Joan.

On Sunday 11 May 2008 03:13:26 Quiron wrote:
 Hola,

 he escrit un resum de la reunió del passat divendres a la següent direcció:
 http://wiki.lliure.eu/index.php?title=Resum_reunio_admpub
 Les persones interessades hauriem de anar-nos encarregant de les diferents
 tasques que varem proposar.

 Fins aviat!

 Salut i PL!



-- 
Joan G. Villaraco
___
Admpub mailing list
Admpub@llistes.softcatala.org
http://llistes.softcatala.org/mailman/listinfo/admpub


Re: [admpub] Estat de salut del programari lliure a Catalunya

2006-09-26 Thread Joan G. Villaraco
Sisplau afegiu-me a la llista, estic a un organisme públic i penso que 
podré aportar alguna cosa a la iniciativa


Dr. Joan de Gracia wrote:

Estic molt content de veure noms coneguts d'altres llistes :-)

I sobretot perquè hem començat un projecte i perquè veig que hi ha 
suficient massa crítica (perdoneu per l'expressió) perquè tot això 
arribi a bon port, o si més no és el que m'agradaria.


Gràcies a tothom que està seguint els escrits i s'està sumant a 
l'iniciativa.





--
--
Joan G. Villaraco
   Linux User: #374073 (http://counter.li.org)
   GPG KeyID: C64FDED8 (http://www.keyserver.net)

Podeu consultar els arxius d'aquesta llista o canviar la vostra
subscripció a http://www.softcatala.org/llistes/



[Compu-Ads] Online Work FT/PT approx. $500/day with limited positions!

2005-06-01 Thread Joan G .
Online Work FT/PT approx. $500/day with limited positions! 

Sign up now at 

http://sigurd58.daisyd555.hop.clickbank.net

You WILL make $500 a day with this online program spending less than an hour 
day! Do not be scammed by other programs out there that promise you money and 
never give you it. This program promises real paychecks instead of fake offers 
that are worth money.  Offer near termination!

 



==
Get your ad blasted to 900,000 opportunity seekers!!
http://lucky7.to/pads or http://postads.cjb.net




 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/compu-ads/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Borrar o sobreescribir CD-RW

2001-02-01 Thread Joan G. Villaraco
Hola lista,

Mi intención es hacer copia de la info que desarrollo
en CDRW, pero no se cual puede ser el mejor proceso:

1.- Hago una imagen de los directorios que me
interesen , borro una copia anterior (con las
rotaciones que toquen) y escribo la imagen ...

Aqui viene mi primer problema, como hago para borrar
la  info anterior del CD?, hace falta?

Saludos lista,

=
Joan G.Villaraco
I2-Cat

___
Do You Yahoo!?
Consiga gratis su dirección @yahoo.es en http://correo.yahoo.es



Re: Objetivos Linux

2001-01-02 Thread Joan G. Villaraco
Hola,

1) Yo lo hice diferente, empece con SUSE y tambien me
canse de que me tocara los ficheros de configuración,
asi que tambien pasé a Debian ...

2) Mutt permite utilizar IMAP seguro? y de varias
cuentas?

3) Si, existe un executable (nada de GNU o abierto) de
real que permite escuchar la radio por inet, yo lo
hago en casa (eso si con las X, de consola no he
buscado, anue creo que tendria que hacerlo) ...

Saludos,

=
Joan G.Villaraco
I2-Cat

___
Do You Yahoo!?
Consiga gratis su dirección @yahoo.es en http://correo.yahoo.es



Re: A vueltas con el modem ...

2000-12-22 Thread Joan G. Villaraco
Hola Jon y debian -list

Hola, antes de nada gracias por ayudar, y disculpas
por no haberte contestado antes, hasta que no he hecho
vacaciones no he podido hacer las pruebas ...

Bueno, tuve que instalar el minicom, con algun
problemilla, pero funciono.

Ahora tras realizar alguna prueba puedo escribir
alguna cosa ...

1.- Arranco el minicom y el led de TR o DTR
(dependediendo del modem con el que hago las pruebas
pasa de encendido a apagado y luego a encendido de
nuevo.

2.- Cuando le digo ctrl-a+d para que haga un marcado,
abre la ventana de Dialing y tras decirle que marque
una entrada previamente editada no hace ningun ruido
(ya se que no hace falta, el altavoz del modem puede
estar silenciado) de marcado, sino que aparece en la
ventana el contador hacia atras para volver a marcar y
si ejecuto espacio dice que no le es posible marcar
No connection, cancelled.
(esto ocurre configurando el ttyS0 y el ttyS1).

3.- En el minicom.log no parece nada de nada ...

a alguien se le ocurre algun cosa ...

Gracias por anticipado ...

--- Jon Noble [EMAIL PROTECTED] escribió: 
Hola,
 
 El sáb, 09 dic 2000 11:25:13 Joan G. Villaraco
 escribió:
  Despues de un par de semanas a vueltas el
  modem (estoy
  ...
  ahora solo modem]), ya no se que hacer.
  He leido (y releido y releido y ...) el
  modem-HOWTO, pero
  no saco en
  claro pq no funciona ...
 
 ¿Exactamente en qué punto no te funciona? El primer
 paso es comprobar que la
 comunicación entre tu sistema y el modem es
 correcta. Prueba a enviar un comando
 AT con el minicom. 
 Si la comunicación es correcta, dinos cuando falla
 (y si nos mandas el log
 mejor).
 
 Un saludo,
 
 Jon
 
 
 --  
 Unsubscribe?  mail -s unsubscribe
 [EMAIL PROTECTED] 
 /dev/null
 


=
Joan G.Villaraco
I2-Cat

___
Do You Yahoo!?
Consiga gratis su dirección @yahoo.es en http://correo.yahoo.es



Re: A vueltas con el modem ...

2000-12-22 Thread Joan G. Villaraco
 
 Bueno, por lo menos asi ya sabemos que el modem está
 conectado al PC :-)

Vale, vale, hasta aqui si ...  ;)

 
  2.- Cuando le digo ctrl-a+d para que haga un
 marcado,
  ...
  si ejecuto espacio dice que no le es posible
 marcar
  No connection, cancelled.
  (esto ocurre configurando el ttyS0 y el ttyS1).
 
 ¿Te responde el modem algo si le envias
 ATreturn?

Que va, como un eunuco veia a una doncella, ni se
mueve, ni se nota, ni traspasa ... de que me suena
esto?

Este es uno de los problemas, no se por donde empezar
a mirar para solucionarlo ...

Salud,

Joan.


=
Joan G.Villaraco
I2-Cat

___
Do You Yahoo!?
Consiga gratis su dirección @yahoo.es en http://correo.yahoo.es



Re: modem Supra interno

2000-12-10 Thread Joan G. Villaraco
1.- Es comatible es modem con linux?
(http://www.linuxhardware.net/ creo que aqui puedes
encontrar algo, sino habia una algo asi como
linuxmodems.com pero no la he encontrado, busca en
google).

2.- Si lo es, a configurar:
http://www.linuxdoc.org/HOWTO/Modem-HOWTO.html

En castellano no lo se prueba ha hacer una busqueda
con google en castellano de lo mismo, yo no conozco
nada).

Salud,

--- c d [EMAIL PROTECTED] escribió: 
¿Cómo hago funcionar un modem Supra Express 56i PRO
 en Debian 2.2?
 Por favor, pasito a pasito o que alguien me diga
 dónde hay documentación al respecto en español.
 Muchas gracias.
 Un saludo,
 Carlos
 
 
 
 
 
 

_
 http://www.latinmail.com.  Gratuito, latino y en
 español.
 
 
 --  
 Unsubscribe?  mail -s unsubscribe
 [EMAIL PROTECTED] 
 /dev/null
 


=
Joan G.Villaraco
I2-Cat

___
Do You Yahoo!?
Consiga gratis su dirección @yahoo.es en http://correo.yahoo.es



A vueltas con el modem ...

2000-12-09 Thread Joan G. Villaraco
Hola todos,

Despues de un par de semanas a vueltas el
modem (estoy
preparando un
sistema de proxy-fw para una salida a inet de una red
con cable
[por
ahora solo modem]), ya no se que hacer.

He leido (y releido y releido y ...) el
modem-HOWTO, pero
no saco en
claro pq no funciona ...

Existe algun alma caritativa que puede ayudar
a un pobre
novato de
Debian???  :'(

Tengo un 486DX4-100 con debian Potato.

Con setserial
pc02:~# setserial -g /dev/ttyS*
/dev/ttyS0, UART: 16450, Port: 0x03f8, IRQ: 4
/dev/ttyS1, UART: 16450, Port: 0x02f8, IRQ: 3
/dev/ttyS2, UART: unknown, Port: 0x03e8, IRQ: 4
/dev/ttyS3, UART: unknown, Port: 0x02e8, IRQ: 3

El dmesg, creo que da correcta la config:
...
Serial driver version 4.27 with no serial options
enabled
ttyS00 at 0x03f8 (irq = 4) is a 16450
ttyS01 at 0x02f8 (irq = 3) is a 16450 
...

   El /proc/interrupts (aqui puede haber algo
interesante, ¿pq
no
aparecen las IRQ del modem):
pc02:~# more /proc/interrupts
   CPU0
  0: 370429  XT-PIC  timer
  1:  2  XT-PIC  keyboard
  2:  0  XT-PIC  cascade
  5:   3744  XT-PIC  NE2000
 13:  1  XT-PIC  fpu
 14: 125880  XT-PIC  ide0
NMI:  0  

El /proc/ioports:
pc02:~# more /proc/ioports
...
02f8-02ff : serial(set)
03f8-03ff : serial(set) 

Ademas el /etc/serial.conf creo que esta
correcto ya que
tiene la misma
config que aparece en los mensajes de arranque.

Joan y gracias.

=
Joan G.Villaraco
I2-Cat

___
Do You Yahoo!?
Consiga gratis su dirección @yahoo.es en http://correo.yahoo.es