Re: [F13] thunderbird-3.1.1-1 won't restart

2010-07-23 Thread Joachim Backes
On 07/23/10 08:26, Ed Greshko wrote: Hi, having big problems with the new thunderbird-3.1.1-1: After exiting a running thunderbird-3.1.1-1 and starting it again, nothing happens: No error message or something similar. Logging out or restart does not help. I had to downgrade thunderbird for ge

Re: OT: Cloud Computing is coming to ...

2010-07-23 Thread JD
On 07/22/2010 10:40 PM, Christopher A. Williams wrote: > On Thu, 2010-07-22 at 23:31 -0600, Christopher A. Williams wrote: >> On Thu, 2010-07-22 at 22:14 -0700, JD wrote: I've personally deployed Tier 1 databases - Oracle RAC in all of its glory - on cloud infrastructure. Our RAC nodes

Re: poll() returns even if there is data.

2010-07-23 Thread JD
On 07/22/2010 11:47 PM, Ed Greshko wrote: > On 07/23/2010 02:23 PM, JB wrote: >> you are repeatedly posting to a wrong group - this is Fedora. >> Please find UNIX or Linux, system or application programming, your language >> (C, C++, etc) group. >> Otherwise you are making fool of yourself. > W

Re: Anything for home user and not the technical one??

2010-07-23 Thread Parshwa Murdia
On Fri, Jul 23, 2010 at 12:12 PM, Christofer C. Bell wrote: > First off, the point is that you should not "somehow install Fedora > 11."  It's not supported, it shouldn't be used.  If you want to be a > new user, the normal course of action is to download "whatever is > current" and that's Fedora

Re: Firewall not getting displayed

2010-07-23 Thread Parshwa Murdia
On Fri, Jul 23, 2010 at 12:25 PM, JB wrote: > Read the instructions of the web site you cited above and check if the > firewall > has any rules stored: > [r...@localhost ~]# cat /etc/sysconfig/iptables > and > [r...@localhost ~]# cat /etc/sysconfig/ip6tables > > Another option is to reinstall fi

Re: Anything for home user and not the technical one??

2010-07-23 Thread g
Christofer C. Bell wrote: > Regardless, yes, you can go directly from Fedora 11 to Fedora 13 using > preupgrade[1]. not exactly true. was there not a post in past week or two where a user tried such and had problems? due to problems/bugs being cleared in f13, i would think parshwa would have b

Fedora users on powerpc

2010-07-23 Thread JB
JD gmail.com> writes: > > Is there another list that is dedicated to fedora users on powerpc? > I had asked a question here about booting F12 on powerbook G4, > and no one answered. I assume there are no fedora/powerpc > users on this list. > http://lists.infradead.org/mailman/listinfo/fedora

Re: Firewall not getting displayed

2010-07-23 Thread Parshwa Murdia
On Fri, Jul 23, 2010 at 12:25 PM, JB wrote: > Read the instructions of the web site you cited above and check if the > firewall > has any rules stored: > [r...@localhost ~]# cat /etc/sysconfig/iptables > and > [r...@localhost ~]# cat /etc/sysconfig/ip6tables > > Another option is to reinstall fi

Re: [F13] thunderbird-3.1.1-1 won't restart

2010-07-23 Thread g
Joachim Backes wrote: > many thanks for your great help: Starting thunderbird in safe mode and > then disabling all extensions, then enabling the extensions step for > step did the trick. great. glad to know that you were able to follow procedures. of curiosity, which was causing problem? >

Re: Anything for home user and not the technical one??

2010-07-23 Thread Parshwa Murdia
On Fri, Jul 23, 2010 at 12:43 PM, g wrote: >> Regardless, yes, you can go directly from Fedora 11 to Fedora 13 using >> preupgrade[1]. > not exactly true. Ok. > due to problems/bugs being cleared in f13, i would think parshwa would > have better results with f11 to f12. you may think that.

poll() returns even if there is data.

2010-07-23 Thread JB
Ed Greshko greshko.com> writes: > ... > If, however, you can't resist answering queries that you find "out of > line" I find it best to visualize standing next to the person asking the > question and that person is 6ft tall, 220 lbs, with a scar on their > face, and a .45 tucked in their waistban

Re: Anything for home user and not the technical one??

2010-07-23 Thread Christofer C. Bell
On Fri, Jul 23, 2010 at 2:13 AM, g wrote: > Christofer C. Bell wrote: > > >> Regardless, yes, you can go directly from Fedora 11 to Fedora 13 using >> preupgrade[1]. > > not exactly true. > > was there not a post in past week or two where a user tried such and > had problems? I don't know, I did

Re: poll() returns even if there is data.

2010-07-23 Thread Roberto Ragusa
Mansuri, Wasim (NSN - IN/Bangalore) wrote: > My question here is, > Am I using poll() properly? > can we use poll to read the files like I am reading? > If we can not use poll than is there any other way using which I can > get to know if there is some data in the file after I

Re: Anything for home user and not the technical one??

2010-07-23 Thread Parshwa Murdia
On Fri, Jul 23, 2010 at 12:58 PM, Christofer C. Bell wrote: > On Fri, Jul 23, 2010 at 2:13 AM, g wrote: >> Christofer C. Bell wrote: >> >> >>> Regardless, yes, you can go directly from Fedora 11 to Fedora 13 using >>> preupgrade[1]. >> >> not exactly true. >> >> was there not a post in past week

Re: [F13] thunderbird-3.1.1-1 won't restart

2010-07-23 Thread Joachim Backes
On 07/23/10 09:22, g wrote: > Joachim Backes wrote: > >> many thanks for your great help: Starting thunderbird in safe mode and >> then disabling all extensions, then enabling the extensions step for >> step did the trick. > > great. glad to know that you were able to follow procedures. > > of

Re: poll() returns even if there is data.

2010-07-23 Thread Siddhesh Poyarekar
On Fri, Jul 23, 2010 at 10:01 AM, Mansuri, Wasim (NSN - IN/Bangalore) wrote: > Here in my code I am doing open than poll and if poll returns with the event > POLLIN than read. > Even if poll returns with the event POLLIN read returns 0, that means no data. > > I am pasting code snip below. > >  

Re: poll() returns even if there is data.

2010-07-23 Thread Konstantin Svist
On 07/22/2010 09:31 PM, Mansuri, Wasim (NSN - IN/Bangalore) wrote: > I am trying to read some file using open and read system calls. > > Here in my code I am doing open than poll and if poll returns with the event > POLLIN than read. > Even if poll returns with the event POLLIN read returns 0, t

Re: [F13] thunderbird-3.1.1-1 won't restart

2010-07-23 Thread Joachim Backes
On 07/23/10 09:39, Joachim Backes wrote: > On 07/23/10 09:22, g wrote: >> Joachim Backes wrote: >> >>> many thanks for your great help: Starting thunderbird in safe mode and >>> then disabling all extensions, then enabling the extensions step for >>> step did the trick. >> >> great. glad to know

Re: [F13] thunderbird-3.1.1-1 won't restart

2010-07-23 Thread Ed Greshko
On 07/23/2010 03:48 PM, Joachim Backes wrote: > I saw that I had not enabled *Mail Redirect*: Now after enabling it, I > had exactly the same problem as I reported in my first posting. > Disabling *Mail Redirect* helped me, so it was the culprit. > > Sorry for inconvenience. Curious I have M

Re: [F13] thunderbird-3.1.1-1 won't restart

2010-07-23 Thread Joachim Backes
On 07/23/10 10:03, Ed Greshko wrote: > On 07/23/2010 03:48 PM, Joachim Backes wrote: >> I saw that I had not enabled *Mail Redirect*: Now after enabling it, I >> had exactly the same problem as I reported in my first posting. >> Disabling *Mail Redirect* helped me, so it was the culprit. >> >> Sor

Firewall not getting displayed

2010-07-23 Thread JB
Parshwa Murdia gmail.com> writes: > > On Fri, Jul 23, 2010 at 12:25 PM, JB yahoo.com> wrote: > ... > > Another option is to reinstall firewall and start from scratch (but then >> pay attention what you do next configuring it because the app may indeed >> have some bug to report). > > JB > > Fu

Re: [F13] thunderbird-3.1.1-1 won't restart

2010-07-23 Thread g
Joachim Backes wrote: > I saw that I had not enabled *Mail Redirect*: Now after enabling it, I > had exactly the same problem as I reported in my first posting. > Disabling *Mail Redirect* helped me, so it was the culprit. ok. checking; Mail Redirect 0.7.4 https://addons.mozilla.org/en-US/

Re: [F13] thunderbird-3.1.1-1 won't restart

2010-07-23 Thread g
Joachim Backes wrote: > Curious too: playing a little bit with Mail Redirect 0.7.4 > (enable/disable/enable/...): Sometimes thunderbird will start, sometimes > not (even with mailredirect-0.7.4-tb3-20100708.xpi). even more interesting. same version as in my last post. jfthot, i would still try

Re: [F13] thunderbird-3.1.1-1 won't restart

2010-07-23 Thread Joachim Backes
On 07/23/10 10:26, g wrote: > Joachim Backes wrote: > > >> I saw that I had not enabled *Mail Redirect*: Now after enabling it, I >> had exactly the same problem as I reported in my first posting. >> Disabling *Mail Redirect* helped me, so it was the culprit. > > ok. checking; > > Mail Redire

Re: [F13] thunderbird-3.1.1-1 won't restart

2010-07-23 Thread Ed Greshko
On 07/23/2010 04:26 PM, g wrote: > Joachim Backes wrote: > > >> I saw that I had not enabled *Mail Redirect*: Now after enabling it, I >> had exactly the same problem as I reported in my first posting. >> Disabling *Mail Redirect* helped me, so it was the culprit. > ok. checking; > > Mail Redir

Re: [F13] thunderbird-3.1.1-1 won't restart

2010-07-23 Thread Joachim Backes
On 07/23/10 10:43, Ed Greshko wrote: > On 07/23/2010 04:26 PM, g wrote: >> Joachim Backes wrote: >> >> >>> I saw that I had not enabled *Mail Redirect*: Now after enabling it, I >>> had exactly the same problem as I reported in my first posting. >>> Disabling *Mail Redirect* helped me, so it was

Re: Anything for home user and not the technical one??

2010-07-23 Thread g
Parshwa Murdia wrote: >> due to problems/bugs being cleared in f13, i would think parshwa would >> have better results with f11 to f12. > > you may think that. as said, i did see a post of problem with f11 to f13 upgrade. if you already have f11 installed, taking a 'normal' approach of f11 to

Re: [F13] thunderbird-3.1.1-1 won't restart

2010-07-23 Thread Ed Greshko
Joachim, > the problem exists *not with the 2.0.0* version but with > *mailredirect-0.7.4-tb3-20100708.xpi* , available from > http://downloads.mozdev.org/mailredirect/mailredirect-0.7.4-tb3-20100708.xpi. > Yes, I got that. My FYI was just a general one since it seemed that "g" may have been sugg

Re: [F13] thunderbird-3.1.1-1 won't restart

2010-07-23 Thread g
Ed Greshko wrote: > Yes, I got that. My FYI was just a general one since it seemed that "g" > may have been suggesting it possible to run the older version on TB3. > Just dotting the "i"s and crossing the "t"s. And being annoyingly > pedantic. :-) :-) no. i was suggesting latest release, whi

Re: [F13] thunderbird-3.1.1-1 won't restart

2010-07-23 Thread Ed Greshko
Oh... I was wondering if starting tbird from the command line with strace may yield some clue signature.asc Description: OpenPGP digital signature -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/lis

Re: [F13] thunderbird-3.1.1-1 won't restart

2010-07-23 Thread g
Joachim Backes wrote: > I forgot to say that I have exactly these problems with this version > mailredirect-0.7.4-tb3-20100708.xpi. no problem. our emails are passing in ether space. > Curious enough: sometimes thunderbird starts, sometimes not > (even if disabling/enabling several times). the

Re: [F13] thunderbird-3.1.1-1 won't restart

2010-07-23 Thread Ed Greshko
On 07/23/2010 05:08 PM, g wrote: >> Yes, I got that. My FYI was just a general one since it seemed that "g" >> may have been suggesting it possible to run the older version on TB3. >> Just dotting the "i"s and crossing the "t"s. And being annoyingly >> pedantic. :-) :-) > no. i was suggesting

Symbian OS based mobile phones

2010-07-23 Thread RAMAKISHOREBABU KOPPULA
Is there any application available, similar to Microsoft Active Sync, to synchronize Symbian based mobile phone (Sony Ericsson P1i) with Linux mail clients like Evolution? Thank you. Kishore -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https:

thunderbird 3.1.1 - how to create IMAP account

2010-07-23 Thread Joerg Bergmann
I have some trouble creating a non-standard IMAP account within actual thunderbird. At first, thunderbird asks for my email address and tries som automatism. Of course that fails for my university account as well as for my private mail provider (strato) account. So I must go to manual installatio

Re: Symbian OS based mobile phones

2010-07-23 Thread Ankur Sinha
On Fri, 2010-07-23 at 15:00 +0530, RAMAKISHOREBABU KOPPULA wrote: > Is there any application available, similar to Microsoft Active Sync, > to synchronize Symbian based mobile phone (Sony Ericsson P1i) with > Linux mail clients like Evolution? > > Thank you. > > Kishore hey, Have you googled? o

fedora apps and mobile phone

2010-07-23 Thread François Patte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bonjour, I am seeking for a mobile phone with calendar applications which could be easily synchronized with thunderbird lightning extension under fedora. I use lighthing to manage a "central" calendar on IMP at my university and I would like to be ab

Re: [F13] thunderbird-3.1.1-1 won't restart

2010-07-23 Thread Joachim Backes
On 07/23/10 11:09, Ed Greshko wrote: Oh... I was wondering if starting tbird from the command line with strace may yield some clue See attachment! -- Joachim Backes http://www.rhrk.uni-kl.de/~backes tb.strace.gz Description: GNU Zip compressed data smime.p7s Description: S/MIME C

Re: thunderbird 3.1.1 - how to create IMAP account

2010-07-23 Thread Ed Greshko
On 07/23/2010 05:37 PM, Joerg Bergmann wrote: > I have some trouble creating a non-standard IMAP account > within actual thunderbird. At first, thunderbird asks for my > email address and tries som automatism. Of course that fails > for my university account as well as for my private mail > prov

Re: [F13] thunderbird-3.1.1-1 won't restart

2010-07-23 Thread Ed Greshko
On 07/23/2010 05:44 PM, Joachim Backes wrote: > On 07/23/10 11:09, Ed Greshko wrote: >> Oh... I was wondering if starting tbird from the command line with >> strace may yield some clue >> >> > > See attachment! I should have mentioned that you probably would have to do "strace -f" so the c

Re: OT: Cloud Computing is coming to ...

2010-07-23 Thread birger
On Thu, 2010-07-22 at 18:58 -0700, Les wrote: > On Thu, 2010-07-22 at 09:25 +0200, birger wrote: > > But if it works and it means > > we (the back-end admins) can continue to override the users wishes and > > provide what they need instead of what they ask for, I'm all for it > > (like when DBA's

Re: Anything for home user and not the technical one??

2010-07-23 Thread Parshwa Murdia
On Fri, Jul 23, 2010 at 2:29 PM, g wrote: >>> due to problems/bugs being cleared in f13, i would think parshwa would >>> have better results with f11 to f12. >> >> you may think that. > > as said, i did see a post of problem with f11 to f13 upgrade. ok. > if you already have f11 installed, ta

Re: Firewall not getting displayed

2010-07-23 Thread Parshwa Murdia
On Fri, Jul 23, 2010 at 1:39 PM, JB wrote: > Hi, > as I suggested, a clean reset of rules database and the GUI app is sometimes > better. > You can do it in step 1, OR,  step 2: > - step 1 (GUI app only) >  # yum reinstall system-config-firewall >  and test again Run the command: yum reinstall

Re: fedora apps and mobile phone

2010-07-23 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/23/2010 05:42 AM, François Patte wrote: > Bonjour, > > I am seeking for a mobile phone with calendar applications which could > be easily synchronized with thunderbird lightning extension under fedora. > > I use lighthing to manage a "central"

Re: Thunderbird/Lightning won't send meeting invites any more

2010-07-23 Thread Genes MailLists
On 07/23/2010 02:52 AM, g wrote: > Michael Miles wrote: > > >> You know this kind of answer is not cool. > > this is true. but it is a cold hard fact. I agree with Miles - if you have nothing useful to say don't say it. This is the list for users of fedora - OP is using fedora - question

Firewall not getting displayed

2010-07-23 Thread JB
Parshwa Murdia gmail.com> writes: > ... > Earlier also when I installed only the default rules only, I accepted. > But still the problem is remaining!! > > Regards, > Parshwa Murdia Hi, some sanity checks (I am on Fedora 13; it is up to date): r...@localhost jb]# ls -al /etc/sysconfig/ip*tables

Re: Non-graphical Boot and Terminal Font

2010-07-23 Thread David Liguori
On 7/22/2010 9:19 AM, Tom Horsley wrote: > > With the new kernel video mode setting, the fonts in console > mode come from the console fonts in /lib/kbd/consolefonts/. > > The one it uses is determined by the font named in the > file /etc/sysconfig/i18n and (for me) usually seems to be > the sill

Re: bind() to /dev/log failed

2010-07-23 Thread Bryn M. Reeves
On 07/23/2010 05:14 AM, Mansuri, Wasim (NSN - IN/Bangalore) wrote: > > > I am working on some network server which has to monitor the os > events and report it to some GUI. For that I want to read the > /dev/log and process it and report it to the GUI. > > So here my aim is not to write but I wa

Re: Non-graphical Boot and Terminal Font

2010-07-23 Thread Tom Horsley
On Fri, 23 Jul 2010 09:11:19 -0400 David Liguori wrote: > Any other ideas? Maybe I should parse inittab more closely in the two > builds. All the former console mode stuff is completely gone. All the kernel options about vga= are meaningless. Everything has been consumed by the quest for kernel

Re: Non-graphical Boot and Terminal Font

2010-07-23 Thread TNWestTex
Stephen Gallagher-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 07/22/2010 08:37 AM, David Liguori wrote: >> I prefer to boot in non-graphical mode then load the Xwindow system, or >> not, as desired. To this end I set my default runlevel to 3 and delete >> the option

[389-users] new 00core.ldif break other ldif

2010-07-23 Thread Roberto Polli
Hi all, it seems that the new 00core.ldif doesn't contain the NAME alias for the fields (eg. "cn" "commonName") it cause other old ldif not to work under new releases of fds. Why are the aliases have been removed? Thx+Peace, R. -- Roberto Polli Babel S.r.l. - http://www.babel.it Tel. +39.06.

[389-users] 'mail' attribute is now case-sensitive?

2010-07-23 Thread Dael Maselli
Hi, I installed a new 389 (389-ds-base-1.2.5-1.el5.x86_64) to replace the old FDS (fedora-ds-base-1.1.3-2.fc6.x86_64) and migrated the content. Now I realize that search behavior on 'mail' has changed, the old was case-insensitive and now is case-SENSITIVE. Schema definition on FDS was in 01co

Re: Firewall not getting displayed

2010-07-23 Thread Parshwa Murdia
On Fri, Jul 23, 2010 at 6:11 PM, JB wrote: > some sanity checks (I am on Fedora 13; it is up to date): > r...@localhost jb]# ls -al /etc/sysconfig/ip*tables > -rw---. 1 root root 416 Jul 23 13:52 /etc/sysconfig/ip6tables > -rw---. 1 root root 411 Jul 23 13:52 /etc/sysconfig/iptables My

Re: OT: Cloud Computing is coming to ...

2010-07-23 Thread Christopher A. Williams
On Thu, 2010-07-22 at 23:59 -0700, JD wrote: > On 07/22/2010 10:40 PM, Christopher A. Williams wrote: > > On Thu, 2010-07-22 at 23:31 -0600, Christopher A. Williams wrote: > >> On Thu, 2010-07-22 at 22:14 -0700, JD wrote: > I've personally deployed Tier 1 databases - Oracle RAC in all of its >

Re: [389-users] new 00core.ldif break other ldif

2010-07-23 Thread Nathan Kinder
On 07/23/2010 07:19 AM, Roberto Polli wrote: > Hi all, > > it seems that the new 00core.ldif doesn't contain the NAME alias for the > fields (eg. "cn" "commonName") > > it cause other old ldif not to work under new releases of fds. > > Why are the aliases have been removed? > I don't think that

Re: [389-users] 'mail' attribute is now case-sensitive?

2010-07-23 Thread Nathan Kinder
On 07/23/2010 07:20 AM, Dael Maselli wrote: > Hi, > > I installed a new 389 (389-ds-base-1.2.5-1.el5.x86_64) to replace the > old FDS (fedora-ds-base-1.1.3-2.fc6.x86_64) and migrated the content. > > Now I realize that search behavior on 'mail' has changed, the old was > case-insensitive and now is

Re: Fedora users on powerpc

2010-07-23 Thread JD
On 07/23/2010 12:13 AM, JB wrote: > http://lists.infradead.org/mailman/listinfo/fedora-ppc > JB > Thanx a million!! -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedor

Firewall not getting displayed

2010-07-23 Thread JB
Parshwa Murdia gmail.com> writes: > ... > [root localhost ~]# cat /etc/sysconfig/ip*tables > > the result is, > > # Firewall configuration written by system-config-firewall > # Manual customization of this file is not recommended. > *filter > :INPUT ACCEPT [0:0] > :FORWARD ACCEPT [0:0] > :OUTP

Re: Anything for home user and not the technical one??

2010-07-23 Thread Christofer C. Bell
On Fri, Jul 23, 2010 at 6:34 AM, Parshwa Murdia wrote: > On Fri, Jul 23, 2010 at 2:29 PM, g wrote: > >> as for friends and *their* families, complaints do occur mainly with >> children because they can not play their games, get emails and use >> twitter and facebook. > > > correct. I can certain

Re: [389-users] new 00core.ldif break other ldif

2010-07-23 Thread Roberto Polli
On Friday 23 July 2010 17:10:27 Nathan Kinder wrote: > ...the > X.500 aliases were dropped when we updated the schema to match RFC > 4519. Please open a bug on this so we can add the X.500 aliases back in. didit. Plz take care ;) https://bugzilla.redhat.com/show_bug.cgi?id=617629 Peace, R: --

suggestions for png markup

2010-07-23 Thread jack craig
Hi Folks, I work in a web-based application provider context. As there are issues/comments regarding the display of application, its common for me to use the screenshot tool to grab a copy of the screen display to a .png file for support to address. that part is fine. What I am missing is an ea

Re: suggestions for png markup

2010-07-23 Thread JB
jack craig extraview.com> writes: > ... > What I am missing is an easy way to markup a .png with boxes, arrows, > etc to > further communicate what it is about the .png to be addressed. > > gimp seems too heavy weight for this, OO's draw isnt that friendly, and > ! am unaware > of other optio

Re: suggestions for png markup

2010-07-23 Thread Steven Stern
On 07/23/2010 11:07 AM, jack craig wrote: > Hi Folks, > > I work in a web-based application provider context. > > As there are issues/comments regarding the display of application, > its common for me to use the screenshot tool to grab a copy of the > screen display > to a .png file for support to

Re: quicktime video work for you?

2010-07-23 Thread Patrick Bartek
--- On Thu, 7/22/10, Neal Becker wrote: > Thanks much for the help!  That > was the clue I needed to get firefox going.  > I needed gecko-mediaplayer. > > I still haven't figured out google-chrome-unstable though. > > google-chrome-unstable-6.0.472.0-53024.x86_64 > > It seems to find plugins

Re: suggestions for png markup

2010-07-23 Thread jack craig
On 07/23/2010 09:20 AM, JB wrote: > jack craig extraview.com> writes: > > >> ... >> What I am missing is an easy way to markup a .png with boxes, arrows, >> etc to >> further communicate what it is about the .png to be addressed. >> >> gimp seems too heavy weight for this, OO's draw isnt th

Re: suggestions for png markup

2010-07-23 Thread jack craig
On 07/23/2010 09:27 AM, Steven Stern wrote: > On 07/23/2010 11:07 AM, jack craig wrote: > >> Hi Folks, >> >> I work in a web-based application provider context. >> >> As there are issues/comments regarding the display of application, >> its common for me to use the screenshot tool to grab a c

Re: quicktime video work for you?

2010-07-23 Thread Suvayu Ali
On Friday 23 July 2010 09:29 AM, Patrick Bartek wrote: > Have you uninstalled Totem? It can cause conflicts with other installed > media players. > Its not totem that conflicts, its the browser plugin for totem he should be removing. # yum remove totem-mozplugin -- Suvayu Open source is the

Re: Anything for home user and not the technical one??

2010-07-23 Thread Parshwa Murdia
On Fri, Jul 23, 2010 at 9:14 PM, Christofer C. Bell wrote: > I can certainly see "playing games" as an obstacle, but only if it's > specific Windows games you have in mind.  For example, you'll be able > to get World of Warcraft running under WINE (with some effort), but > you're unlikely to ever

suggestions for png markup

2010-07-23 Thread JB
jack craig extraview.com> writes: > ... > > Hi, > > could it be ? > > $ yum info ImageMagick > > JB > > > > > > > > > > > ok, i had used IM some time back, but my recollection was it had > display, convert, montage, but i dont recall the edit... > > which IM module am i missing? > > Thx! >

Re: Firewall not getting displayed

2010-07-23 Thread Parshwa Murdia
On Fri, Jul 23, 2010 at 9:08 PM, JB wrote: > Parshwa Murdia gmail.com> writes: > Please exit your firewall app (GUI). > You should have a firewall dir like this: > [r...@localhost jb]# ls -al /etc/sysconfig/ip* [snip] The output of the command: [r...@localhost ~]# ls -al /etc/sysconfig/ip* i

Re: Anything for home user and not the technical one??

2010-07-23 Thread g
Parshwa Murdia wrote: > because i guess there is no jump of version but we are proceeding > consequently. yes. >> most logical. > > yes. Spock agrees. :) >> as for friends and *their* families, complaints do occur mainly with >> children because they can not play their games, get emails a

Re: Anything for home user and not the technical one??

2010-07-23 Thread g
Christofer C. Bell wrote: > I don't know, I didn't see it. I've done the process (F11 -> F13) > twice without issue. do you see, perceive, imagine, that success can/may depend on software loaded and hardware used? > Could be! He should do it while Fedora 12 is still supported. this is true,

Re: [F13] thunderbird-3.1.1-1 won't restart

2010-07-23 Thread g
Ed Greshko wrote: > It wasn't the links...just the words surrounding them. :-) > > I suppose the phrase "shows "Works with Thunderbird 0.7 - 2.0.0.*", so, > therein lies reason for your problem." means something different to me. :-) wherein is problem as above links to; mail_redirect-0.7.

Re: Thunderbird/Lightning won't send meeting invites any more

2010-07-23 Thread g
Genes MailLists wrote: > I agree with Miles - if you have nothing useful to say don't say it. i did have something useful to say, which was that op would likely find better help with his problem if he used lightning tsl to get help for his problem. > This is the list for users of fedora - O

Re: suggestions for png markup

2010-07-23 Thread jack craig
On 07/23/2010 09:43 AM, JB wrote: > jack craig extraview.com> writes: > > >> ... >> >>> Hi, >>> could it be ? >>> $ yum info ImageMagick >>> JB >>> >>> >>> >>> >>> >>> >> ok, i had used IM some time back, but my recollection was it had >> display, convert, montage, but i dont

Firewall not getting displayed

2010-07-23 Thread JB
Parshwa Murdia gmail.com> writes: > ... > Restarted the Firewall from there after providing the root > credentials, but frankly speaking, there is the same screen without > any warning message. > > > Close the startup window, input root password, and you will be greeted with > > a warning that

Re: Small query on distribution lists

2010-07-23 Thread Patrick O'Callaghan
I suspect you're replying to this on the wrong list (Tim sent an identical message to the Fedora-KDE list but not AFAIK to this one). Better check your mail settings. poc PS I just read another reply from you on this list to a message that hasn't reached the list, Subject "VERY IMPORTANT". Perhap

Re: Anything for home user and not the technical one??

2010-07-23 Thread Marko Vojinovic
On Friday, July 23, 2010 16:44:56 Christofer C. Bell wrote: > In all honesty, for normal desktop use, the only "hoop" Parshwa should > need to jump through is to setup RPM Fusion on the system[1]. And install flash plugin in firefox. And skype. And googleearth. And maybe kmod- nvidia, if he needs

Re: Thunderbird/Lightning won't send meeting invites any more

2010-07-23 Thread Genes MailLists
On 07/23/2010 01:08 PM, g wrote: > >> Ttry installing the stock fedora versions of TB and enigmail (from rpm >> fusion repo) and see if those help Typo/simple mistake - meant lightning which is in fedora repo not rpm fusion. And this part of email was for OP not 'g'. -- users mailing lis

Re: Anything for home user and not the technical one??

2010-07-23 Thread g
Christofer C. Bell wrote: > I can certainly see "playing games" as an obstacle, but only if it's your reply is to Parshwa, but i would like to clear up my comment. i meant if linux system or programs are not working some way or other. i did not mean playing 'ms bs os' games under wine or even

Re: Anything for home user and not the technical one??

2010-07-23 Thread g
Parshwa Murdia wrote: > But Christofer, there is one more type of online game, I am facing > problem in the game of chess. as a suggestion and you are using firefox to get on internet, try installing 'user agent switcher'; https://addons.mozilla.org/en-US/firefox/addon/59/ "The User Agent S

Re: Small query on distribution lists

2010-07-23 Thread g
Patrick O'Callaghan wrote: > I suspect you're replying to this on the wrong list thank you. my bad. will correct. -- peace out. tc,hago. g . in a free world without fences, who needs gates. ** help microsoft stamp out piracy - give linux to a friend today. ** to mess up a linux box, yo

Re: Anything for home user and not the technical one??

2010-07-23 Thread Parshwa Murdia
On Fri, Jul 23, 2010 at 9:34 PM, g wrote: > Spock agrees. :) > > > >>> as for friends and *their* families, complaints do occur mainly with >>> children because they can not play their games, get emails and use >>> twitter and facebook. >> >> correct. > > and wives miss out on email gossip. :)

Re: Anything for home user and not the technical one??

2010-07-23 Thread Parshwa Murdia
On Fri, Jul 23, 2010 at 10:56 PM, Marko Vojinovic wrote: > And install flash plugin in firefox. And skype. And googleearth. And maybe > kmod- > nvidia, if he needs it. And wine, if he wants to play some windows games. And > VirtualBox, if he really needs true windows environment for something.

Re: Anything for home user and not the technical one??

2010-07-23 Thread Parshwa Murdia
On Fri, Jul 23, 2010 at 11:00 PM, g wrote: > be well assured, i am all for Parshwa using linux over 'ms bs os'. Thanks. Regards, Parshwa Murdia -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/u

Re: Anything for home user and not the technical one??

2010-07-23 Thread Parshwa Murdia
On Fri, Jul 23, 2010 at 11:10 PM, g wrote: > as a suggestion and you are using firefox to get on internet, try > installing 'user agent switcher'; > >  https://addons.mozilla.org/en-US/firefox/addon/59/ > >  "The User Agent Switcher extension adds a menu and a toolbar button >  to switch the user

Re: Firewall not getting displayed

2010-07-23 Thread Parshwa Murdia
On Fri, Jul 23, 2010 at 10:46 PM, JB wrote: > Well, > it is Fedora 11 what you got ... As I said I have done it all on my F13 and > all worked as described. > At least under F13, the default rules are regenerated by the python app, filed > in iptables and ip6tables files, and then formatted for d

Re: Anything for home user and not the technical one??

2010-07-23 Thread g
Parshwa Murdia wrote: > On Fri, Jul 23, 2010 at 11:00 PM, g wrote: > >> be well assured, i am all for Parshwa using linux over 'ms bs os'. > > > Thanks. most welcome. -- peace out. tc,hago. g . in a free world without fences, who needs gates. ** help microsoft stamp out piracy - gi

Re: Anything for home user and not the technical one??

2010-07-23 Thread g
Parshwa Murdia wrote: > If the problems occur, that's good, the more is troubleshooting as > more facts become clear but if you really are in some other job (like > me) which is not at all related with Fedora (which is by desire, for > at least me), time matters. this i well understand. my view

Re: Anything for home user and not the technical one??

2010-07-23 Thread Parshwa Murdia
On Fri, Jul 23, 2010 at 11:35 PM, g wrote: > most welcome. my pleasure. but how i use that user agent switcher? i restarted the pc and now in Firefox -> Tools -> Default User Agent is coming but switiching to IE and then playing is also not working? and by default the option of 'Default User Ag

Re: Anything for home user and not the technical one??

2010-07-23 Thread Parshwa Murdia
On Fri, Jul 23, 2010 at 11:45 PM, g wrote: > my view is that it is easier and quicker to upgrade in steps and fix any > problems that _may_ occur, than it is to jump versions and try to figure > out what problems have occurred. > > systems can update and upgrade with out attendance. > > trouble

Re: Anything for home user and not the technical one??

2010-07-23 Thread g
Parshwa Murdia wrote: > This I have installed but the problem coming is that how to use it? > its still not popping up (the game of chess) and I am finding > problems. after sending this, i will check chess site to see what happens for me. >>From where to do this? There is coming no icos in th

Re: Anything for home user and not the technical one??

2010-07-23 Thread Parshwa Murdia
On Fri, Jul 23, 2010 at 11:54 PM, g wrote: > after sending this, i will check chess site to see what happens for me. > > >>>From where to do this? There is coming no icos in the toolbar of firefox? > > right click on 'tool bar', select 'customize'. a window opens with icons > that you drag and dr

Re: Anything for home user and not the technical one??

2010-07-23 Thread g
Parshwa Murdia wrote: i am just now back from joining pogo.com and attempting to play chess. was hoping that i could configure to play, but it kept throwing up a window about popup blocker, even after enabling popups for site. i do need to run out for a few. should be back around 2300 hrs utc.

cant make display settings permanent

2010-07-23 Thread Ariful Hossain
I am running fedora 13 with KDE desktop. When i change my display settings it works but i have to change it again when i relogin my desktop returns to its previous settings. I tried to find the conf file to change it. But apparently there is no xorg.conf!! -- Freeburn life in a NIX shell Regist

F13: Missing software update notifications

2010-07-23 Thread Kevin T. Likes
I somehow managed to turn off (delete?) the icon that notifies me when software updates are available, and can't find anything on how to get it back. Any suggestions on how to get it back? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://a

cant make display settings permanent

2010-07-23 Thread JB
Ariful Hossain finder-lbs.com> writes: > > I am running fedora 13 with KDE desktop. When i change my display > settings it works but i have to change it again when i relogin my > desktop returns to its previous settings. I tried to find the conf file > to change it. But apparently there is no

F13: Missing software update notifications

2010-07-23 Thread JB
Kevin T. Likes gmail.com> writes: > > I somehow managed to turn off (delete?) the icon that notifies me when software updates are available, and can't find anything on how to get it back.  Any suggestions on how to get it back? > Hi, are you sure you asked the right question ? You see my F13 se

Re: OT: Cloud Computing is coming to ...

2010-07-23 Thread Phil Meyer
On 07/23/2010 12:59 AM, JD wrote: > > Can you describe the hardware of the private cloud > and the hardware of the non-cloud machine in the > location where you were involved in the installation > or configuration? > I would like to know what is being compared to what > when claims of doubling the

Re: F13: Missing software update notifications

2010-07-23 Thread Fennix
On Sat, Jul 24, 2010 at 3:44 AM, JB wrote: > Kevin T. Likes gmail.com> writes: > > > > > I somehow managed to turn off (delete?) the icon that notifies me when > software updates are available, and can't find anything on how to get it > back. > Any suggestions on how to get it back? > > > Hi, >

[389-users] How to let users change their passwords?

2010-07-23 Thread Steven Truong
Dear, all. I have been searched low and high for a tool that can let users to change their passwords in 389 DS or OpenLDAP? I think there is a real need for such a tool and I hope that people already wrote such a tool... Please share your ways of how you allow your users to change their password

  1   2   >