Fedora 12 on Sun Blade x6250

2009-12-09 Thread Marcelo M. Garcia

Hi

I'm trying to install Fedora 12 x86_64 in a Sun Blade x6250 with PXE 
boot but the installation hangs when loading Anaconda, both in graphical 
and text mode. I'm using the Sun management tool (Sun eLOM) to do the 
network install, maybe Fedora requirements are to high to this tool, but 
does anyone knows a work around?


To test the text mode, I just added the word "text" to the end of line 
"APPEND" in pxelinux.0 file, like:

LABEL Fedora 12 x86_64
MENU LABEL Fedora 12 x86_64
KERNEL images/Fedora/12/x86_64/vmlinuz
APPEND initrd=images/Fedora/12/x86_64/initrd.img 
ramdisk_size=10 text


Thanks

Marcelo


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: The "other distro" to offer ppc support!

2009-09-16 Thread Marcelo M. Garcia

gil...@altern.org wrote:

Derek Piazza wrote:


I love my PPC Fedora 11 Server!  :-)


Why is it that whatever I say, there always seems to be somebody who's
only purpose is to contradict me? :) To tell you the truth, I wasn't even
aware that Fedora offered a ppc version. I thought this was a typical
Debian weirdos project.

So, tell me, OS X and Fedora being both Unices, what advantage do you see
in using Fedora over OS X?

Now that you know about Linux/Fedora, unless you need specialised software
such as Photoshop or FinalCut, would you invest again in Mac hardware?


Hi

PPC is also used to install in CellBE machines like PS3, QS22, etc. And 
the new Mac OS X is optimized for Intel, so no Snow Leopard on PPC.


Regards

mg.


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: snip extraneous quotes from your posts to the list, dammit

2009-09-13 Thread Marcelo M. Garcia

On 09/13/2009 03:20 PM, Robert L Cochran wrote:

Guidelines are voluntary.

I don't crucify, burn at stake, hang, dismember or torture other list
people for doing things differently. We do not live in the 1400s any
longer.

Bob



On 09/13/2009 10:00 AM, Patrick O'Callaghan wrote:

On Sun, 2009-09-13 at 09:52 -0400, Robert L Cochran wrote:

Do you give out tickets and fines, jail terms and excommunication for
the crime of posting?

Have you actually read the list guidelines (including the part about not
top-posting)?

poc





Hi

Do you like to live in peace with your neighbors? Is the same principle.

Regards

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Problem w/ setting Sun's JVM via (g)alternatives?

2009-08-27 Thread Marcelo M. Garcia

On 08/27/2009 06:20 PM, Daniel B. Thurman wrote:


Since I am trying to get Eclipse's Ganemede working
again, I am told that I would need to use Sun's JRE,
however, I opted to use the JDK instead of the JRE.

I have downloaded and installed Sun's JDK 1.6 & 1.5
into /opt and it looks good. I can via environment
setting run the java -version tests.

However

I have added the /opt/jdk[...]/bin/java to the alternatives
list in the 'java' category for both versions as follows:

/opt/jdk.1.6[...]/bin/java priority: 1000
/opt/jdk.1.5[...]/bin/java priority: 500

then selected JDK v1.6, and tried to launch Eclipse.

What resulted was a popup failure with the
relevant entry:

[...]
-vm /opt/jdk1.6.0_16/bin/../jre/lib/i386/client/libjvm.so
[...]
Note: the entire "barf" is at the end of the line.

Why is 'java' replaced with '../jre/lib/i386/client/libjvm.so'?
Yes, the -vm path exist.

Is this normal?

Side question: is the JRE instead of JDK required? I wanted
the JDK so that I can do Java development but I do not think
there is a difference except only where the jre path is different.

Thanks-
Dan

The "barf":
===
JVM terminated. Exit code=-1
-Xms40m
-Xmx512m
-XX:MaxPermSize=128m
-XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith

-XX:CompileCommand=exclude,org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding,

-XX:CompileCommand=exclude,org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPTemplates,instantiateTemplate

-XX:CompileCommand=exclude,org/eclipse/cdt/internal/core/pdom/dom/cpp/PDOMCPPLinkage,addBinding

-XX:CompileCommand=exclude,org/python/pydev/editor/codecompletion/revisited/PythonPathHelper,isValidSourceFile

-XX:CompileCommand=exclude,org/python/pydev/ui/filetypes/FileTypesPreferencesPage,getDottedValidSourceFiles

-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/share/eclipse/dropins

-Djava.class.path=/usr/lib/eclipse/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar

-os linux
-ws gtk
-arch x86
-showsplash
/usr/lib/eclipse//plugins/org.fedoraproject.ide.platform_3.4.2/splash.bmp
-launcher /usr/lib/eclipse/eclipse
-name Eclipse
--launcher.library
/usr/lib/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v20080805/eclipse_1116.so

-startup
/usr/lib/eclipse/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar

-vm /opt/jdk1.6.0_16/bin/../jre/lib/i386/client/libjvm.so
-vmargs
-Xms40m
-Xmx512m
-XX:MaxPermSize=128m
-XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith

-XX:CompileCommand=exclude,org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding,

-XX:CompileCommand=exclude,org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPTemplates,instantiateTemplate

-XX:CompileCommand=exclude,org/eclipse/cdt/internal/core/pdom/dom/cpp/PDOMCPPLinkage,addBinding

-XX:CompileCommand=exclude,org/python/pydev/editor/codecompletion/revisited/PythonPathHelper,isValidSourceFile

-XX:CompileCommand=exclude,org/python/pydev/ui/filetypes/FileTypesPreferencesPage,getDottedValidSourceFiles

-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/share/eclipse/dropins

-Djava.class.path=/usr/lib/eclipse/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar

===


Hi

I installed the JDK-1.6u16 in my F-11, and I used the following commands:
alternatives --install /usr/bin/java java /usr/java/jdk1.6.0_16/bin/java 2
alternatives --install /usr/bin/javac javac 
/usr/java/jdk1.6.0_16/bin/javac 2

alternatives --config java
alternatives --config javac

It seems that you are forgetting the 'config' part of 'alternatives'.

I use this CentOS wiki as reference:
http://wiki.centos.org/TipsAndTricks/PluginsFor64BitFirefox

Regards

mg.

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Thunderbird 3 and 2? Solved

2009-08-26 Thread Marcelo M. Garcia

On 08/25/2009 10:59 PM, Mike Cloaked wrote:




Marcelo M. Garcia wrote:



After looking a way to compact the header of a message, I found out that
this feature was removed from Thunderbird 3 beta 3, and it's not clear
if this is a final decision[1,2].

This was quite shocking news. In my case a loose a considerable amount
of "screen". And I image this is a problem to other people too.

I would like to know if it's possible to Fedora (or another repo) offer
both versions of Thunderbird, i.e., 2 and 3?




https://addons.mozilla.org/en-US/thunderbird/addon/13564

works nicely in TB 3 in F11...

Hi

Thank you very much. It really works fine.

Regards

mg.

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Thunderbird 3 and 2?

2009-08-25 Thread Marcelo M. Garcia

Hi

After looking a way to compact the header of a message, I found out that 
this feature was removed from Thunderbird 3 beta 3, and it's not clear 
if this is a final decision[1,2].


This was quite shocking news. In my case a loose a considerable amount 
of "screen". And I image this is a problem to other people too.


I would like to know if it's possible to Fedora (or another repo) offer 
both versions of Thunderbird, i.e., 2 and 3?


Thanks

Marcelo


[1] http://forums.mozillazine.org/viewtopic.php?f=29&t=1371575
[2] 
http://weblogs.mozillazine.org/dmose/archives/2009/06/thunderbird_compact_header_mov.html


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: What to do if frozen ?

2009-08-25 Thread Marcelo M. Garcia

On 08/25/2009 05:38 PM, Patrick Dupre wrote:



On Tue, 2009-08-25 at 16:40 +0100, Patrick Dupre wrote:

Hello,

I am a perl-Tk application (Sterra.pl) with seems does not want to give
me the hand back because of swapping !


If you say absolutely nothing about what your application is for or
where it came from, how do you expect people to help you?

What do you need to know about my application ?
I even had the same behavior with firefox !


Also, next time try to use a meaningful Subject line. This one's about
as bad as the innumerable posts entitled "Help".

poc





Hi

You don't say anything to help solve your problem. You could go to a 
Perl list, maybe you'll have more luck.


It seems a problem with your application, not with Fedora. If this is 
the case, mark your thread as "off-topic".


With version of Fedora, which kernel, version of perl, etc.

Regards

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: list files but not directory

2009-08-25 Thread Marcelo M. Garcia

Bryn M. Reeves wrote:

On Fri, 2009-08-21 at 17:09 +0400, Hiisi wrote:

Hi

any way to list files but not directory

Thank you


ls -hl | grep ^-


Lists things that aren't regular files.

Bryn.



Hi

find /path/to/dir -type f -print

Regards

mg.

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Western Digital external HD stange name

2009-08-24 Thread Marcelo M. Garcia

Hi

When I plug my external HDD (Western Digial Passport)[1], it is mounted as:
ls /media/629a69fb-898e-4965-ba06-0294d7e24c94/
instead of /media/disk.

It is mounted as /dev/sdb1[2], so if I umount /media/62... and:
mount /dev/sdb1 /media/disk,
it works

Why is mounting with such strange name? How to make it mount as
/media/disk?

Thanks

Marcelo

[1]
Aug 24 21:45:47 xps1530 kernel: usb 2-2: Product: External HDD
Aug 24 21:45:47 xps1530 kernel: usb 2-2: Manufacturer: Western Digital
Aug 24 21:45:47 xps1530 kernel: usb 2-2: SerialNumber: 
57584532303741303134
Aug 24 21:45:47 xps1530 kernel: usb 2-2: configuration #1 chosen from 1 
choice
Aug 24 21:45:47 xps1530 kernel: scsi6 : SCSI emulation for USB Mass 
Storage devices
Aug 24 21:45:52 xps1530 kernel: scsi 6:0:0:0: Direct-Access WD 
 800BEVSExternal  1.02 PQ: 0 ANSI: 0


[2]
Aug 24 21:45:53 xps1530 kernel: EXT3 FS on sdb1, internal journal

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Monitoring...

2009-05-15 Thread Marcelo M. Garcia

bruce wrote:

Hey...

Got a situation where I'm looking to monitor processes running on different
servers within a network. As I add servers (rea/virtual) I'd like to be able
to easily/painlessly be able to then manage/monitor the processes on the
additional systems as required.

I'm also looking for a method to be able to start/stop/enable/disable
services/apps on the remote server(s)/instances as well...

And of course, I'd ike to be able to do all of this with a web based app!

I've started looking at nagios, which uses smnp to access the remote
servers, implementing a pull process to get the information. Webmin looks
potentially useful, but it appears to require that I setup webmin on each
server that I want to handle from the master server (master monitoring app).

Any thoughts/comments/opinions on this?

thanks

-bruce


Hi

Honestly, I think Nagios is the best option. It's well established, with 
a big community, huge collection of plugins, etc


Nagios is a world of it own. It seems from your e-mail that you didn't 
explore Nagios as you should.


Unfortunately I had to switch from Nagios to OpenNMS.

Regards

mg.

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Is the jigdo project still active?

2009-05-06 Thread Marcelo M. Garcia

Frank Murphy (Frankly3D) wrote:

On 06/05/09 13:27, Marcelo M. Garcia wrote:

Hi

Is there any people working on Jigdo images? I'm interested in help and
learn about this.

Thanks

mg.



Unsure,
Maybe:
http://pyjigdo.org/

Frank


Hi Frank

It seems to be far from active. The user list archive is empty and the 
developer list is silent since September 2008.


Regards

mg.

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Is the jigdo project still active?

2009-05-06 Thread Marcelo M. Garcia

Hi

Is there any people working on Jigdo images? I'm interested in help and 
learn about this.


Thanks

mg.

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


[off-topic] IA32 emulation layer for Itanium2

2008-12-18 Thread Marcelo M. Garcia

Hi

I'm trying to install the IA32 emulation layer for Itanium2 (HP machine) 
with RHEL WS 4.1.


Using the Release Notes of WS-4.1[1] and AS-4.3[2], it seems that the 
necessary packages are ia32el and ksh. And once installed there will be 
a directory /emul.


I installed the packages:
* ia32el-1.3-2
* ksh-20050202-0.5E.4
and started the service with "service ia32el start". But no directory 
"/emul" was created.


Did anyone had problems installing this emulation layer?

Regards

Marcelo


[1] 
http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/release-notes/ws-itanium/
[2] 
http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/release-notes/as-itanium/RELEASE-NOTES-U3-ia64-en.html


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


gv requires xorg-x11-fonts-ISO8859-1-75dpi-7.2-6.fc9?

2008-12-15 Thread Marcelo M. Garcia

Hi

I installed "gv" today, and when I started, I got the following message:
"Cannot convert string 
"-*-Helvetica-Medium-R-Normal--*-140-*-*-P-*-ISO8859-1" to type FontStruct"


I solved the problem installing the package 
"xorg-x11-fonts-ISO8859-1-75dpi-7.2-6.fc9.noarch"


Maybe this font should be included in the dependencies.

Regards

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Display xul files in Firefox

2008-12-15 Thread Marcelo M. Garcia

Dave Feustel wrote:

On Sun, Dec 14, 2008 at 08:51:29PM +, Marcelo M. Garcia wrote:

Dave Feustel wrote:

I copied this file (ex-01.html) from the book _Programming Firefox_,
but Firefox displays this file as a blank page. 'view page source'
shows the data as I entered it. What's wrong with the file (or file
name)? 


Thanks.

=


http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
xmlns:html="http://www.w3.org/1999/xhtml";


  
   



  
   





Hi

Are you using XUL Explorer (XE) to work the examples? I think it's  
better to use the XE than firefox to try your code.


Regards

Marcelo
https://developer.mozilla.org/en/XUL_Explorer


Thanks Very Much for this pointer.

Is there an xul mailing list or users group for newbies?

Thanks Again.


Hi Dave

It seems the closest is the XUL Runner mailing list:
https://developer.mozilla.org/en/XULRunner

Regards

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Display xul files in Firefox

2008-12-14 Thread Marcelo M. Garcia

Dave Feustel wrote:

I copied this file (ex-01.html) from the book _Programming Firefox_,
but Firefox displays this file as a blank page. 'view page source'
shows the data as I entered it. What's wrong with the file (or file
name)? 


Thanks.

=


http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
xmlns:html="http://www.w3.org/1999/xhtml";


  
   



  
   





Hi

Are you using XUL Explorer (XE) to work the examples? I think it's 
better to use the XE than firefox to try your code.


Regards

Marcelo
https://developer.mozilla.org/en/XUL_Explorer

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: SVG newbie questions

2008-11-24 Thread Marcelo M. Garcia

Dave Feustel wrote:

I just got a book on SVG programming.

How do I enable SVG display in Konqueror on 32-bit F9?

Are the SVG rpms that I can download and install with yum?

Thanks


Hi

Why konqueror? I think firefox is more SVG friendly than Konqueror. You 
can also use Amaya, which is the test bed for W3C itself.


There is a program called inkscape that is an editor for vector graphics 
that uses SVG.


Regards

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: how to count nfs clients attached to my server?

2008-11-09 Thread Marcelo M. Garcia

Steve Berg wrote:

Thomas Cameron wrote:

Skunk Worx wrote:
Is there a way, on a server, to discover how many clients are 
currently attached to a NFS file share?


I'd like to be able to see a list of the clients that have "my" NFS 
share mounted.


It's my understanding /usr/sbin/exportfs gives a list but it is not 
reliable as it depends on clients un-mounting the share properly.


I suppose the nature of NFS makes it impossible to maintain/calculate 
an accurate client list, but I thought I'd ask anyway.


Have a look at /var/lib/nfs/rmtab and other files in /var/lib/nfs/


/usr/sbin/showmount will give you a list of IP's connected.


Hi

It seems that the table shown by showmount it is not updated, because it 
shows clients that are not longer mounting the partition.


Regards

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


[Off-topic]cvs hangs due a dangling nfs.

2008-10-30 Thread Marcelo M. Garcia

Hi

I use automount to share a partition via NFS so every machine can mount 
this share. For example, the machine "abc" has a partitio /abc and other 
machines mounts /users/abc.


One the machines was removed (retired), but now a few clients can't use 
the CVS server. After the command "cvs history...", it simply sits and wait.


I know that the problem is in accessing the retired machine because of 
the command "strace cvs history".


Is there a way to find where is this reference to the old machine? 
Something like /etc/mtab?


Part II (Really Off-topic)
Is there a way to find which machines are client of a NFS share? So that 
before the shutdown I could umount in the clients?



Thanks

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Ubuntu Ibex offers choice of KDE4.1.2 or KDE3.5.10... and kernel-2.6.27.

2008-10-30 Thread Marcelo M. Garcia

Linuxguy123 wrote:

Subject says it all.   Fedora developers tell us that they can't give us
a choice of KDE version and yet Ubuntu is doing it.

Ironically, Fedora says their distribution is more cutting edge and yet
Ibex gets kernel 2.6.27 and we are still stuck with 2.6.26.

I think the KDE-3.5.10 decision demonstrates that Ubuntu developers are
more sensitive to user end needs.

I know a bunch of people are going to chime in and say "Fedora isn't for
you" and "Its a bleeding edge distribution", etc.  I think those are
just excuses for a developer community that wants to do it own thing
irregardless of what users actually want. 

Don't shoot me, I'm just the squeaky wheel/messenger. 


Hi

I think you are comparing 2 different things. You should compare Fedora 
9 with Ubuntu 8.04, and ibex with Fedora 10. I use F10 and the kernel is 
2.6.27.


I don't know about KDE because I use Gnome.

Marcelo


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Which one is better Ubuntu Or Fedora 9

2008-10-30 Thread Marcelo M. Garcia

Tom Horsley wrote:

On Wed, 29 Oct 2008 17:24:16 -0600
Petrus de Calguarium <[EMAIL PROTECTED]> wrote:


and they lack the sophistication of rpm and yum, having to make due with the 
deficient and awkward apt system


Huh? Synaptic is the one reason I might consider switching to ubuntu.
You want to talk deficient and awkward, compare packagekit to synaptic
and decide which is deficient.


Hi

Have you tried yumex? I think it's pretty nice. I prefer "yum" than 
apt-get, apt-cache, dpkg, etc.


Regards

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Auto Log in screen

2008-10-13 Thread Marcelo M. Garcia

Steve Friis wrote:
In older versions of Fedora, there is a GDM tool that lets you set up so 
that when the computer starts and gets to the log on screen it 
automatically chooses the user, puts in the password and then runs.


The problem is, GDM-setup no longer is there. Was this replaced with 
something else? Was this left off of Fedora 9 for a reason?




Hi

I post the same question, and the answer :
edit /etc/gdm/custom.conf

however AutomaticLogin did not work properly as released, your system 
will need to be 'yum updated' for it to work properly.


Add the section in the file :

[daemon]
AutomaticLoginEnable=true
AutomaticLogin=your_username

If you can't yum update the system there is a workaround via a timed login :

[daemon]
TimedLoginEnable=true
TimedLogin=your_username
TimedLoginDelay=0

And why is not present in F9:

http://docs.fedoraproject.org/release-notes/f9/en_US/sn-Desktop.html#sn-GNOMEDisplayManager

Regards

Marcelo


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: F10 and picasa (on F9 too)

2008-10-11 Thread Marcelo M. Garcia

lux wrote:



On Mon, Oct 6, 2008 at 4:25 AM, Marcelo M. Garcia 
<[EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>> wrote:


Hi

I installed Picasa using the a Google repo. When I try to search,
appears a message saying that Google-testing is invalid:
Bad id for repo: google testing, byte =   6

The repo was defined as described in
http://www.google.com/linuxrepositories/testrepo.html

And Picasa itself is not starting: I receive the following message:
[EMAIL PROTECTED] ~]$ picasa
/usr/bin/picasa: line 139: 24613 Segmentation fault
"$PIC_BINDIR"/wrapper check_dir.exe.so <http://check_dir.exe.so>
/usr/bin/picasa: line 175: 24716 Segmentation fault
"$PIC_BINDIR/wrapper" regedit /E $registry_export
HKEY_USERS\\S-1-5-4\\Software\\Google\\Picasa\\Picasa2\\Preferences\\
[EMAIL PROTECTED] ~]$


Identical problem on F9 (2.6.26.5-45.fc9.i686)
picasa-2.7.3736-15.i386
the errors are:

wine-pthread[9526]: segfault at 118280 ip 00118280 sp bf936430 error 4
wine-pthread[9769]: segfault at 118280 ip 00118280 sp bffb8af0 error 4
wine-pthread[9780]: segfault at 118280 ip 00118280 sp bfd43880 error 4
wine-pthread[9789]: segfault at 118280 ip 00118280 sp bfc847c0 error 4
wine-pthread[9798]: segfault at 118280 ip 00118280 sp bffbd2c0 error 4
wine-pthread[9691]: segfault at 118280 ip 00118280 sp bffd7310 error 4
wine-pthread[9899]: segfault at 118280 ip 00118280 sp bfad75e0 error 4
wine-pthread[9805]: segfault at 118280 ip 00118280 sp bfef1260 error 4

Funy thing is
picasa can run as a root user

I follwoed some tip to set

vm.mmap_min_addr = 0

in /etc/sysctl.conf
hope some offer a fix



Hi

I removed the Picasa installed with yum and used the rpm available 
instead. And now is working fine.


I had the impression that yum was picking the stable repo and not the 
testing one.


Regards

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Unable to build NVIDIA kernel module

2008-10-07 Thread Marcelo M. Garcia

TNWestTex wrote:



Alex Makhlin wrote:

Trapper wrote:

Alex Makhlin wrote:
Has anyone ran into this error "Unable to build NVIDIA kernel module" 
while installing the latest Nvidia drivers? Anyone know the fix?



I don't know if it's the same circumstances but I do know I had to do

this prior to installing the drivers from livna.

yum install kernel-devel kernel-headers glibc-headers

Trapper

I have those installed already and am still getting the same error. The 
last time that I installed an Nvidia driver on this laptop I used an RPM 
file but can't remember which one it was. rr. This time I am trying 
to install the driver from Nvidia "NVIDIA-Linux-x86-173.08-pkg1.run" and 
am using Fedora 9 KDE 4.1. Anyone else have any suggestions?




The nvidia script won't work with an X session running.  You have to get to
run level 3 and run directly from the command line console screen.  It is
getting harder and harder to get out of gui to get a plain text console. 
Probably easiest for you is to edit /boot/grub/grub.conf and put a blank

followed by a 3 on the line with the kernel description.  For example

kernel /vmlinuz-2.6.25.6-55.fc9.i686 ro root=LABEL=/ 3 vga=791 
early-login

Robert McBroom


Hi

Or you can issue the command "init 3" while X is running. This will kill 
X and you will be at the command line.


Install the driver:
# sh NVIDIA...

and reboot the machine.

Regards

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


F10 and picasa

2008-10-05 Thread Marcelo M. Garcia

Hi

I installed Picasa using the a Google repo. When I try to search, 
appears a message saying that Google-testing is invalid:

Bad id for repo: google testing, byte =   6

The repo was defined as described in
http://www.google.com/linuxrepositories/testrepo.html

And Picasa itself is not starting: I receive the following message:
[EMAIL PROTECTED] ~]$ picasa
/usr/bin/picasa: line 139: 24613 Segmentation fault 
"$PIC_BINDIR"/wrapper check_dir.exe.so
/usr/bin/picasa: line 175: 24716 Segmentation fault 
"$PIC_BINDIR/wrapper" regedit /E $registry_export 
HKEY_USERS\\S-1-5-4\\Software\\Google\\Picasa\\Picasa2\\Preferences\\

[EMAIL PROTECTED] ~]$

Thanks

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: F10: a few issues and suggestions

2008-10-03 Thread Marcelo M. Garcia

Robert P. J. Day wrote:

Quoting "Marcelo M. Garcia" <[EMAIL PROTECTED]>:


Hi

Yesterday I installed F10 and a few issues:

1) After checking the dvd, it ejected and when I inserted it back to
continue the installation, there was a message saying that the there
was no medium. I had to reboot and skip the checking to continue the
installation.


  i recall this being an issue with earlier versions of fedora.
why is this still happening?

rday


Hi

I don't know if helps, but I have an old laptop, Dell Latitude D510.

M.

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


F10: a few issues and suggestions

2008-10-03 Thread Marcelo M. Garcia

Hi

Yesterday I installed F10 and a few issues:

1) After checking the dvd, it ejected and when I inserted it back to 
continue the installation, there was a message saying that the there was 
no medium. I had to reboot and skip the checking to continue the 
installation.


2) At the end of installation, the dvd didn't ejected as expected.

Suggestions:

3) I really liked the icons, but that default background (I think is the 
same in F9 and in the login screen) is horrible. I suggest to use "flow" 
as default background.


4) I liked the "silk"(?) background. If there could be a theme using it 
would be good. In certain way, something like the ubuntu theme, which I 
think if very elegant.


5) I also suggest to borrow as an extra theme the the gnome look of 
Opensuse 11. I don't know if I'll use, but at least is a interesting.


Thanks for your attention.

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: POS

2008-10-03 Thread Marcelo M. Garcia

Linuxguy123 wrote:

On Fri, 2008-10-03 at 01:03 +0100, Marcelo M. Garcia wrote:

I just installed F10 and I already feel that it is a improvement over
F9.


What version of KDE does it use ?   (yum list kdebase or rpm -q kdebase)

What improvements to KDE are you seeing ?

Thanks


Hi

I use Gnome.I don't know why, but I don't like KDE.

Regards

M.

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: POS

2008-10-02 Thread Marcelo M. Garcia

Aaron Konstam wrote:

On Thu, 2008-10-02 at 11:34 -0400, Andrew Bacchi wrote:

Bring back fc8.  fc9 is a downgrade.
--
veritatas simplex oratio est
 -Seneca

Andrew Bacchi
Systems Programmer


I am beginning to agree with that more and more.
--
===
I just know I'm a better manager when I have Joe DiMaggio in center
field. -- Casey Stengel
===
Aaron Konstam telephone: (210) 656-0355 e-mail: [EMAIL PROTECTED]


Hi

I also have the impression that F8 was better than F9. But I'm pretty 
sure that F10 will be very good.


I just installed F10 and I already feel that it is a improvement over F9.

Regards

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: flash plugin sound

2008-09-29 Thread Marcelo M. Garcia

Mark Haney wrote:
My daughter told me over the weekend that there was no sound from 
flash-enabled websites for the last couple of weeks on her Fedora 9 
system.  (My middle daughter told me the same).


I thought it was a pulseaudio problem, but sound works everywhere else. 
 Has there been an update or something that's caused this problem?  It 
was working beautifully until then.


(I wish I had more information, but there's nothing in syslog, and I 
haven't done updates in that time.




Hi

I think you need "libflashsupport"

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Your favorite Music/Video player?

2008-09-26 Thread Marcelo M. Garcia

Dan Thurman wrote:


I have been using Amarok for awhile, but I find
it so frustrating to use when it comes to updating
tags - it seems to do a very poor job reading/updating
the audio file tags.  I want to switch to something
else that is more reliable, Amarok crashes alot esp.
under heavy load.

I liked Amarok's layout/list and other nifty features
but it is getting to the point that I am unable to
consistently keep my tags straight.  Amarok seems
to have trouble handling ID3 tags (I use Audio Tags
Tools externally in attempts to force tags they way I
want them to be and ATT supports ID3 v1.0
and v2.0) but Amarok has a nasty habit of
reading these tags improperly and/or inconsistently
so it seems, so I am ready to move on.

What do you recommend as a replacement?

Thanks!
Dan


Hi

I use Songbird and it's pretty good.

M.

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Installation weirdness

2008-09-25 Thread Marcelo M. Garcia

[EMAIL PROTECTED] wrote:

Downloaded i386 installation DVD. Went to install, but installation is
calling for a 'Disc 1'. What 'Disc 1'? Isn't the installation DVD
sufficient?


Hi

This happened to me when I tried to enable other/extra repositories 
during the installation.


Regards

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Fedora 10 and UK keyboard layout

2008-09-24 Thread Marcelo M. Garcia

Hi

During the installation of Fedora 10 I choose UK for the keyboard 
layout, but I when I log in gnome is using American layout.


If I add the UK in System->Preferences->Hardware->Keyboard it seems to 
not make difference. I make it the default, but again, the layout is 
american.


Thanks

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: gui editor latex under gnome

2008-09-23 Thread Marcelo M. Garcia

Adel ESSAFI wrote:

Hi list
I need a GUI editor for latex. Particulary i want to ask if there is a 
feature that permits an instant visualization of the result as in latex 
editor (http://www.latexeditor.org/)

Thanks for help
Adel


--
PhD candidate in Computer Science
Address
BP 108, Bureau de poste Tunis republique
1001 Tunis
Tunisia
tel: +216 97 246 706
fax: +216 71 391 166


Hi

I suggest Kile. It's amazing, very easy and really powerful.
http://kile.sourceforge.net/

Regards

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: How to export terminal to F9 using r-tools?

2008-09-22 Thread Marcelo M. Garcia

Tom Horsley wrote:
It should be something simple. I know in opensuse 10.x you have open the 
port 6000 in the displaymanager file. But I could not find something 
similar in Fedora.


Oh, I agree, it should be simple. Before fedora 9 got all "improved"
there was the gdmsetup tool where you could configure all this.
Now all I have is a bugzilla which so far has not had any
activity:

https://bugzilla.redhat.com/show_bug.cgi?id=451562


Hi

Do you know if CentOS 5.2 also have this problem?

Thanks

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


"ssh -X root, then su -" don't bring terminal

2008-09-22 Thread Marcelo M. Garcia

Hi

I'm trying to test the installation of a software in HP-UX (B.11.11). To 
do that, I'm logging in as root[1], then changing to the user[2]. But 
after changing I could not export the terminal[3]. But if I try the same 
using Opensuse 11.0, everything works fine.


In my machine, I issue the command "xhost +", but it doesn't make 
difference.


Does anyone have a hint of what going on?

thanks

Marcelo



[1] ssh -X [EMAIL PROTECTED]
[2] su - lu
[3]
lu [muggle] ~ >  xterm
xterm Xt error: Can't open display: %s

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: After the updates, boot is in text mode

2008-09-20 Thread Marcelo M. Garcia

Paul Smith wrote:

Dear All,

After the recent updates, the boot of my computer is done in text mode
and not in graphic mode (as it was before). How can one repair this?

Thanks in advance,

Paul


Hi

I would say that you are having problems with the driver. What happen if 
you start X by hand? At the prompt type "startx"


Regards

M.

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Calendar choice: looking for advice

2008-09-12 Thread Marcelo M. Garcia

Timothy Murphy wrote:

I've been looking at two "calendar" programs,
for keeping a record of appointments, etc.

These are Google Calendar, which seems to me
to be well-designed, and the default choice
which any rival must improve upon in some way.

The rival I have been looking at is the setup described in
"Building a Simple Calendar Server with Fedora and WebDAV"
at .

I also looked briefly at KOrganizer".

But I was wondering if anyone has looked into this
more carefully, and if so what conclusion they came to?

Any suggestions gratefully received.



Hi

Have you consider the add-on to Thunderbird?

M.

https://addons.mozilla.org/en-US/thunderbird/addon/2313

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: iPhone synchronisation

2008-09-09 Thread Marcelo M. Garcia

Luc MAIGNAN wrote:

Hi,

I'm looking for a tool that can import and export music to my iPhone 
(because Apple still refuse to port iTunes on Linux !!!). What is the 
best tool to do this on Fedora ?


BR


Hi

I don't have iPhone, but have been using Songbird (0.7)[1] as iTunes 
replacement and works pretty fine.


Regards

Marcelo

[1] http://getsongbird.com/

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: How to export terminal to F9 using r-tools?

2008-08-21 Thread Marcelo M. Garcia

Tom Horsley wrote:

On Wed, 20 Aug 2008 14:46:00 +0100
"Marcelo M. Garcia" <[EMAIL PROTECTED]> wrote:


Hi

How do I enable my Fedora 9 (x86) to accept terminals from other 
machines using r-tools? I cannot use ssh -X in this case.


I tried to configure using /etc/gdm/custom.conf in the "xdmcp" option:
Enable=true
Port=177
but it is not working.

Thanks

Marcelo



The last time I fooled with this, it appeared as though the -nolisten tcp
option is hard coded in the program that gdm uses to start the X server.
The best idea I've had is to replace the X server with a C program that
fiddles with the option string then exec()s the original X server
(but I haven't actually done it :-).

I ran it under strace and couldn't find anything that looked like a config
file it might be opening or trying to open to get server options.



Hi.

It should be something simple. I know in opensuse 10.x you have open the 
port 6000 in the displaymanager file. But I could not find something 
similar in Fedora.


Thanks

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: Fedora 9 asking for disc 1 on dvd install

2008-08-21 Thread Marcelo M. Garcia

Phil Savoie wrote:

Marcelo M. Garcia wrote:

Phil Savoie wrote:

Patrick O'Callaghan wrote:

On Wed, 2008-08-20 at 18:03 -0400, Phil Savoie wrote:

Trying to load F9 on a compaq R3000.  Gets to the resolving
dependencies section then pops out my dvd asking for the first cd.  
I pop it back

in and click on ok and then it tells me that it is the incorrect disk
and so now I am in a loop.

I don't have emerald slippers to click three times while I mumble 
"I wish you would install", so would anyone have any ideas on this?


Sounds like you have the wrong ISO image burned to your DVD. Perhaps 
you

burned the first CD image by mistake?

poc


Not unless the first cd is 3.3gb in size,

Phil



Hi

I had the same problem when I enabled extra repositories during the 
installation. Although Anaconda(?) configures the network connection, 
it asks to insert CD 1.


Regards

Marcelo


Yes this is what I did... enabled repositories on the install.

Did it work without enabling the repos?

Phil


Hi Phil

Installing without using extra repositories worked fine. I mean, I used 
the option "office/productivity"(?) and "software devel"


Regards

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: Signing for fedora-announce with fedora-list (was Infrastructure status, 2008-08-16 UTC 1530)

2008-08-21 Thread Marcelo M. Garcia

Michael Schwendt wrote:

On Thu, 21 Aug 2008 11:35:49 +0100, Marcelo M. Garcia wrote:


g wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Marcelo M. Garcia wrote:

If it's so "natural" for a user to sign fedora-announce, this should be 
stated in the web page, something like "It is highly recommend if you 
are signing for fedora-list". One step further is to put a option (like 
a check box) to sign for announce when signing for fedora-list.

you do not need a bunch of detailed pages if you just read what is at;

  https://redhat.com/mailman/listinfo

And to make users happy, a guide on how to create filters to different 
lists.

filters are filters. email clients are not all same when it comes to
setting up filters. among easiest to set up is thunderbird.


Hi

In the page that you suggest, I read "Announcements related to the 
Fedora Project", which seems a pretty much vague.


Okay, but Fedora is the distribution released by the Fedora Project, so
related announcements should be of interest to anyone having to do
something with Fedora. The online list archive shows that only a very few
announcements have been made before.



Humm. I think you are confirming  what I said. If every user should be 
in both, since they have something to do with Fedora, why to separated 
lists?


And the other says 
"For users of Fedora", which is my case. To me don't seem logical that I 
should sign to both.


Splitting-hairs. Many more lists could be made obsolete with such
a reasoning.



OK. Maybe they should. Some house keeping once in a while is good.

The whole point is, if it is so obvious that one that signs for 
Fedora-list should also sign for Fedora-Announce, why two separated 
lists?


And who maintains the _list of lists_ to which announcements shall
be sent? Do you ask for major cross-posts to [more than] a dozen lists?



Yes, I'm talking about Fedora-Announce and Fedora-List only.


If the announces are important and concern to the users.


... not just to "the users", but also to several other target groups,
who may not be subscribed to fedora-list.

Same applies to fedora-package-announce list.


I'm not so sure if packages-announce is in the same level as 
Fedora-announce.




Even in a high volume list like "Fedora-list", if I see a header 
"[INFRASTRUCTURE TEAM - Urgent] ..." I will read the message.


Only if you read the list on a daily basis or if you know what
special subject marker to search for in your filters.


Yes. I read the list every day.

 
Maybe because English is not my native tongue, but the word 
"announcement" doesn't to suggest something that important.


Announcements at the airport or at the train-station, do you ignore
them?



If I remember right, the announcements in airports or train stations are 
made to all users and it's user's responsibility to decide what to do.


Now image the opposite situation, that you have to go to a specific 
place, a room, to have announcements. I think that the life of 
travellers would be much more difficult.


Regards

M.

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: Signing for fedora-announce with fedora-list (was Infrastructure status, 2008-08-16 UTC 1530)

2008-08-21 Thread Marcelo M. Garcia

g wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Marcelo M. Garcia wrote:

If it's so "natural" for a user to sign fedora-announce, this should be 
stated in the web page, something like "It is highly recommend if you 
are signing for fedora-list". One step further is to put a option (like 
a check box) to sign for announce when signing for fedora-list.


you do not need a bunch of detailed pages if you just read what is at;

  https://redhat.com/mailman/listinfo

And to make users happy, a guide on how to create filters to different 
lists.


filters are filters. email clients are not all same when it comes to
setting up filters. among easiest to set up is thunderbird.



Hi

In the page that you suggest, I read "Announcements related to the 
Fedora Project", which seems a pretty much vague. And the other says 
"For users of Fedora", which is my case. To me don't seem logical that I 
should sign to both.


The whole point is, if it is so obvious that one that signs for 
Fedora-list should also sign for Fedora-Announce, why two separated 
lists? If the announces are important and concern to the users.


Even in a high volume list like "Fedora-list", if I see a header 
"[INFRASTRUCTURE TEAM - Urgent] ..." I will read the message.


Maybe because English is not my native tongue, but the word 
"announcement" doesn't to suggest something that important.


About the filters, as I said, to make users happy, it isn't important, 
just would be nice to have a page in Fedora Wiki.


Regards

Marcelo



--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: Fedora 9 asking for disc 1 on dvd install

2008-08-21 Thread Marcelo M. Garcia

Phil Savoie wrote:

Patrick O'Callaghan wrote:

On Wed, 2008-08-20 at 18:03 -0400, Phil Savoie wrote:

Trying to load F9 on a compaq R3000.  Gets to the resolving
dependencies section then pops out my dvd asking for the first cd.  I 
pop it back

in and click on ok and then it tells me that it is the incorrect disk
and so now I am in a loop.

I don't have emerald slippers to click three times while I mumble "I 
wish you would install", so would anyone have any ideas on this?


Sounds like you have the wrong ISO image burned to your DVD. Perhaps you
burned the first CD image by mistake?

poc


Not unless the first cd is 3.3gb in size,

Phil



Hi

I had the same problem when I enabled extra repositories during the 
installation. Although Anaconda(?) configures the network connection, it 
asks to insert CD 1.


Regards

Marcelo



--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: How to export terminal to F9 using r-tools?

2008-08-20 Thread Marcelo M. Garcia

Patrick O'Callaghan wrote:

On Wed, 2008-08-20 at 14:46 +0100, Marcelo M. Garcia wrote:

Hi

How do I enable my Fedora 9 (x86) to accept terminals from other 
machines using r-tools? I cannot use ssh -X in this case.


I tried to configure using /etc/gdm/custom.conf in the "xdmcp" option:
Enable=true
Port=177
but it is not working.


Is port 177 open in the forewall?

poc


Hi

The firewall is disabled.

Regards

Marcelo


[EMAIL PROTECTED] /users/newt2/mgarcia $/sbin/chkconfig --list iptables
iptables0:off   1:off   2:on3:off   4:off   5:off   6:off
[EMAIL PROTECTED] /users/newt2/mgarcia $

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


How to export terminal to F9 using r-tools?

2008-08-20 Thread Marcelo M. Garcia

Hi

How do I enable my Fedora 9 (x86) to accept terminals from other 
machines using r-tools? I cannot use ssh -X in this case.


I tried to configure using /etc/gdm/custom.conf in the "xdmcp" option:
Enable=true
Port=177
but it is not working.

Thanks

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Signing for fedora-announce with fedora-list (was Infrastructure status, 2008-08-16 UTC 1530)

2008-08-20 Thread Marcelo M. Garcia

Arthur Pemberton wrote:

In all fairness, I don't think it is too much of an assumption that
people would subscribe to the fedora-announce-list for announcements.
The fedora-list has always been for troubleshooting.

http://fedoraproject.org/wiki/Communicate#Mailing_Lists

Aside from personally sending you an email, how would you suggest that
it be made more clear. Perhaps your suggestion can be implemented.



Hi.

A suggestion to the people of the Fedora web site lists.

If it's so "natural" for a user to sign fedora-announce, this should be 
stated in the web page, something like "It is highly recommend if you 
are signing for fedora-list". One step further is to put a option (like 
a check box) to sign for announce when signing for fedora-list.


And to make users happy, a guide on how to create filters to different 
lists.


Regards

Marcelo



--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


(slashdot)Package Managers As Achilles Heel

2008-08-17 Thread Marcelo M. Garcia

Hi.

I'm assuming that something similar to this might happened:
Package Managers As Achilles Heel
http://it.slashdot.org/article.pl?sid=08/07/10/227220&from=rss

It would help a lot if someone of the infrastructure team explains what 
is going on. What raised their suspicious? What we, as users, should do?


Regards

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: Infrastructure status, 2008-08-16 UTC 1530

2008-08-17 Thread Marcelo M. Garcia

max wrote:

Tim wrote:

On Sat, 2008-08-16 at 15:13 -0400, Matthew Miller wrote:

So, is it safe to apply updates?


I wondered that, too.  The original posting was too vague.  You can't
tell if they're just fixing a fault, or sorting out an attack.


Assume the latter and act accordingly.



This means that if I updated my systems they could be compromised and I 
need to re-install? All because the announcement was made in other list!


In any moment was clear to me, and probably others, that you have to 
another list to get such important announcements.


Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: DNS poison? Yum tummy ache?

2008-08-16 Thread Marcelo M. Garcia

Gene Heskett wrote:

On Saturday 16 August 2008, g wrote:

Gene Heskett wrote:



Starting about a day ago, yum hasn't been able to locate a valid repo for
fedora

could this be a part of problem?




From: "Paul W. Frields" <[EMAIL PROTECTED]>

To: fedora-announce-list <[EMAIL PROTECTED]>
Date: Thu, 14 Aug 2008 19:15:13 -0400
Subject: Important infrastructure announcement

The Fedora Infrastructure team is currently investigating an issue in
the infrastructure systems.  That process may result in service outages,
for which we apologize in advance.  We're still assessing the end-user
impact of the situation, but as a precaution, we recommend you not
download or update any additional packages on your Fedora systems.

We'll share updates as we develop more information.  Those updates will
be published here on the public fedora-announce-list:
https://redhat.com/mailman/listinfo/fedora-announce-list

Thanks for your patience as we continue working on this.


With all due respect for Paul, an announcement like this truly belongs on the 
mail list, not on some list only 2% are subbed to.




I think that Gene is absolutely right. This kind of announcement should 
be made where it can reach most of Fedora users.


A request to not update or download additional package is very serious. 
Specially because I read this after updating my to boxes. I would say 
that somewhat worry.


Regards

Marcelo.

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


F9 joining a windows domain

2008-08-11 Thread Marcelo M. Garcia

Hi.

I' trying to join my Fedora box to the corporate Windows domain. I tried 
"Domain Membership" from Samba Documentation, but it's doesn't seems 
what I want. I want my machine simply as a client, mimicking a XP 
machine (something like this.)


I changed the lines in my /etc/samba/smb.conf:
* security = domain
* workgroup = windows
* password server = elmo

But it's not working. Does anyone knows why?

Thanks

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: Stripes on screen after installing Fedora

2008-08-10 Thread Marcelo M. Garcia

Hi.

Don't loose the faith!

Use the install DVD.

I'm pretty sure that if you do a proper installation of Fedora*, install 
the rpm from Livna, update your system and install the nvidia driver - 
not necessarily in this order - you will have a very good environment.


And keep in mind that you may have to do a little of experimentation 
yourself, this is part of learning process. Also helps you have good 
book of *nix.


Regards

Marcelo

* This includes get the network working.


Bjørn Ivar Johnsen wrote:
My networksproblem are now fixed, but I still cannot install fedora. It 
just says that there was an abnormal termination or something like that, 
and just ask me to reboot, which I do, just to get the exact same 
problem next!

Am beginning to wonder that it just was not ment to be;(

 1. Should I use the "Live DVD or the install DVD?

2. How do I manually install the nvidia driver, as it seems that there 
is no other way for me to do that?!


Vennlig hilsen
Bjørn Ivar Johnsen

Den 9. aug.. 2008 kl. 23.41 skrev "Marcelo M. Garcia" 
<[EMAIL PROTECTED]>:



Hi.

To install the NVIDIA driver there are 2 ways: easy and hard.

The easy (and recommended) is to use the livna repository[1].

First you have to install the rpm from the repository:
# rpm -ivh http://rpm.livna.org/livna-release-9.rpm
or download the rpm, and the install it.

Then search for the driver:
# yum search nvidia
Install the package.

Update the system: yum update

Or the hard way.
I think you'll need the kernel sources.

As root, disable the X11: in a terminal, type: init 3. Go where you 
put the driver and type

sh NVIDIA...

reboot the system.

Hope this helps

Marcelo



[1] http://rpm.livna.org/rlowiki/

Bjørn Ivar Johnsen wrote:
I really feel stupid now, but I just realized that I have to download 
a driver to nvidia card specially for Linux!!!

That certainly bring some light to my problems:)
The only thing now is that I am not sure how to install that driver.. 
Should I start the text interface and install the driver from there? 
If so, how? I read on the nvidia page some command "sh 
NVIDIA-Linux-86-173.14.12-pkg1.run"... The only problem is that they 
was so sure about me knowing WHERE to write that, that did not bother 
to mention that!
P.s.( After installing the nvidia linux driver, will my windows 
nvidia driver still work? I suppose it do, but just to be sure...)
2008/8/9 Marcelo M. Garcia <[EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>>

   Hi
   A quick test: after the boot, when you are looking at the stripes,
   press  "ctrl"+"alt"+F1, and you should see the login prompt. And
   return to the stripes, press, "ctrl"+"alt"+F7.
   You said that you driver is 175.19, but seems that the latest driver
   in NVIDIA page is 173.14[1].
   Did you updated your system including the driver from Livna?
   Are you sure about the configuration of the monitor?
   Regards
   Marcelo
   [1] http://www.nvidia.com/object/unix.html
   Bjørn Ivar Johnsen wrote:
   Nvidia GeForce 6800 GS with current installed driver : 175.19
   And about the graphical mode and level 3 or 5.. I really do not
   know what that is or how to do it. I am as new to Linux as they
   come!!:(
   Could it have something to do with the refresh rate of the 
screen?

   It is currently set to 75 Hertz, (that is the highest possible
   on my screen)... no, that is probably not it, but at this
   momement I really do not know what to do!!!
   Hope for further help:)
   Kind regards:
   Bjørn Ivar Johnsen
   Den 9. aug.. 2008 kl. 11.10 skrev "Marcelo M. Garcia"
   <[EMAIL PROTECTED]
   <mailto:[EMAIL PROTECTED]>>:
   Hi
   What is you graphics card, I mean, the model.
   You get stripes only in graphical mode (run level 5) or even
   in text mode (run level 3)?
   Regards
   Marcelo
   Bjørn Ivar Johnsen wrote:
   Hello.
   I have a serious problem with (all) Linux distributions
   included Fedora. After installing or use of live dvd, I
   cannot see anything but stripes on my screen. I have a
   pentium 4 with 1GB RAM and Nvidia card. I have tried to
   install the latest Nvidia driver, but to no help at all.
   I have tried many versions of Linux, and also both the
   i386 and the one for 64, but all with the same result!!!
   If anyone could help me with this problem, I would be
   wery pleased as I would wery much like to go from crappy
   winows xp to Linux!
   Vennlig hilsen
   Bjørn Ivar Johnsen
   -- fedora-list mailing list
   fedora-list@redhat.com <mailto:fedora-list@redhat.com>
   To unsubscribe:
   https://www.redhat.com/m

Re: Stripes on screen after installing Fedora

2008-08-10 Thread Marcelo M. Garcia

Hi

To install Fedora, I download the install x86 (32bit) and install it. In 
general is a matter of clicking the "next" button - easier than Windows 
in fact.


To make the help more effective, say the version of Fedora you are 
using, Fedora 9, 8, ... You kernel version and relevant hardware 
information that you can get running the command "dmesg | more".


Regards

Marcelo


Bjørn Ivar Johnsen wrote:
Sorry, I think I said it wrong before.. I have not been able to actually 
install Fedora!
I just come as far as trying to install, where I get all this error 
messages.


Is there anything at all I can do to make this work now??
Seems like I have tried anything there is, and still not getting any 
futher!
Could anyone please tell me exactly how I am supposed to install Fedira, 
and if I have to write something, please tell me exactly how I should 
proceed with that too, as I am suspecting im nit doing this right?!


Vennlig hilsen
Bjørn Ivar Johnsen

Den 9. aug.. 2008 kl. 20.19 skrev Teo Fonrouge 
<[EMAIL PROTECTED]>:



On Saturday 09 August 2008 03:18:07 am Bjørn Ivar Johnsen wrote:

Hello.
I have a serious problem with (all) Linux distributions included
Fedora. After installing or use of live dvd, I cannot see anything but
stripes on my screen. I have a pentium 4 with 1GB RAM and Nvidia card.
I have tried to install the latest Nvidia driver, but to no help at
all. I have tried many versions of Linux, and also both the i386 and
the one for 64, but all with the same result!!!


Hello,

You don't mention the Fedora version, but, assuming that you are 
trying to
install F9 I can tell you that I had similar issues regarding nvidia 
cards
(only with F9). I'm also assuming that you nvidia card is a relatively 
a new

one IOW it wont need the nvidia-legacy package.

As a first, you can try to update all your system (latest xorg- 
packages make

difference), also you need to install the livna nvidia drivers and then
install the kmod-nvidia package.

1. as root do (you can do this in a text console):

 # yum -y update && reboot

 once that computer has rebooted the graphics mode probably is now 
working
ok, if not, then do the following command to try to set a graphics 
mode with

a vesa driver:

# system-config-display --reconfig --set-driver=vesa 
--set-resolution=1024x768


2. even if you don't have graphics mode yet, do the following to 
install the

nvidia drivers from livna:

# rpm -Uvh
http://livna-dl.reloumirrors.net/fedora/9/i386/livna-release-9-1.noarch.rpm 



# yum -y install kmod-nvidia && reboot

3. Now hopefully you'll have now a graphics mode running, if not we 
have a few

more moves:
remove the xorg.conf and create a new one with the nvidia utils:

 # rm /etc/X11/xorg.conf
 # nvidia-xconfig
 # reboot

4. As last resource (if at this point you dont have a graphics mode) do:

#
system-config-display --reconfig --set-driver=nvidia 
--set-resolution=1024x768



5. If all fails, please don't desperate, give us more details on your
equipment and the messages that you are getting from the above 
procedures.



HTH


best regards

Teo Fonrouge

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list




--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: webcam in xps 1530?

2008-08-10 Thread Marcelo M. Garcia

Hi Nicolae.

Thanks, was I want to read. For me the most important is the webcam.

Marcelo


Nicolae Ghimbovschi wrote:

I'm not a owner of a Dell XPS 1530. But played with one.
Yes, the webcam works with gspca drivers.
The wifi also works, but you will need to install the original
firmware to connect to WPA protected networks.
The video 3D acceleration works out of box.


On Sat, Aug 9, 2008 at 22:45, Marcelo M. Garcia
<[EMAIL PROTECTED]> wrote:

Hi.

I'm considering to buy a Dell XPS 1530, and I would like to know if some one
consider himself a is a happy owner of one and if the Webcam works.

Thanks

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list







--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: Stripes on screen after installing Fedora

2008-08-09 Thread Marcelo M. Garcia

Hi.

To install the NVIDIA driver there are 2 ways: easy and hard.

The easy (and recommended) is to use the livna repository[1].

First you have to install the rpm from the repository:
# rpm -ivh http://rpm.livna.org/livna-release-9.rpm
or download the rpm, and the install it.

Then search for the driver:
# yum search nvidia
Install the package.

Update the system: yum update

Or the hard way.
I think you'll need the kernel sources.

As root, disable the X11: in a terminal, type: init 3. Go where you put 
the driver and type

sh NVIDIA...

reboot the system.

Hope this helps

Marcelo



[1] http://rpm.livna.org/rlowiki/

Bjørn Ivar Johnsen wrote:
I really feel stupid now, but I just realized that I have to download a 
driver to nvidia card specially for Linux!!!


That certainly bring some light to my problems:)

The only thing now is that I am not sure how to install that driver.. 
Should I start the text interface and install the driver from there? If 
so, how? I read on the nvidia page some command "sh 
NVIDIA-Linux-86-173.14.12-pkg1.run"... The only problem is that they was 
so sure about me knowing WHERE to write that, that did not bother to 
mention that!


P.s.( After installing the nvidia linux driver, will my windows nvidia 
driver still work? I suppose it do, but just to be sure...)


2008/8/9 Marcelo M. Garcia <[EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>>


Hi

A quick test: after the boot, when you are looking at the stripes,
press  "ctrl"+"alt"+F1, and you should see the login prompt. And
return to the stripes, press, "ctrl"+"alt"+F7.

You said that you driver is 175.19, but seems that the latest driver
in NVIDIA page is 173.14[1].

Did you updated your system including the driver from Livna?

Are you sure about the configuration of the monitor?

Regards

Marcelo


[1] http://www.nvidia.com/object/unix.html


Bjørn Ivar Johnsen wrote:

Nvidia GeForce 6800 GS with current installed driver : 175.19

And about the graphical mode and level 3 or 5.. I really do not
know what that is or how to do it. I am as new to Linux as they
come!!:(

Could it have something to do with the refresh rate of the screen?
It is currently set to 75 Hertz, (that is the highest possible
on my screen)... no, that is probably not it, but at this
momement I really do not know what to do!!!

Hope for further help:)

Kind regards:
Bjørn Ivar Johnsen

Den 9. aug.. 2008 kl. 11.10 skrev "Marcelo M. Garcia"
<[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>>:

Hi

What is you graphics card, I mean, the model.

You get stripes only in graphical mode (run level 5) or even
in text mode (run level 3)?

Regards

Marcelo


Bjørn Ivar Johnsen wrote:

Hello.
I have a serious problem with (all) Linux distributions
included Fedora. After installing or use of live dvd, I
cannot see anything but stripes on my screen. I have a
pentium 4 with 1GB RAM and Nvidia card. I have tried to
install the latest Nvidia driver, but to no help at all.
I have tried many versions of Linux, and also both the
i386 and the one for 64, but all with the same result!!!
If anyone could help me with this problem, I would be
wery pleased as I would wery much like to go from crappy
winows xp to Linux!
Vennlig hilsen
Bjørn Ivar Johnsen


-- 
fedora-list mailing list

fedora-list@redhat.com <mailto:fedora-list@redhat.com>
To unsubscribe:
https://www.redhat.com/mailman/listinfo/fedora-list



-- 
fedora-list mailing list

fedora-list@redhat.com <mailto:fedora-list@redhat.com>
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list




--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


webcam in xps 1530?

2008-08-09 Thread Marcelo M. Garcia

Hi.

I'm considering to buy a Dell XPS 1530, and I would like to know if some 
one consider himself a is a happy owner of one and if the Webcam works.


Thanks

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: Stripes on screen after installing Fedora

2008-08-09 Thread Marcelo M. Garcia

Hi

A quick test: after the boot, when you are looking at the stripes, press 
  "ctrl"+"alt"+F1, and you should see the login prompt. And return 
to the stripes, press, "ctrl"+"alt"+F7.


You said that you driver is 175.19, but seems that the latest driver in 
NVIDIA page is 173.14[1].


Did you updated your system including the driver from Livna?

Are you sure about the configuration of the monitor?

Regards

Marcelo


[1] http://www.nvidia.com/object/unix.html

Bjørn Ivar Johnsen wrote:

Nvidia GeForce 6800 GS with current installed driver : 175.19

And about the graphical mode and level 3 or 5.. I really do not know 
what that is or how to do it. I am as new to Linux as they come!!:(


Could it have something to do with the refresh rate of the screen?
It is currently set to 75 Hertz, (that is the highest possible on my 
screen)... no, that is probably not it, but at this momement I really do 
not know what to do!!!


Hope for further help:)

Kind regards:
Bjørn Ivar Johnsen

Den 9. aug.. 2008 kl. 11.10 skrev "Marcelo M. Garcia" 
<[EMAIL PROTECTED]>:



Hi

What is you graphics card, I mean, the model.

You get stripes only in graphical mode (run level 5) or even in text 
mode (run level 3)?


Regards

Marcelo


Bjørn Ivar Johnsen wrote:

Hello.
I have a serious problem with (all) Linux distributions included 
Fedora. After installing or use of live dvd, I cannot see anything 
but stripes on my screen. I have a pentium 4 with 1GB RAM and Nvidia 
card. I have tried to install the latest Nvidia driver, but to no 
help at all. I have tried many versions of Linux, and also both the 
i386 and the one for 64, but all with the same result!!!
If anyone could help me with this problem, I would be wery pleased as 
I would wery much like to go from crappy winows xp to Linux!

Vennlig hilsen
Bjørn Ivar Johnsen


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list




--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: Stripes on screen after installing Fedora

2008-08-09 Thread Marcelo M. Garcia

Hi

What is you graphics card, I mean, the model.

You get stripes only in graphical mode (run level 5) or even in text 
mode (run level 3)?


Regards

Marcelo


Bjørn Ivar Johnsen wrote:

Hello.
I have a serious problem with (all) Linux distributions included Fedora. 
After installing or use of live dvd, I cannot see anything but stripes 
on my screen. I have a pentium 4 with 1GB RAM and Nvidia card. I have 
tried to install the latest Nvidia driver, but to no help at all. I have 
tried many versions of Linux, and also both the i386 and the one for 64, 
but all with the same result!!!
If anyone could help me with this problem, I would be wery pleased as I 
would wery much like to go from crappy winows xp to Linux!




Vennlig hilsen
Bjørn Ivar Johnsen



--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Anyone using stateless linux?

2008-08-03 Thread Marcelo M. Garcia

Hi

I was reading about "stateless linux" and seems a great idea. I would 
like to know if it's being used, the overall experience, in other words, 
if it is ready for to be used in a production environment. In special as 
corporate desktop with local storage.


thanks

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: vim syntax highlight F9 -- Solved(?)

2008-07-31 Thread Marcelo M. Garcia

Hi

The default is for Bash. But I use ksh and the default does not work.

Marcelo


Aaron Konstam wrote:

On Thu, 2008-07-31 at 14:05 +0100, Marcelo M. Garcia wrote:

Hi

I don't if this a solution or not, I don't think so, but here it goes:
I 
have to call with "vim" not "vi".


I think I have to disable a kind of "compatibility" mode of vim/vi.

Thanks


In my default f9 installation vi is an alias for vim. Run: alias
and see.
--
===
Reality is bad enough, why should I tell the truth? -- Patrick Sky
===
Aaron Konstam telephone: (210) 656-0355 e-mail: [EMAIL PROTECTED]



--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: vim syntax highlight F9 -- Solved(?)

2008-07-31 Thread Marcelo M. Garcia

Hi

I don't if this a solution or not, I don't think so, but here it goes: I 
have to call with "vim" not "vi".


I think I have to disable a kind of "compatibility" mode of vim/vi.

Thanks

Marcelo


Mogens Kjaer wrote:

Marcelo M. Garcia wrote:
...

Does anyone know how to solve this?


When you're inside vim, can you then enable syntax highlighting by

:syntax on

Mogens



--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: vim syntax highlight F9

2008-07-31 Thread Marcelo M. Garcia

Hi

No. I mean have a colourful screen when I editing a Python script for 
example.


I just tried in a opensuse 10.2 machine and "syntax on" works. What made 
me think that is a Fedora specific issue.


Thanks

Marcelo

gerrynix wrote:

Hi

How to enable syntax highlighting in vim? I tried to put "syntax on" on /etc/vimrc and on 
my "~/.vimrc" and does not work.  I have the following vim packages installed:
[EMAIL PROTECTED] set_new_machine]# yum list installed vim*
Loaded plugins: refresh-packagekit
Installed Packages
vim-common.i386  2:7.1.291-1.fc9  installed  
vim-enhanced.i3862:7.1.291-1.fc9  installed  
vim-minimal.i386 2:7.1.291-1.fc9  installed  


Does anyone know how to solve this?

Thanks

Marcelo


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: howto: write a init script

2008-07-31 Thread Marcelo M. Garcia

Hi

Why don't you start with one in /etc/init.d and modify to you needs?

Marcelo

Christoph Höger wrote:

Hi,

is there some documentation out there about how to write a init script
for fedora9 for a given binary?
Maybe even a "insert your binary here"-tempate?

regards

christoph



--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


vim syntax highlight F9

2008-07-31 Thread Marcelo M. Garcia

Hi

How to enable syntax highlighting in vim? I tried to put "syntax on" on 
/etc/vimrc and on my "~/.vimrc" and does not work.  I have the following 
vim packages installed:

[EMAIL PROTECTED] set_new_machine]# yum list installed vim*
Loaded plugins: refresh-packagekit
Installed Packages
vim-common.i386  2:7.1.291-1.fc9
installed  
vim-enhanced.i3862:7.1.291-1.fc9
installed  
vim-minimal.i386 2:7.1.291-1.fc9
installed  


Does anyone know how to solve this?

Thanks

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: Entering Interactive startup

2008-07-29 Thread Marcelo M. Garcia

Hi

If I remember right, just after the boot, there is a message "Press 'I' 
for interactive startup", or something similar to this.


Regards

Marcelo


Dave Burns wrote:

On Mon, Jul 28, 2008 at 4:11 PM, Armin <[EMAIL PROTECTED]> wrote:

why would you want an interactive startup?  you can enable and disable
services once you get in!


a) service conflict causes machine to crash
b) service conflict requires me to wait 5 minutes for something to time out.

Dave



--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


pulseaudio does not start after kernel update

2008-07-27 Thread Marcelo M. Garcia

Hi.

I'm suspicious that PulseAudio is not starting properly after kernel 
updates. For example, if I start Skype, I got the message: "problem with 
audio playback". Or if I try "Applications->Sound & Video->PulseAudio 
Volume Control", I got the message "connection refused". And finally:

[EMAIL PROTECTED] ~]# aplay
*** PULSEAUDIO: Unable to connect: Connection refused
*** Is your sound server running?
*** See: http://www.pulseaudio.org/wiki/Troubleshooting
aplay: main:564: audio open error: Connection refused


I'm running Fedora 9 in a Dell Latitude D510 (old low spec machine). 
Does anyone else having similar problem?


Thanks

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: signal to noise

2008-07-23 Thread Marcelo M. Garcia

Hi

I only think that there should be a limit.

For example this discussion if Fedora is or not GNU/Free software (or 
something like that), or  "that old GNU/Linux...", went to far, and 
after a while it is simply annoying receiving these messages.


There should a list fedora-philosophers for them.

Regards

Marcelo


Anders Karlsson wrote:

* Ron Morin <[EMAIL PROTECTED]> [20080723 10:58]:

this list is too noisy.  bye-bye fedora, hello ubuntu.


You'll find the same flame-fests on the Ubuntu lists. Take it from
someone who knows.

/Anders



--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: Where is the "automatic login" now?

2008-07-22 Thread Marcelo M. Garcia

Hi John

It worked. Thank you.

There was a button in System->Administration->Login(?) where was 
possible to make this kind of configuration, do you know why this 
disappeared?


Marcelo


Skunk Worx wrote:

Marcelo M. Garcia wrote:

Hi

Where is the option to "automatic login" in Gnome 2.22 (Fedora 9)?

Thanks

Marcelo



edit /etc/gdm/custom.conf

however AutomaticLogin did not work properly as released, your system 
will need to be 'yum updated' for it to work properly.


Add the section in the file :

[daemon]
AutomaticLoginEnable=true
AutomaticLogin=your_username

If you can't yum update the system there is a workaround via a timed 
login :


[daemon]
TimedLoginEnable=true
TimedLogin=your_username
TimedLoginDelay=0

---
John



--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: I need help with Fedora

2008-07-21 Thread Marcelo M. Garcia

Hi

Or you can install Fedora as usual, and install a more lightweight 
desktop like, xfce or icewm or windowmaker and change your session at gdm.


Also helps if one disable a few services.

Regards

Marcelo



Anne Wilson wrote:

On Monday 21 July 2008 08:59:57 aakash sharma wrote:
  

The live CD distros which I have used

1. DyneBolic (best distro for me)
2. Ubuntu (took hell lot of time to boot)
3. Gentoo (couldn't start GUI)
4. DSL (not as good as DyneBolic)


See guys, the problem with using LiveCD is that I can't save my data and
there is no customization.

Every time I boot using LiveCD i need to run a series of jobs for
customization.

Plus, my drive becomes busy and launching applications takes time.

I know there are more than 300 different linux distros out there, I just
need to get one.

My project needs simple basic structure of linux kernel.

It doesn't require GNOME or KDE.

But, as I am a newbie, I can't work on command line linux.

So, please advice.


Ubuntu would, like Fedora, be running one of the big desktop managers.  KDE 
and Gnome are too heavy for your small amount of RAM.  If you install 
something small like Puppy you will not have to work from the command line.  
You may find some things easier than you thought from the command-line, but 
you will not be forced to use it.


Live CDs are good for getting a look at possibilities, but I would never 
choose to work from one.


Anne

  


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Where is the "automatic login" now?

2008-07-19 Thread Marcelo M. Garcia

Hi

Where is the option to "automatic login" in Gnome 2.22 (Fedora 9)?

Thanks

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: F9: Web Based system monitoring

2008-07-18 Thread Marcelo M. Garcia
Another option is collectd[1]. Or if you want something more ambitious,  
maybe should have a look at Nagios[2] and Nagios Grapher[3]. Or 
groundwork[4] that puts everything together.


Regards

Marcelo

[1] http://collectd.org/
[2] http://www.nagios.org/
[3] http://wiki.contribs.org/Nagios_Grapher
[4] http://www.groundworkopensource.com/community/community-edition.html

Anthony Messina wrote:

On Thursday 17 July 2008 04:27:55 pm Seann Clark wrote:
  

All,

I know this isn't exactly the place to look for anything like this,
but I am wondering from the Fedora  users base, if there is any
good/recommended tools to display real-time or near real time system
information VIA web (AJAX or JAVA based) for a server? I would like to
set up something where I can monitor server status at a glance without
having 400 shell windows open (Like I do now when doing that stuff). I
know Gnome and KDE have system monitoring applications, but since I
dont' have X installed on the servers I desire to monitor like this, I
figure web based would be next best.



cacti (cacti.net) is a nice web-based frontend for snmp (and other) 
monitoring, it's not realtime by default, but updates every 5 minutes. that 
can be changed however to better suit your needs.


  


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: microphone not recording (solved)

2008-07-15 Thread Marcelo M. Garcia

Hi.

I don't know what solved the problem, but I included the +20dB bust and 
"microphone capture" options. And also, after I could see the input 
device option in PulseAudio Volume Control.


Thanks

Marcelo


stan wrote:

Marcelo M. Garcia wrote:

Hi.

I have been trying to get my mic work with Skype and Fedora 9. Skype 
only works when the device in "Sound In" is set to "ICH6,0", not the 
"Default Device (default)". The test call works, but I cannot hear my 
voice.
Don't know anything about Skype.  Have read there are some problems in 
passing.


The default (System-> preferences-> Hardware-> sound-> Sound Capture) 
is set to ALSA. The default mixer is "Intel ICH6 (Alsa mixer)".


I tried to use the "Sound Recorder" tool to see if the mic was 
working, but when I try to use, the file is saved, but again no sound.


I think the problem could be in permission to the device. Which one?
/dev/dsp?

I don't think so.  This is for OSS.


Thanks

Marcelo

Bring up alsamixer (either at a command line or via the menu) and hit 
F4.  You should see the capture screen. Turn on the mic and boost and 
give the mic some volume.  That should give you capture sound.




--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


microphone not recording

2008-07-14 Thread Marcelo M. Garcia

Hi.

I have been trying to get my mic work with Skype and Fedora 9. Skype 
only works when the device in "Sound In" is set to "ICH6,0", not the 
"Default Device (default)". The test call works, but I cannot hear my voice.


The default (System-> preferences-> Hardware-> sound-> Sound Capture) is 
set to ALSA. The default mixer is "Intel ICH6 (Alsa mixer)".


I tried to use the "Sound Recorder" tool to see if the mic was working, 
but when I try to use, the file is saved, but again no sound.


I think the problem could be in permission to the device. Which one?
/dev/dsp?

Thanks

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: F9: skype problems with microphone

2008-07-14 Thread Marcelo M. Garcia

Hi

Thanks for point the document but it doesn't treat exactly the 
microphone. In fact, the guide in PulseAudio website about gstreamer[1] 
was the who actually solved the problem.


After some googling, I think my problem is permissions with the devices. 
 I'm going to open another thread about this.


Thanks

Marcelo


[1] http://www.pulseaudio.org/wiki/PerfectSetup#GStreamerApplications

Nicolae Ghimbovschi wrote:

Try this How To Fix The Sound Issues Between Skype 2.0 And Pulseaudio
On Fedora 9  
http://www.howtoforge.com/how-to-fix-the-sound-issues-between-skype2.0-and-pulseaudio-on-fedora9


On Sat, Jul 12, 2008 at 12:00 PM, Marcelo M. Garcia
<[EMAIL PROTECTED]> wrote:

Hi

I'm having problems to make my microphone work with Skype. The machine is a
Dell Latitude D510 with a SigmaTel Coded Chip, but Skype only works if I put
the device Intel ICH6 (South bridge).

Does anyone have a had a similar problem with Skype?

Thanks

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list







--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


F9: skype problems with microphone

2008-07-12 Thread Marcelo M. Garcia

Hi

I'm having problems to make my microphone work with Skype. The machine 
is a Dell Latitude D510 with a SigmaTel Coded Chip, but Skype only works 
if I put the device Intel ICH6 (South bridge).


Does anyone have a had a similar problem with Skype?

Thanks

Marcelo

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list