Re: Nouveau driver with nvidia dual head

2009-12-24 Thread Anthony Messina
On Thursday 24 December 2009 05:41:03 Kirk Lowery wrote:
> Thanks for the response and the great idea! The same thing had occurred to
> me, especially as I had used this technique to install Fedora 10.
> 
> Only...there isn't any xorg.conf! Neither on the LiveCD nor on the
>  installed hard disk! At least, it's not in /etc/X11 and locate only shows
>  the man page.
> 
> So how does nouveau get away without an xorg.conf?
> 
> Kirk
> 
I use dual head with nouveau using the following xorg.conf:

##/etc/X11/xorg.conf
Section "ServerLayout"
Identifier "Default Layout"
Screen  0  "Screen0" 0 0
EndSection

Section "Files"

EndSection

Section "ServerFlags"
Option  "AIGLX" "off"
EndSection

Section "Monitor"
Identifier   "DVI-I-0"
Option   "PreferredMode" "1680x1050"
EndSection

Section "Monitor"
Identifier   "VGA-0"
Option   "RightOf" "DVI-I-0"
Option   "PreferredMode" "1280x1024"
Option   "DPMS" "Off"
EndSection

Section "Device"
Identifier  "Device0"
Driver  "nouveau"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Extensions"
Option  "Composite" "Disable"
EndSection


-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E


signature.asc
Description: This is a digitally signed message part.
-- 
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: Faxing suggestions

2009-11-29 Thread Anthony Messina
On Friday 27 November 2009 05:07:17 Gary Stainburn wrote:
> The plan is to the PBX's at each site to redirect all incoming faxes to a 
> single PC on that site, which will then receive these incoming faxes and
>  then  forward them, probably using SMTP to a central web server for
>  archiving and user retrieval.

Asterisk 1.6 (in the Fedora repos) can receive and send faxes over audio and 
T.38. I'm not sure what hardware you have which may affect this completely.

Once Asterisk receives a fax, it just dumps it as a TIFF into a directory from 
where you can do whatever you want with it.

I'll give you the link to what I do, which is called Asterisk FAX Gateway 
which is for sending and receiving faxes via e-mail.

http://messinet.com/trac/asterisk-fax-gw

If all you do is receive, it would be really easy to do a "System" call from 
within Asterisk to simply mail the TIFF to the recipient.

-A

-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E


signature.asc
Description: This is a digitally signed message part.
-- 
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 do you keep your online address-book?

2009-09-06 Thread Anthony Messina
On Sunday 06 September 2009 16:27:00 Timothy Murphy wrote:
> What are the advantages/disadvantages of 389-directory-service,
> as compared with OpenLDAP?

Up until a few months ago, I had been using OpenLDAP successfully for several 
years with replication via syncrepl working perfectly between a master and two 
off-site slaves.  Then, I ran into an issue where OpenLDAP would use up all of 
the available file descriptors and lock up the system.  I had been researching 
389 DS over the past few years anyway and wanted to try it out -- so I did.

Both OpenLDAP and 389 DS are capable and will be able to achieve what you want 
without problems.

> > eGroupWare via any computer that has access to the host
>
> I looked up eGroupWare, but was surprised there is no official
> Fedora package.
> (My only fear with this is that an application not supported by Fedora
> might become incompatible with some later distribution.)

eGroupWare is a php-based CMS and doesn't really need packages.  I'm sure 
there are other CMS systems that would do just as well, but eGroupWare does 
allow you to have your accounts AND addressbook data in LDAP.  It also gives 
you SyncML, which enables you to sync calendars, addressbooks, etc. to things 
like BlackBerry, other phones.

I had created my own LDAP addressbook web frontend a few years ago and found 
that eGroupWare more than made up for its shortcomings. (I'm not trying to 
advertise eGW -- it's a little heavy in my opinion --but it works 
fantastically well with LDAP -- if there are alternatives, I'd like to hear 
about them too.)

I use eGroupWare via subversion: 
http://www.egroupware.org/wiki?wikipage=subversion

If you do decide to use eGW and you need SyncML, go with "trunk" instead of 
1.6 as the SyncML features are part of the main development and 1.6 only gets 
security backports (1.6 didn't work with my BlackBerry).

-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E


signature.asc
Description: This is a digitally signed message part.
-- 
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: Fedora 11 slapd "too many open files": /lib64/libnspr4.so

2009-08-09 Thread Anthony Messina
On Sunday 09 August 2009 07:08:33 pm Bernie Innocenti wrote:
> Did you eventually solve this issue?  If not, is there a bug
> already filed in Bugzilla?
>
> I'm still seeing exactly the same on F11 with all updates installed
> as of today. I'd be tempted to point fingers at nss-softokn-freebl,
> as this is where the code to ope libnspr4.so actually lives.
> Upgrading openldap-servers and to rawhide has no effect.

unfortunately, i did not file a bug report as i sent the original email to see 
if there was a larger scope to the problem (more people, etc.)  only you and 
one other person have responded as having the same issue.

i did notice, however, that the "too many open files" was not a problem with 
OpenLDAP on my remote i386 slave ldap machines, though they got hit much less 
than my x86_64 master did.

since i had previously been thinking of migrating to 389 Directory Server 
(FDS, RHDS) -- http://directory.fedoraproject.org, i just did the migration 
and said screw OpenLDAP.  i now run 389DS on 3 separate servers: 1 hub, and 
two slaves.  i'll eventually be moving towards multi-master replication.

there were some issues getting the right ACIs for 389DS as that was the only 
major problem in the migration (i use egroupware as a content management 
system).  i have some notes that may be helful on that here:

http://messinet.com/trac/egw/browser/README.389DS

-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E



signature.asc
Description: This is a digitally signed message part.
-- 
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: Does the nouveau driver support dual monitors ? How ?

2009-08-07 Thread Anthony Messina
On Wednesday 05 August 2009 10:28:18 am Linuxguy123 wrote:
> Kernel 2.6.29.6-217 installed this morning on my computer during a yum
> update.  There was no kmod-nvidia package.  My computer rebooted using a
> different video driver. nouveau ?
>
> Its all good except that I lost my dual display functionality and I need
> it back.
>
> Assuming the driver running is nouveau, how does one set up dual display
> functionality ?   I ask this because a while back I read that using
> xorg.conf for setting things up is kind of taboo these days.  (This was
> in reference to initializing the Synaptics touchpad.)

but you can still do it.  my dual monitor setup which works perfectly without 
ang gui setup tools (using KDE):

Section "ServerLayout"
Identifier "Default Layout"
Screen  0  "Screen0" 0 0
EndSection

Section "Files"

EndSection

Section "ServerFlags"
Option  "AIGLX" "off"
EndSection

Section "Monitor"
Identifier   "DVI-I-0"
Option   "LeftOf" "VGA-0"
Option   "PreferredMode" "1680x1050"
EndSection

Section "Monitor"
Identifier   "VGA-0"
Option   "PreferredMode" "1280x1024"
Option   "DPMS" "Off"
EndSection

Section "Device"
Identifier  "Device0"
Driver  "nouveau"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Extensions"
Option  "Composite" "Disable"
EndSection
-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E



signature.asc
Description: This is a digitally signed message part.
-- 
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 there a gnome or KDE or Xorg version of wall for gui

2009-07-18 Thread Anthony Messina
On Wednesday 15 July 2009 05:50:58 pm Leslie Satenstein wrote:
> Is there a wall command for Gnome, KDE, or Xorg, so that I can alert a gui
> user about some event?

I'm not sure how KDE does is, but I get wall messages via the "KDE write 
daemon", the little blue (i) icon in the systray, when one is sent.
-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E



signature.asc
Description: This is a digitally signed message part.
-- 
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: Scanning over network in Fedora 11

2009-07-11 Thread Anthony Messina
On Saturday 11 July 2009 12:46:47 pm Klaus-Peter Schrage wrote:
> I want to setup network scanning in Fedora, but no success.
> I try to describe my setup in a quite detailed manner:
>
> 1. My scanner works fine locally:
>
> $ scanimage -L
> device `snapscan:libusb:004:003' is a AGFA SNAPSCAN 1212U_2 flatbed scanner
>
> 2. I have the  configured like this in /etc/sane.d/saned.conf:
>
> ...
> 192.168.2.0/24
> localhost
>
> (my local network is 192.168.2.XXX)
>
> 3. In /etc/services ther are the proper ports listed:
>
> sane-port   6566/tcp# SANE Control Port
> sane-port   6566/udp# SANE Control Port
>
> 4. saned is started from xinetd, configured like this:
>
> # /etc/xinetd.d/sane
> # Sane network access
> service sane-port
> {
>  disable= no
>  socket_type = stream
>  protocol= tcp
>  wait= no
>  user= kp
> server  = /usr/sbin/saned
> }
>
> (kp is my user)
>
> 5. Now I try to check if saned is running properly:
>
> $ telnet localhost 6566
> gives this output:
>
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
>
> 6.  But whenever I telnet to saned remotely, even from this very machine
> using it's ip address, I get:
>
> Trying 192.168.2.35...
> Connected to 192.168.2.35.
> Escape character is '^]'.
> Connection closed by foreign host.
>
> 7. So I ran sane in debug mode (saned -d128, with the daemon stopped),
> and I got the following error messages from step 6:
>
> ...
> [saned] saned (AF-indep+IPv6) from sane-backends 1.0.19 ready
> [saned] check_host: access by remote host: 192.168.2.35
> [saned] check_host: remote host is not IN_LOOPBACK nor IN6_LOOPBACK
> [saned] check_host: local hostname: kellercomputer.kralenriede.de
> [saned] check_host: getaddrinfo failed: No address associated with hostname
> [saned] init: access by host 192.168.2.35 denied
> [saned] quit: exiting
>
> 8. BTW, the firewall is turned off.
>
> Now, what may have gone wrong?
>
> Any help would be greately appreciated,
> Klaus

in my xinetd, my service file is "sane-port" not just "sane" 
(/etc/xinetd.d/sane-port)

not sure if you're using tcpwrappers or not, but you may need the following in 
/etc/hosts.allow

sane-port: 192.168.2.0/255.255.255.0
saned: 192.168.2.0/255.255.255.0

and in /etc/sane.d/dll.conf, the "net" must be uncommented.

you may also need to expand your sane-port xinetd service definition.  mine 
looks like:

service sane-port
{
disable = no
port = 6566
socket_type = stream
protocol = tcp
wait = no
user = nobody
group = nobody
server = /usr/sbin/saned
only_from = 192.168.2.0/24
bind = 192.168.2.3
flags = IPv4
}

it all works here.  -a


-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E



signature.asc
Description: This is a digitally signed message part.
-- 
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: Fedora 10: Does KDE support Xinerama or Dual independent Head monitor configuration?

2009-07-07 Thread Anthony Messina
On Tuesday 07 July 2009 06:21:58 am Anuar, Nuhairi wrote:
> Does KDE support Xinerama or Dual independent Head monitor configuration?
> I able to run "xinit" in "Xinerama" mode and "Dual independent head" mode,
> but when I run startx with KDE, one of the screen is just blank with
> default grey background. I suspect that KDE  is not supporting this
> configuration. Is this true

Not sure which video driver you use, or exactly what it is you are looking to 
do, but I use the following xorg.conf file with the nouveau driver.  This is 
based on the XRandR 1.2 capabilities and I do not need to use any special KDE 
configuration. (I have to have DPMS off on my VGA monitor or the backlight 
keeps going on and off when the system is not in use and I don't want to kill 
the monitor over time. You may not need this.  I have also disabled the 
Composite extension as the nouveau driver is crap for this.  You may also not 
need this.)

-
# /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "Default Layout"
Screen  0  "Screen0" 0 0
EndSection
Section "ServerFlags"
Option  "AIGLX" "off"
EndSection
Section "Monitor"
Identifier   "DVI-I-0"
Option   "LeftOf" "VGA-0"
Option   "PreferredMode" "1680x1050"
EndSection
Section "Monitor"
Identifier   "VGA-0"
Option   "PreferredMode" "1280x1024"
Option   "DPMS" "Off"
EndSection
Section "Device"
Identifier  "Device0"
Driver  "nouveau"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option  "Composite" "Disable"
EndSection
-


-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E



signature.asc
Description: This is a digitally signed message part.
-- 
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 11 slapd "too many open files": /lib64/libnspr4.so

2009-07-07 Thread Anthony Messina
I'm running into a problem with Fedora 11 and OpenLDAP's slapd instance (the 
same configuration that I've used for F8, F9, F10 and now F11).

After a day or two, of continuous usage, the slapd instance hangs with the 
"too many open files" issue.  I googled around a bit and found that some have 
fixed the problem by adding the following line to slapd.conf:

# Disconnect idle connections
idletimeout 60

This doesn't really seem to make a difference.  When I do "lsof -u ldap", I 
get the normal output of files in mem, followed by a ton of these:

...
...
slapd   19221 ldap   37r   REG  8,51235360  418680 /lib64/libnspr4.so   


slapd   19221 ldap   38r   REG  8,51235360  418680 /lib64/libnspr4.so   


slapd   19221 ldap   39r   REG  8,51235360  418680 /lib64/libnspr4.so   


slapd   19221 ldap   40r   REG  8,51235360  418680 /lib64/libnspr4.so
...
...

that never seem to go away, and lead to the "too many open files" issue.

Can anyone offer some assistance as to how to fix this issue?  Thank you in 
advance.  -Anthony

-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E



signature.asc
Description: This is a digitally signed message part.
-- 
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: Dual screen / Xinerama

2009-06-23 Thread Anthony Messina
On Tuesday 23 June 2009 03:40:59 am Gary Stainburn wrote:
> I've got on this topic before and also done a load more googling but I
> still haven't got an answer.
>
> I have a FC10 / WinXP system at home with a NVidia GForce 9600 card in it.
> Attached to it I have 2 19" screens.
>
> In WinXP everything works fine. I have the left screen as the main one and
> can open and drag windows between the two screens with ease.
>
> However, in FC10 all I can manage to do is to get both screens to have the
> content which is of course no use.
>
> My research points to me needing to use Xinerama. However, that same
> research indicates that this is no longer supported being replaced by
> another project which then itself got dropped.
>
> Is this true?
> If not, does anyone have SIMPLE instructions on how to set it up
> If yes, is there an alternative system I could use?

I use the following in /etc/X11/xorg.conf. As my monitors are not exactly the 
same size, note that you'd probably need to edit the "PreferredMode" Option.  
I included those modes explicitly as one of my monitors was defaulting to a 
crappier resolution that what it could handle.

This works for me in F10 and F11 with the open source nouveau driver.

Section "ServerLayout"
Identifier "Default Layout"
Screen  0  "Screen0" 0 0
EndSection
Section "ServerFlags"
Option  "AIGLX" "off"
EndSection
Section "Monitor"
Identifier   "DVI-I-0"
Option   "LeftOf" "VGA-0"
Option   "PreferredMode" "1680x1050"
EndSection
Section "Monitor"
Identifier   "VGA-0"
Option   "PreferredMode" "1280x1024"
Option   "DPMS" "Off"
EndSection
Section "Device"
Identifier  "Device0"
Driver  "nouveau"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option  "Composite" "Disable"
EndSection

-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E



signature.asc
Description: This is a digitally signed message part.
-- 
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: IPv6 docs, howtos, descriptions

2009-06-14 Thread Anthony Messina
On Friday 12 June 2009 05:37:36 am Tony Asnicar wrote:
> I know...google...BUT:
> Does someone has good howtos, docs, descriptions, opinions in forums, or
> similar things about IPv6 and "related things"?
> I just think it would be a very good idea to collect some links about it...
> Regards, and thank you in anticipation

http://www.wsrcc.com/wolfgang/fedora/ipv6-tunnel.html

-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E



signature.asc
Description: This is a digitally signed message part.
-- 
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: system-config-selinux error after updates

2009-05-23 Thread Anthony Messina
On Sunday 24 May 2009 01:43:57 am Michael D. Setzer II wrote:
> After doing the latest update the selinux manager and system-config-selinux
> are not working.
>
> When run from the command line this is what I get.
>
>
> /usr/share/system-config-selinux/system-config-selinux.py:72: Warning:
> IA__g_object_get_valist: object class `GnomeProgram' has no property
> named `default-icon'
>   xml = gtk.glade.XML ("/usr/share/system-config-selinux/system-config-
> selinux.glade", domain=PROGNAME)
> Traceback (most recent call last):
>   File "/usr/share/system-config-selinux/system-config-selinux.py", line
> 188, in 
> app = childWindow()
>   File "/usr/share/system-config-selinux/system-config-selinux.py", line
> 91, in __init__
> self.add_page(portsPage.portsPage(xml))
>   File "/usr/share/system-config-selinux/portsPage.py", line 69, in
> __init__ self.load()
>   File "/usr/share/system-config-selinux/portsPage.py", line 136, in load
> self.store.set_value(iter, PROTOCOL_COL, k[2])
> IndexError: tuple index out of range

Did you file a bug report?  I found the exact same issue about 5 minutes ago!!

-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E



signature.asc
Description: This is a digitally signed message part.
-- 
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: TV-out with nvidia drivers in Fedora 10

2009-05-23 Thread Anthony Messina
On Monday 18 May 2009 06:31:31 am James Allsopp wrote:
> Does this clone the output, or will I have a different display on each.
> Ideally, I'd like iplayer running on the TV and carry on working on the
> other display,
> Jim

my output is cloned since that is what i need for mythtv.  you don't have to 
do it that way though. your first post sounded to me like you wanted a larger 
desktop.

-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E



signature.asc
Description: This is a digitally signed message part.
-- 
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: TV-out with nvidia drivers in Fedora 10

2009-05-16 Thread Anthony Messina
On Saturday 16 May 2009 09:41:04 am James Allsopp wrote:
> Hi,
> I'm trying to get the TV out from my GeForce FX5200 to work. I'd ideally
> like it to be on at the same time as my flat screen and with my desktop
> extended onto it. I've been searching around for some information, but
> most of it seems quite out of date. I've got the proprietary Nvidia
> drivers installed at the moment.
>
> I've checked all this and got working under Windows, just need it to
> work in Linux.
>
> Does anyone have any advice on how to achieve this,
> Much appreciated,
> James Allsopp

Forgot to attach my xrandr-switch.sh script, which is attached to a button on 
my MythTV remote:

#!/bin/bash
if [ "$(xrandr -q | grep -c '50.0\*')" == "1" ]; then
xrandr -r 51.0
nvidia-settings -a XVideoSyncToDisplay=256
else
xrandr -r 50.0
fi
exit 0


-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E



signature.asc
Description: This is a digitally signed message part.
-- 
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: TV-out with nvidia drivers in Fedora 10

2009-05-16 Thread Anthony Messina
On Saturday 16 May 2009 09:41:04 am James Allsopp wrote:
> Hi,
> I'm trying to get the TV out from my GeForce FX5200 to work. I'd ideally
> like it to be on at the same time as my flat screen and with my desktop
> extended onto it. I've been searching around for some information, but
> most of it seems quite out of date. I've got the proprietary Nvidia
> drivers installed at the moment.
>
> I've checked all this and got working under Windows, just need it to
> work in Linux.
>
> Does anyone have any advice on how to achieve this,
> Much appreciated,
> James Allsopp

I use the TV out to drive a component projector (with the dongle) for my 
MythTV setup. For me, I either want the projector on (and the DFP off), or 
vice versa so I use XRandR to switch between them.  If you want both of them 
on at the same time, replace the NULL values in the metamodes option with the 
appropriate values.

/etc/X11/xorg.conf:

Section "ServerLayout"
Identifier "TwinView Layout"
Screen  0  "Screen0" 0 0
EndSection

Section "Files"
ModulePath   "/usr/lib64/xorg/modules/extensions/nvidia"
ModulePath   "/usr/lib64/xorg/modules"
EndSection

Section "Device"
Identifier  "Device0"
Driver  "nvidia"
Option  "NoLogo" "TRUE"
Option  "UseEvents" "TRUE"
Option  "TwinView" "TRUE"
Option  "TwinViewOrientation" "Clone"
Option  "ConnectedMonitor" "DFP, TV"
Option  "UseDisplayDevice" "DFP-0, TV-0"
Option  "TVStandard" "HD1080i"
# Start with the DPF at 1920x1080 with the TV off (nVidia XRandR "fake rate 
50")
# Allow switch to the TV at 1920x1080 with the DFP off (nVidia XRandR "fake 
rate 51")
Option  "MetaModes" "DFP-0: 1920x1080, TV-0: NULL; DFP-0:NULL, 
TV-0: 1920x1080"
EndSection

Section "Screen"
Identifier  "Screen0"
Device  "Device0"
DefaultDepth 24
SubSection "Display"
Depth   24
EndSubSection
EndSection

Section "Extensions"
Option  "Composite" "Disable"
EndSection

-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E



signature.asc
Description: This is a digitally signed message part.
-- 
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 Create /home on a Network Drive

2009-05-09 Thread Anthony Messina
On Saturday 09 May 2009 10:30:37 pm Robert L Cochran wrote:
> >> I have two Fedora laptops. I would like to have my /home partition as a
> >> separate partition on a network drive, such that when each laptop user
> >> logs in, his or her /home/[user] directory is mounted from the network
> >> drive. But I don't know how to do this. Suggestions?
> >>  
> >
> > 
> > might not be a good idea if the laptop is detached from the network
> > but...
> >
> > man nfs
> >
> > man auto.home
> > man auto.master
> >
> > I know that Red Hat Enterprise documentation covers this pretty well and
> > there might be some documentation on Fedora Wiki but I haven't looked.
> >
> > Craig
> >
>
> I think my brain must have shut down for the night. I wouldn't have such
> an easy time mounting /home in a restaurant, would I?
>
> Thanks...

no, you're right about that, but i was thinking about this yesterday too.  how 
does one use their linux laptop like some of the coporate folks use their 
windows laptops?  when they're at the office, they use the profile on the 
server; when they're away, they use the "roaming" copy of the profile.

does such a thing exist for us?  i got to thinking about some crazy rsync 
script that would run just before disconnecting and right after reconnecting 
to the "home" network, but that's a kludge.

anyone doing something like the linux road warrior?

-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E



signature.asc
Description: This is a digitally signed message part.
-- 
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: Nouveau driver on F10

2009-04-30 Thread Anthony Messina
On Thursday 30 April 2009 22:52:46 john wendel wrote:
> Since the "nv" driver seems to have lots of problems, I thought I'd try
> the nouveau driver.  The result was a black screen and a locked up box.
> No Xorg.0.log file created, so no errors to report.
>
> Does this actually work with F10? Anybody got it running? Tips?

I use nouveau successfully with KDE in F10, but with "Desktop Effects" 
disabled, otherwise I get a huge white screen.

I have a dual-head display using the XRandR method with the following in 
/etc/X11/xorg.conf:

Section "ServerLayout"
Identifier "Default Layout"
Screen  0  "Screen0" 0 0
EndSection

Section "Files"

EndSection

Section "ServerFlags"
Option  "AIGLX" "off"
EndSection

Section "Monitor"
Identifier   "DVI-I-0"
Option   "LeftOf" "VGA-0"
Option   "PreferredMode" "1680x1050"
EndSection

Section "Monitor"
Identifier   "VGA-0"
Option   "PreferredMode" "1280x1024"
Option   "DPMS" "Off"
EndSection

Section "Device"
Identifier  "Device0"
Driver  "nouveau"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Extensions"
Option  "Composite" "Disable"
EndSection

-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E



signature.asc
Description: This is a digitally signed message part.
-- 
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: Its doing it again... Konqueror won't scroll.

2009-04-23 Thread Anthony Messina
On Thursday 23 April 2009 19:23:15 Linuxguy123 wrote:
> Its doing it again... konqueror won't scroll again.
>
> The page is:
>
> http://lifehacker.com/5222989/how-apple-co
> +founder-steve-wozniak-gets-things-done

works fine here.

-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E



signature.asc
Description: This is a digitally signed message part.
-- 
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: invalid context: httpd_sys_content_rw_t

2009-03-13 Thread Anthony Messina
On Friday 13 March 2009 04:10:46 Braden McDaniel wrote:
> I'm trying to let httpd write to a subdirectory of ~/public_html and I'm
> running into SELinux errors on Fedora 10.  The error message directs me
> to "man httpd_selinux", which describes several context types.  Of
> these, httpd_sys_content_rw_t sounds like what I want; however, chcon
> doesn't seem to know about it:
>
>         $ chcon -R httpd_sys_content_rw_t mydir
>         chcon: invalid context: httpd_sys_content_rw_t
>
> And FWIW, the "Fix Command" offered by the SELinux error message
> ("setsebool -P httpd_unified=1") doesn't seem to help, either.
>
> How do I need to massage SELinux to make this work?

~#] ls- l
drwxrwxr-x  amessina apache   system_u:object_r:httpd_user_content_rw_t:s0 
public_html

you need to allow apache basic user perms to write to that directory, and you 
need the httpd_user_content_rw_t:s0 context set on the public_html directory.
-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E



signature.asc
Description: This is a digitally signed message part.
-- 
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: LAN addresses in IPv6

2009-03-09 Thread Anthony Messina
On Monday 09 March 2009 06:33:13 Timothy Murphy wrote:
> I've been playing with ipv6,
> and can use it externally thanks to a tunnel from sixxs.net .
> But I'm puzzled about its use inside my home network.
>
> What are the ipv6 addresses of the machines on this LAN?
> Are they the ipv6 addresses given by "ifconfig -a"?
> Or are they modifications of the "local address" given me by sixxs?
>
> I should say that the question is theoretical at the moment,
> as I am running Centos-5.2 and shorewall on my server,
> and it seems I have to wait until shorewall6 comes along for Centos,
> which apparently needs a more recent kernel and iptables
> than currently running under Centos, according to
> .
>
> But I'd like to be prepared for the happy day.
>
> I find that at present I can ping6 from any laptop to itself
> using the ipv6 address from ifconfig -a:
> -
> [...@mary ~]$ ping6 -Ieth1 fe80::240:f4ff:fe4d:608a
> PING fe80::240:f4ff:fe4d:608a(fe80::240:f4ff:fe4d:608a) from
> fe80::240:f4ff:fe4d:608a eth1: 56 data bytes

the fe80 addresses are link local -- not useful from one machine to the other.

> 64 bytes from fe80::240:f4ff:fe4d:608a: icmp_seq=0 ttl=64 time=0.058 ms
> -
> But I cannot ping6 from one machine to another:
> -
> [...@helen ~]$ ping6 -Ieth1 fe80::202:2dff:fe21:3c9
> PING fe80::202:2dff:fe21:3c9(fe80::202:2dff:fe21:3c9) from
> fe80::240:f4ff:fe4d:608a eth1: 56 data bytes
> ping: sendmsg: Operation not permitted
> -
>
> I assume that shorewall is preventing this.
>
> Incidentally, I didn't find any online documentation
> giving much help with IPv6 under Fedora and/or Centos;
> all the ipv6 documents seemed aimed at someone
> very different to myself.
>

look into radvd

this site is helpful: http://www.wsrcc.com/wolfgang/fedora/ipv6-tunnel.html

> --
> Timothy Murphy
> e-mail: gayleard /at/ eircom.net
> tel: +353-86-2336090, +353-1-2842366
> s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland


-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E



signature.asc
Description: This is a digitally signed message part.
-- 
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 xorg

2009-03-09 Thread Anthony Messina
original message-
From: "François Patte" francois.pa...@mi.parisdescartes.fr
To: fedora-list@redhat.com
Date: Mon, 09 Mar 2009 07:53:51 +0100
-
> Can't find xorg.conf Where has this file gone?

it's not there by default, but if you create one, X will use it.
-- 

Anthony - http://messinet.com - http://messinet.com/~amessina/gallery



-- 
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: Dual monitors KDE 4.2 - no panel, no keyboard focus

2009-03-05 Thread Anthony Messina
On Wednesday 04 March 2009 12:51:58 Michael Eager wrote:
> Hi --
>
> I have dual monitors using Nvidia Twinview.  I
> have both displays working.  The primary display has
> the panel, plasmoids, etc.  It seems to work OK.
>
> The secondary display only shows wallpaper.  Mouse
> clicks on the screen are ignored.
>
> I can start a program on the second display by running
> a command in the primary display: "DISPLAY=:0.1 konsole"
> but this screen does not take keyboard focus.  Doing
> the same with konqueror, the mouse works, but again
> the keyboard is inactive.  Neither of these windows has
> taskbars at the top, so they cannot be moved.
>
> Running GNOME, the dual display works OK, with both
> screens active.

i'm trying to kick the nvidia habit on  my desktops, so i'm using nouveau, but 
the simplest xorg.conf i have is:

Section "ServerLayout"
Identifier "Default Layout"
Screen  0  "Screen0" 0 0
EndSection

Section "Monitor"
Identifier   "DVI-I-0"
Option   "LeftOf" "VGA-0"
Option   "PreferredMode" "1680x1050"
EndSection

Section "Monitor"
Identifier   "VGA-0"
Option   "PreferredMode" "1280x1024"
EndSection

Section "Device"
Identifier  "Device0"
Driver  "nouveau"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Extensions"
Option  "Composite" "Disable"
EndSection

And it works like a charm and givesme two separate workspaces in KDE.  -A

-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E



signature.asc
Description: This is a digitally signed message part.
-- 
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: hplip scanner support?

2009-01-25 Thread Anthony Messina
On Sunday 25 January 2009 19:21:26 Tom Horsley wrote:
> Sometime when I wasn't looking hplip seems to have
> gotten scanner support added for most of HP's
> all-in-one products (too bad they didn't retrofit
> support for their stand alone scanners).
>
> Is anyone actually using one of the HP all-in-one
> devices on fedora 10 and gotten the scanner to work
> well? Can you scan via the low-level sane command
> line tools like scanimage?
>
> Maybe there is a SANE solution for devices actually
> available somewhere other than e-bay and antique
> stores :-).
>
> Too bad HP isn't putting penguin logos on their boxes
> and trumpeting linux support in their product pages,
> I stumbled across the hplip scanner info by accident :-(.

I use a "HP Photosmart C7280 All-in-One" with tremendous results.  I have it 
hooked in via wireless LAN and share it to many Fedora and Windows 
workstations over the  network via saned.

-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E



signature.asc
Description: This is a digitally signed message part.
-- 
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: HELP: "rpcbind: server localhost not responding"

2009-01-15 Thread Anthony Messina
On Thursday 15 January 2009 12:35:14 Rick Stevens wrote:
> Reg Clemens wrote:
> > HELP - I have built a new kernel (to add some options) and I have
> > obviously missed something important... but I cant find it.
> >
> > With THIS new kernel, during the boot, I get the message
> >
> > rpcbind: server localhost not responding, timed out
> > RPC: failed to contact local rpcbind server (errorno 5)

if you use tcp wrappers, you may need to enable 127.0.0.1 with access to 
rpcbind in hosts.allow

> > With a previous kernel everything is OK, so its not a
> > userland problem.
> >
> > Ive looked at everything imaginable with xconfig, and I dont
> > see what Ive missed,- somebody...  point me at my stupidity.
>
> Er, did you enable networking?

-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E



signature.asc
Description: This is a digitally signed message part.
-- 
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: kde4 autostart fails

2008-12-26 Thread Anthony Messina
On Friday 26 December 2008 18:11:55 Rex Dieter wrote:
> > Install ksshaskpass and follow the directions in
> > /usr/share/doc/ksshaskpass-0.5.1/README.fedora, namely (copied from the
> > file):
> >
> > To enable it, just create a script like this:
> > 
> > #!/bin/sh
> > SSH_ASKPASS=/usr/bin/ksshaskpass
> > export SSH_ASKPASS
> > exec ssh-add
> > 
> > put it in ~/.kde/Autostart/ and make it executable.
>
> This seems like something better suited for ~/.kde/env  (but if Autostart
> works for you, no need to change)
>
> -- Rex

perhaps abompard should know about this? btw, what's the difference between 
Autostart and env if this script would work in either?

-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E



signature.asc
Description: This is a digitally signed message part.
-- 
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: kdesvn-1.2.1 on F9 and Quanta

2008-11-06 Thread Anthony Messina
On Thursday 06 November 2008 11:48:04 am Kevin Kofler wrote:
> It's an expected side effect of the upgrade to KDE 4 kdesvn.

this much i figured.

> That sort of migration pain is going to happen until everything gets
> ported.

unfortunately, it looks like the quanta migration isn't about to happen any 
time soon.  are there any other kde4 project management-like pieces of 
software that i could drop in for quanta in its absence in kde4?  i used to 
to use bluefish prior to quanta, but then i switched.

-- 
Anthony -  http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E


signature.asc
Description: This is a digitally signed message part.
-- 
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: kdesvn-1.2.1 on F9 and Quanta

2008-11-06 Thread Anthony Messina
On Thursday 06 November 2008 09:14:27 am Rex Dieter wrote:
> File a bug please... http://bugzilla.redhat.com/

Thank you: https://bugzilla.redhat.com/show_bug.cgi?id=470319

-- 
Anthony -  http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E


signature.asc
Description: This is a digitally signed message part.
-- 
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

kdesvn-1.2.1 on F9 and Quanta

2008-11-06 Thread Anthony Messina
After upgrading to kdesvn-1.2.1 on F9, I noticed that the libkdesvnpart.la 
file is not part of the upgraded package, rendering the Quanta/kdesvn 
integration useless.

As this is a feature that I use frequently, is there a configuration change I 
need to make or another perhaps "compatibility" package I need to use to 
allow F9's Quanta to continue to use the kde svn features?

Thanks for the input.  -Anthony
-- 
Anthony -  http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E


signature.asc
Description: This is a digitally signed message part.
-- 
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: libdvdcss [quasi OT, quasi not OT]

2008-10-29 Thread Anthony Messina
On Wednesday 29 October 2008 09:34:41 pm Craig White wrote:
> On Wed, 2008-10-29 at 19:09 -0700, Antonio Olivares wrote:
> > --- On Wed, 10/29/08, Kanwar Ranbir Sandhu <[EMAIL PROTECTED]> 
wrote:
> > > From: Kanwar Ranbir Sandhu <[EMAIL PROTECTED]>
> > > Subject: Re: libdvdcss [quasi OT, quasi not OT]
> > > To: fedora-list@redhat.com
> > > Date: Wednesday, October 29, 2008, 6:03 PM
> > >
> > > On Thu, 2008-10-16 at 11:47 -0500, Rex Dieter wrote:
> > > > The current recommendations are to get it from those
> > >
> > > still willing to risk
> > >
> > > > distributing it (rpmfusion currently is not)
> > >
> > > Well, this is going to make watching my DVDs on my Fedora
> > > desktop pretty
> > > damn hard.  It'll ruin the desktop experience for a lot
> > > of newbs, not to
> > > mention making it a pain in the ass for experienced users.
> > >
> > > What's the proposed alternative?  Suppose we can't
> > > get libdvdcss at all
> > > - how would we watch DVDs then?
> >
> > On our PC's right?
> >
> > 1) On Bill's OS
> > 2) On regular dvd players which are intended for this (please do not get
> > offended) 3) find/retrieve/store keep copies of libdvdcss source code and
> > compile it on our own, at our own risk, and install it.
> >
> > I still like option 3 the best, but as long as I can watch the movie I
> > would not mind option 2 or 1 going in that direction :)
>
> 
> A mailing-list has been set up for support and discussion about
> libdvdcss. Its address is :
>
><[EMAIL PROTECTED]>
>
> To subscribe, send a mail to <[EMAIL PROTECTED]> with the following
> words in the mail body :
>
>subscribe libdvdcss
>
> To unsubscribe, do the same with the words :
>
>unsubscribe libdvdcss

is that the right address?

<[EMAIL PROTECTED]>: host skanda.videolan.org[2001:41d0:1:a690::1] said: 550
    5.1.1 <[EMAIL PROTECTED]>: Recipient address rejected: User unknown in
    virtual alias table (in reply to RCPT TO command)

-- 
Anthony -  http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E


signature.asc
Description: This is a digitally signed message part.
-- 
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: KDE-SIG

2008-10-01 Thread Anthony Messina
On Wednesday 01 October 2008 10:36:00 am Rex Dieter wrote:
> I suppose we could push harder to get some fedora-kde lists started.
>  That's something that the kde-sig could potentially address, if there's
> interest.
>
> -- Rex

definite interest.

-- 
Anthony -  http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E


signature.asc
Description: This is a digitally signed message part.
-- 
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: Recent KDE poll

2008-09-03 Thread Anthony Messina
On Wednesday 03 September 2008 12:23:36 pm Anne Wilson wrote:
> This is the summary of results that I sent to the KDE usability grou:

thanks for the info!

-- 
Anthony -  http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E


signature.asc
Description: This is a digitally signed message part.
-- 
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: Ping KDE users

2008-08-30 Thread Anthony Messina
On Saturday 30 August 2008 12:12:03 pm Anne Wilson wrote:
> It's very informal.  The KDE usability list were discussing whether it
> would be a good idea to merge the Favorites and Recently Used tabs, amongst

please don't merge them.  i'd like to keep about 20 things on favorites and 
merging the two would cause scrolling even on this 19" 1280x1024monitor

> other things.  They said it was difficult to make any sensible decisions,
> because they had no way of knowing just how people were using the tabs.  I
> asked if it would help if I got some informal statistics based on several
> of the mailing lists I read, and they jumped at the chance.  I've got 56
> replies so far.  I'd like a few more, if possible.  The more replies we get
> and the more likely it is that the results are representative.
>
> If people are interested I'll post the results when I close the poll
> tomorrow evening.  I've found it much more interesting than I expected.  I

i'd love to see the results.

> thought it would simply be a split between those that like kickoff and
> those that like classic menu, but there have been many comments, some of
> which may, in the long run, affect decisions.  May, I said.  I'm not
> promising anything.  I have no influence.  I just help out where I can.

kickoff was different, at first, but once you figure how to navigate it, it's 
pretty quick.

-- 
Anthony -  http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E


signature.asc
Description: This is a digitally signed message part.
-- 
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: Fedora Project Wiki trouble

2008-08-16 Thread Anthony Messina
On Saturday 16 August 2008 11:08:26 am g wrote:
> Anthony Messina wrote:
> > Anyone know when http://fedoraproject.org/wiki/ might be back in service?
> > It's been 503 Unavailable for about 10 hours.
> >
> > Thanks.
>
> 
>
> > >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.
> 
>
> --
> tc,hago.
>
> g

missed that one.  thanks a lot. -a

-- 
Anthony -  http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E


signature.asc
Description: This is a digitally signed message part.
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Fedora Project Wiki trouble

2008-08-16 Thread Anthony Messina
Anyone know when http://fedoraproject.org/wiki/ might be back in service?  
It's been 503 Unavailable for about 10 hours.

Thanks.
-- 
Anthony -  http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E


signature.asc
Description: This is a digitally signed message part.
-- 
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-17 Thread Anthony Messina
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.

-- 
Anthony -  http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E


signature.asc
Description: This is a digitally signed message part.
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Re: Real player doesn't work on F9 under KDE

2008-06-19 Thread Anthony Messina
On Thursday 19 June 2008 03:29:41 pm Patrick O'Callaghan wrote:
> I have RealPlayer-11.0.0.4028-20080225.i586 (my system is x86_64 but
> Real only seem to have a i586 rpm available). When I run realplay from
> the command line with an appropriate URL (e.g. a BBC video link) I get:
>
> realplay.bin:31914): Gtk-WARNING **: Unable to locate theme engine
> in module_path: "nodoka",
>
> (realplay.bin:31914): Gtk-WARNING **: Unable to locate theme engine
> in module_path: "nodoka",
>
> (realplay.bin:31914): Gtk-WARNING **: Unable to locate theme engine
> in module_path: "nodoka",
>
> (realplay.bin:31914): Gtk-WARNING **: Unable to locate theme engine
> in module_path: "nodoka", Opening ALSA PCM device default
> Opening ALSA PCM device default
> The program 'realplay.bin' received an X Window System error.
>   etc.
>
> This is under KDE and I have KDE Settings configured to use the Nodoka
> theme for GTK apps, but even when I turn this off I get the same error,
> except for:
>
> ... Unable to locate theme engine in module_path: "qt4engine"
>   etc.
>
> Any suggestions welcome.
>
> poc

just go here:
http://forms.helixcommunity.org/helix/builds/?category=realplay-current
and get the 64 bit version

-- 
Anthony -  http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E


signature.asc
Description: This is a digitally signed message part.
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list