Re: Can't access username (Solved)

2011-10-13 Thread Bill Kuns
From: Rick Stevens 
To: am...@cybermesa.com, Community support for Fedora users

Subject: Re: Can't access username
Date: Thu, 13 Oct 2011 11:01:19 -0700

On 10/13/2011 09:42 AM, Bill Kuns wrote:
> I've installed Fedora 15 four times.  The same thing happens.
> 
> When I try to log on to username, I get a message:
> 
>   Could not update /home/username/.ICEauthority
> 
> What am I doing wrong?

Possibly nothing.  Check the ownership and permissions of your home
directory.  "username") should own it and have rwx permissions:

[rick@prophead ~]$ ls -ld ~rick
drwx-- 102 rick rick 12288 Oct 10 18:30 /home/rick

If not, as root, change the permissions and delete the
~username/.ICEauthority file:

sudo chown username ~/username
sudo chmod u+rwx ~/username
sudo rm -f ~/username/.ICEauthority

Then log out.  When you log in again as username, the file should be
recreated.  This has been reported on Ubuntu and several other distros
and whatever caused it may have crept into Fedora somehow.

It appears to be something from an upstream package that Fedora also
uses.
--
- Rick Stevens, Systems Engineer, C2 Hosting  ri...@nerd.com -
- AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
--
- Microsoft Windows:  Proof that P.T. Barnum was right   -
--
It worked perfectly; thank you.

-- 
Bill 

-- 
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/Mailing_list_guidelines


Re: "echo hello > /dev/pts/2" is blocking

2011-10-13 Thread Alain Spineux
On Wed, Oct 12, 2011 at 4:42 PM, JB  wrote:
> Alain Spineux  gmail.com> writes:
>
>>
>> I have a FUSE program in debug mode displaying a lot of debug messages
>> on the terminal.
>> After hours the program "freeze" and the terminal looks blocked.
>> The terminal don't react to key press, nor CTRL-C nor CTRL-Z
>>
>> Using gdb, I get 31 threads, the 25 looks strange.
>> It looks to be blocking on a write() system call while displaying a
>> debug message to the terminal
>> Then I tried
>> # echo hello > /dev/pts/2
>> and it's blocking too !
>> Other pts on the same host don't block
>>
>> How can a pts block ? Probably a problem with ssh or sshd. Using
>> strace, I can see both waiting on a select()
>> and not reacting to a key press or to the echo hello > /dev/pts/2. The
>> ssh client is running on a fedora 11
>>
>> What next ?
>>
>> I'm running fedora 14 on x64, but get exactly the same on a f14 i386.
>> I'm running the same test on centos-6 x64 just now
>>
>> Regards
>
> I would say take a look at pertinent info (from another terminal on that
> machine):
> $ w
> $ ps aux |grep -i pts

ps was freezing, I had to grep /proc/*/stat

>
> Threads:
> $ ps -eLf |grep -i pts
> $ ps axms |grep -i pts
> $ man ps         # signals: PENDING or BLOCKED or IGNORED or CAUGHT
> $ man select


The problem is not solved but if I disable debugging, the terminal is
not "flooded" and application finish without blocking.

Thanks for answering.

>
> JB
>
>
> --
> 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/Mailing_list_guidelines
>



-- 
Alain Spineux                   |  aspineux gmail com
Monitor your iT & Backups |  http://www.magikmon.com
Free Backup front-end       | http://www.magikmon.com/mksbackup
Your email 100% available |  http://www.emailgency.com
-- 
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/Mailing_list_guidelines


Re: Remote access

2011-10-13 Thread Alain Spineux
On Fri, Oct 14, 2011 at 6:13 AM, KC8LDO  wrote:
> Is there a way to use ssh to get through a firewall for remote access to a
> system? The situation I'm looking at is a Fedora system sitting behind a
> company firewall, which I have no control over, that I wish to gain access
> to by logging into it over the Internet from a remote computer. In other
> words the connection is initiated from outside of the firewalled company
> network.
>
> What I'm thinking is using ssh to forward a port, 3389, to another computer
> on my own private network (also behind a firewall and NAT router) at home
> acting as a middle man. Then from another computer, lets say at a hotel,
> logging in to the same computer on my private home network and have it pass
> traffic bidirectionaly between the two end point computers.
>
> Is this something than can be done using ssh and if so how? I would also
> like to have the remote Fedora system connection to the middle man computer
> remain even if the remote computer is not connected.

tcpproxyreflector does exactly what you want. Install it on the 3
computers and run it :

- as a server at home, to get connection from the the client and console
- as the client at work, to open and keep the the connection open with home
- as a console on your laptop at the hotel to activate a tunnel and
connect through SSH or directly on port  "3389" to another computer
inside the company.

http://blog.magiksys.net/software/tcp-proxy-reflector

Have fun

>
> Regards,
>
> Leland C. Scott
> KC8LDO
>
> "The most reliable components
>  are the ones you leave out."
>
> Gordon Bell, father of the
> minicomputer at DEC.
>
> --
> 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/Mailing_list_guidelines
>



-- 
Alain Spineux                   |  aspineux gmail com
Monitor your iT & Backups |  http://www.magikmon.com
Free Backup front-end       | http://www.magikmon.com/mksbackup
Your email 100% available |  http://www.emailgency.com
-- 
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/Mailing_list_guidelines


Re: double update : i686 & x86_64

2011-10-13 Thread Errol Mangwiro
Yup. Wine does that that's why I'm now sticking with qemu-kvm & vbox for my 
virtualisation/emulation needs. I hate having 32-bit dependencies in my 64-bit 
installation. I'd rather do without that program (which explains the skype-less 
& adobe flashless, until now, machine). And the size of your 
installation/dependencies just balloons once you start down the 32/64-bit road.

-Original Message-
From: Andre Robatino 
Date: Thu, 13 Oct 2011 15:52:29 
To: 
Subject: double update : i686 & x86_64

Andre Robatino  fedoraproject.org> writes:

> You could run "grep orc /var/log/yum.log" to see when
> it was installed and what else you installed around that time.

In my case, running "yum erase orc.i686" just to see what it wants to remove
shows that wine pulled it in.




-- 
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/Mailing_list_guidelines
-- 
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/Mailing_list_guidelines


Re: Fedora 14 / Skype / Headset

2011-10-13 Thread Tim
Frank Elsner:
>> But when I plug in a Logitech headset (earphone plug and microphone plug)
>> only the earphones work. The microphone will (incontrast to 
>> webcam/microphone)
>> not be detected and therefore not show up as an input device under sound 
>> preferences.

Mike Chambers:
> Maybe check sound configuration and maybe mic is muted or needs to be
> turned up/on or something?

Even a muted microphone would still appear as a choosable device under
their preferences.

I'd be looking at the output from dmesg before and after plugging in the
headset, to see what the system notices being plugged in.  Probably,
some unknown hardware will be detected, showing just a product code
number, rather than the name of something that it knows how to deal
with.  Post that, here.

-- 
[tim@localhost ~]$ uname -r
2.6.27.25-78.2.56.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



-- 
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/Mailing_list_guidelines


Re: Remote access

2011-10-13 Thread Scott Rouse
On Oct 14, 2011 12:13 AM, "KC8LDO"  wrote:
>
> Is there a way to use ssh to get through a firewall for remote access to a
> system? The situation I'm looking at is a Fedora system sitting behind a
> company firewall, which I have no control over, that I wish to gain access
> to by logging into it over the Internet from a remote computer. In other
> words the connection is initiated from outside of the firewalled company
> network.
>
> What I'm thinking is using ssh to forward a port, 3389, to another
computer
> on my own private network (also behind a firewall and NAT router) at home
> acting as a middle man. Then from another computer, lets say at a hotel,
> logging in to the same computer on my private home network and have it
pass
> traffic bidirectionaly between the two end point computers.
>
> Is this something than can be done using ssh and if so how? I would also
> like to have the remote Fedora system connection to the middle man
computer
> remain even if the remote computer is not connected.
>
> Regards,
>
> Leland C. Scott
> KC8LDO
>
> "The most reliable components
>  are the ones you leave out."
>
> Gordon Bell, father of the
> minicomputer at DEC.
>
> --
> 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/Mailing_list_guidelines

There are many companies that would frown upon doing what you are
proposing.  I would suggest that you talk to your network/firewall admin and
see if they will make an allowance for you.
-- 
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/Mailing_list_guidelines


Remote access

2011-10-13 Thread KC8LDO
Is there a way to use ssh to get through a firewall for remote access to a 
system? The situation I'm looking at is a Fedora system sitting behind a 
company firewall, which I have no control over, that I wish to gain access 
to by logging into it over the Internet from a remote computer. In other 
words the connection is initiated from outside of the firewalled company 
network.

What I'm thinking is using ssh to forward a port, 3389, to another computer 
on my own private network (also behind a firewall and NAT router) at home 
acting as a middle man. Then from another computer, lets say at a hotel, 
logging in to the same computer on my private home network and have it pass 
traffic bidirectionaly between the two end point computers.

Is this something than can be done using ssh and if so how? I would also 
like to have the remote Fedora system connection to the middle man computer 
remain even if the remote computer is not connected.

Regards,

Leland C. Scott
KC8LDO

"The most reliable components
 are the ones you leave out."

Gordon Bell, father of the
minicomputer at DEC. 

-- 
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/Mailing_list_guidelines


Bulk installing using a line media

2011-10-13 Thread Danishka Navin
Hi,

Next week I weill attend a workshop and I have to install more than 80
systems in a training college.
I have Live image of F14 based remix.

I was trying to configure cobbler on my F14 box but i wasn't worked.
I followed following link but it gave

httpd does not appear to be running and proxying cobbler

but both httpd and cobblerd are running

and then I disabled SElinux on my system but same result appears.

[root@localhost danishka]# cobbler check
httpd does not appear to be running and proxying cobbler
[root@localhost danishka]# getenforce
Disabled


Thanks,
-- 
Danishka Navin
http://danishkanavin.blogspot.com
http://twitter.com/danishkanavin
http://www.flickr.com/photos/danishkanavin/
-- 
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/Mailing_list_guidelines


Seems F-15 got public before it was ready.. "oops"..

2011-10-13 Thread Linda McLeod

Seems F-15 went public before it was ready..  Sit happens...  
Makes me wonder if the solution is for the whole world, or everyone who
has the stuff to make faulty bits of the OS "stable", should group, or
run solo, and just go for it.. push the love in deeper...  
The result would be the Best of the Best in just a short time...  It's
free, so feel free to help make this lovely thing run the ways you wants
it...  

-- 
http://www.fastmail.fm - Or how I learned to stop worrying and
  love email again

-- 
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/Mailing_list_guidelines


Re: Battery Status Errors

2011-10-13 Thread Keith Clark
On Sat, 2011-10-08 at 09:15 +0200, suvayu ali wrote:
> On Sat, Oct 8, 2011 at 3:30 AM, Keith Clark
>  wrote:
> > Where to find this percentage setting?
> 
> >From another post I see that you are using Gnome, I have never used
> Gnome 3 so I don't know. But I would assume you can open the power
> management dialog by (right?) clicking on the battery icon.
> 
> That said, I just recalled there was a big discussion because Gnome 3
> removed this customisation option. But I think there are ways to do it
> using gnome-tweak-tool.
> 
> GL
> 
> -- 
> Suvayu
gnome-tweak-tool does not have this setting either.


-- 
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/Mailing_list_guidelines


Re: Results of the voting for the Fedora 17 release name

2011-10-13 Thread Craig White
On Thu, 2011-10-13 at 23:40 +0100, Alan Cox wrote:
> > What is beefy about that? Beefy to me means tasty, of substance, 
> > fulfilling, delicious. Not, as the image implies,  full of fat, gristle 
> > and bone flavoured with condiment and stuffed in an over aerated bread roll.
> 
> 
> I guess Hindu's will see it differently 

and Clara Peller will rise up from her grave

http://www.youtube.com/watch?v=aISkVvi5iI8

;-)

Craig


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

-- 
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/Mailing_list_guidelines


Re: yum clean all, but for a desired repo

2011-10-13 Thread Peter Gueckel
Noah Hall wrote:

> yum clean all --enablerepo= --disablerepo="*"

Thanks. That's what I thought, but I hadn't tried it yet, since there were no 
pending updates at the moment.

-- 
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/Mailing_list_guidelines


Re: Linpsk audio -

2011-10-13 Thread Bob Goodwin
On 12/10/11 11:43, Brian Mury wrote:
> On Wed, 2011-10-12 at 10:29 -0400, Bob Goodwin wrote:
>>  A work-around for the non-functioning Linpsk was to install
>>  psk31lx from Ted at http://wa0eir.home.mchsi.com/
>>
>>  Psk31lx installed easily and worked.
> Somehow I missed your original message or I would have replied - sorry!
>
> I'm a fan of fldigi: http://www.w1hkj.com/Fldigi.html
>
> Brian
>
>

I've looked through the fldigi site a couple of times since
receiving your message and have never been able to understand
what it is they've created? Perhaps you can 'splain it to me in
terms I can understand. There's plenty of information on how to
install, etc. but nothing telling me what it is.

Right now I have psk31lx running in the receive mode it was easy
to install and it works well. Transmit is awaiting delivery of
some parts.

Thanks,

Bob



-- 
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/Mailing_list_guidelines


Re: Results of the voting for the Fedora 17 release name

2011-10-13 Thread Fernando Cassia
On Tue, Oct 11, 2011 at 10:47, Andrew Haley  wrote:
> I think that "miracle" is more often used as a metaphor.  As a
> description of free (as in gratis) software that's better than
> software you have to pay for, "miracle" isn't entirely inappropriate.

Here´s what I first thought:

Beefy Miracle: it takes a lot of space, and runs by pure chance (with
divine intervention) - ie it takes a miracle for it to run.

FC


-- 
"Nunca te pelees con alguien que ya no tiene nada que perder" -anónimo
-- 
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/Mailing_list_guidelines


Re: yum clean all, but for a desired repo

2011-10-13 Thread Noah Hall
On Thu, Oct 13, 2011 at 11:37 PM, Peter Gueckel  wrote:
> yum clean all clears all the information for all enabled repos.
>
> How would one clean the information for only one of the enabled repos?
>
> Say, I know that rpmfusion-free and fedora have not changed, but I already 
> know
> that updates-testing has changed and I want to force yum to reload the
> information for only that one repo, but not bother reloading the information 
> for
> the other repos.


yum clean all --enablerepo= --disablerepo="*"
-- 
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/Mailing_list_guidelines


Re: Results of the voting for the Fedora 17 release name

2011-10-13 Thread Alan Cox
> What is beefy about that? Beefy to me means tasty, of substance, 
> fulfilling, delicious. Not, as the image implies,  full of fat, gristle 
> and bone flavoured with condiment and stuffed in an over aerated bread roll.


I guess Hindu's will see it differently 
-- 
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/Mailing_list_guidelines


yum clean all, but for a desired repo

2011-10-13 Thread Peter Gueckel
yum clean all clears all the information for all enabled repos.

How would one clean the information for only one of the enabled repos?

Say, I know that rpmfusion-free and fedora have not changed, but I already know 
that updates-testing has changed and I want to force yum to reload the 
information for only that one repo, but not bother reloading the information 
for 
the other repos.

-- 
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/Mailing_list_guidelines


Re: Results of the voting for the Fedora 17 release name

2011-10-13 Thread Roger

The Fedora 16 release name is: Beefy Miracle


Curious.
To me Fedora is neither beefy  nor a miracle.
Fedora renditions - here today gone tomorrow, life span of a moth 
dancing round a flame, a year passes and we update or suffer. At least 
that, to me, is the perceived threat.

What is beefy about that? Beefy to me means tasty, of substance, 
fulfilling, delicious. Not, as the image implies,  full of fat, gristle 
and bone flavoured with condiment and stuffed in an over aerated bread roll.

None of these are Fedora why? because Fedora is "Bleeding Edge" full of 
bugs and problems for the unwary and just when one has it working a 
treat, it's gone, like a will-o-wisp.

Miracle, I'd say not. Just a much better operating system which takes 
into account the lightening fast changes in technology. Fedora is out 
there on the edge, leading the way, it is the light at the end of the 
tunnel, the shining beacon to a better way.

  Personally I would have preferred names that signify leadership, 
quality, rapid development and resolution.

Having said that though, a beefy miracle in a roll is out of the 
digestive system in 24 hours as waste matter, flushed away without a 
thought. Is this an image for Fedora?
FWIW
Roger





-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Marko Vojinovic
On Thursday 13 October 2011 22:36:44 suvayu ali wrote:
> On Thu, Oct 13, 2011 at 8:21 PM, Marko Vojinovic  wrote:
> > On Thursday 13 October 2011 18:59:03 suvayu ali wrote:
> >> On Thu, Oct 13, 2011 at 7:13 PM, Marko Vojinovic  
wrote:
> >> > I have just sent the official proposal to Fedora Advisory Board list,
> >> > as Rahul suggested. Now we wait and see what happens. :-) Anyone
> >> > willing to chime in on the dissussion there, please do.
> 
> Thanks a lot. From the discussion in the thread I see that we
> overlooked the little bit about the artwork. :-p John's suggestion[1]
> is probably more practical (given the artwork issue) and an acceptable
> compromise.
> 
> [1]
> http://lists.fedoraproject.org/pipermail/advisory-board/2011-October/01095
> 6.html

Yes, well, I cannot actually argue much about that, John and others do ave a 
point --- the artwork for "Verne" is finished, and it is a bit too late to redo 
everything in time for F16 release, even if they did have good ideas about the 
artwork related to Ritchie.

I just don't quite understand how exactly is the F16 release going to be 
dedicated to Ritchie. Maybe a banner on the website or something... ;-)

Best, :-)
Marko

-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread suvayu ali
Hi Marko,

On Thu, Oct 13, 2011 at 8:21 PM, Marko Vojinovic  wrote:
> On Thursday 13 October 2011 18:59:03 suvayu ali wrote:
>> On Thu, Oct 13, 2011 at 7:13 PM, Marko Vojinovic  wrote:
>> > I have just sent the official proposal to Fedora Advisory Board list, as
>> > Rahul suggested. Now we wait and see what happens. :-) Anyone willing to
>> > chime in on the dissussion there, please do.
>>
>> Could you please post the link to the thread.
>
> Sure,
>
> http://lists.fedoraproject.org/pipermail/advisory-board/2011-
> October/010954.html
>

Thanks a lot. From the discussion in the thread I see that we
overlooked the little bit about the artwork. :-p John's suggestion[1]
is probably more practical (given the artwork issue) and an acceptable
compromise.

Thanks a lot for taking the time to take it up with the board.

:)

[1] 
http://lists.fedoraproject.org/pipermail/advisory-board/2011-October/010956.html

-- 
Suvayu

Open source is the future. It sets us free.
-- 
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/Mailing_list_guidelines


Re: Results of the voting for the Fedora 17 release name

2011-10-13 Thread Michael Schwendt
On Thu, 13 Oct 2011 16:48:40 +0200, CW (Christoph) wrote:

> > > > > > > The Fedora 16 release name is: Beefy Miracle
> > > > > > 
> > > > > > Childish.
> > > > > 
> > > > > Why?
> > > > 
> > > > Well, try to explain it to the users without talking in riddles.
> > > 
> > > Have we ever explained names like Tettnang or Zod?
> > 
> > Of course, except that early Fedora release names have been decided on
> > without voting.
> > 
> > http://fedoraproject.org/wiki/History_of_Fedora_release_names
> > http://de.wikipedia.org/wiki/Fedora-_und_Red-Hat-Versionsnamen
> 
> None of these links explains the actual choices, they just explain how
> the games works and what the connections are. 
> 
> Explaining the *name* doesn't mean to explain that Heidelberg is a City
> in the German state of Baden-Württemberg but why Heidelberg was chosen
> in favor of any other city in Baden-Württemberg.

You could have rephrased your question (above) where you wrote
"Have we ever explained names like Tettnang or Zod?".

I don't care whether any other city in DE-BW or DE would have met the
requirements in the same way. It doesn't interest me _why_ Tettnang had
been proposed or _why_ Krosno and Uzhgorod had been the other choices
besides Heidelberg. If it's a fun game for some people to enter the
"competition" with a personal favourite release name that meets the
requirements, I tolerate that.

When the release name process opened up, voters could learn about _what_ a
name is, what it refers to, and the connections (if disclosed in the Wiki).  
Later users of a Fedora release would also start with figuring out what a
name refers to and then possibly ask why it had been chosen. They would
look up "Heidelberg" and draw their own conclusions. What would you tell
them if they asked why the dist was named after a city? Would you point
them at the guidelines or mention that the _real why_ is a secret?

> > The Fedora Release name process has become much more open compared with
> > Red Hat Linux ( http://www.smoogespace.com/documents/behind_the_names.html 
> > ).
> > 
> > Even during the RHL era. Red Hat Linux users that tried to figure out
> > the connection between consecutive release names.
> 
> You see: You are again explaining the rules rather than the choices.

The rules are public and official. A person's self-motivation isn't --
when entering the release name voting process with a personal favourite
name, which may meet the requirements but have some secret rationale.

> While I have to admit that the connection is a little week this time,
> the name itself is easy to explain. It is more related to Fedora than
> any other name before.

And still you cannot avoid that users will find the story "childish" or
"silly". If they did, I would tolerate that.

Anyway, I don't think I want to hear the full story. Fragments of it
didn't sound too exciting. I do remember the pictures Anaconda displayed
during installation, such as the various hot-dog e.g. dancing "Limbo",
but why to continue there many years later, uhm... ;-)

-- 
Fedora release 16 (Verne) - Linux 3.1.0-0.rc9.git0.0.fc16.x86_64
loadavg: 0.06 0.04 0.07
-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Mike Wright
On 10/13/2011 01:31 PM, Don Quixote de la Mancha wrote:
> The result of that was that the coders would often go insane in the
> middle of their coding projects

Been there.  Loops based on the clock.  ROTFLLMAO :D
-- 
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/Mailing_list_guidelines


Re: [389-users] GUI console fails to show up after upgrade

2011-10-13 Thread Rich Megginson

On 10/13/2011 02:33 PM, harry.dev...@faa.gov wrote:


All I get are those java errors displayed.  Nothing else.

Server(User)-> / $389-console -D 9
Exception in thread "main" java.lang.ClassFormatError: 
com.netscape.management.client.console.Console (unrecognized class 
file version)

   at java.lang.VMClassLoader.defineClass(libgcj.so.7rh)
   at java.lang.ClassLoader.defineClass(libgcj.so.7rh)
   at java.security.SecureClassLoader.defineClass(libgcj.so.7rh)
   at java.net.URLClassLoader.findClass(libgcj.so.7rh)
   at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
   at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
   at gnu.java.lang.MainThread.run(libgcj.so.7rh)

ok - try
sh -x /usr/bin/389-console > console.log 2>&1


Harry

Harry Devine
Common ARTS Software Development
AJT-144
(609)485-4218
harry.dev...@faa.gov


From:   Rich Megginson 
To: Harry Devine/ACT/FAA@FAA
Cc: 	"General discussion list for the 389 Directory server project." 
<389-us...@lists.fedoraproject.org>, Ted Rush/ACT/FAA@FAA

Date:   10/13/2011 04:29 PM
Subject:Re: [389-users] GUI console fails to show up after upgrade






On 10/13/2011 02:24 PM, _harry.devine@faa.gov_ 
wrote:


Where does the console.log file get created?  I've run with the debug 
switches several times, even specifying a full path for the file, and 
it doesn't get created.  I can't find it for the life of me.

???
if you run 389-console -D 9 without the -f console.log arguments, does 
it output debug information to the terminal window?


Harry

Harry Devine
Common ARTS Software Development
AJT-144
(609)485-4218_
__Harry.Devine@faa.gov_ 

From:   Rich Megginson __ 
To: Harry Devine/ACT/FAA@FAA
Cc:	"General discussion list for the 389 Directory server project." 
_<389-us...@lists.fedoraproject.org>_ 
, Ted Rush/ACT/FAA@FAA

Date:   10/13/2011 03:53 PM
Subject:Re: [389-users] GUI console fails to show up after upgrade







On 10/13/2011 01:47 PM, _harry.devine@faa.gov_ 
wrote:


Harry Devine
Common ARTS Software Development
AJT-144
(609)485-4218_
__Harry.Devine@faa.gov_ 
From:   Rich Megginson __ 
To:	"General discussion list for the 389 Directory server project." 
_<389-us...@lists.fedoraproject.org>_ 


Cc: Harry Devine/ACT/FAA@FAA, Ted Rush/ACT/FAA@FAA
Date:   10/13/2011 03:21 PM
Subject:Re: [389-users] GUI console fails to show up after upgrade








On 10/13/2011 10:18 AM, _harry.devine@faa.gov_ 
wrote:


We are running a 64-bit CentOS that used to be on 5.4, but a few days 
ago we put patches on it which brought it up to 5.7.  It also updated 
our 389-ds to the following versions:


rpm -qa 389*
389-dsgw-1.1.7-2.el5
389-ds-base-1.2.9.9-1.el5
389-ds-console-1.2.6-1.el5
389-admin-console-1.1.8-1.el5
389-admin-1.1.23-1.el5
389-ds-console-doc-1.2.6-1.el5
389-ds-base-libs-1.2.9.9-1.el5
389-console-1.1.7-3.el5
389-admin-console-doc-1.1.8-1.el5
389-adminutil-1.1.14-1.el5
389-ds-1.2.1-1.el5

When I try to run the 389-console application now (a user needs his 
password reset), I get the following errors:


389-console
Exception in thread "main" java.lang.ClassFormatError: 
com.netscape.management.client.console.Console (unrecognized class 
file version)

at java.lang.VMClassLoader.defineClass(libgcj.so.7rh)
at java.lang.ClassLoader.defineClass(libgcj.so.7rh)
at java.security.SecureClassLoader.defineClass(libgcj.so.7rh)
at java.net.URLClassLoader.findClass(libgcj.so.7rh)
at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
at gnu.java.lang.MainThread.run(libgcj.so.7rh)


Any ideas on how to fix this?
java -version
alternatives --config java

java -version shows:
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.8) 
(rhel-1.22.1.9.8.el5_6-x86_64)

OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)

update-alternatives shows:
update-alternatives --config java

There are 2 programs which provide 'java'.

SelectionCommand
---
 1   /usr/lib/jvm/jre-1.4.2-gcj/bin/java
*+ 2   /usr/lib/jvm/jre-1.6.0-openjdk.x86_64/bin/java

Enter to keep the current selection[+], or type selection number:

So it is already configured to use 1.6.0, and 389-console still blows 
up as above.  Ideas?
389-console -D 9 -f console.log - edit console.log to remove any 
sensitive info - paste to list


Harry

Harry Devine
Common ARTS Software Development
AJT-144
(609)485-4218_
__Harry.Devine@faa.gov_ 


--
389 users 

Re: [389-users] GUI console fails to show up after upgrade

2011-10-13 Thread harry . devine
All I get are those java errors displayed.  Nothing else.

Server(User)-> / $389-console -D 9
Exception in thread "main" java.lang.ClassFormatError: 
com.netscape.management.client.console.Console (unrecognized class file 
version)
   at java.lang.VMClassLoader.defineClass(libgcj.so.7rh)
   at java.lang.ClassLoader.defineClass(libgcj.so.7rh)
   at java.security.SecureClassLoader.defineClass(libgcj.so.7rh)
   at java.net.URLClassLoader.findClass(libgcj.so.7rh)
   at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
   at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
   at gnu.java.lang.MainThread.run(libgcj.so.7rh)

Harry

Harry Devine
Common ARTS Software Development
AJT-144
(609)485-4218
harry.dev...@faa.gov



From:
Rich Megginson 

To:
Harry Devine/ACT/FAA@FAA
Cc:
"General discussion list for the 389 Directory server project." 
<389-us...@lists.fedoraproject.org>, Ted Rush/ACT/FAA@FAA
Date:
10/13/2011 04:29 PM
Subject:
Re: [389-users] GUI console fails to show up after upgrade



On 10/13/2011 02:24 PM, harry.dev...@faa.gov wrote: 

Where does the console.log file get created?  I've run with the debug 
switches several times, even specifying a full path for the file, and it 
doesn't get created.  I can't find it for the life of me. 
???
if you run 389-console -D 9 without the -f console.log arguments, does it 
output debug information to the terminal window?

Harry 

Harry Devine
Common ARTS Software Development
AJT-144
(609)485-4218
harry.dev...@faa.gov 


From: 
Rich Megginson  
To: 
Harry Devine/ACT/FAA@FAA 
Cc: 
"General discussion list for the 389 Directory server project." 
<389-us...@lists.fedoraproject.org>, Ted Rush/ACT/FAA@FAA 
Date: 
10/13/2011 03:53 PM 
Subject: 
Re: [389-users] GUI console fails to show up after upgrade




On 10/13/2011 01:47 PM, harry.dev...@faa.gov wrote: 

Harry Devine
Common ARTS Software Development
AJT-144
(609)485-4218
harry.dev...@faa.gov 

From: 
Rich Megginson  
To: 
"General discussion list for the 389 Directory server project." 
<389-us...@lists.fedoraproject.org> 
Cc: 
Harry Devine/ACT/FAA@FAA, Ted Rush/ACT/FAA@FAA 
Date: 
10/13/2011 03:21 PM 
Subject: 
Re: [389-users] GUI console fails to show up after upgrade





On 10/13/2011 10:18 AM, harry.dev...@faa.gov wrote: 

We are running a 64-bit CentOS that used to be on 5.4, but a few days ago 
we put patches on it which brought it up to 5.7.  It also updated our 
389-ds to the following versions: 

rpm -qa 389* 
389-dsgw-1.1.7-2.el5 
389-ds-base-1.2.9.9-1.el5 
389-ds-console-1.2.6-1.el5 
389-admin-console-1.1.8-1.el5 
389-admin-1.1.23-1.el5 
389-ds-console-doc-1.2.6-1.el5 
389-ds-base-libs-1.2.9.9-1.el5 
389-console-1.1.7-3.el5 
389-admin-console-doc-1.1.8-1.el5 
389-adminutil-1.1.14-1.el5 
389-ds-1.2.1-1.el5 

When I try to run the 389-console application now (a user needs his 
password reset), I get the following errors: 

389-console 
Exception in thread "main" java.lang.ClassFormatError: 
com.netscape.management.client.console.Console (unrecognized class file 
version) 
 at java.lang.VMClassLoader.defineClass(libgcj.so.7rh) 
 at java.lang.ClassLoader.defineClass(libgcj.so.7rh) 
 at java.security.SecureClassLoader.defineClass(libgcj.so.7rh) 
 at java.net.URLClassLoader.findClass(libgcj.so.7rh) 
 at java.lang.ClassLoader.loadClass(libgcj.so.7rh) 
 at java.lang.ClassLoader.loadClass(libgcj.so.7rh) 
 at gnu.java.lang.MainThread.run(libgcj.so.7rh) 


Any ideas on how to fix this? 
java -version
alternatives --config java 

java -version shows: 
java version "1.6.0_20" 
OpenJDK Runtime Environment (IcedTea6 1.9.8) 
(rhel-1.22.1.9.8.el5_6-x86_64) 
OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode) 

update-alternatives shows: 
update-alternatives --config java 

There are 2 programs which provide 'java'. 

 SelectionCommand 
--- 
  1   /usr/lib/jvm/jre-1.4.2-gcj/bin/java 
*+ 2   /usr/lib/jvm/jre-1.6.0-openjdk.x86_64/bin/java 

Enter to keep the current selection[+], or type selection number: 

So it is already configured to use 1.6.0, and 389-console still blows up 
as above.  Ideas? 
389-console -D 9 -f console.log - edit console.log to remove any sensitive 
info - paste to list 

Harry 

Harry Devine
Common ARTS Software Development
AJT-144
(609)485-4218
harry.dev...@faa.gov 


--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users 






--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Re: Dennis Ritchie

2011-10-13 Thread Don Quixote de la Mancha
On Thu, Oct 13, 2011 at 1:10 PM, Mike Wright  wrote:
>  The same issue talks about how
> different groups tried to minimalize object code sizes, and the
> differences they were scrabbling over were measured in bytes.

My friends Dave Johnson and Bob Polaro were two of Atari's first seven
video game coders.

 If I remember correctly the Atari 2600 had a 6502 eight-bit
microprocessor.  They didn't even bother with compilers; one couldn't
get anywhere with those games without using tightly hand-rolled
assembler.

There was a single eight bit "frame buffer" in which the graphics were
rendered by rapidly varying the value in that byte in synchronization
with the electron beam sweeping across the TV screen.

The actual game processing would take place in many very small chunks
during the horizontal blanking intervals, during which the dimmed beam
would be swept back to the other side for the next line, or in fewer
longer chunks during the vertical blanking interval.

The coders had a choice of 1 KB ROM cartridges or 2 KB.  One could get
richer, more complex graphics and gameplay into 2 KB, but because the
ROMs were so expensive to manufacture, the per-unit royalty that the
coders earned was twice as much for the 1 KB cartridges!

Dave told me once that it happened all the time that a game would go
over 1024 bytes by just a few bytes, but that any changes that made
the code fit in the smaller cartridge would screw up the timing for
the graphics.

The result of that was that the coders would often go insane in the
middle of their coding projects.

I don't recall what game Dave wrote to make his fortune, but he
invested it first in Greene, Johnson Inc., then after buying out MIke
Greene, founded Working Software, where he gave me my first retail
coding job, writing Mac software.

CoreEdit, the word processing engine of our QuickLetter specialized
word processor, was also written in tightly hand-optimized assembly,
but for the 68000.  It was also the text engine for Apple's MacWrite.
The people who wrote CoreEdit must have done some really hard drugs,
but on the other hand I learned quite a lot about software
architecture by reading its source.

Bob made his fortune on Defender for the Atari, and is still in the
video game business.  He operates a mail order business on the side,
where you can buy games directly from him:

http://www.polaro.com/

These days though his games aren't in assembly, but in Java, Javascript and C++.

I never knew his name, but Atari's wealthiest coder was the nineteen
year old kid who wrote Pac-Man.

I understand he blew his million dollar royalty check up his nose.

Ever Faithful,

Don Quixote

-- 
Don Quixote de la Mancha
Dulcinea Technologies Corporation
Software of Elegance and Beauty
http://www.dulcineatech.com
quix...@dulcineatech.com
-- 
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/Mailing_list_guidelines


Re: [389-users] GUI console fails to show up after upgrade

2011-10-13 Thread Rich Megginson

On 10/13/2011 02:24 PM, harry.dev...@faa.gov wrote:


Where does the console.log file get created?  I've run with the debug 
switches several times, even specifying a full path for the file, and 
it doesn't get created.  I can't find it for the life of me.

???
if you run 389-console -D 9 without the -f console.log arguments, does 
it output debug information to the terminal window?


Harry

Harry Devine
Common ARTS Software Development
AJT-144
(609)485-4218
harry.dev...@faa.gov


From:   Rich Megginson 
To: Harry Devine/ACT/FAA@FAA
Cc: 	"General discussion list for the 389 Directory server project." 
<389-us...@lists.fedoraproject.org>, Ted Rush/ACT/FAA@FAA

Date:   10/13/2011 03:53 PM
Subject:Re: [389-users] GUI console fails to show up after upgrade






On 10/13/2011 01:47 PM, _harry.devine@faa.gov_ 
wrote:


Harry Devine
Common ARTS Software Development
AJT-144
(609)485-4218_
__Harry.Devine@faa.gov_ 

From:   Rich Megginson __ 
To:	"General discussion list for the 389 Directory server project." 
_<389-us...@lists.fedoraproject.org>_ 


Cc: Harry Devine/ACT/FAA@FAA, Ted Rush/ACT/FAA@FAA
Date:   10/13/2011 03:21 PM
Subject:Re: [389-users] GUI console fails to show up after upgrade







On 10/13/2011 10:18 AM, _harry.devine@faa.gov_ 
wrote:


We are running a 64-bit CentOS that used to be on 5.4, but a few days 
ago we put patches on it which brought it up to 5.7.  It also updated 
our 389-ds to the following versions:


rpm -qa 389*
389-dsgw-1.1.7-2.el5
389-ds-base-1.2.9.9-1.el5
389-ds-console-1.2.6-1.el5
389-admin-console-1.1.8-1.el5
389-admin-1.1.23-1.el5
389-ds-console-doc-1.2.6-1.el5
389-ds-base-libs-1.2.9.9-1.el5
389-console-1.1.7-3.el5
389-admin-console-doc-1.1.8-1.el5
389-adminutil-1.1.14-1.el5
389-ds-1.2.1-1.el5

When I try to run the 389-console application now (a user needs his 
password reset), I get the following errors:


389-console
Exception in thread "main" java.lang.ClassFormatError: 
com.netscape.management.client.console.Console (unrecognized class 
file version)

 at java.lang.VMClassLoader.defineClass(libgcj.so.7rh)
 at java.lang.ClassLoader.defineClass(libgcj.so.7rh)
 at java.security.SecureClassLoader.defineClass(libgcj.so.7rh)
 at java.net.URLClassLoader.findClass(libgcj.so.7rh)
 at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
 at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
 at gnu.java.lang.MainThread.run(libgcj.so.7rh)


Any ideas on how to fix this?
java -version
alternatives --config java

java -version shows:
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.8) 
(rhel-1.22.1.9.8.el5_6-x86_64)

OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)

update-alternatives shows:
update-alternatives --config java

There are 2 programs which provide 'java'.

 SelectionCommand
---
  1   /usr/lib/jvm/jre-1.4.2-gcj/bin/java
*+ 2   /usr/lib/jvm/jre-1.6.0-openjdk.x86_64/bin/java

Enter to keep the current selection[+], or type selection number:

So it is already configured to use 1.6.0, and 389-console still blows 
up as above.  Ideas?
389-console -D 9 -f console.log - edit console.log to remove any 
sensitive info - paste to list


Harry

Harry Devine
Common ARTS Software Development
AJT-144
(609)485-4218_
__Harry.Devine@faa.gov_ 


--
389 users mailing list_
__389-users@lists.fedoraproject.org_ 
_

__https://admin.fedoraproject.org/mailman/listinfo/389-users_






--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Re: [389-users] GUI console fails to show up after upgrade

2011-10-13 Thread harry . devine
Where does the console.log file get created?  I've run with the debug 
switches several times, even specifying a full path for the file, and it 
doesn't get created.  I can't find it for the life of me.

Harry

Harry Devine
Common ARTS Software Development
AJT-144
(609)485-4218
harry.dev...@faa.gov



From:
Rich Megginson 

To:
Harry Devine/ACT/FAA@FAA
Cc:
"General discussion list for the 389 Directory server project." 
<389-us...@lists.fedoraproject.org>, Ted Rush/ACT/FAA@FAA
Date:
10/13/2011 03:53 PM
Subject:
Re: [389-users] GUI console fails to show up after upgrade



On 10/13/2011 01:47 PM, harry.dev...@faa.gov wrote: 

Harry Devine
Common ARTS Software Development
AJT-144
(609)485-4218
harry.dev...@faa.gov 


From: 
Rich Megginson  
To: 
"General discussion list for the 389 Directory server project." 
<389-us...@lists.fedoraproject.org> 
Cc: 
Harry Devine/ACT/FAA@FAA, Ted Rush/ACT/FAA@FAA 
Date: 
10/13/2011 03:21 PM 
Subject: 
Re: [389-users] GUI console fails to show up after upgrade




On 10/13/2011 10:18 AM, harry.dev...@faa.gov wrote: 

We are running a 64-bit CentOS that used to be on 5.4, but a few days ago 
we put patches on it which brought it up to 5.7.  It also updated our 
389-ds to the following versions: 

rpm -qa 389* 
389-dsgw-1.1.7-2.el5 
389-ds-base-1.2.9.9-1.el5 
389-ds-console-1.2.6-1.el5 
389-admin-console-1.1.8-1.el5 
389-admin-1.1.23-1.el5 
389-ds-console-doc-1.2.6-1.el5 
389-ds-base-libs-1.2.9.9-1.el5 
389-console-1.1.7-3.el5 
389-admin-console-doc-1.1.8-1.el5 
389-adminutil-1.1.14-1.el5 
389-ds-1.2.1-1.el5 

When I try to run the 389-console application now (a user needs his 
password reset), I get the following errors: 

389-console 
Exception in thread "main" java.lang.ClassFormatError: 
com.netscape.management.client.console.Console (unrecognized class file 
version) 
  at java.lang.VMClassLoader.defineClass(libgcj.so.7rh) 
  at java.lang.ClassLoader.defineClass(libgcj.so.7rh) 
  at java.security.SecureClassLoader.defineClass(libgcj.so.7rh) 
  at java.net.URLClassLoader.findClass(libgcj.so.7rh) 
  at java.lang.ClassLoader.loadClass(libgcj.so.7rh) 
  at java.lang.ClassLoader.loadClass(libgcj.so.7rh) 
  at gnu.java.lang.MainThread.run(libgcj.so.7rh) 


Any ideas on how to fix this? 
java -version
alternatives --config java 

java -version shows: 
java version "1.6.0_20" 
OpenJDK Runtime Environment (IcedTea6 1.9.8) 
(rhel-1.22.1.9.8.el5_6-x86_64) 
OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode) 

update-alternatives shows: 
update-alternatives --config java 

There are 2 programs which provide 'java'. 

  SelectionCommand 
--- 
   1   /usr/lib/jvm/jre-1.4.2-gcj/bin/java 
*+ 2   /usr/lib/jvm/jre-1.6.0-openjdk.x86_64/bin/java 

Enter to keep the current selection[+], or type selection number: 

So it is already configured to use 1.6.0, and 389-console still blows up 
as above.  Ideas? 
389-console -D 9 -f console.log - edit console.log to remove any sensitive 
info - paste to list

Harry 

Harry Devine
Common ARTS Software Development
AJT-144
(609)485-4218
harry.dev...@faa.gov 


--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users 




--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Any USB-connected parallel port devices in use?

2011-10-13 Thread Geoffrey Leach
My parallel-port printer is connected via a Belikin parallel-port-to-
USB connector.  Worked fine in F14, completely broken in F15. Bugzilla 
discussion (742398) places the blame on the driver (uss720) for those 
converters, and there the problem sits.

I'm curious if there's anyone out there that has a similar setup, and 
what your experience might be.

-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Mike Wright
On 10/13/2011 12:42 PM, Joe Zeff wrote:
> On 10/13/2011 12:32 PM, Andre Robatino wrote:
>> Andre Robatino   fedoraproject.org>   writes:
>>
>>> The return value is undefined without the return statement.
>>
>> Although looking at my copy of K&R 2, the early examples don't include the
>> return statement either (it's used later, though).
>>
>
> IIRC, Unix was first designed to run on machines with very limited
> memory.  Assigning a value that wasn't going to be used would have been
> regarded as a waste of resources in those days.

Guaranteed.  Worked at Nat Semi back in the mid 70s and a state of the 
art, 1 bit by 1 k, static, 1 uSec response time, cost 2 bucks.

An old copy of Byte from August, 1980 show an ad for 64KB RAM MEMORIES 
at the low price of only $750.00.  The same issue talks about how 
different groups tried to minimalize object code sizes, and the 
differences they were scrabbling over were measured in bytes.
-- 
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/Mailing_list_guidelines


Re: [389-users] GUI console fails to show up after upgrade

2011-10-13 Thread Rich Megginson

On 10/13/2011 01:47 PM, harry.dev...@faa.gov wrote:


Harry Devine
Common ARTS Software Development
AJT-144
(609)485-4218
harry.dev...@faa.gov


From:   Rich Megginson 
To: 	"General discussion list for the 389 Directory server project." 
<389-us...@lists.fedoraproject.org>

Cc: Harry Devine/ACT/FAA@FAA, Ted Rush/ACT/FAA@FAA
Date:   10/13/2011 03:21 PM
Subject:Re: [389-users] GUI console fails to show up after upgrade






On 10/13/2011 10:18 AM, _harry.devine@faa.gov_ 
wrote:


We are running a 64-bit CentOS that used to be on 5.4, but a few days 
ago we put patches on it which brought it up to 5.7.  It also updated 
our 389-ds to the following versions:


rpm -qa 389*
389-dsgw-1.1.7-2.el5
389-ds-base-1.2.9.9-1.el5
389-ds-console-1.2.6-1.el5
389-admin-console-1.1.8-1.el5
389-admin-1.1.23-1.el5
389-ds-console-doc-1.2.6-1.el5
389-ds-base-libs-1.2.9.9-1.el5
389-console-1.1.7-3.el5
389-admin-console-doc-1.1.8-1.el5
389-adminutil-1.1.14-1.el5
389-ds-1.2.1-1.el5

When I try to run the 389-console application now (a user needs his 
password reset), I get the following errors:


389-console
Exception in thread "main" java.lang.ClassFormatError: 
com.netscape.management.client.console.Console (unrecognized class 
file version)

  at java.lang.VMClassLoader.defineClass(libgcj.so.7rh)
  at java.lang.ClassLoader.defineClass(libgcj.so.7rh)
  at java.security.SecureClassLoader.defineClass(libgcj.so.7rh)
  at java.net.URLClassLoader.findClass(libgcj.so.7rh)
  at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
  at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
  at gnu.java.lang.MainThread.run(libgcj.so.7rh)


Any ideas on how to fix this?
java -version
alternatives --config java

java -version shows:
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.8) 
(rhel-1.22.1.9.8.el5_6-x86_64)

OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)

update-alternatives shows:
update-alternatives --config java

There are 2 programs which provide 'java'.

  SelectionCommand
---
   1   /usr/lib/jvm/jre-1.4.2-gcj/bin/java
*+ 2   /usr/lib/jvm/jre-1.6.0-openjdk.x86_64/bin/java

Enter to keep the current selection[+], or type selection number:

So it is already configured to use 1.6.0, and 389-console still blows 
up as above.  Ideas?
389-console -D 9 -f console.log - edit console.log to remove any 
sensitive info - paste to list


Harry

Harry Devine
Common ARTS Software Development
AJT-144
(609)485-4218_
__Harry.Devine@faa.gov_ 


--
389 users mailing list
_389-users@lists.fedoraproject.org_ 


_https://admin.fedoraproject.org/mailman/listinfo/389-users_




--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Re: [389-users] GUI console fails to show up after upgrade

2011-10-13 Thread harry . devine
Harry Devine
Common ARTS Software Development
AJT-144
(609)485-4218
harry.dev...@faa.gov



From:
Rich Megginson 

To:
"General discussion list for the 389 Directory server project." 
<389-us...@lists.fedoraproject.org>
Cc:
Harry Devine/ACT/FAA@FAA, Ted Rush/ACT/FAA@FAA
Date:
10/13/2011 03:21 PM
Subject:
Re: [389-users] GUI console fails to show up after upgrade



On 10/13/2011 10:18 AM, harry.dev...@faa.gov wrote: 

We are running a 64-bit CentOS that used to be on 5.4, but a few days ago 
we put patches on it which brought it up to 5.7.  It also updated our 
389-ds to the following versions: 

rpm -qa 389* 
389-dsgw-1.1.7-2.el5 
389-ds-base-1.2.9.9-1.el5 
389-ds-console-1.2.6-1.el5 
389-admin-console-1.1.8-1.el5 
389-admin-1.1.23-1.el5 
389-ds-console-doc-1.2.6-1.el5 
389-ds-base-libs-1.2.9.9-1.el5 
389-console-1.1.7-3.el5 
389-admin-console-doc-1.1.8-1.el5 
389-adminutil-1.1.14-1.el5 
389-ds-1.2.1-1.el5 

When I try to run the 389-console application now (a user needs his 
password reset), I get the following errors: 

389-console 
Exception in thread "main" java.lang.ClassFormatError: 
com.netscape.management.client.console.Console (unrecognized class file 
version) 
   at java.lang.VMClassLoader.defineClass(libgcj.so.7rh) 
   at java.lang.ClassLoader.defineClass(libgcj.so.7rh) 
   at java.security.SecureClassLoader.defineClass(libgcj.so.7rh) 
   at java.net.URLClassLoader.findClass(libgcj.so.7rh) 
   at java.lang.ClassLoader.loadClass(libgcj.so.7rh) 
   at java.lang.ClassLoader.loadClass(libgcj.so.7rh) 
   at gnu.java.lang.MainThread.run(libgcj.so.7rh) 


Any ideas on how to fix this? 
java -version
alternatives --config java

java -version shows:
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.8) 
(rhel-1.22.1.9.8.el5_6-x86_64)
OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)

update-alternatives shows:
update-alternatives --config java

There are 2 programs which provide 'java'.

  SelectionCommand
---
   1   /usr/lib/jvm/jre-1.4.2-gcj/bin/java
*+ 2   /usr/lib/jvm/jre-1.6.0-openjdk.x86_64/bin/java

Enter to keep the current selection[+], or type selection number:

So it is already configured to use 1.6.0, and 389-console still blows up 
as above.  Ideas?

Harry

Harry Devine
Common ARTS Software Development
AJT-144
(609)485-4218
harry.dev...@faa.gov 


--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users


--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Re: double update : i686 & x86_64

2011-10-13 Thread Beartooth
On Thu, 13 Oct 2011 16:08:28 +, Errol Mangwiro  wrote:

> Yup. Wine does that that's why I'm now sticking with qemu-kvm & vbox for
> my virtualisation/emulation needs. I hate having 32-bit dependencies in
> my 64-bit installation. I'd rather do without that program (which
> explains the skype-less & adobe flashless, until now, machine). And the
> size of your installation/dependencies just balloons once you start down
> the 32/64-bit road.

OK, I already have the main if not only apps that I used to use 
Wine for (topo map software for GPSs), installed and running better under 
XP in VirtualBox. And I can get along fine without skype and adobe.

But I do have a lot of data, especially waypoints, routes, and 
trails, in my .wine. Is there a good way to salvage that data before I 
scrub first Wine and then other 32-bit things?

-- 
Beartooth Staffwright, Not Quite Clueless Power User
I have precious (very precious!) little idea where up is.


-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Joe Zeff
On 10/13/2011 12:32 PM, Andre Robatino wrote:
> Andre Robatino  fedoraproject.org>  writes:
>
>> The return value is undefined without the return statement.
>
> Although looking at my copy of K&R 2, the early examples don't include the
> return statement either (it's used later, though).
>

IIRC, Unix was first designed to run on machines with very limited 
memory.  Assigning a value that wasn't going to be used would have been 
regarded as a waste of resources in those days.
-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Joe Zeff
On 10/13/2011 12:28 PM, Wade Hampton wrote:
> +1

-1 Redundant
-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Joe Zeff
On 10/13/2011 12:27 PM, Andre Robatino wrote:
> Joe Zeff  zeff.us>  writes:
>
>> As is the above, with the redundant statements removed.
>
> The return value is undefined without the return statement.
>

True, but if you're not testing it, who cares?
-- 
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/Mailing_list_guidelines


Dennis Ritchie

2011-10-13 Thread Andre Robatino
Andre Robatino  fedoraproject.org> writes:

> The return value is undefined without the return statement.

Although looking at my copy of K&R 2, the early examples don't include the
return statement either (it's used later, though).




-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Wade Hampton
+1
-- 
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/Mailing_list_guidelines


Dennis Ritchie

2011-10-13 Thread Andre Robatino
Joe Zeff  zeff.us> writes:

> As is the above, with the redundant statements removed.

The return value is undefined without the return statement.




-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Joe Zeff
On 10/13/2011 12:13 PM, Mike Wright wrote:
> The copy on my shelf is 1978.

My copy is, alas, long gone, but I got it in either '84 or '85.  I was 
working at JPL at the time, assisting a blind programmer who was busy 
doing pointer arithmetic in FORTRAN77[1].  He's the only person I ever 
knew who could write PL/1 programs in FORTRAN instead of the other way 
around.

[1]It's amazing, isn't it, what you can do if you turn of bounds 
checking on arrays and know what you're doing?
-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Roger K. Wells
+1

On 10/13/2011 12:10 PM, Marko Vojinovic wrote:
> On Thursday 13 October 2011 15:41:24 Rahul Sundaram wrote:
>> Fedora 17 name has already been voted upon. Fedora 18 codename
>> suggestions will be requested when Fedora 17 is about to be released
> I think it would be more appropriate to rename F16, rather than wait for a
> whole year to pay respects to the man. Since Ritche was a key inventor of both
> C and UNIX, I believe a case can be made to make an exception and rename the
> first upcoming release, which will be F16.
>
> Rahul, can you present the case to the relevant people, maybe open a vote on
> it so that everyone can formally state their opinion?
>
> My suggestion is the following:
>
> (1) Rename F16 to "Ritchie" (or "Dennis", whatever people like better),
> (2) Rename F17 to "Verne" (in order not to insult the great writer),
> (3) Rename F18 to "Beefy Miracle" (in order to keep the chain of "is a"
> naming).
>
> I think that is the least Fedora Community can do to pay respects to Dennis
> Ritchie. Opinions?
>
> Best, :-)
> Marko
>


-- 
Roger Wells, P.E.
SAIC
221 Third St
Newport, RI 02840
401-847-4210 (voice)
401-849-1585 (fax)
roger.k.we...@saic.com

-- 
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/Mailing_list_guidelines


Re: [389-users] GUI console fails to show up after upgrade

2011-10-13 Thread Rich Megginson

On 10/13/2011 10:18 AM, harry.dev...@faa.gov wrote:


We are running a 64-bit CentOS that used to be on 5.4, but a few days 
ago we put patches on it which brought it up to 5.7.  It also updated 
our 389-ds to the following versions:


rpm -qa 389*
389-dsgw-1.1.7-2.el5
389-ds-base-1.2.9.9-1.el5
389-ds-console-1.2.6-1.el5
389-admin-console-1.1.8-1.el5
389-admin-1.1.23-1.el5
389-ds-console-doc-1.2.6-1.el5
389-ds-base-libs-1.2.9.9-1.el5
389-console-1.1.7-3.el5
389-admin-console-doc-1.1.8-1.el5
389-adminutil-1.1.14-1.el5
389-ds-1.2.1-1.el5

When I try to run the 389-console application now (a user needs his 
password reset), I get the following errors:


389-console
Exception in thread "main" java.lang.ClassFormatError: 
com.netscape.management.client.console.Console (unrecognized class 
file version)

   at java.lang.VMClassLoader.defineClass(libgcj.so.7rh)
   at java.lang.ClassLoader.defineClass(libgcj.so.7rh)
   at java.security.SecureClassLoader.defineClass(libgcj.so.7rh)
   at java.net.URLClassLoader.findClass(libgcj.so.7rh)
   at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
   at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
   at gnu.java.lang.MainThread.run(libgcj.so.7rh)


Any ideas on how to fix this?

java -version
alternatives --config java

Harry Devine
Common ARTS Software Development
AJT-144
(609)485-4218
harry.dev...@faa.gov


--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users


--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Re: [389-users] 389 pauses every 5 minutes under load

2011-10-13 Thread Rich Megginson
On 10/13/2011 12:30 PM, Justin Gronfur wrote:
> Well, I figured it out!
>
> After removing the Java stack completely from the equation, I noticed 
> that I was getting worse, but more consistent performance.  The worse 
> performance indicated something to do with caching, so after I dug 
> into the Java code for a while I found that we were caching certain 
> object classes (therefore making them not need to be rebuilt from 
> ldap).  The timeout on that cache was 5 minutes.
>
> So during load testing, the tests run great until everything in that 
> cache expires at once making all 15 threads hit 389 to rebuild the 
> cache entries at the exact same time.  My data sample used for testing 
> involved about 150 objects being cached, which takes 150 queries to 
> generate.  So when the cache expires, 15*150=2250 queries hit 389 at 
> the exact same time which causes it to seemingly lock up for 20 
> seconds while it handles all of that.
>
> I am still surprised that 389 can't handle that better, but I haven't 
> spent much time tweaking settings or indexes for performance.  I'm 
> sure that we are running very sub-optimally right now.
The stack traces you provided give us some clues.  I would suggest 
lowering nsslapd-threadnumber in cn=config to see if that makes a 
difference - one factor could be excessive thread contention based on 
your stack traces.

You can use the logconv.pl script to analyze your access log to see if 
you need to tune your indexes or other performance related settings such 
as nsslapd-lookthroughlimit or nsslapd-idlistscanlimit.
>
> Thanks,
> Justin

--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users


Re: Dennis Ritchie

2011-10-13 Thread Joe Zeff
On 10/13/2011 12:02 PM, Don Quixote de la Mancha wrote:
> The following is perfectly legal K&R C:
>
> #include
>
> main()
> {
> printf( "Hello, World!\n" );
> }

As is the above, with the redundant statements removed.
-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Mike Wright
On 10/13/2011 12:02 PM, Don Quixote de la Mancha wrote:
> I'm pretty sure I still have mywafer-thin first-edition "The C
> Programming Language" by Kernighan and Ritchey that I bought from the
> Caltech bookstore in the Spring of 1983, for use in Computational
> Physics.

Hi kid ;D

The copy on my shelf is 1978.

My first intro to the Unix world was a Bell Labs blue book that 
described its conception and how it was written in B.  K & R came up 
with C, wrote a compiler for it in B, and used the whole shebang to 
recompile Unix from the world of B into the world of C.  Geniuses.

Nostalgia Lane is WOT but fun to visit.
-- 
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/Mailing_list_guidelines


Re: f16 beta: kerberos credentials expired

2011-10-13 Thread Trever L. Adams
On 10/13/2011 12:53 PM, Ian Malone wrote:
> Hi,
>
> F16 beta, whenever I log in, tells me "Network credentials have
> expired" or, as the message puts it, "Your Kerberos credentails have
> expired." (sic). I didn't know I had any up to this point. Choosing
> list tickets in the notification shows I don't have any tickets,
> choosing get ticket brings up an error message saying "Kerberos
> Authentication Error" and "Couldn't acquire kerberos ticket: Cannot
> resolve network address for KDC in realm "EXAMPLE.COM"'."
>
> Does anyone know why this might happen?
>
> Thanks
It is happening because of one of two things. Either the
krb5-auth-dialog is broken and isn't recognizing that krb5_cc for the
user doesn't exist, and that it shouldn't complain, OR it isn't started
with -a (that is LOWERCASE -a) which will cause it to not start if you
have no valid credentials.

It appears that whoever set it up in Fedora15/16 (I just upgraded from
14) has it as -A and not -a. I use kerberos so, it really doesn't affect
me. You may want to file a bug.

Trever
-- 
I love dogs, but I hate Chihuahuas. A Chihuahua isn't a dog. It's a rat
with a thyroid problem. -- Unknown



signature.asc
Description: OpenPGP digital signature
-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Jari Fredriksson
13.10.2011 17:54, Peter A kirjoitti:
> And in my opinion, Dennis' death is reason enough to change the F17 name even 
> though it has already been voted upon... After all that is what paying your 
> final respect is - changing your plans to acknowledge the passing of someone 
> great. When you have a minute of silence, you don't just go out and say 
> "mourn 
> for a minute whenever don't have anything better to do" but you set a time 
> and 
> no matter what is going on, expect people to show their respects...
> 
> Peter.
> 

+1
-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Don Quixote de la Mancha
I'm pretty sure I still have mywafer-thin first-edition "The C
Programming Language" by Kernighan and Ritchey that I bought from the
Caltech bookstore in the Spring of 1983, for use in Computational
Physics.

I had some trouble at first with C's lack of a Boolean type.  The
result is that I still have Line 7 of Page 41 memorized verbatim - as
well as the advice's precise page and line numbers:

   "True just means non-zero."

I'm pretty sure the much weightier second edition, which covered ANSI
C, contains the exact same statement.

Kids These Days.  You simply have not lived until you have written
"K&R C" - as opposed to "ANSI C".  That is C without prototypes;
you're lucky if you get a forward reference.

The following is perfectly legal K&R C:

#include 

main()
int argc;
char **argv;
{
   printf( "Hello, World!\n" );

   return 0;
}

There was a period of a couple years of my early career where a
significant portion of my work was going through huge codebases to add
ANSI C prototypes and to declare ints explicitly rather than having
them just assumed where such assumptions were legal.

Dennis Ritchey may be a diety but he is not quite a God.  God Almighty
would have had function prototypes from the very start.

Ever Faithful,

Don Quixote



-- 
Don Quixote de la Mancha
Dulcinea Technologies Corporation
Software of Elegance and Beauty
http://www.dulcineatech.com
quix...@dulcineatech.com
-- 
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/Mailing_list_guidelines


f16 beta: kerberos credentials expired

2011-10-13 Thread Ian Malone
Hi,

F16 beta, whenever I log in, tells me "Network credentials have
expired" or, as the message puts it, "Your Kerberos credentails have
expired." (sic). I didn't know I had any up to this point. Choosing
list tickets in the notification shows I don't have any tickets,
choosing get ticket brings up an error message saying "Kerberos
Authentication Error" and "Couldn't acquire kerberos ticket: Cannot
resolve network address for KDC in realm "EXAMPLE.COM"'."

Does anyone know why this might happen?

Thanks
-- 
imalone
-- 
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/Mailing_list_guidelines


Re: [389-users] 389 pauses every 5 minutes under load

2011-10-13 Thread Justin Gronfur
Well, I figured it out!

After removing the Java stack completely from the equation, I noticed 
that I was getting worse, but more consistent performance.  The worse 
performance indicated something to do with caching, so after I dug into 
the Java code for a while I found that we were caching certain object 
classes (therefore making them not need to be rebuilt from ldap).  The 
timeout on that cache was 5 minutes.

So during load testing, the tests run great until everything in that 
cache expires at once making all 15 threads hit 389 to rebuild the cache 
entries at the exact same time.  My data sample used for testing 
involved about 150 objects being cached, which takes 150 queries to 
generate.  So when the cache expires, 15*150=2250 queries hit 389 at the 
exact same time which causes it to seemingly lock up for 20 seconds 
while it handles all of that.

I am still surprised that 389 can't handle that better, but I haven't 
spent much time tweaking settings or indexes for performance.  I'm sure 
that we are running very sub-optimally right now.

Thanks,
Justin
--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users


Re: Dennis Ritchie

2011-10-13 Thread gary artim
sounds like a definite!!! c head that i am...g.

On Thu, Oct 13, 2011 at 7:05 AM, Clive Hills  wrote:
> Would it not be appropriate for Fedora to pay some kind of tribute to the
> late and recently deceased Dennis Ritchie?
>
> --
> Clive
>  -- 077222971491
>
> --
> 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/Mailing_list_guidelines
>
>
-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Marko Vojinovic
On Thursday 13 October 2011 18:59:03 suvayu ali wrote:
> On Thu, Oct 13, 2011 at 7:13 PM, Marko Vojinovic  wrote:
> > I have just sent the official proposal to Fedora Advisory Board list, as
> > Rahul suggested. Now we wait and see what happens. :-) Anyone willing to
> > chime in on the dissussion there, please do.
> 
> Could you please post the link to the thread.

Sure,

http://lists.fedoraproject.org/pipermail/advisory-board/2011-
October/010954.html

Best, :-)
Marko

-- 
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/Mailing_list_guidelines


Re: Can't access username

2011-10-13 Thread Rick Stevens
On 10/13/2011 09:42 AM, Bill Kuns wrote:
> I've installed Fedora 15 four times.  The same thing happens.
> 
> When I try to log on to username, I get a message:
> 
>   Could not update /home/username/.ICEauthority
> 
> What am I doing wrong?

Possibly nothing.  Check the ownership and permissions of your home
directory.  "username") should own it and have rwx permissions:

[rick@prophead ~]$ ls -ld ~rick
drwx-- 102 rick rick 12288 Oct 10 18:30 /home/rick

If not, as root, change the permissions and delete the
~username/.ICEauthority file:

sudo chown username ~/username
sudo chmod u+rwx ~/username
sudo rm -f ~/username/.ICEauthority

Then log out.  When you log in again as username, the file should be
recreated.  This has been reported on Ubuntu and several other distros
and whatever caused it may have crept into Fedora somehow.

It appears to be something from an upstream package that Fedora also
uses.
--
- Rick Stevens, Systems Engineer, C2 Hosting  ri...@nerd.com -
- AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
--
- Microsoft Windows:  Proof that P.T. Barnum was right   -
--
-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread suvayu ali
Hi Marko,

On Thu, Oct 13, 2011 at 7:13 PM, Marko Vojinovic  wrote:
> I have just sent the official proposal to Fedora Advisory Board list, as Rahul
> suggested. Now we wait and see what happens. :-) Anyone willing to chime in on
> the dissussion there, please do.

Could you please post the link to the thread.

Thanks,

-- 
Suvayu

Open source is the future. It sets us free.
-- 
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/Mailing_list_guidelines


Re: Can't access username

2011-10-13 Thread suvayu ali
On Thu, Oct 13, 2011 at 6:42 PM, Bill Kuns  wrote:
> I've installed Fedora 15 four times.  The same thing happens.
>
> When I try to log on to username, I get a message:
>
>        Could not update /home/username/.ICEauthority
>
> What am I doing wrong?
>

Permissions problem? (check the uid/gid for the current account and
the uid/gid for the home directory)

SELinux labelling issue? (try restorecon ...)

These are just two possibilities of the top of the head, there could
be more obscure issues too.

-- 
Suvayu

Open source is the future. It sets us free.
-- 
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/Mailing_list_guidelines


Re: Fedora 14 / Skype / Headset

2011-10-13 Thread Mike Chambers
On Wed, 2011-10-12 at 20:36 +0200, Frank Elsner wrote:
> Hallo folks,
> 
> skype works perfect with my Logitech webcam and the integrated microphone
> under Fedora 14.
> 
> But when I plug in a Logitech headset (earphone plug and microphone plug)
> only the earphones work. The microphone will (incontrast to webcam/microphone)
> not be detected and therefore not show up as an input device under sound 
> preferences.

Maybe check sound configuration and maybe mic is muted or needs to be
turned up/on or something?


-- 
Mike Chambers
Madisonville, KY

"The best town on Earth!"

-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Anoop
On Thu, Oct 13, 2011 at 8:24 PM, Peter A  wrote:
> On Thursday, October 13, 2011 10:50:40 AM Digimer wrote:
>> On 10/13/2011 10:41 AM, Rahul Sundaram wrote:
>> > On 10/13/2011 07:44 PM, Leonardo wrote:
>> >> where do we vote for this name for the next release?
>> >
>> > Fedora 17 name has already been voted upon. Fedora 18 codename
>> > suggestions will be requested when Fedora 17 is about to be released
>> >
>> > Rahul
>>
>> Woops, I meant F18.
> And in my opinion, Dennis' death is reason enough to change the F17 name even
> though it has already been voted upon... After all that is what paying your
> final respect is - changing your plans to acknowledge the passing of someone
> great. When you have a minute of silence, you don't just go out and say "mourn
> for a minute whenever don't have anything better to do" but you set a time and
> no matter what is going on, expect people to show their respects...

+1

>
> Peter.
>
> --
> http://www.meaninglessrelict.com/
> --
> 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/Mailing_list_guidelines
>
-- 
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/Mailing_list_guidelines


F15, Intel, External display(s) only - anyone?

2011-10-13 Thread Chris Bredesen
https://bugzilla.redhat.com/show_bug.cgi?id=715113

I'm trying to determine if this combination is viable:

* Lenovo T520 with Sandy Bridge GPU
* Fedora 15 (or 16) 32-bit
* External display as only display

Is this working for anyone?  I'm considering tagging this BZ for 
inclusion in the CommonBugs wiki area since there seem to be a lot of 
reports that look similar (see my comment [1] to this effect).

If this is working for you, did you do anything special?  I am right now 
unable to use Fedora 15 to boot my system in an external-display-only 
mode without signficant fooling around at runtime (switching modes, 
etc).  Additionally, once the system puts the external display to sleep 
(which seems to happen after at most 1 hour, no way to disable this), it 
will never return until I start mode switching again.

I'm very frustrated but trying to DoTheRightThing here and make sure 
enough info is provided on the right BZs.  Alas, not much traction.

Thoughts?

-CB

[1] https://bugzilla.redhat.com/show_bug.cgi?id=715113#c2
-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Marko Vojinovic
> > On 10/13/2011 12:10 PM, Marko Vojinovic wrote:
> > > On Thursday 13 October 2011 15:41:24 Rahul Sundaram wrote:
> > >> Fedora 17 name has already been voted upon. Fedora 18 codename
> > >> suggestions will be requested when Fedora 17 is about to be released
> > > 
> > > I think it would be more appropriate to rename F16, rather than wait
> > > for
> > 
> > a
> > 
> > > whole year to pay respects to the man. Since Ritche was a key inventor
> > > of
> > 
> > both
> > 
> > > C and UNIX, I believe a case can be made to make an exception and
> > > rename
> > 
> > the
> > 
> > > first upcoming release, which will be F16.
> > > 
> > > Rahul, can you present the case to the relevant people, maybe open a
> > > vote
> > 
> > on
> > 
> > > it so that everyone can formally state their opinion?
> > > 
> > > My suggestion is the following:
> > > 
> > > (1) Rename F16 to "Ritchie" (or "Dennis", whatever people like better),
> > > (2) Rename F17 to "Verne" (in order not to insult the great writer),
> > > (3) Rename F18 to "Beefy Miracle" (in order to keep the chain of "is a"
> > > naming).
> > > 
> > > I think that is the least Fedora Community can do to pay respects to
> > 
> > Dennis
> > 
> > > Ritchie. Opinions?

I have just sent the official proposal to Fedora Advisory Board list, as Rahul 
suggested. Now we wait and see what happens. :-) Anyone willing to chime in on 
the dissussion there, please do.

Best, :-)
Marko





-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Marko Vojinovic
On Thursday 13 October 2011 17:59:32 Digimer wrote:
> On 10/13/2011 12:10 PM, Marko Vojinovic wrote:
> > On Thursday 13 October 2011 15:41:24 Rahul Sundaram wrote:
> >> Fedora 17 name has already been voted upon. Fedora 18 codename
> >> suggestions will be requested when Fedora 17 is about to be released
> > 
> > I think it would be more appropriate to rename F16, rather than wait for
> > a whole year to pay respects to the man. Since Ritche was a key inventor
> > of both C and UNIX, I believe a case can be made to make an exception
> > and rename the first upcoming release, which will be F16.
> > 
> > Rahul, can you present the case to the relevant people, maybe open a vote
> > on it so that everyone can formally state their opinion?
> > 
> > My suggestion is the following:
> > 
> > (1) Rename F16 to "Ritchie" (or "Dennis", whatever people like better),
> > (2) Rename F17 to "Verne" (in order not to insult the great writer),
> > (3) Rename F18 to "Beefy Miracle" (in order to keep the chain of "is a"
> > naming).
> > 
> > I think that is the least Fedora Community can do to pay respects to
> > Dennis Ritchie. Opinions?
> > 
> > Best, :-)
> > Marko
> 
> F16 is more or less finished. To change it's name now would require
> updating RPMs which, though it would be effectively a trivial change,
> runs the risk on introducing bugs.

Oh, come on, what kind of bug could changing one string in /etc/redhat-release 
ever induce? I believe it is easier (and more honorable) to rebuild the 
fedora-release rpm (or is that generic-release?) for F16 and recalculate the 
hash *before* F16 is released, rather than waiting for six more months to pay 
respects to Ritchie. It certainly is a trivial change, technically.

Best, :-)
Marko




-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Fennix
On Fri, Oct 14, 2011 at 12:59 AM, Digimer  wrote:

> On 10/13/2011 12:10 PM, Marko Vojinovic wrote:
> > On Thursday 13 October 2011 15:41:24 Rahul Sundaram wrote:
> >> Fedora 17 name has already been voted upon. Fedora 18 codename
> >> suggestions will be requested when Fedora 17 is about to be released
> >
> > I think it would be more appropriate to rename F16, rather than wait for
> a
> > whole year to pay respects to the man. Since Ritche was a key inventor of
> both
> > C and UNIX, I believe a case can be made to make an exception and rename
> the
> > first upcoming release, which will be F16.
> >
> > Rahul, can you present the case to the relevant people, maybe open a vote
> on
> > it so that everyone can formally state their opinion?
> >
> > My suggestion is the following:
> >
> > (1) Rename F16 to "Ritchie" (or "Dennis", whatever people like better),
> > (2) Rename F17 to "Verne" (in order not to insult the great writer),
> > (3) Rename F18 to "Beefy Miracle" (in order to keep the chain of "is a"
> > naming).
> >
> > I think that is the least Fedora Community can do to pay respects to
> Dennis
> > Ritchie. Opinions?
> >
> > Best, :-)
> > Marko
>
> F16 is more or less finished. To change it's name now would require
> updating RPMs which, though it would be effectively a trivial change,
> runs the risk on introducing bugs.
>
> Fedora 17 is much, much earlier into it's life cycle. It could be more
> easily changed, from a technical perspective, but not likely from a
> political structure.
>
> Having him honoured in the F18 release will still serve a core function;
> It will trigger discussion, and thus remembrance, of his legacy for the
> next year to come, at minimum. So for this reason, proposing F18's name
> in his honour will be fitting and appropriate, I would think.
>
> --
> Digimer
> E-Mail:  digi...@alteeve.com
> Freenode handle: digimer
> Papers and Projects: http://alteeve.com
> Node Assassin:   http://nodeassassin.org
> "At what point did we forget that the Space Shuttle was, essentially,
> a program that strapped human beings to an explosion and tried to stab
> through the sky with fire and math?"
> --
> 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/Mailing_list_guidelines
>


I should hope that we can change the name and remember Dennis Ritchie
now...and not a year later, 2 releases later

Fennix.
-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Digimer
On 10/13/2011 12:10 PM, Marko Vojinovic wrote:
> On Thursday 13 October 2011 15:41:24 Rahul Sundaram wrote:
>> Fedora 17 name has already been voted upon. Fedora 18 codename
>> suggestions will be requested when Fedora 17 is about to be released
>
> I think it would be more appropriate to rename F16, rather than wait for a
> whole year to pay respects to the man. Since Ritche was a key inventor of both
> C and UNIX, I believe a case can be made to make an exception and rename the
> first upcoming release, which will be F16.
>
> Rahul, can you present the case to the relevant people, maybe open a vote on
> it so that everyone can formally state their opinion?
>
> My suggestion is the following:
>
> (1) Rename F16 to "Ritchie" (or "Dennis", whatever people like better),
> (2) Rename F17 to "Verne" (in order not to insult the great writer),
> (3) Rename F18 to "Beefy Miracle" (in order to keep the chain of "is a"
> naming).
>
> I think that is the least Fedora Community can do to pay respects to Dennis
> Ritchie. Opinions?
>
> Best, :-)
> Marko

F16 is more or less finished. To change it's name now would require 
updating RPMs which, though it would be effectively a trivial change, 
runs the risk on introducing bugs.

Fedora 17 is much, much earlier into it's life cycle. It could be more 
easily changed, from a technical perspective, but not likely from a 
political structure.

Having him honoured in the F18 release will still serve a core function; 
It will trigger discussion, and thus remembrance, of his legacy for the 
next year to come, at minimum. So for this reason, proposing F18's name 
in his honour will be fitting and appropriate, I would think.

-- 
Digimer
E-Mail:  digi...@alteeve.com
Freenode handle: digimer
Papers and Projects: http://alteeve.com
Node Assassin:   http://nodeassassin.org
"At what point did we forget that the Space Shuttle was, essentially,
a program that strapped human beings to an explosion and tried to stab
through the sky with fire and math?"
-- 
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/Mailing_list_guidelines


Re: [389-users] Certificate based authentication

2011-10-13 Thread Gerhardus Geldenhuis
>
>
>  If I can have ssh/pam authentication and have ssh retrieve public key
> from LDAP that might be a consolatory price.
>
> That is possible, but I don't think that's really what you are trying to
> do.  It really sounds like what you want to do is:
> 1) generate an ssh compatible cert (or pub/priv key pair) using your
> existing cert that is issued by ejbca - that may be possible, but you'll
> need to have the ssh cert signed by the ejbca - could be difficult
> or
> 2) use your regular x509 cert for ssh authentication - it doesn't look as
> though ssh supports this although it's not clear from the man page - would
> be a very good feature for ssh though
>
>
I might end up not linking the certificates with ssh ( probably because you
can't ) and then do public key retrieval from LDAP. I am glad that I am not
the only person who found the man page to be vague...

I will do some more experimenting to see what I can come up with and
feedback any interesting finds back to the list.

Best Regards

-- 
Gerhardus Geldenhuis
--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

[389-users] GUI console fails to show up after upgrade

2011-10-13 Thread harry . devine
We are running a 64-bit CentOS that used to be on 5.4, but a few days ago 
we put patches on it which brought it up to 5.7.  It also updated our 
389-ds to the following versions:

rpm -qa 389*
389-dsgw-1.1.7-2.el5
389-ds-base-1.2.9.9-1.el5
389-ds-console-1.2.6-1.el5
389-admin-console-1.1.8-1.el5
389-admin-1.1.23-1.el5
389-ds-console-doc-1.2.6-1.el5
389-ds-base-libs-1.2.9.9-1.el5
389-console-1.1.7-3.el5
389-admin-console-doc-1.1.8-1.el5
389-adminutil-1.1.14-1.el5
389-ds-1.2.1-1.el5

When I try to run the 389-console application now (a user needs his 
password reset), I get the following errors:

389-console
Exception in thread "main" java.lang.ClassFormatError: 
com.netscape.management.client.console.Console (unrecognized class file 
version)
   at java.lang.VMClassLoader.defineClass(libgcj.so.7rh)
   at java.lang.ClassLoader.defineClass(libgcj.so.7rh)
   at java.security.SecureClassLoader.defineClass(libgcj.so.7rh)
   at java.net.URLClassLoader.findClass(libgcj.so.7rh)
   at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
   at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
   at gnu.java.lang.MainThread.run(libgcj.so.7rh)


Any ideas on how to fix this?
Harry Devine
Common ARTS Software Development
AJT-144
(609)485-4218
harry.dev...@faa.gov--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Can't access username

2011-10-13 Thread Bill Kuns
I've installed Fedora 15 four times.  The same thing happens.

When I try to log on to username, I get a message:

Could not update /home/username/.ICEauthority

What am I doing wrong?
 
-- 
William A. Kuns III 


-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Marcos Luis Ortiz Valmaseda
+1


2011/10/13 Marko Vojinovic 

> On Thursday 13 October 2011 15:41:24 Rahul Sundaram wrote:
> > Fedora 17 name has already been voted upon. Fedora 18 codename
> > suggestions will be requested when Fedora 17 is about to be released
>
> I think it would be more appropriate to rename F16, rather than wait for a
> whole year to pay respects to the man. Since Ritche was a key inventor of
> both
> C and UNIX, I believe a case can be made to make an exception and rename
> the
> first upcoming release, which will be F16.
>
> Rahul, can you present the case to the relevant people, maybe open a vote
> on
> it so that everyone can formally state their opinion?
>
> My suggestion is the following:
>
> (1) Rename F16 to "Ritchie" (or "Dennis", whatever people like better),
> (2) Rename F17 to "Verne" (in order not to insult the great writer),
> (3) Rename F18 to "Beefy Miracle" (in order to keep the chain of "is a"
> naming).
>
> I think that is the least Fedora Community can do to pay respects to Dennis
> Ritchie. Opinions?
>
> Best, :-)
> Marko
>
> --
> 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/Mailing_list_guidelines
>



-- 
Marcos Luis Ortíz Valmaseda
 Linux Infrastructure Engineer
 Linux User # 418229
 http://marcosluis2186.posterous.com
 http://www.linkedin.com/in/marcosluis2186
 Twitter: @marcosluis2186
-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Marko Vojinovic
On Thursday 13 October 2011 15:41:24 Rahul Sundaram wrote:
> Fedora 17 name has already been voted upon. Fedora 18 codename
> suggestions will be requested when Fedora 17 is about to be released

I think it would be more appropriate to rename F16, rather than wait for a 
whole year to pay respects to the man. Since Ritche was a key inventor of both 
C and UNIX, I believe a case can be made to make an exception and rename the 
first upcoming release, which will be F16.

Rahul, can you present the case to the relevant people, maybe open a vote on 
it so that everyone can formally state their opinion?

My suggestion is the following:

(1) Rename F16 to "Ritchie" (or "Dennis", whatever people like better),
(2) Rename F17 to "Verne" (in order not to insult the great writer),
(3) Rename F18 to "Beefy Miracle" (in order to keep the chain of "is a" 
naming).

I think that is the least Fedora Community can do to pay respects to Dennis 
Ritchie. Opinions?

Best, :-)
Marko

-- 
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/Mailing_list_guidelines


Re: double update : i686 & x86_64

2011-10-13 Thread Errol Mangwiro
Yup. Wine does that that's why I'm now sticking with qemu-kvm & vbox for my 
virtualisation/emulation needs. I hate having 32-bit dependencies in my 64-bit 
installation. I'd rather do without that program (which explains the skype-less 
& adobe flashless, until now, machine). And the size of your 
installation/dependencies just balloons once you start down the 32/64-bit road.

-Original Message-
From: Andre Robatino 
Date: Thu, 13 Oct 2011 15:52:29 
To: 
Subject: double update : i686 & x86_64

Andre Robatino  fedoraproject.org> writes:

> You could run "grep orc /var/log/yum.log" to see when
> it was installed and what else you installed around that time.

In my case, running "yum erase orc.i686" just to see what it wants to remove
shows that wine pulled it in.




-- 
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/Mailing_list_guidelines
-- 
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/Mailing_list_guidelines


Re: F16 Beta - Re-use LVM2 on luks encrypted partition?

2011-10-13 Thread Rahul Sundaram
On 10/13/2011 08:11 PM, Steven Hardy wrote:

> 
> It looks like an installer bug, but before I raise a BZ, can anyone
> comment on this - is this expected to work, and has it worked in
> previous Fedora installers?

You should use the test list for posting issues about Fedora 16 since it
is a test release.

Rahul

-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Rahul Sundaram
On 10/13/2011 08:24 PM, Peter A wrote:

> And in my opinion, Dennis' death is reason enough to change the F17 name even 
> though it has already been voted upon... After all that is what paying your 
> final respect is - changing your plans to acknowledge the passing of someone 
> great. When you have a minute of silence, you don't just go out and say 
> "mourn 
> for a minute whenever don't have anything better to do" but you set a time 
> and 
> no matter what is going on, expect people to show their respects...

This isn't the best list for such suggestions.  It is a Fedora Board
decision.

https://fedoraproject.org/wiki/Board#Contact

Rahul
-- 
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/Mailing_list_guidelines


double update : i686 & x86_64

2011-10-13 Thread Andre Robatino
Andre Robatino  fedoraproject.org> writes:

> You could run "grep orc /var/log/yum.log" to see when
> it was installed and what else you installed around that time.

In my case, running "yum erase orc.i686" just to see what it wants to remove
shows that wine pulled it in.




-- 
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/Mailing_list_guidelines


double update : i686 & x86_64

2011-10-13 Thread Andre Robatino
Beartooth  comcast.net> writes:

>   Why am I getting both? Something to do with running XP in 
> VirtualBox??
> 
> ==
>  PackageArch  VersionRepository  Size
> ==
> Updating:
>  orci686  0.4.16-1.fc14  updates152 k
>  orcx86_640.4.16-1.fc14  updates146 k
> 
> Transaction Summary
> ==
> Upgrade   2 Package(s)

If you've installed 32-bit packages such as 32-bit Flash, Skype, or wine (which
pulls in 32-bit packages) one of those may pull in orc.i686. I'm running F15
x86_64 and have both orc.i686 and orc.x86_64 installed, don't know which 32-bit
software is pulling it in. You could run "grep orc /var/log/yum.log" to see when
it was installed and what else you installed around that time.




-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Ralf Corsepius
On 10/13/2011 04:54 PM, Peter A wrote:
> On Thursday, October 13, 2011 10:50:40 AM Digimer wrote:
>> On 10/13/2011 10:41 AM, Rahul Sundaram wrote:
>>> On 10/13/2011 07:44 PM, Leonardo wrote:
 where do we vote for this name for the next release?
>>>
>>> Fedora 17 name has already been voted upon. Fedora 18 codename
>>> suggestions will be requested when Fedora 17 is about to be released
>>>
>>> Rahul
>>
>> Woops, I meant F18.
> And in my opinion, Dennis' death is reason enough to change the F17 name even
> though it has already been voted upon... After all that is what paying your
> final respect is - changing your plans to acknowledge the passing of someone
> great. When you have a minute of silence, you don't just go out and say "mourn
> for a minute whenever don't have anything better to do" but you set a time and
> no matter what is going on, expect people to show their respects...

+1

Ralf


-- 
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/Mailing_list_guidelines


double update : i686 & x86_64

2011-10-13 Thread Beartooth

Why am I getting both? Something to do with running XP in 
VirtualBox??

==
 PackageArch  VersionRepository  Size
==
Updating:
 orci686  0.4.16-1.fc14  updates152 k
 orcx86_640.4.16-1.fc14  updates146 k

Transaction Summary
==
Upgrade   2 Package(s)

-- 
Beartooth Staffwright, Not Quite Clueless Power User
I have precious (very precious!) little idea where up is.


-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Errol Mangwiro
+1
-Original Message-
From: Peter A 
Date: Thu, 13 Oct 2011 14:54:06 
To: 
Subject: Re: Dennis Ritchie

On Thursday, October 13, 2011 10:50:40 AM Digimer wrote:
> On 10/13/2011 10:41 AM, Rahul Sundaram wrote:
> > On 10/13/2011 07:44 PM, Leonardo wrote:
> >> where do we vote for this name for the next release?
> > 
> > Fedora 17 name has already been voted upon. Fedora 18 codename
> > suggestions will be requested when Fedora 17 is about to be released
> > 
> > Rahul
> 
> Woops, I meant F18.
And in my opinion, Dennis' death is reason enough to change the F17 name even 
though it has already been voted upon... After all that is what paying your 
final respect is - changing your plans to acknowledge the passing of someone 
great. When you have a minute of silence, you don't just go out and say "mourn 
for a minute whenever don't have anything better to do" but you set a time and 
no matter what is going on, expect people to show their respects...

Peter.

-- 
http://www.meaninglessrelict.com/
-- 
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/Mailing_list_guidelines
-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Itamar Reis Peixoto
On Thu, Oct 13, 2011 at 11:54 AM, Peter A  wrote:
> On Thursday, October 13, 2011 10:50:40 AM Digimer wrote:
>> On 10/13/2011 10:41 AM, Rahul Sundaram wrote:
>> > On 10/13/2011 07:44 PM, Leonardo wrote:
>> >> where do we vote for this name for the next release?
>> >
>> > Fedora 17 name has already been voted upon. Fedora 18 codename
>> > suggestions will be requested when Fedora 17 is about to be released
>> >
>> > Rahul
>>
>> Woops, I meant F18.
> And in my opinion, Dennis' death is reason enough to change the F17 name even
> though it has already been voted upon... After all that is what paying your
> final respect is - changing your plans to acknowledge the passing of someone
> great. When you have a minute of silence, you don't just go out and say "mourn
> for a minute whenever don't have anything better to do" but you set a time and
> no matter what is going on, expect people to show their respects...
>
> Peter.
>
> --
> http://www.meaninglessrelict.com/

+1

-- 


Itamar Reis Peixoto
msn, google talk: ita...@ispbrasil.com.br
+55 11 4063 5033 (FIXO SP)
+55 34 9158 9329 (TIM)
+55 34 8806 3989 (OI)
+55 34 3221 8599 (FIXO MG)
-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Itamar Reis Peixoto
On Thu, Oct 13, 2011 at 11:09 AM, Digimer  wrote:
> On 10/13/2011 10:05 AM, Clive Hills wrote:
>> Would it not be appropriate for Fedora to pay some kind of tribute to
>> the late and recently deceased Dennis Ritchie?
>>
>> --
>> Clive
>>   -- 077222971491
>
> Would the next Fedora name; "Ritchie Rich" pass the "is-a" test with;
>
> "Beefy Miracle was an unlikely hero, and so is Dennis Ritchie"?
>
> or something else creative? Might be a nice tribute to the man who
> helped bring us Unix and C to name the next Fedora release in his honour.
>
> --
> Digimer
> E-Mail:              digi...@alteeve.com
> Freenode handle:     digimer
> Papers and Projects: http://alteeve.com
> Node Assassin:       http://nodeassassin.org
> "At what point did we forget that the Space Shuttle was, essentially,
> a program that strapped human beings to an explosion and tried to stab
> through the sky with fire and math?"


+ 1


-- 


Itamar Reis Peixoto
msn, google talk: ita...@ispbrasil.com.br
+55 11 4063 5033 (FIXO SP)
+55 34 9158 9329 (TIM)
+55 34 8806 3989 (OI)
+55 34 3221 8599 (FIXO MG)
-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Peter A
On Thursday, October 13, 2011 10:50:40 AM Digimer wrote:
> On 10/13/2011 10:41 AM, Rahul Sundaram wrote:
> > On 10/13/2011 07:44 PM, Leonardo wrote:
> >> where do we vote for this name for the next release?
> > 
> > Fedora 17 name has already been voted upon. Fedora 18 codename
> > suggestions will be requested when Fedora 17 is about to be released
> > 
> > Rahul
> 
> Woops, I meant F18.
And in my opinion, Dennis' death is reason enough to change the F17 name even 
though it has already been voted upon... After all that is what paying your 
final respect is - changing your plans to acknowledge the passing of someone 
great. When you have a minute of silence, you don't just go out and say "mourn 
for a minute whenever don't have anything better to do" but you set a time and 
no matter what is going on, expect people to show their respects...

Peter.

-- 
http://www.meaninglessrelict.com/
-- 
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/Mailing_list_guidelines


Re: [389-users] Certificate based authentication

2011-10-13 Thread Rich Megginson

On 10/13/2011 04:05 AM, Gerhardus Geldenhuis wrote:
On Wed, Oct 12, 2011 at 8:53 PM, Rich Megginson > wrote:






The second part of the question is how would this work with
regards to ssh authentication. Somehow via pam and ssh the
certificate must be passed on to 389 when the authentication
happens. I am not sure this is currently possible with pam but
would be interested in any suggestions to achieve something like
this.


pam_pkcs11?  Note that ssh public keys are not the same as the
public key part of an x509 certificate - you cannot mix and match
them afaik.  What exactly are you trying to do?  Do ssh/pam
authentication and have ssh retrieve the public key from LDAP?


Hi Rich,

I will try to get my ducks in a row and explain what I am trying to do:

When you start at my employer you are issued a certificate from ejbca 
which I assume is similar in functionality to dogtag. This certificate 
is then downloaded once, and is your key to all things web based. Thus 
web servers have been modified to certificate based authentication 
which makes accessing anything very easy since you never have to type 
your password when accessing jira or confluence or any other web based 
service.


The certificates issued to people have quite aggressive settings with 
regards to expiry dates and access can thus be more tightly controlled 
even if someone forgets to execute a "leavers" process. I want to make 
use of this strong control when authenticating users on Linux boxes.


The following extract from ssh man pages caught my interest:

man ssh
A variation on public key authentication is available in the form of 
certificate authentication: instead of a set of public/private keys, 
signed certificates are used.  This has the advantage that a single 
trusted certification authority can be used in place of many 
public/private keys.  See the CERTIFICATES section of ssh-keygen(1) 
for more information.


man ssh-keygen
It is possible to sign using a CA key stored in a PKCS#11 token by 
providing the token library using -D and identifying the CA key by 
providing its public half as an argument to -s:



So after reading these man pages and reading about certificate based 
authentication in 389 I thought maybe 1+1=3 (aka might get more for my 
money/effort)


The ideas is thus that when I create my keypair in ssh I can sign them 
with my certificate ( might not be possible, might need CA to do 
that... ) this keypair is passed on when I do the authentication and 
is in turn passed on to 389 where it will deny/allow my access. This 
is very simplified and I can poke a million holes through the idea 
currently but that is what I am trying to do.
It looks as though you either need the CA cert/key to pass to ssh-keygen 
in order to generate an ssh cert with public key, signed by the CA, or 
you need to have the CA itself generate signed ssh certs.  The man page 
says that ssh certs are "simplified" versions of X509 certs - not sure 
exactly what that means, but I read that as "the cert issued to you by 
ejbca cannot be used for ssh authentication".


If I can have ssh/pam authentication and have ssh retrieve public key 
from LDAP that might be a consolatory price.
That is possible, but I don't think that's really what you are trying to 
do.  It really sounds like what you want to do is:
1) generate an ssh compatible cert (or pub/priv key pair) using your 
existing cert that is issued by ejbca - that may be possible, but you'll 
need to have the ssh cert signed by the ejbca - could be difficult

or
2) use your regular x509 cert for ssh authentication - it doesn't look 
as though ssh supports this although it's not clear from the man page - 
would be a very good feature for ssh though


Hope this clarifies what I am trying to do. I might have a few 
concepts still muddled together in my head...


Best Regards

--
Gerhardus Geldenhuis


--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Re: Dennis Ritchie

2011-10-13 Thread Digimer
On 10/13/2011 10:41 AM, Rahul Sundaram wrote:
> On 10/13/2011 07:44 PM, Leonardo wrote:
>> where do we vote for this name for the next release?
>
> Fedora 17 name has already been voted upon. Fedora 18 codename
> suggestions will be requested when Fedora 17 is about to be released
>
> Rahul

Woops, I meant F18.

-- 
Digimer
E-Mail:  digi...@alteeve.com
Freenode handle: digimer
Papers and Projects: http://alteeve.com
Node Assassin:   http://nodeassassin.org
"At what point did we forget that the Space Shuttle was, essentially,
a program that strapped human beings to an explosion and tried to stab
through the sky with fire and math?"
-- 
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/Mailing_list_guidelines


Re: Results of the voting for the Fedora 17 release name

2011-10-13 Thread Christoph Wickert
Am Dienstag, den 11.10.2011, 14:21 +0200 schrieb Michael Schwendt:
> On Tue, 11 Oct 2011 14:07:50 +0200, CW (Christoph) wrote:
> 
> > Am Dienstag, den 11.10.2011, 13:25 +0200 schrieb Michael Schwendt:
> > > On Tue, 11 Oct 2011 10:23:15 +0200, CW (Christoph) wrote:
> > > 
> > > > Am Dienstag, den 11.10.2011, 08:40 +0200 schrieb Erik P. Olsen:
> > > > > On 11/10/11 03:02, Jared K. Smith wrote:
> > > > > 
> > > > > > The Fedora 16 release name is: Beefy Miracle
> > > > > 
> > > > > Childish.
> > > > 
> > > > Why?
> > > 
> > > Well, try to explain it to the users without talking in riddles.
> > 
> > Have we ever explained names like Tettnang or Zod?
> 
> Of course, except that early Fedora release names have been decided on
> without voting.
> 
> http://fedoraproject.org/wiki/History_of_Fedora_release_names
> http://de.wikipedia.org/wiki/Fedora-_und_Red-Hat-Versionsnamen

None of these links explains the actual choices, they just explain how
the games works and what the connections are. 

Explaining the *name* doesn't mean to explain that Heidelberg is a City
in the German state of Baden-Württemberg but why Heidelberg was chosen
in favor of any other city in Baden-Württemberg.

> The Fedora Release name process has become much more open compared with
> Red Hat Linux ( http://www.smoogespace.com/documents/behind_the_names.html ).
> 
> Even during the RHL era. Red Hat Linux users that tried to figure out
> the connection between consecutive release names.

You see: You are again explaining the rules rather than the choices.
While I have to admit that the connection is a little week this time,
the name itself is easy to explain. It is more related to Fedora than
any other name before.

Regards,
Christoph

-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Errol Mangwiro
Here here! I'll +1 this when it comes up for votes
-Original Message-
From: Leonardo 
Date: Thu, 13 Oct 2011 14:14:58 
To: 
Subject: Re: Dennis Ritchie

where do we vote for this name for the next release?

2011/10/13 Digimer :
> On 10/13/2011 10:05 AM, Clive Hills wrote:
>> Would it not be appropriate for Fedora to pay some kind of tribute to
>> the late and recently deceased Dennis Ritchie?
>>
>> --
>> Clive
>>   -- 077222971491
>
> Would the next Fedora name; "Ritchie Rich" pass the "is-a" test with;
>
> "Beefy Miracle was an unlikely hero, and so is Dennis Ritchie"?
>
> or something else creative? Might be a nice tribute to the man who
> helped bring us Unix and C to name the next Fedora release in his honour.
>
> --
> Digimer
> E-Mail:              digi...@alteeve.com
> Freenode handle:     digimer
> Papers and Projects: http://alteeve.com
> Node Assassin:       http://nodeassassin.org
> "At what point did we forget that the Space Shuttle was, essentially,
> a program that strapped human beings to an explosion and tried to stab
> through the sky with fire and math?"
> --
> 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/Mailing_list_guidelines
>
-- 
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/Mailing_list_guidelines
-- 
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/Mailing_list_guidelines


F16 Beta - Re-use LVM2 on luks encrypted partition?

2011-10-13 Thread Steven Hardy
Hi, 

I've tried to install the F16 beta (DVD iso on USB disk), reusing an
existing LVM layout, which is on a luks encrypted partition.

e.g:
/dev/sda1 : /boot (ext4)
/dev/sda2 : luks encrypted

single PV (luks-mapper-device from sda2), single VG, multiple LVs
containing existing (RHEL6) OS and data.

This doesn't work, it correctly prompts for the luks password, and the
anaconda storage.log indicates that it has found all of the LVM LV's,
however choosing "Create custom layout" does not list the LVM
configuration, so I can't re-use it.

It looks like an installer bug, but before I raise a BZ, can anyone
comment on this - is this expected to work, and has it worked in
previous Fedora installers?

Any information much appreciated.

Steve


-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Rahul Sundaram
On 10/13/2011 07:44 PM, Leonardo wrote:
> where do we vote for this name for the next release?

Fedora 17 name has already been voted upon. Fedora 18 codename
suggestions will be requested when Fedora 17 is about to be released

Rahul
-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Leonardo
where do we vote for this name for the next release?

2011/10/13 Digimer :
> On 10/13/2011 10:05 AM, Clive Hills wrote:
>> Would it not be appropriate for Fedora to pay some kind of tribute to
>> the late and recently deceased Dennis Ritchie?
>>
>> --
>> Clive
>>   -- 077222971491
>
> Would the next Fedora name; "Ritchie Rich" pass the "is-a" test with;
>
> "Beefy Miracle was an unlikely hero, and so is Dennis Ritchie"?
>
> or something else creative? Might be a nice tribute to the man who
> helped bring us Unix and C to name the next Fedora release in his honour.
>
> --
> Digimer
> E-Mail:              digi...@alteeve.com
> Freenode handle:     digimer
> Papers and Projects: http://alteeve.com
> Node Assassin:       http://nodeassassin.org
> "At what point did we forget that the Space Shuttle was, essentially,
> a program that strapped human beings to an explosion and tried to stab
> through the sky with fire and math?"
> --
> 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/Mailing_list_guidelines
>
-- 
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/Mailing_list_guidelines


Re: Dennis Ritchie

2011-10-13 Thread Digimer
On 10/13/2011 10:05 AM, Clive Hills wrote:
> Would it not be appropriate for Fedora to pay some kind of tribute to
> the late and recently deceased Dennis Ritchie?
>
> --
> Clive
>   -- 077222971491

Would the next Fedora name; "Ritchie Rich" pass the "is-a" test with;

"Beefy Miracle was an unlikely hero, and so is Dennis Ritchie"?

or something else creative? Might be a nice tribute to the man who 
helped bring us Unix and C to name the next Fedora release in his honour.

-- 
Digimer
E-Mail:  digi...@alteeve.com
Freenode handle: digimer
Papers and Projects: http://alteeve.com
Node Assassin:   http://nodeassassin.org
"At what point did we forget that the Space Shuttle was, essentially,
a program that strapped human beings to an explosion and tried to stab
through the sky with fire and math?"
-- 
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/Mailing_list_guidelines


Dennis Ritchie

2011-10-13 Thread Clive Hills
Would it not be appropriate for Fedora to pay some kind of tribute to the
late and recently deceased Dennis Ritchie?

-- 
Clive
 -- 077222971491
-- 
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/Mailing_list_guidelines


Re: Fedora15 focus issues.

2011-10-13 Thread Hardik Soni-Ennovate
Yes i already filed a bug... 
here is the link 

https://bugs.launchpad.net/timer-applet/+bug/872828 

- Original Message - 
From: "Genes MailLists"  
To: "Community support for Fedora users"  
Sent: Thursday, 13 October, 2011 4:55:41 PM 
Subject: Re: Fedora15 focus issues. 

On 10/13/2011 12:35 AM, Hardik Soni-Ennovate wrote: 
> Yes 
> KDE resolves that problem but i dont want to use KDE i m a Gnome user, 
> and i have to use Gnome compulsory,so is there any solution with Gnome 
> theme. 


Good - now you have confirmed it as a bug with Gnome - please file a 
bug report and hopefully it will get fixed. Your problem sounds pretty 
unique but perhaps others have seen similar things. 




-- 
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/Mailing_list_guidelines


Re: Yep, names like p4p1 are soooo much better than eth0 :-(

2011-10-13 Thread Darryl L. Pierce
On Wed, Oct 12, 2011 at 09:43:24PM -0400, Mike Wohlgemuth wrote:
> On 10/12/2011 09:35 PM, Robert Myers wrote:
> > Forget it.  Computer software types understand neither physics nor
> > mathematics, nor, for the most part, how computers actually work.
> >
> > In order for this sub-species to survive emotionally, it is necessary
> > for them to have control over something.  Since they don't understand
> > anything they don't control arbitrarily, arbitrary changes are the
> > price we pay for the services of these geniuses.
> >
> Can you please cut this crap out?  Can all the people on this list that 
> feel the need to insult Fedora and its devs please choose another 
> distribution to use and unsubscribe from this list?  Adults have better 
> things to do than to slog through this kind of ugliness.

+1

> 
> The adults also realize that Fedora already has a process pretty much 
> exactly as Thomas described, and participate in it if they want to.

-- 
Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc.
Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/



pgpxBHQXvXeGX.pgp
Description: PGP signature
-- 
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/Mailing_list_guidelines


Re: Disable yum update check for PackageKit

2011-10-13 Thread Sam Varshavchik

Ardhan Madras writes:


Hi All,

How to disable PackageKit's yum update that sometime
run in background?, I have very sloow and limited CDMA
internet connection. I feel disturbed by this that eat the
whole modem bandwidth and make my application has no
bandwidth portion. I'm using FC15.


Uninstall the yum-updatesd rpm.



pgpL3DqoWK10K.pgp
Description: PGP signature
-- 
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/Mailing_list_guidelines


Disable yum update check for PackageKit

2011-10-13 Thread Ardhan Madras
Hi All,

How to disable PackageKit's yum update that sometime
run in background?, I have very sloow and limited CDMA 
internet connection. I feel disturbed by this that eat the 
whole modem bandwidth and make my application has no 
bandwidth portion. I'm using FC15.

  Ardhan,

_
Listen to KNAC, Hit the Home page and Tune In Live! ---> http://www.knac.com
-- 
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/Mailing_list_guidelines


Re: Fedora15 focus issues.

2011-10-13 Thread Genes MailLists
On 10/13/2011 12:35 AM, Hardik Soni-Ennovate wrote:
> Yes
> KDE resolves that problem but i dont want to use KDE i m a Gnome user,
> and i have to use Gnome compulsory,so is there any solution with Gnome
> theme.


 Good - now you have confirmed it as a bug with Gnome - please file a
bug report and hopefully it will get fixed. Your problem sounds pretty
unique but perhaps others have seen similar things.



-- 
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/Mailing_list_guidelines


Re: Java crashes in Mozilla Firefox

2011-10-13 Thread John Pilkington
On 13/10/11 11:50, Per Anton Rønning wrote:
> Ian Malone wrote:
>> There are two packages:  java-1.6.0-openjdk and
>> java-1.6.0-openjdk-plugin, you need to install both, it sounds like
>> you've only installed java-1.6.0-openjdk. (If you had Yum working it
>> would get java-1.6.0-openjdk when you ask it for
>> java-1.6.0-openjdk-plugin).
>>
>Yes. I located,downloaded and installed the ..openjdk-plugin.. and I
> found this README:
> The java-1.6.0-openjdk-plugin subpackage contains a version of
> gcjwebplugin that has been modified to run on the IcedTea class
> libraries.  The package manages an alternatives symlink,
> /usr/lib/mozilla/plugins/libjavaplugin.so, so that gcjwebplugin is
> recognized by the Firefox web browser.
>
> /usr/lib/mozilla/plugins/libjavaplugin.so contains this *.so,
> and in /etc/alternatives I find:
> libjavaplugin.so ->  /usr/lib/jvm/jre-1.6.0-openjdk/lib/i386/gcjwebplugin.so
>
> So then it should go well to symlink
> libjavaplugin.so ->  /etc/alternatives/libjavaplugin.so
> in /opt/firefox7/firefox/plugins
>
> but it does not work. No reference to a java plugin in Tools>Addons
> but in about:plugines there is:
>
> GCJ Web Browser Plugin (using IcedTea) 1.2
>   File:
> /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/lib/i386/gcjwebplugin.so
>   Version:
>   The GCJ Web Browser Plugin (using IcedTea) executes Java applets.
>
> Logon via bank ID fails. So it seems that this ios not compatible.
>
> It seem that I have to plan for Fedora 14. Have you tried to install
> from memeory stick?
>
> Regards
> PA
Don't forget that f14 will reach EoL very soon, too.  Maybe CentOS 6 
would suit you better?

Don't know about memory stick.

Cheers,

John p

-- 
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/Mailing_list_guidelines


Re: Java crashes in Mozilla Firefox

2011-10-13 Thread Per Anton Rønning
Ian Malone wrote:
> There are two packages:  java-1.6.0-openjdk and
> java-1.6.0-openjdk-plugin, you need to install both, it sounds like
> you've only installed java-1.6.0-openjdk. (If you had Yum working it
> would get java-1.6.0-openjdk when you ask it for
> java-1.6.0-openjdk-plugin).
> 
  Yes. I located,downloaded and installed the ..openjdk-plugin.. and I 
found this README:
The java-1.6.0-openjdk-plugin subpackage contains a version of
gcjwebplugin that has been modified to run on the IcedTea class
libraries.  The package manages an alternatives symlink,
/usr/lib/mozilla/plugins/libjavaplugin.so, so that gcjwebplugin is
recognized by the Firefox web browser.

/usr/lib/mozilla/plugins/libjavaplugin.so contains this *.so,
and in /etc/alternatives I find:
libjavaplugin.so -> /usr/lib/jvm/jre-1.6.0-openjdk/lib/i386/gcjwebplugin.so

So then it should go well to symlink
libjavaplugin.so -> /etc/alternatives/libjavaplugin.so
in /opt/firefox7/firefox/plugins

but it does not work. No reference to a java plugin in Tools>Addons
but in about:plugines there is:

GCJ Web Browser Plugin (using IcedTea) 1.2
 File: 
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/lib/i386/gcjwebplugin.so
 Version:
 The GCJ Web Browser Plugin (using IcedTea) executes Java applets.

Logon via bank ID fails. So it seems that this ios not compatible.

It seem that I have to plan for Fedora 14. Have you tried to install
from memeory stick?

Regards
PA
-- 
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/Mailing_list_guidelines


Re: Scanner drivers for a Epson Workforce 635

2011-10-13 Thread mickey
On 10/12/2011 11:39 PM, d p wrote:
>>> mickey wrote:
>>> Does anyone knows where I can get Scanner Drivers for a Epson
>>> Workforce 635 inkjet printer.
>> Sane is the only Linux scanning project AFAIK. There's no driver to
>> find, compile, or install. You will either have support with sane or
>> you won't.
>> Try gnome-scan, gimp with the sane plugin, LibreOffice (aquire
>> option),
>> or xsane,
>   I suppose you have found "iscan" from Epson at:
>
>   http://www.avasys.jp/lx-bin2/linux_e/scan/DL1.do
>
>   However I can't install it due to dependency problems.
>
> DP
>   
Is your dependency problem because of no libltdl3.so.3 the rpm can be 
downloaded from here;

http://rpm.pbone.net/index.php3/stat/4/idpl/1034703/dir/other/com/libltdl3-1.4.3-9sls.i586.rpm.html

I had to do a rpm -ivh --force   to install   iscan.i386 0:2.27.1-4
-- 
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/Mailing_list_guidelines