Re: multibooting linux

2010-06-23 Thread Mats
Thank you very much for all the answers. What I want to do is installing fedora 13 and ubuntu 10.04 on the same hd (Maybe also debian 5.04, but that I can have on the other ide-disk). I thought that the easiest way would be to use primary partitions, and that I then will be forced to use only four

Re: SIPWitch: what exactly does it do ?

2010-06-23 Thread g
Linuxguy123 wrote: > What exactly does SIPWitch do ? have you read these 2 pages? http://www.gnu.org/software/sipwitch/ http://www.gnutelephony.org/index.php/GNU_Telephony -- peace out. tc,hago. g . in a free world without fences, who needs gates. ** help microsoft stamp out pira

fedora 13 docking station dual head woes

2010-06-23 Thread Natxo Asenjo
hi, Since I installed f13 on my laptop (dell latitued e6500) I have to fight every morning to get my dual head display working. The graphic card is: 00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07) 00:02.1 Display controller: Int

Re: USB Printer Install help needed

2010-06-23 Thread Roger
Hi Tim Many thanks for your email On 06/22/2010 09:52 PM, Tim Waugh wrote: > On Tue, 2010-06-22 at 12:39 +1000, Roger wrote: >> This seems to be a problem with USB Xerox printers in Fedora. >> I too have had the same problems since Fedora 9/10. >> Ubuntu just installed it without any effort on my

Re: multibooting linux

2010-06-23 Thread Joel Rees
On Jun 23, 2010, at 4:04 PM, Mats wrote: > Thank you very much for all the answers. What I want to do is > installing > fedora 13 and ubuntu 10.04 on the same hd (Maybe also debian 5.04, but > that I can have on the other ide-disk). No problem with any of that. > I thought that the easiest wa

Re: WiFi security (was wifi access from laptop to starbucks wifi)

2010-06-23 Thread Joel Rees
On Jun 23, 2010, at 11:14 AM, JD wrote: > > > On 06/22/2010 07:27 PM, Darr was caught red-handed while writing:: >> On Tuesday, 22 June, 2010 @22:00 zulu, JD scribed: >> >> >>> WPA2-PSK + AES : I thought it is not possible for inter-customer >>> traffic to figure out the keys because once the con

yum 'shortcomings'?

2010-06-23 Thread Alexander Volovics
Hello I recently installed gnome-commander. Because gnome-commander needs 'meld', 'exiv2-libs', 'gnome-vfs2-smb' these were also installed. Today I removed gnome-commander with 'yum remove' but yum did not include (or even suggest) meld, exiv2libs and gnome-vfs2-smb for removal. Why? These packa

differrence between 'yum remove' and 'yum erase'

2010-06-23 Thread Alexander Volovics
Hello What exactly is the difference (if any) between yum remove and yum erase? If there is a difference why is it not explained in the man/help documentation? If there is no difference why is not one of the options removed? Alexander -- users mailing list users@lists.fedoraproject.org To un

Re: differrence between 'yum remove' and 'yum erase'

2010-06-23 Thread Athmane Madjoudj
On 06/23/2010 11:45 AM, Alexander Volovics wrote: > Hello > > What exactly is the difference (if any) between yum remove and > yum erase? > > If there is a difference why is it not explained in the man/help > documentation? > > If there is no difference why is not one of the options removed? > > Al

Re: CUPS: PostScript vs. PCL3 vs PCL6

2010-06-23 Thread Tim
On Tue, 2010-06-22 at 23:46 -0400, Steve Snyder wrote: > To sum up: > > RHEL Server:CUPS(PS) --> CP4025 > > Windows:driver(PCL6) --> Samba --> CUPS --> CP4025 > > Fedora{12,13}: driver(PCL3) --> IPP --> CUPS --> CP4025 > > On initial testing, it all seems to work. What nags at

Re: Howto add raw printer

2010-06-23 Thread Tim Waugh
On Tue, 2010-06-22 at 15:23 -0500, Aaron Konstam wrote: > What is a raw printer? One with no filtering at all. i.e. 'lp -dmy-raw-printer datablob' sends the datablob directly to the printer as-is. Tim. */ signature.asc Description: This is a digitally signed message part -- users mailing lis

RE: USB Printer Install help needed

2010-06-23 Thread Tim Waugh
On Tue, 2010-06-22 at 13:51 -0500, Smith, Herb wrote: > That command (executed as root) produced absolutely no response. Let's try to find out what the usb backend is actually up to. Could you please run this command as root and attach the output?: strace /usr/lib/cups/backend/usb 2>&1 | tail

Re: Howto add raw printer

2010-06-23 Thread Ed Greshko
On 06/23/2010 07:13 PM, Tim Waugh wrote: > On Tue, 2010-06-22 at 15:23 -0500, Aaron Konstam wrote: > >> What is a raw printer? >> > One with no filtering at all. i.e. 'lp -dmy-raw-printer datablob' sends > the datablob directly to the printer as-is. > I think it should be pointed out wh

Re: differrence between 'yum remove' and 'yum erase'

2010-06-23 Thread Krishna Chandra Prajapati
*remove* or *erase* Are used to remove the specified packages from the system as well as removing any packages which depend on the package being removed. regards, _Krishna On Wed, Jun 23, 2010 at 4:15 PM, Alexander Volovics wrote: > Hello > > What exactly is the d

Re: multibooting linux

2010-06-23 Thread Steven I Usdansky
My vote is for one grub to rule them all, each distro's grub goes into / rather than the mbr, and the master grub just chainloads each distro's grub. I had been setting up the master grub to point to /vmlinuz and /initrd in each distro, but that involves updating the appropriate symlinks each time

Re: Howto add raw printer

2010-06-23 Thread Tim Waugh
On Wed, 2010-06-23 at 19:23 +0800, Ed Greshko wrote: > I think it should be pointed out when this is useful. If one has a > postscript file you'd use this to send it to the printer rather than > printing the postscript file itself...for example. Yes? Not really. More the opposite actually. If

Re: differrence between 'yum remove' and 'yum erase'

2010-06-23 Thread Alexander Volovics
> *remove* or *erase* are used to remove the specified packages from the > system as well as removing any packages which depend on the package being > removed. I know. But that is not what I asked. Thanks, Alexander -- users mailing list users@lists.fedoraproject.org To unsubscribe or change

Re: yum 'shortcomings'?

2010-06-23 Thread Rex Dieter
Alexander Volovics wrote: > Hello > > I recently installed gnome-commander. > Because gnome-commander needs 'meld', 'exiv2-libs', 'gnome-vfs2-smb' > these were also installed. > > Today I removed gnome-commander with 'yum remove' but yum did not > include (or even suggest) meld, exiv2libs and gn

Re: Howto add raw printer

2010-06-23 Thread Ed Greshko
On 06/23/2010 07:34 PM, Tim Waugh wrote: > On Wed, 2010-06-23 at 19:23 +0800, Ed Greshko wrote: > >> I think it should be pointed out when this is useful. If one has a >> postscript file you'd use this to send it to the printer rather than >> printing the postscript file itself...for example.

Re: differrence between 'yum remove' and 'yum erase'

2010-06-23 Thread Krishna Chandra Prajapati
No You can also try 'info yum' Krishna On Wed, Jun 23, 2010 at 5:11 PM, Alexander Volovics wrote: > > > *remove* or *erase* are used to remove the specified packages from the > > system as well as removing any packages which depend on the package being > > removed. > > I know. But that is not

GDM keyboard layout remove

2010-06-23 Thread Vitaly Dolgov
I've added alternate keyboard layout on GDM (from Gnome 2.30) login screen. How to remove it from there? WBR, Vitaly Dolgov -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://

GDM keyboard layout remove

2010-06-23 Thread Vitaly Dolgov
I've added alternate keyboard layout on GDM (from Gnome 2.30) login screen. How to remove it from there? WBR, Vitaly Dolgov -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://

Re: yum 'shortcomings'?

2010-06-23 Thread Gabriel VLASIU
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 23 Jun 2010, Alexander Volovics wrote: > I recently installed gnome-commander. > Because gnome-commander needs 'meld', 'exiv2-libs', 'gnome-vfs2-smb' > these were also installed. > > Today I removed gnome-commander with 'yum remove' but yum d

Re: yum 'shortcomings'?

2010-06-23 Thread Alexander Volovics
On Wed, Jun 23, 2010 at 06:48:51AM -0500, Rex Dieter wrote: > > I recently installed gnome-commander. > > Because gnome-commander needs 'meld', 'exiv2-libs', 'gnome-vfs2-smb' > > these were also installed. > > Today I removed gnome-commander with 'yum remove' but yum did not > > include (or even

Re: yum 'shortcomings'?

2010-06-23 Thread Rahul Sundaram
On 06/23/2010 04:11 PM, Alexander Volovics wrote: > Hello > > I recently installed gnome-commander. > Because gnome-commander needs 'meld', 'exiv2-libs', 'gnome-vfs2-smb' > these were also installed. > > Today I removed gnome-commander with 'yum remove' but yum did not > include (or even suggest) m

Re: yum 'shortcomings'?

2010-06-23 Thread Alexander Volovics
On Wed, Jun 23, 2010 at 03:23:58PM +0300, Gabriel VLASIU wrote: > > I recently installed gnome-commander. > > Because gnome-commander needs 'meld', 'exiv2-libs', 'gnome-vfs2-smb' > > these were also installed. > > Today I removed gnome-commander with 'yum remove' but yum did not > > include (or e

Re: yum 'shortcomings'?

2010-06-23 Thread Alexander Volovics
On Wed, Jun 23, 2010 at 06:01:43PM +0530, Rahul Sundaram wrote: > > I recently installed gnome-commander. > > Because gnome-commander needs 'meld', 'exiv2-libs', 'gnome-vfs2-smb' > > these were also installed. > > Today I removed gnome-commander with 'yum remove' but yum did not > > include (or ev

Re: differrence between 'yum remove' and 'yum erase'

2010-06-23 Thread Alexander Volovics
'info yum' does not supply any more details with respect to remove/erase then 'man yum'. Alexander -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/

Re: differrence between 'yum remove' and 'yum erase'

2010-06-23 Thread Rahul Sundaram
On 06/23/2010 06:22 PM, Alexander Volovics wrote: > 'info yum' does not supply any more details with respect to > remove/erase then 'man yum'. Erase is just a alias to remove. Zero differences. Rahul -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription opti

Re: yum 'shortcomings'?

2010-06-23 Thread Rahul Sundaram
On 06/23/2010 06:19 PM, Alexander Volovics wrote: > I have never used yum history before. > The man page is not completely clear on how it should be used > so I will have to try it out (and hope I make no mistakes, it seems > to be pretty exacting). > > It does look like it might be more precise th

Re: differrence between 'yum remove' and 'yum erase'

2010-06-23 Thread Athmane Madjoudj
On 06/23/2010 01:52 PM, Alexander Volovics wrote: > > 'info yum' does not supply any more details with respect to > remove/erase then 'man yum'. > > Alexander > I thinks that "|" char means "OR" "Synonym", this is common convention in manpage and computer documents in general. man yum [...] re

Re: differrence between 'yum remove' and 'yum erase'

2010-06-23 Thread Alexander Volovics
On Wed, Jun 23, 2010 at 06:24:57PM +0530, Rahul Sundaram wrote: > On 06/23/2010 06:22 PM, Alexander Volovics wrote: > > 'info yum' does not supply any more details with respect to > > remove/erase then 'man yum'. > Erase is just a alias to remove. Zero differences. Again thanks Rahul. Maybe th

Re: differrence between 'yum remove' and 'yum erase'

2010-06-23 Thread Rahul Sundaram
On 06/23/2010 06:30 PM, Alexander Volovics wrote: > On Wed, Jun 23, 2010 at 06:24:57PM +0530, Rahul Sundaram wrote: > > >> On 06/23/2010 06:22 PM, Alexander Volovics wrote: >> >>> 'info yum' does not supply any more details with respect to >>> remove/erase then 'man yum'. >>> > >

Re: differrence between 'yum remove' and 'yum erase'

2010-06-23 Thread Christofer C. Bell
On Wed, Jun 23, 2010 at 8:00 AM, Alexander Volovics wrote: > On Wed, Jun 23, 2010 at 06:24:57PM +0530, Rahul Sundaram wrote: > > > On 06/23/2010 06:22 PM, Alexander Volovics wrote: > > > 'info yum' does not supply any more details with respect to > > > remove/erase then 'man yum'. > > > Erase is j

Re: yum 'shortcomings'?

2010-06-23 Thread Alexander Volovics
On Wed, Jun 23, 2010 at 06:26:26PM +0530, Rahul Sundaram wrote: > On 06/23/2010 06:19 PM, Alexander Volovics wrote: > > I have never used yum history before. > > The man page is not completely clear on how it should be used > > so I will have to try it out (and hope I make no mistakes, it seems >

Re: differrence between 'yum remove' and 'yum erase'

2010-06-23 Thread Mikkel
On 06/23/2010 08:00 AM, Alexander Volovics wrote: > On Wed, Jun 23, 2010 at 06:24:57PM +0530, Rahul Sundaram wrote: > >> On 06/23/2010 06:22 PM, Alexander Volovics wrote: >>> 'info yum' does not supply any more details with respect to >>> remove/erase then 'man yum'. > >> Erase is just a alias t

Re: yum 'shortcomings'?

2010-06-23 Thread Rahul Sundaram
On 06/23/2010 06:49 PM, Alexander Volovics wrote: > I just tried it and as I suspected it is a bit terse. > > What if you have 2 entries for the same date with the 'same' action > and only different times and you can't remember which one you > performed first. > > I know you can look in the system

Re: differrence between 'yum remove' and 'yum erase'

2010-06-23 Thread Matthew J. Roth
Christofer C. Bell wrote: > > I agree. This can certainly be a cause for confusion for users coming > from Debian (or Ubuntu, etc) where there's a distinct difference > between erase and purge. It seems yum's interpretation of either > remove or erase is the same as apt's purge option, while apt's

Re: Howto add raw printer

2010-06-23 Thread Mikkel
On 06/23/2010 06:23 AM, Ed Greshko wrote: > On 06/23/2010 07:13 PM, Tim Waugh wrote: >> On Tue, 2010-06-22 at 15:23 -0500, Aaron Konstam wrote: >> >>> What is a raw printer? >>> >> One with no filtering at all. i.e. 'lp -dmy-raw-printer datablob' sends >> the datablob directly to the print

Re: yum 'shortcomings'?

2010-06-23 Thread Alexander Volovics
On Wed, Jun 23, 2010 at 06:57:12PM +0530, Rahul Sundaram wrote: > On 06/23/2010 06:49 PM, Alexander Volovics wrote: > > I just tried it and as I suspected it is a bit terse. > > What if you have 2 entries for the same date with the 'same' action > > and only different times and you can't remember

Re: yum 'shortcomings'?

2010-06-23 Thread Rahul Sundaram
On 06/23/2010 07:05 PM, Alexander Volovics wrote: > My education continues :) > Bit shamefull me being a Red Hat/Fedora user since Red Hat 2 ! > > A combination of age and things having gotten to easy I suspect. > > Thanks again Rahul. > Age doesn't gain you wisdom when the world around you co

Re: yum 'shortcomings'?

2010-06-23 Thread Michael Cronenworth
Alexander Volovics wrote: > My education continues:) If you want something graphical: yum install gnome-packagekit Applications>System Tools>Software Log Viewer -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mai

strange behaviour of sssd

2010-06-23 Thread Eric Doutreleau
i m trying to setup sssd 1.2 on our network and i have strange behaviour with it here is my config [sssd] config_file_version = 2 reconnection_retries = 3 sbus_timeout = 30 services = nss, pam domains = default [nss] filter_groups = root filter_users = root reconnection_retries = 3 [pam] rec

Re: Anyone aware of an rdesktop *replacement*?

2010-06-23 Thread jarmo
Chris Kloiber kirjoitti keskiviikko, 23. kesäkuuta 2010 07:23:01: > Why thank you! My gut reaction was remmina was a wrapper for rdesktop, > but in it's latest release they have switched to using something called > FreeRDP, which I had not heard of. FreeRDP is only a year-old fork of > rdesktop,

Re: Mutt auto view for html failing

2010-06-23 Thread B Wooster
On Tue, Jun 22, 2010 at 3:53 PM, B Wooster wrote: > Just updated to Fedora 13, and mutt html viewer stopped working. > using /etc/mailcap also fails the same way. > That Fedora mailcap seems incomplete for links anyway, it says: > text/html; /usr/bin/xdg-open %s ; copiousoutput > which won't work

Re: Can't get Network Manager to come up on bar

2010-06-23 Thread José Matos
On Tuesday 22 June 2010 23:48:07 David Bartmess wrote: > I hadn't done anything with this laptop (An HP Pavilion ZV5000) since I > upgraded to F13. But now when I start it up and logon, I don't see the > NetworkManager icon on the bar anymore, and I can't connect to the > wireless AP... > > Any id

Re: Can't get Network Manager to come up on bar

2010-06-23 Thread David Bartmess
On 6/23/2010 9:12 AM, José Matos wrote: > On Tuesday 22 June 2010 23:48:07 David Bartmess wrote: > >> I hadn't done anything with this laptop (An HP Pavilion ZV5000) since I >> upgraded to F13. But now when I start it up and logon, I don't see the >> NetworkManager icon on the bar anymore, and

Re: WiFi security (was wifi access from laptop to starbucks wifi)

2010-06-23 Thread JD
On 06/23/2010 01:24 AM, Joel Rees was caught red-handed while writing:: > On Jun 23, 2010, at 11:14 AM, JD wrote: > > >> >> On 06/22/2010 07:27 PM, Darr was caught red-handed while writing:: >> >>> On Tuesday, 22 June, 2010 @22:00 zulu, JD scribed: >>> >>> >>> WPA2-PSK + AE

Re: strange behaviour of sssd

2010-06-23 Thread Rick Stevens
On 06/23/2010 06:45 AM, Eric Doutreleau wrote: > i m trying to setup sssd 1.2 on our network and i have strange behaviour > with it > > here is my config > > [sssd] > config_file_version = 2 > > reconnection_retries = 3 > > sbus_timeout = 30 > services = nss, pam > > domains = default > [nss] > fil

Re: multibooting linux

2010-06-23 Thread JD
On 06/23/2010 04:31 AM, Steven I Usdansky was caught red-handed while writing:: > My vote is for one grub to rule them all, each distro's grub goes into > / rather than the mbr, and the master grub just chainloads each distro's > grub. I had been setting up the master grub to point to /vmlinuz a

Re: [389-users] Announcing 389 Directory Server 1.2.6 Release Candidate 1

2010-06-23 Thread Rich Megginson
Juan Asensio Sánchez wrote: > Hi > > I have upgraded our test server(from version 1.2.5, > 389-ds-base-1.2.6-0.7.rc2.el5.i386 and > 389-admin-1.1.11-0.5.rc1.el5.i386), and when running > "setup-ds-admin.pl -u", i get many messages > like this (all about custom attribu

Re: [389-users] userPassword and {kerberos}usern...@realm

2010-06-23 Thread Rich Megginson
Arnar Gunnarsson wrote: > I'm using the 389 DS to authenticate users agains all sorts of services > (HTTP/IMAP/OpenVPN/etc) using the userPassword attribute. > > Now, I've recently installed a kerberos server for secure authentication > and configured the 389 DS against the kerberos server, and am

Re: strange behaviour of sssd

2010-06-23 Thread Michael Cronenworth
Rick Stevens wrote: > passwd: files ldap > shadow: files ldap > group: files ldap That would be wrong for sssd. If he used system-config-authentication, his nsswitch.conf should read: passwd: files sss shadow: files sss group: f

Re: F13 Firefox new tab issue

2010-06-23 Thread William Henry
- "JD" wrote: > On 06/22/2010 07:24 PM, William Henry was caught red-handed while > writing:: > > - "JD" wrote: > > > > > >> On 06/22/2010 08:41 AM, William Henry was caught red-handed while > >> writing:: > >> > >>> Is anyone else seeing long delays with using a new tab in Fi

Re: F13 Firefox new tab issue

2010-06-23 Thread Patrick O'Callaghan
On Wed, 2010-06-23 at 12:31 -0400, William Henry wrote: > Why should I have to go through all of this on an upgrade? That's not > good. I'd prefer to figure out what's wrong between F12 and F13. No particular reason. Have you tried just deleting your cache without changing anything else? poc --

Re: F13 Firefox new tab issue

2010-06-23 Thread William Henry
- "Patrick O'Callaghan" wrote: > On Tue, 2010-06-22 at 19:07 -0700, JD wrote: > > As far as your bookmarks and history, you can go ahead and ccopy > them > > over > > from ~/.mozilla.save/firefox// > > and copy them into ~/.mozilla.save/firefox// > > Plugins should usually be installed in /

Ideas for integrating a SIP account, N900, Magic Jack, Linux, etc...

2010-06-23 Thread Linuxguy123
I'm looking for some ideas on overhauling/revamping our telephone system. We are two busy working professionals. We spend half our weekends away from home. My wife still has an iPhone. I'm getting an N900. We have a landline with (terrible) voice mail service. I want to tie it all together,

Re: GDM keyboard layout remove

2010-06-23 Thread Suvayu Ali
On Wednesday 23 June 2010 05:17 AM, Vitaly Dolgov wrote: > I've added alternate keyboard layout on GDM (from Gnome 2.30) login screen. > How to remove it from there? > Just change it back to what ever you want on your next login. If you don't want to logout, try to change it from the keyboard pre

Re: Mutt auto view for html failing

2010-06-23 Thread Bruno Wolff III
On Wed, Jun 23, 2010 at 10:54:31 -0400, B Wooster wrote: > > So, the fix for Fedora is to manually create a ~/.mailcap, and put in it: > text/html; /usr/bin/links -dump %s ; nametemplate=%s.html; copiousoutput > (if using links, change for w3m as appropriate, etc). > > Would be nice if this au

Re: Can't get Network Manager to come up on bar

2010-06-23 Thread José Matos
On Wednesday 23 June 2010 16:47:45 David Bartmess wrote: > No, I'm using Gnome. Everything has been updated to the current > revisions using yum update I am using kde that is why I asked because then I would know the answer. :-) In any case, what happens when you call nm-applet from the command

Re: F13 Firefox new tab issue

2010-06-23 Thread JD
On 06/23/2010 09:31 AM, William Henry was caught red-handed while writing:: > - "JD" wrote: > > >> On 06/22/2010 07:24 PM, William Henry was caught red-handed while >> writing:: >> >>> - "JD" wrote: >>> >>> >>> On 06/22/2010 08:41 AM, William Henry was caught red

Re: F13 Firefox new tab issue

2010-06-23 Thread Patrick O'Callaghan
On Wed, 2010-06-23 at 12:33 -0400, William Henry wrote: > And so I have restored my original .mozilla and of course the problem > is back as we'd expect. Did you clean the cache? It's not clear from your reply. poc -- users mailing list users@lists.fedoraproject.org To unsubscribe or change sub

Re: F13 Firefox new tab issue

2010-06-23 Thread JD
On 06/23/2010 09:33 AM, William Henry was caught red-handed while writing:: > > - "Patrick O'Callaghan" wrote: > > >> On Tue, 2010-06-22 at 19:07 -0700, JD wrote: >> >>> As far as your bookmarks and history, you can go ahead and ccopy >>> >> them >> >>> over >>> from

Re: F13 Firefox new tab issue

2010-06-23 Thread Tom Horsley
On Wed, 23 Jun 2010 09:59:24 -0700 JD wrote: > Well, I am not sure it was the upgrade that did it. > I guess there was some corruption in your original > profile, that is why the new profile works just fine. > It is really very tedious for a non-firefox developer > to figure out what had gone awry

Re: F13 Firefox new tab issue

2010-06-23 Thread Tom Horsley
On Wed, 23 Jun 2010 10:05:39 -0700 JD wrote: > My personal experience with add-ons, and latest firefox, see: > https://bugzilla.mozilla.org/show_bug.cgi?id=573287 That is kind of like the bizarre behavior I got when my /home was a symlink. I made it a bind mount instead and all worked better. --

Re: Ideas for integrating a SIP account, N900, Magic Jack, Linux, etc...

2010-06-23 Thread JD
> > I'm looking for some ideas on overhauling/revamping our telephone > system. > > We are two busy working professionals. We spend half our weekends away > from home. My wife still has an iPhone. I'm getting an N900. We > have a landline with (terrible) voice mail service. > > I want to tie

Re: multibooting linux

2010-06-23 Thread g
Steven I Usdansky wrote: > My vote is for one grub to rule them all, each distro's grub goes into > / rather than the mbr, and the master grub just chainloads each distro's > grub. i do not debate your right to cast your vote. as it is a part of what many countries have fought for for many years.

Re: multibooting linux

2010-06-23 Thread Gene Heskett
On Wednesday 23 June 2010, JD wrote: >On 06/23/2010 04:31 AM, Steven I Usdansky was caught red-handed while > >writing:: >> My vote is for one grub to rule them all, each distro's grub goes into >> / rather than the mbr, and the master grub just chainloads each distro's >> grub. I had been setting

Re: F13 Firefox new tab issue

2010-06-23 Thread JD
> > On Wed, 23 Jun 2010 09:59:24 -0700 > JD wrote: > > >> Well, I am not sure it was the upgrade that did it. >> I guess there was some corruption in your original >> profile, that is why the new profile works just fine. >> It is really very tedious for a non-firefox developer >> to figure out

Re: multibooting linux

2010-06-23 Thread Tom Horsley
On Wed, 23 Jun 2010 17:13:11 + g wrote: > my question is how is it advantages over a single grub menu for all installs? You run "yum update" in 1st system, it rewrites grub.conf, making new kernel the default. You run "yum update" in 2nd system, it rewrites grub.conf, making it the default.

Re: F13 Firefox new tab issue

2010-06-23 Thread JD
> > On Wed, 23 Jun 2010 10:05:39 -0700 > JD wrote: > > >> My personal experience with add-ons, and latest firefox, see: >> https://bugzilla.mozilla.org/show_bug.cgi?id=573287 >> > That is kind of like the bizarre behavior I got when > my /home was a symlink. I made it a bind mount instead

[OT] Serial Input Question

2010-06-23 Thread Thom Paine
I'm posting this to the list because I am hoping I can do this in linux not only for free, but also with greater functionality. I am looking at this software http://www.taltech.com/products/comfile.html to be able to read data off a serial input. I have a printer in my comm center that tracks our

Re: Ideas for integrating a SIP account, N900, Magic Jack, Linux, etc...

2010-06-23 Thread Rick Stevens
On 06/23/2010 09:37 AM, Linuxguy123 wrote: > I'm looking for some ideas on overhauling/revamping our telephone > system. > > We are two busy working professionals. We spend half our weekends away > from home. My wife still has an iPhone. I'm getting an N900. We > have a landline with (terribl

Re: multibooting linux

2010-06-23 Thread JD
> > On Wed, 23 Jun 2010 17:13:11 + > g wrote: > > >> my question is how is it advantages over a single grub menu for all installs? >> > You run "yum update" in 1st system, it rewrites grub.conf, making new > kernel the default. > > You run "yum update" in 2nd system, it rewrites grub.

Re: strange behaviour of sssd

2010-06-23 Thread Rick Stevens
On 06/23/2010 09:28 AM, Michael Cronenworth wrote: > Rick Stevens wrote: >> passwd: files ldap >> shadow: files ldap >> group: files ldap > > That would be wrong for sssd. If he used system-config-authentication, > his nsswitch.conf should read: > > passwd: fil

Re: strange behaviour of sssd

2010-06-23 Thread Eric Doutreleau
Le 23/06/2010 18:28, Michael Cronenworth a écrit : > Rick Stevens wrote: >> passwd: files ldap >> shadow: files ldap >> group: files ldap > > That would be wrong for sssd. If he used system-config-authentication, > his nsswitch.conf should read: > > passwd: f

Re: multibooting linux

2010-06-23 Thread g
Tom Horsley wrote: > You run "yum update" in 1st system, it rewrites grub.conf, making new > kernel the default. rewrite, yes. but rewrite [more like an insert] simply puts newest kernel at top of menu. > On the other hand if you have a standalone grub that does nothing > apply to it, you do

Re: [OT] Serial Input Question

2010-06-23 Thread Rick Stevens
On 06/23/2010 10:26 AM, Thom Paine wrote: > I'm posting this to the list because I am hoping I can do this in linux not > only for free, but also with greater functionality. > > I am looking at this software http://www.taltech.com/products/comfile.html to > be able to read data off a serial input.

Re: [OT] Serial Input Question

2010-06-23 Thread Dale Dellutri
On Wed, Jun 23, 2010 at 12:26 PM, Thom Paine wrote: > I'm posting this to the list because I am hoping I can do this in linux not > only for free, but also with greater functionality. > > I am looking at this software http://www.taltech.com/products/comfile.html to > be able to read data off a se

Re: [OT] Serial Input Question

2010-06-23 Thread Gene Heskett
On Wednesday 23 June 2010, Thom Paine wrote: >I'm posting this to the list because I am hoping I can do this in linux > not only for free, but also with greater functionality. > >I am looking at this software http://www.taltech.com/products/comfile.html > to be able to read data off a serial input.

Re: Unexplained temporary freezes in Thunderbird Fedora 13

2010-06-23 Thread Jerry Feldman
On 06/23/2010 01:48 AM, g wrote: > Konstantin Svist wrote: > > >> Update: have been running 3.1 for almost a week, and have not noticed >> any major slowdowns; I think the problem is gone. >> > good to hear. i hope so, maybe you can now give jerry some pointers. ;) > > >> Though, to be

Re: multibooting linux

2010-06-23 Thread Tom H
On Wed, Jun 23, 2010 at 12:13 PM, JD wrote: > On 06/23/2010 04:31 AM, Steven I Usdansky was caught red-handed while > writing:: >> My vote is for one grub to rule them all, each distro's grub goes into >> / rather than the mbr, and the master grub just chainloads each distro's >> grub. I had been

Re: F13 Firefox new tab issue

2010-06-23 Thread Tom Horsley
On Wed, 23 Jun 2010 10:20:32 -0700 JD wrote: > By the way, you do not care about your browsing history? Actually, I think the browsing history and some other stuff is also in that places.sqlite file (I once thought bookmarks were in Bookmarks.html too, until nothing happened when I modified it by

Re: strange behaviour of sssd

2010-06-23 Thread Rick Stevens
On 06/23/2010 10:32 AM, Eric Doutreleau wrote: > > > Le 23/06/2010 18:28, Michael Cronenworth a écrit : >> Rick Stevens wrote: >>> passwd: files ldap >>> shadow: files ldap >>> group: files ldap >> >> That would be wrong for sssd. If he used system-config-authentication, >>

Re: [OT] Serial Input Question

2010-06-23 Thread Dr. Michael J. Chudobiak
On 06/23/2010 01:26 PM, Thom Paine wrote: > I'm posting this to the list because I am hoping I can do this in linux > not only for free, but also with greater functionality. > � > I am looking at this software > http://www.taltech.com/products/comfile.html�to be able to read data off > a serial inp

Re: F13 Firefox new tab issue

2010-06-23 Thread JD
On 06/23/2010 10:21 AM, JD was caught red-handed while writing:: >> >> On Wed, 23 Jun 2010 10:05:39 -0700 >> JD wrote: >> >>> My personal experience with add-ons, and latest firefox, see: >>> https://bugzilla.mozilla.org/show_bug.cgi?id=573287 >> That is kind of like the bizarre behavior I got wh

Re: multibooting linux

2010-06-23 Thread Tom Horsley
On Wed, 23 Jun 2010 14:23:30 -0400 Tom H wrote: > I don't understand the concept of a "master grub." It is a boot partition that only exists to run grub. I actually got mine by keeping a /boot that was left when I got rid of an old fedora. I removed the kernel images and kept the grub.conf and ch

MHow to modify keyboard map for the main console

2010-06-23 Thread JD
I would like to modify the keymaps for 2 or 3 keys on the main console (not under X server control). How do I do that? I know about xmodmap for modifying the keymaps under X. I would like something similar for non X controlled keyboard map. Also, where are the keyboard keymaps stored? -- users ma

Re: [OT] Serial Input Question

2010-06-23 Thread fred smith
On Wed, Jun 23, 2010 at 01:26:11PM -0400, Thom Paine wrote: > I'm posting this to the list because I am hoping I can do this in linux not > only for free, but also with greater functionality. > > I am looking at this software http://www.taltech.com/products/comfile.html to > be able to read data o

F13 - installation problem (Anaconda + Display)

2010-06-23 Thread Federico Marziali
Hi all. I'm trying to install Fedora 13 on a Sony Vaio VPCF11C5E (F-series) and I'm incurring in the following 2 problems 1. If I try to customize the partitioning layout, I get a python error and the suggestion to file a bug. I just applied for an account to bugzilla.redhat.com and I might try t

cgi perl selinux question

2010-06-23 Thread Ken Smith
Hi All, I'm setting up a cgi application (the Web part of the MythTV application). I'd like to try to run it with SELINUX enabled if possible. The perl script writes to STDOUT and it produces a SELINUX error that recommends executing this command chcon -t httpd_sys_content_t 'stdout' How

Re: F13 - installation problem (Anaconda + Display)

2010-06-23 Thread Richard Shaw
On Wed, Jun 23, 2010 at 2:54 PM, Federico Marziali wrote: > Hi all. > > I'm trying to install Fedora 13 on a Sony Vaio VPCF11C5E (F-series) > and I'm incurring in the following 2 problems > > 1. If I try to customize the partitioning layout, I get a python error > and the suggestion to file a bug.

Re: F13 Firefox new tab issue

2010-06-23 Thread William Henry
- "Patrick O'Callaghan" wrote: > On Wed, 2010-06-23 at 12:31 -0400, William Henry wrote: > > Why should I have to go through all of this on an upgrade? That's > not > > good. I'd prefer to figure out what's wrong between F12 and F13. > > No particular reason. Have you tried just deleting yo

Re: Unexplained temporary freezes in Thunderbird Fedora 13

2010-06-23 Thread Konstantin Svist
On 06/23/2010 10:55 AM, Jerry Feldman wrote: > I only have 3 extensions: (1) AdBlock Plus. I had disabled this after I > first posted the message. > (2) Enigmail. While I did experience the slowdown on 3.1 where there was > no enigmail. > (3) English Dictionary. > Possibly I will reinstall 3.1 an

Re: Ideas for integrating a SIP account, N900, Magic Jack, Linux, etc...

2010-06-23 Thread Linuxguy123
On Wed, 2010-06-23 at 10:29 -0700, Rick Stevens wrote: > > I don't have much experience with "consumer-aimed" VOIP systems, but > here's my two cents worth: Very informative post. Thanks for sharing. I'll comment once I digest everything that was in there. Running asterisk on a WRT is uber

Re: Fedora 13, Spamassassin, and SELinux

2010-06-23 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/22/2010 06:58 PM, B Wooster wrote: > On Tue, Jun 22, 2010 at 8:14 AM, Daniel J Walsh wrote: >> >> Did you turn on the boolean >> >> # setsebool -P spamassassin_can_network 1 >> > > Oh yes, that seems to fix the problem - I don't see any new mes

Re: yum 'shortcomings'?

2010-06-23 Thread Aaron Konstam
On Wed, 2010-06-23 at 12:41 +0200, Alexander Volovics wrote: > Hello > > I recently installed gnome-commander. > Because gnome-commander needs 'meld', 'exiv2-libs', 'gnome-vfs2-smb' > these were also installed. > > Today I removed gnome-commander with 'yum remove' but yum did not > include (or e

Re: Howto add raw printer

2010-06-23 Thread Aaron Konstam
On Wed, 2010-06-23 at 12:13 +0100, Tim Waugh wrote: > On Tue, 2010-06-22 at 15:23 -0500, Aaron Konstam wrote: > > What is a raw printer? > > One with no filtering at all. i.e. 'lp -dmy-raw-printer datablob' sends > the datablob directly to the printer as-is. > > Tim. > */ > I see. Thanks Tim.

Re: differrence between 'yum remove' and 'yum erase'

2010-06-23 Thread Aaron Konstam
On Wed, 2010-06-23 at 16:50 +0530, Krishna Chandra Prajapati wrote: > remove or erase > Are used to remove the specified packages from the system as > well as removing any > packages which depend on the package being removed. > But this relation is not reflexive.Jus

Re: Howto add raw printer

2010-06-23 Thread Michael Cronenworth
Tim Waugh wrote: > It's useful if, say, you have an application that produces PCL3 output > for your specific printer, and you don't want CUPS to try to work out > what to do with it in case it gets it wrong. lpr >-l< -P printer_name No need to jump through hoops. -- users mailing list users@lis

  1   2   >