Fedora 17 - Postfix

2012-08-29 Thread Lázaro Morales
Hello, Why `postfix´ isn't not included in the Fedora 17 Official DVD? And why `sendmail´ comes now as the default mta agent? Best regards, Lázaro. * * Este mensaje de correo electrónico ha sido procesado por el * *

Re: Perl programming related question.

2012-08-17 Thread Lázaro Morales
Some time ago, Dave Cross said: Why bother wrestiling with complex regular expressions when someone else has already done the work? Perl has a URI module ("yum install perl-URI") which understands how URIs (and URLs) work. I'd recommend using that. use URI; my $url = URI->new('http://somesite.

Re: Perl programming related question.

2012-08-16 Thread Lázaro Morales
Some time ago, Chris Adams said: Of course, being perl, there's more than one way to do it. I would do something like: my ($file) = $url =~ m!^http://[^/]+/(.*)!; That would strip off the leading protocol/host, leaving the rest. If there was a subdirectory in the URL (e.g. http://host/some/fi

Re: Perl programming related question.

2012-08-16 Thread Lázaro Morales
Some time ago, Boris Epstein said: Lazaro, I don't remember all the details of how you'd do it but I believe you can use the split() function to split the string and then find the last member of the resulting array. Good luck! Boris. Thanks Boris and Craig, Using the split function I get this

Perl programming related question.

2012-08-16 Thread Lázaro Morales
Hello folks, This question is a bit off-topic but the Fedora Community is awesome. This is the question, How can I from this string: my $url = "http://somesite.org/somefile.zip";;# Example URL obtain only this sub-string: my $file = "somefile.zip"; Thanks very much, Lázaro. ***

[SOLVED] Re: FTP and Firewalls

2012-03-26 Thread Lázaro Morales
En 26/03/2012 14:46:20, Reindl Harald escribió: IPTABLES_MODULES="nf_conntrack_ftp" That module solve the problem, thanks very much to Reindl and Gary. Lázaro Este mensaje de correo electrónico ha sido procesado por el servidor de Frioclima -- users mailing list users@lists.fedoraproject

FTP and Firewalls

2012-03-26 Thread Lázaro Morales
Hello, I have a question about FTP service and iptables. This is the default configuration for iptables on Fedora. I just added the 4th rule giving access to port 21 running vsftpd. # iptables -nL Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT al

Re: Changing timezone configuration

2012-03-26 Thread Lázaro Morales
En 23/03/2012 16:54:59, Maciek Borzecki escribió: try man 8 tzselect -- Maciek Borzecki Thanks to all, tzselect solve the problem. Best regards, Lázaro. Este mensaje de correo electrónico ha sido procesado por el servidor de Frioclima -- users mailing list users@lists.fedoraproject.org

Changing timezone configuration

2012-03-23 Thread Lázaro Morales
Hello, How after a fresh install of Fedora (without UI) it can be changed the timezone configuration? Is the file `/etc/adjtime` the correct? If is, What mean each value? Thanks in advance, Lázaro. Este mensaje de correo electrónico ha sido procesado por el servidor de Frioclima -- user

[SOLVED] Re: Ejabberd crash

2012-03-21 Thread Lázaro Morales
En 20/03/2012 14:56:36, Lázaro Morales escribió: I got this error when try to execute it I just changed owner of ejabberd install dir to `ejabberd` user and worked fine. Thanks to Ed and Fedora Comunity. Regards, Lázaro. Este mensaje de correo electrónico ha sido procesado por el

Re: Ejabberd crash

2012-03-21 Thread Lázaro Morales
En 20/03/2012 20:05:47, Ed Greshko escribió: Is there any good reason you didn't just "yum install ejabberd"? Well, I'm using CentOS 6.2 i686 and ejabberd is not in the main repository. But thanks to EPEL maintainers, now I can `yum install ejabberd`. I have another question, these packag

Ejabberd crash

2012-03-20 Thread Lázaro Morales
Hello, After install ejabberd binaries from official site (http://www.ejabberd.im/) and created the ejabberd user I got this error when try to execute it. $ sudo /etc/init.d/ejabberd start Starting ejabberd... Crash dump was written to: /opt/ejabberd-2.1.10/logs/erl_crash_20120320-094839

[SOLVED] Re: Problem converting RFC 4716 to OpenSSH key file

2012-03-07 Thread Lázaro Morales
I don't know why, but after several tries it works. Best Regards, Lázaro En 07/03/2012 11:24:40, Lázaro Morales escribió: Hello, When I try to convert a RFC 4716 key file to OpenSSH (Specifically those generated by PuTTY) I get: # ssh-keygen -i -f dsa-key.pub &g

Problem converting RFC 4716 to OpenSSH key file

2012-03-07 Thread Lázaro Morales
Hello, When I try to convert a RFC 4716 key file to OpenSSH (Specifically those generated by PuTTY) I get: # ssh-keygen -i -f dsa-key.pub >> .ssh/authorized_keys dsa-key.pub: Permission denied The files permissions are: -rwxrwxrwx. 1 root root 680 Mar 7 05:59 dsa-public-key.pub

Re: setting up proxy for entire system using a script.

2011-11-10 Thread Lázaro Morales
En 10/11/2011 11:10:41, Itamar Reis Peixoto escribió: > should I put this line into /etc/profile ? You should put it in /etc/environment, maybe you should add: https_proxy=$http_proxy ftp_proxy=$http_proxy Regards, Lázaro. Este mensaje de correo electrónico ha sido procesado por el servidor

Re: Just installed RHEL 6.1 and i have 0 repositories

2011-10-24 Thread Lázaro Morales
En 24/10/2011 14:55:53, Maxime Alarie escribió: > # Managed by (rhsm) subscription-manager If you have a valid subscription refer to: * http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/index.html Part II. "Package Management", Chapter 4: "Product Subscript

Re: Just installed RHEL 6.1 and i have 0 repositories

2011-10-24 Thread Lázaro Morales
En 24/10/2011 13:19:28, Maxime Alarie escribió: > Im just wondering if someone know how to install packages on RHEL 6.1, I > have installed the demo version but the repositories are empty You should have in "/etc/yum.repos.d/" folder a file "rhel-base.repo", check inside in the property "en

Re: RHEL6 Wallpapers

2011-08-29 Thread Lázaro Morales
On 08/29/2011 01:03 PM, Sam Sharpe wrote: > If you want the Red Hat desktop background, then you need to get it > from Red Hat - it can be found in the redhat-logos SRPM package on > their website. I would link you to it, but I don't feel comfortable > redistributing their branded items either. Th

Re: Good distributed compilation system?

2011-08-29 Thread Lázaro Morales
sitory. Best regards, -- Lázaro Morales Este mensaje de correo electrónico ha sido procesado por el servidor de Frioclima -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines

RHEL6 Wallpapers

2011-08-29 Thread Lázaro Morales
Hello, I like so much RHEL6 artwork, Is there any place where I can download the RHEL6 default wallpapers? Thanks in advance, Lázaro. Este mensaje de correo electrónico ha sido procesado por el servidor de Frioclima -- users mailing list users@lists.fedoraproject.org To unsubscribe or change

libvirt network problem

2011-08-22 Thread Lázaro Morales
Hello, After a fresh install of libvirt in a box with one physical interface (eth0), I tried to set up a bridged network in br0: [ifcfg-eth0:] DEVICE=eth0 HWADDR=48:5b:39:ba:f9:2a NM_CONTROLLED=no BRIDGE="br0" ONBOOT=yes NETMASK=255.255.255.0 IPADDR=192.168.0.10 GATEWAY=192.168.0.2 DNS2=192.16

Re: GNOME logging problem

2011-08-11 Thread Lázaro Morales
Thanks gpe, > 1. Remove all gnome-shell extension and theme as root > yum remove gnome-shell-extension* gnome-shell-theme* > or I don't have any extension or theme installed. > 2. Create a new user account as root and try to login > useradd test1 > passwd test1 > I tri

GNOME logging problem

2011-08-11 Thread Lázaro Morales
Hello, Today after power on my work computer and log in I get this message: Oh no! Something has gone wrong. A problem has ocurred and the system can't recover. Please log out and try again. I tried log out and log in again but nothing happen. What could be doing this? The system is Fedo

Re: tsclient

2011-08-08 Thread Lázaro Morales
En 08/08/2011 13:09:38, Jussi Lehtola escribió: > Looks like it was marked dead in Fedora in September. You can use > gnome-rdp or remmina instead. Thanks Jussi, problem solved. Best regards, Lázaro. Este mensaje de correo electrónico ha sido procesado por el servidor de Frioclima -- users

tsclient

2011-08-08 Thread Lázaro Morales
Hello, How can I install tsclient on Fedora 15, the last package available on repo is tsclient-2.0.2-7.fc13 Thanks in advance. Best regards, Lázaro. Este mensaje de correo electrónico ha sido procesado por el servidor de Frioclima -- users mailing list users@lists.fedoraproject.org To uns

Re: Installing Mono.

2011-04-25 Thread Lázaro Morales
Thanks for the info. En 22/04/2011 17:11:21, James Wilkinson escribió: Lázaro Morales wrote: But the user is an Active Directory user in an existing domain, so when I try http://DOMAIN\user:pass@proxy:8080 The environment variable take the value: http

Re: [***Supuesto SPAM*** ] RT2870 (D-Link System AirPlus G DWL-G122)

2011-04-22 Thread Lázaro Morales
Try with this direct link: http://elrepo.org/linux/elrepo/el5/i386/RPMS/rt2870-firmware-8-1.elrepo.noarch.rpm Best Regards, Lázaro. En 22/04/2011 14:55:20, Lázaro Morales escribió: > Hi Vicenc, > > The driver need the Fedora kernel source for compiling, and it seems > that yo

Re: [***Supuesto SPAM*** ] RT2870 (D-Link System AirPlus G DWL-G122)

2011-04-22 Thread Lázaro Morales
Hi Vicenc, The driver need the Fedora kernel source for compiling, and it seems that you don't have it. You can compiling the kernel source or you can download a kernel module that come with the firmware. I recommend you this http://elrepo.org/tiki/rt2870-firmware. Best regards, Lázaro. E

Re: Installing Mono.

2011-04-21 Thread Lázaro Morales
There is a wonderful application, Cntlm http://cntlm.sourceforge.net/ and is available in the Fedora Official Repo. Resolved all my problems, now I can use yum and wget behind an ISA. Thanks for all, Lázaro. En 21/04/2011 07:17:49, Lázaro Morales escribió: > But the user is an Act

Re: Installing Mono.

2011-04-21 Thread Lázaro Morales
when I try: http://u...@domain.com:pass@proxy:8080 It's take the proxy port after the first @ and I get and error message again. What do you recommend me. Thanks, Lázaro. En 20/04/2011 14:54:53, Dario Lesca escribió: > Il giorno mer, 20/04/2011 alle 13.45 -0400, Lázaro Morales ha

Re: Installing Mono.

2011-04-20 Thread Lázaro Morales
ss the proxy, I tried with NTLM Authentication Proxy Server on Sourceforge.net but not work for the 2006 version. I will appreciate if you have any idea. Thanks, Lázaro. En 20/04/2011 13:26:49, Andrew Haley escribió: > On 04/20/2011 06:15 PM, Lázaro Morales wrote: >> The problem is that

Re: Installing Mono.

2011-04-20 Thread Lázaro Morales
The problem is that I can't connect directly to a Fedora Project Mirror and I'm trying to install it manually. Thanks, Lázaro. En 20/04/2011 13:13:03, Andrew Haley escribió: > On 04/20/2011 06:00 PM, Lázaro Morales wrote: >> Hello, >> >> Where can I downloa

Installing Mono.

2011-04-20 Thread Lázaro Morales
Hello, Where can I download the mono-2.6.7-4.fc14.rpm, in the Fedora Build System I only can find the source RPM. Thanks in advance. Best regards, Lázaro. Este mensaje de correo electrónico ha sido procesado por el servidor de Frioclima -- users mailing list users@lists.fedoraproject.org

Re: [***Supuesto SPAM*** ] Re: Convert to OGV.

2011-03-31 Thread Lázaro Morales
Thanks Sven, I will try with this tools too. En 31/03/2011 07:24:13, Sven Aluoor escribió: > More user friendly tool is "ffmpeg2theora". It's available in > third-party repo > http://pkgs.org/search/?keyword=ffmpeg2theora&search_on=smart&distro=0&arch=32-bit&exact=0 > > cheers Sven -- Using

Re: Convert to OGV.

2011-03-31 Thread Lázaro Morales
Thanks Richard, is just what I needed. En 30/03/2011 15:52:39, Richard Shaw escribió: > 2011/3/30 Lázaro Morales : >> Hello, >> >> Can someone recommend me an application for convert any video file >> (.avi, >> .mpeg, ...) to OGG or OGV video file? and, Is thi

Convert to OGV.

2011-03-30 Thread Lázaro Morales
Hello, Can someone recommend me an application for convert any video file (.avi, .mpeg, ...) to OGG or OGV video file? and, Is this application available in the Fedora Official Repo? Thanks in advance. Best regard, Lázaro. Este mensaje de correo electrónico ha sido procesado por el servido