Re: KVM | Alma Linux 9.4

2024-09-02 Thread Joan g
ces. > > On 2024-09-01 16:40, Joan g wrote: > > Hi > > > > Yes done but masking them did not help. Still connection refused for > > sudo/root > > > > Jon > > > > On Sun, Sep 1, 2024 at 8:39 PM Fariborz Navidan > > wrote: > > >

Re: KVM | Alma Linux 9.4

2024-09-01 Thread Joan g
gt; > > > Hi. > > > > > > > > > Run the following command to mask the necessary services and let me > know > > > the outcome. > > > > > > > > > systemctl mask virtqemud.socket virtqemud-ro.socket > > > > > virtqe

Re: KVM | Alma Linux 9.4

2024-09-01 Thread Joan g
rtqemud.socket virtqemud-ro.socket > > > virtqemud-admin.socket virtqemud virtnetworkd virtstoraged > > Regards. > > On Sun, 1 Sept 2024, 16:42 Joan g, wrote: > > > Hi Fariborz, > > > > Thank you, I was able to manage bridge configurations. > > > > N

Re: KVM | Alma Linux 9.4

2024-09-01 Thread Joan g
; nmcli con add ifname cloudbr0 type bridge con-name cloudbr0 autoconnect yes > nmcli con add type bridge-slave ifname eth0 master cloudbr0 > nmcli con up cloudbr0 > > After creating the bridge, remove any assigned IP from the slave interface > (e.g eth0) and assign it to the bridg

KVM | Alma Linux 9.4

2024-08-27 Thread Joan g
Hello Community, Could someone provide guidance on setting up a bridge for the latest AlmaLinux 9.4? When I use `nmcli` to create a bridge, the ethernet interfaces keep going down, and I'm unable to bring them online. Any suggestions on working `nmcli` commands would be greatly appreciated and he

Re: Cloudstack 4.19 Behavior with MariaDB Galera Cluster

2024-08-14 Thread Joan g
Galera cluster. > > Could you share the value that you configured for db.usage.uri? please > make sure that you are connecting to the cloud_usage DB and not the > cloud DB. > > Best regards > > João Jandre > > On 8/13/24 08:24, Joan g wrote: > > Hello C

Cloudstack 4.19 Behavior with MariaDB Galera Cluster

2024-08-13 Thread Joan g
Hello Community, I am trying to explore the mariadb flexible URI introduced in 4.19 Ref: https://github.com/apache/cloudstack/pull/7895 My concern is on deployment with 2 or 3 Cloudstack management Servers. In the event of a server failure or restart, there's a possibility that each management se

Cloudstack Managment service Self Fencing

2024-05-27 Thread Joan g
Hello team, I have 2 node cloudstack management server deployment, the issue that is happening frequently is that Node_2 is always shutting down itself as a part of self fencing. Can someone guide on the possible reason for this, I can observe there is no network disconnection between the manageme

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 tryin

Re: Slow Metrics output in GUI

2024-02-27 Thread Joan g
nd 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 pr

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 mys

Re: Cloudstack DB using 3 Node Galrea Cluster.

2024-02-26 Thread Joan g
G > > 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 'wsr

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 o

Re: Update Password For Existing XEN Host

2024-02-14 Thread Joan g
ease 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 secu

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/archiv

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

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

Re: Cloudstack Agent 4.18.1 metrics issue

2023-12-13 Thread Joan g
d ? 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 > > Compi

Re: Cloudstack Agent 4.18.1 metrics issue

2023-12-13 Thread Joan g
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,

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 o

Re: VM/Disk Metrics Prometheus Export

2023-12-07 Thread Joan g
al > 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, &g

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:

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

Re: Cloud init settings for Config Drive on L2 networks

2023-10-06 Thread Joan g
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

Re: Cloud init settings for Config Drive on L2 networks

2023-10-05 Thread Joan g
nfigdrive.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

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

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 subsc

Re: Moving Storage traffic Label To New NIC

2023-06-22 Thread Joan g
e 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 > > > > > > > > >

Re: Moving Storage traffic Label To New NIC

2023-06-22 Thread Joan g
. 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

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 a

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: =

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 e

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 'downgrad

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 > env

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 > wrote: > > > > I see in many places that the version 0.9 of the Kubernetes Plugin is > released. > > But I can't see the new versi

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 y

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+0

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

2016-03-10 Thread Joan G. Villaraco
cribe what you want to do in the wiki.. Joan 2016-03-10 12:33 GMT+01:00 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

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 accoun

[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

Re: model de moció pels ajuntaments

2013-06-10 Thread Joan G. Villaraco
ttp://wiki.debian.org/ >> >> estaria bé coordinar-se millor, no només és interessant models com >> aquest, sinó també experiències on ha funcionat, no, i per què no, o >> per què sí >> >> 2013/6/10 Joan G. Villaraco: >> >>> Trobo aquesta iniciativa molt int

Re: model de moció pels ajuntaments

2013-06-10 Thread Joan G. Villaraco
Trobo aquesta iniciativa molt interessant. Vaig a veure si la puc engegar a l'Ajuntament de L'Hospitalet de Llobregat. Atentament, Joan 2013/6/10 XaviP > Hola llista d'usuaris debian, > > Al meu poble estem movent una moció entre els diferents grups municipals > per presentar al ple de l'ajun

[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 memb

[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 fo

[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 upgradi

[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

[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 curr

[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:i

Re: Instal.lar squeeze ?

2010-09-07 Thread Joan G. Villaraco
Hola Ferran, Crec que no hi ha una resposta concreta a la teva pregunta, però m'explico ... (des de la meva modesta opinió) Depèn del que vulguis fer amb el teu ordinador, qualsevol versió testing de Debian té moltes actualitzacions diàries de paquets, això vol dir que si necessites un servidor

Re: [Admpub] Resum de la reunió

2008-05-11 Thread Joan G. Villaraco
?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.

"Could not determine resource status" al kontact/kmail

2007-09-26 Thread Joan G. Villaraco
Hola a tots! Us envio aquest correu per veure si a algú li ha passat alguna cosa semblant a la meva, des de fa uns dies em succeeix que apareix un error al kmail del kontact que diu una cosa així: "Could not determine resource status", després afegeix moltes coses com "An attempt to determine

Re: [Admpub] Les dificultats per a complir la llei: casat amb windows

2007-05-26 Thread Joan G. Villaraco
Hola, Carrefour Tecnologia (http://www.carrefour.es/compras_internet/informatica.html) també en ven, de fet un dels portatils que ven de la marca Cofiman està esgotat temporalment, o sigui que l'iniciativa ha tingut exit ... 2007/5/26, Maarten de Boer <[EMAIL PROTECTED]>: He vist que al Beep (

Re: [orglliure] Temes de fons

2006-09-27 Thread Joan G. Villaraco
.com/orglliure%40www.softcatala.net/ -- -- -- Joan G. Villaraco Linux User: #374073 (http://counter.li.org) GPG KeyID: C64FDED8 (http://www.keyserver.net) --

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

2006-09-25 Thread Joan G. Villaraco
í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

[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.

Re: Drupal i gestors de forums

2005-02-01 Thread Joan G. Villaraco
) però que no aporta cap cosa sobre això segons el changelog (http://cvs.drupal.org/viewcvs/*checkout*/drupal/drupal/CHANGELOG.txt) Si algú te alguna cosa ha dir o sap més que jo ... Joan. Joan G. Villaraco wrote: Hola, He estat provant mòdul de fòrums del drupal com a gestor per uns fòrums de la

Re: USB a /dev/sda o a /dev/sdb

2005-01-31 Thread Joan G. Villaraco
Hola, a mi també m'ha passat, quan ho connecto, m'apareix alguna de les coses que s'havien grabat des de windows, si el monto a 'patilla' m'apareixen els fitxers grabats al pendrive. Espero que et serveixi d'alguna cosa, t'envio el meu fstab: /dev/sda /media/memstick vfat rw,noauto,user,exec,noa

Drupal i gestors de forums

2005-01-31 Thread Joan G. Villaraco
um ... He mirat per sobre els dels repositori de paquets de debian i diria que van pel mateix camí (crec) ... Algú coneix algun entorn on això sigui possible? Atentament, -- Joan G. Villaraco ~ Linux User: #374073 (http://counter.li.org) ~ GPG KeyID: C64FDED8 (http://www.keyserver.net) -- To U

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 ha

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

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 dice que no le es posible > marcar > > "No connection, cancelled". > > (esto ocurre configurando

Re: A vueltas con el modem ...

2000-12-22 Thread Joan G. Villaraco
nfigurando 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ó: > >

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 prueb

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 .