Re: ogm video

2010-03-29 Thread Suvayu Ali
On Monday 29 March 2010 02:14 PM, Marko Vojinovic wrote:
> On Monday 29 March 2010 21:11:21 Suvayu Ali wrote:
>> On Monday 29 March 2010 12:48 PM, Marko Vojinovic wrote:
>>> Third, it seems that you are running 64bit arch, which might present
>>> itself as a tad little problem, since the .dll file is 32bit and will
>>> not work in your environment. What you need to do is to
>>
>> I think this is unnecesary. to run 32 bit codecs on a 64 bit machine
>> putiing them in /usr/lib/codecs should be enough. Similarly the 64 bit
>> codecs go into /usr/lib64/codecs
>>
>>> $ ls /usr/lib/codecs/ |grep -cE 'dll|so'
>>> 82
>>> $ ls /usr/lib64/codecs/ |grep -cE 'dll|so'
>>> 3
>
> Well, as you can see, the list of codecs in the two directories is hardly
> equivalent. AFAIK, in general 32bit plugins don't usually interoperate well
> with 64bit apps (think firefox, nspluginwrapper, flash-plugin, etc.). As for
> mplayer, I remember that this didn't work before and was generally considered
> unfixable, so I guess today is still the same.
>
> But theory aside, I did an experiment --- downloaded one of the sample files
> from http://www.on2.com/index.php?617 , played no problem using mplayer.i686,
> while getting exactly the same error as the OP using mplayer.x86_64. In both
> cases all relevant codec files are in both /usr/lib/codecs/ and
> /usr/lib64/codecs/.
>
> I would really like to know about your setup if you are able to play any of
> those files using 64bmplayer  -codecs-fileit mplayer.
>

You were right, I could only get audio even with `mplayer  -codecs-file 
/path/to/codec'. I tried the codec from my windows install with the same 
result. However I think even the windows codec was 32-bit as the path 
was %SYSTEM%/SysWOW64/vp7vfw.dll.

This raises a question, is it possible to use the 32-bit binary codecs 
if mplayer was compiled with the proper `./configure' options or 
expecting something like that is completely unreasonable? If this is 
possible a bugzilla with rpmfusion would do the trick. ;)

> Best, :-)
> Marko
>

-- 
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: F12 crash

2010-03-29 Thread Patrick Bartek
--- On Mon, 3/29/10, suvayu ali  wrote:

> On 29 March 2010 17:44, Patrick
> Bartek 
> wrote:
> > ... At the first boot, before updating, disable
> selinux, then in the terminal ...
> >
> 
> Any particular reason for disabling selinux? In my
> experience so far
> selinux hasn't been as intrusive as it used to be for the
> last year or
> so.

It has always caused problems on my system.  Particularly so, with my initial 
install of Fedora 12:  Update wouldn't work until I disabled it.  Even the 
"Permissive" setting caused problems.  

Since my system is a stand-alone one behind two firewalls, not locally 
networked to any others, doesn't run any public accessable servers, etc., and 
I'm the only user, I don't really need selinux.  I would like to uninstall it.  
It just takes up space on the hard drive and consumes RAM, but it is a 
dependency for most everything.  So, it's set to load disabled.

B  
-- 
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: F12 crash

2010-03-29 Thread Nermin Celik
>How did you "install" Acrobat Reader?  Did you use yum and the Adobe repo?
I used the rpm manager.
> How did you download the other programs that you didn't install?  Yum?  Or
did you download the rpm's directly from a non-repo site?
Downloaded them from a non-repo site.

Thank you for the link:)



On Tue, Mar 30, 2010 at 11:44 AM, Patrick Bartek wrote:

> --- On Mon, 3/29/10, Nermin Celik  wrote:
>
> > I installed Fedora 12 x86-64 onto Hp Z800 workstation, had a problem
> > with software updates so used
> >
> > $su -c 'yum update',
> >
> > problem was fixed. Installed Adobe Acrobat Reader. Downloaded few other
> > programs but did not install them. Then, the screen froze. Tried
> > Ctrl-Alt-Del to restart, didn't work, so reset the machine from the
> > power button. Then someting very interesting happened - machine went
> > into a loop mode, started, failed to boot fedora, shutdown, restarted
> > by itself, failed to boot fedora, shutdown...etc about six times. Then
> > I just shut the machine off. Before fedora could be loaded, the pc just
> > shutdown in each case. At start tried pressing F10 but didn't work.
> >
> > Has anyone else experinced a similar problem?
>
> No.  Never had anything like that happen, and I've been using Fedora as my
> primary OS since Core 3.
>
> How did you "install" Acrobat Reader?  Did you use yum and the Adobe repo?

 How did you download the other programs that you didn't install?  Yum?  Or
> did you download the rpm's directly from a non-repo site?
>

> Really, since you just installed 12, save yourself a lot of time:  Do a
> clean reinstall of 12 overwriting everything.  At the first boot, before
> updating, disable selinux, then in the terminal of your choice: enter
>
>  'su -'
>
> give the root password, and do your 'yum update'.  After completing, set up
> the other repos that you want, and install your other apps.  The following
> link will help a lot:
>
>   http://www.mjmwired.net/resources/
>
> B
> --
> 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: F12 crash

2010-03-29 Thread suvayu ali
On 29 March 2010 17:44, Patrick Bartek  wrote:
> ... At the first boot, before updating, disable selinux, then in the terminal 
> ...
>

Any particular reason for disabling selinux? In my experience so far
selinux hasn't been as intrusive as it used to be for the last year or
so.

>   http://www.mjmwired.net/resources/
>

+1 on this.

> B

-- 
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: F12 crash

2010-03-29 Thread Patrick Bartek
--- On Mon, 3/29/10, Nermin Celik  wrote:

> I installed Fedora 12 x86-64 onto Hp Z800 workstation, had a problem 
> with software updates so used 
>
> $su -c 'yum update', 
>
> problem was fixed. Installed Adobe Acrobat Reader. Downloaded few other 
> programs but did not install them. Then, the screen froze. Tried 
> Ctrl-Alt-Del to restart, didn't work, so reset the machine from the 
> power button. Then someting very interesting happened - machine went 
> into a loop mode, started, failed to boot fedora, shutdown, restarted 
> by itself, failed to boot fedora, shutdown...etc about six times. Then 
> I just shut the machine off. Before fedora could be loaded, the pc just 
> shutdown in each case. At start tried pressing F10 but didn't work.
>
> Has anyone else experinced a similar problem?

No.  Never had anything like that happen, and I've been using Fedora as my 
primary OS since Core 3.

How did you "install" Acrobat Reader?  Did you use yum and the Adobe repo?  How 
did you download the other programs that you didn't install?  Yum?  Or did you 
download the rpm's directly from a non-repo site?

Really, since you just installed 12, save yourself a lot of time:  Do a clean 
reinstall of 12 overwriting everything.  At the first boot, before updating, 
disable selinux, then in the terminal of your choice: enter

  'su -'

give the root password, and do your 'yum update'.  After completing, set up the 
other repos that you want, and install your other apps.  The following link 
will help a lot:

   http://www.mjmwired.net/resources/

B
-- 
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: Shell files won't execute properly

2010-03-29 Thread Jim
On 03/29/2010 06:54 PM, Craig White wrote:
> On Mon, 2010-03-29 at 18:45 -0400, Jim wrote:
>
>> On 03/29/2010 06:20 PM, Robert Nichols wrote:
>>  
>>> On 03/29/2010 02:25 PM, Jim wrote:
>>>
>>>
 On 03/29/2010 02:52 PM, michael.coll-ba...@verizonwireless.com wrote:

  
>
>
>> From: users-boun...@lists.fedoraproject.org
>> [mailto:users-boun...@lists.fedoraproject.org] On Behalf Of Jim
>> Sent: Monday, March 29, 2010 2:49 PM
>> To: Fedora user-lists
>> Subject: KDE: Shell files won't execute properly
>>
>> FC12-KDE-4
>>
>> Shell files (/bin/bash) won't execute when Left clicking on
>> them, single
>> or double click.
>>
>> They won't even execute if I tell them "Open With" Konsole,
>> Konsole will
>> open , but file won't execute.
>>
>> If I do a bash "filename" then it will execute in konsole.
>>
>>
>>  
> What User/Group are you running these scripts as and what are the
> permissions on the files?
> The information contained in this message and any attachment may be
> proprietary, confidential, and privileged or subject to the work
> product doctrine and thus protected from disclosure.  If the reader
> of this message is not the intended recipient, or an employee or
> agent responsible for delivering this message to the intended
> recipient, you are hereby notified that any dissemination,
> distribution or copying of this communication is strictly prohibited.
> If you have received this communication in error, please notify me
> immediately by replying to this message and deleting it and all
> copies and backups thereof.  Thank you.
>
>
>
>
>
 The user/user owns the file, same user, and the file permissions is set
 to rwxrwxr-x

  
>>> Are you certain the file system is not mounted "noexec"?
>>>
>>>
>>>
>> How would I check that out ?
>>  
> 
> open a shell, type 'mount'
>
> Craig
>
>
>
$ mount
/dev/sda1 on / type ext4 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw,rootcontext="system_u:object_r:tmpfs_t:s0")
/dev/sda2 on /home type ext4 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
nfsd on /proc/fs/nfsd type nfsd (rw)
gvfs-fuse-daemon on /home/mickey/.gvfs type fuse.gvfs-fuse-daemon 
(rw,nosuid,nodev,user=mickey)

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


gconf help

2010-03-29 Thread Steve Blackwell
I trying to create a user and limit them to only one virtual workspace
from a script but my results make me think I am not understanding
something.

In the script I use useradd to create the user with the default
settings. Then I copied this file:







to the new user's .gconf/apps/metacity/general/%gconf.xml file after
making the necessary parent directories. Now, here is where it gets
strange.

If I leave the permissions set to 755 and the owner as root, when the
new user logs in, the workspace_switcher applet shows just 1 workspace
but if I correct the ownership of the file and directory to be owned by
the new user, then the user gets the default 4 workspaces when logging
in.

When a user logs in, don't all the %gconf.xml directories get read?

Any insight would be appreciated.
Thanks,
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: Shell files won't execute properly

2010-03-29 Thread Craig White
On Mon, 2010-03-29 at 18:45 -0400, Jim wrote:
> On 03/29/2010 06:20 PM, Robert Nichols wrote:
> > On 03/29/2010 02:25 PM, Jim wrote:
> >
> >> On 03/29/2010 02:52 PM, michael.coll-ba...@verizonwireless.com wrote:
> >>  
> >>>
>  From: users-boun...@lists.fedoraproject.org
>  [mailto:users-boun...@lists.fedoraproject.org] On Behalf Of Jim
>  Sent: Monday, March 29, 2010 2:49 PM
>  To: Fedora user-lists
>  Subject: KDE: Shell files won't execute properly
> 
>  FC12-KDE-4
> 
>  Shell files (/bin/bash) won't execute when Left clicking on
>  them, single
>  or double click.
> 
>  They won't even execute if I tell them "Open With" Konsole,
>  Konsole will
>  open , but file won't execute.
> 
>  If I do a bash "filename" then it will execute in konsole.
> 
>   
> >>> What User/Group are you running these scripts as and what are the
> >>> permissions on the files?
> >>> The information contained in this message and any attachment may be
> >>> proprietary, confidential, and privileged or subject to the work
> >>> product doctrine and thus protected from disclosure.  If the reader
> >>> of this message is not the intended recipient, or an employee or
> >>> agent responsible for delivering this message to the intended
> >>> recipient, you are hereby notified that any dissemination,
> >>> distribution or copying of this communication is strictly prohibited.
> >>> If you have received this communication in error, please notify me
> >>> immediately by replying to this message and deleting it and all
> >>> copies and backups thereof.  Thank you.
> >>>
> >>>
> >>>
> >>>
> >> The user/user owns the file, same user, and the file permissions is set
> >> to rwxrwxr-x
> >>  
> > Are you certain the file system is not mounted "noexec"?
> >
> >
> How would I check that out ?

open a shell, type 'mount'

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: Shell files won't execute properly

2010-03-29 Thread Jim
On 03/29/2010 06:20 PM, Robert Nichols wrote:
> On 03/29/2010 02:25 PM, Jim wrote:
>
>> On 03/29/2010 02:52 PM, michael.coll-ba...@verizonwireless.com wrote:
>>  
>>>
 From: users-boun...@lists.fedoraproject.org
 [mailto:users-boun...@lists.fedoraproject.org] On Behalf Of Jim
 Sent: Monday, March 29, 2010 2:49 PM
 To: Fedora user-lists
 Subject: KDE: Shell files won't execute properly

 FC12-KDE-4

 Shell files (/bin/bash) won't execute when Left clicking on
 them, single
 or double click.

 They won't even execute if I tell them "Open With" Konsole,
 Konsole will
 open , but file won't execute.

 If I do a bash "filename" then it will execute in konsole.

  
>>> What User/Group are you running these scripts as and what are the
>>> permissions on the files?
>>> The information contained in this message and any attachment may be
>>> proprietary, confidential, and privileged or subject to the work
>>> product doctrine and thus protected from disclosure.  If the reader
>>> of this message is not the intended recipient, or an employee or
>>> agent responsible for delivering this message to the intended
>>> recipient, you are hereby notified that any dissemination,
>>> distribution or copying of this communication is strictly prohibited.
>>> If you have received this communication in error, please notify me
>>> immediately by replying to this message and deleting it and all
>>> copies and backups thereof.  Thank you.
>>>
>>>
>>>
>>>
>> The user/user owns the file, same user, and the file permissions is set
>> to rwxrwxr-x
>>  
> Are you certain the file system is not mounted "noexec"?
>
>
How would I check that out ?
-- 
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: "internet connection tester script"

2010-03-29 Thread Jim

On 03/29/2010 05:53 PM, kalinix wrote:

On Mon, 2010-03-29 at 17:25 -0400, Jim wrote:

On 03/29/2010 04:31 PM, kalinix wrote:
>  click on Run in terminal (first checkbox under the 'known applications
>  frame') and than hit OK.

I have a Question about;

click on Run in terminal (first checkbox under the 'known applications
frame') and than hit OK.

In KDE where do I find this "Run in Terminal"

I have tried Right Clicking to Open With "bash" the script file, it
starts running then times out by doing nothing.
 


Right click -> Open with -> Other -> under open with you type bash -> 
check all three checkboxes from the bottom of the window ('Run in 
terminal', 'Do not close when command exits' and 'Remember application 
association for this type of file') then hit ok. Next time it will 
remember your choices and will run directly using bash within a konsole.



Calin

Key fingerprint = 37B8 0DA5 9B2A 8554 FB2B 4145 5DC1 15DD A3EF E857

=
It is a hard matter, my fellow citizens, to argue with the belly, 
since it has no ears. -- Marcus Porcius Cato


Calin, thank you very much, I guess I will have to do a right click and 
run with "bash"

and it opens and runs.
Left click doesn't work.

Thanks 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: Shell files won't execute properly

2010-03-29 Thread Robert Nichols
On 03/29/2010 02:25 PM, Jim wrote:
> On 03/29/2010 02:52 PM, michael.coll-ba...@verizonwireless.com wrote:
>>
>>> From: users-boun...@lists.fedoraproject.org
>>> [mailto:users-boun...@lists.fedoraproject.org] On Behalf Of Jim
>>> Sent: Monday, March 29, 2010 2:49 PM
>>> To: Fedora user-lists
>>> Subject: KDE: Shell files won't execute properly
>>>
>>> FC12-KDE-4
>>>
>>> Shell files (/bin/bash) won't execute when Left clicking on
>>> them, single
>>> or double click.
>>>
>>> They won't even execute if I tell them "Open With" Konsole,
>>> Konsole will
>>> open , but file won't execute.
>>>
>>> If I do a bash "filename" then it will execute in konsole.
>>>
>> What User/Group are you running these scripts as and what are the
>> permissions on the files?
>> The information contained in this message and any attachment may be
>> proprietary, confidential, and privileged or subject to the work
>> product doctrine and thus protected from disclosure.  If the reader
>> of this message is not the intended recipient, or an employee or
>> agent responsible for delivering this message to the intended
>> recipient, you are hereby notified that any dissemination,
>> distribution or copying of this communication is strictly prohibited.
>> If you have received this communication in error, please notify me
>> immediately by replying to this message and deleting it and all
>> copies and backups thereof.  Thank you.
>>
>>
>>
> The user/user owns the file, same user, and the file permissions is set
> to rwxrwxr-x

Are you certain the file system is not mounted "noexec"?

-- 
Bob Nichols "NOSPAM" is really part of my email address.
 Do NOT delete it.

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


F12 crash

2010-03-29 Thread Nermin Celik
Hi,
I installed Fedora 12 x86-64 onto Hp Z800 workstation, had a problem with
software updates so used
$su -c 'yum update',
problem was fixed. Installed Adobe Acrobat Reader. Downloaded few other
programs but did not install them. Then, the screen froze. Tried
Ctrl-Alt-Del to restart, didn't work, so reset the machine from the power
button. Then someting very interesting happened - machine went into a loop
mode, started, failed to boot fedora, shutdown, restarted by itself, failed
to boot fedora, shutdown...etc about six times. Then I just shut the machine
off. Before fedora could be loaded, the pc just shutdown in each case. At
start tried pressing F10 but didn't work.

Has anyone else experinced a similar problem?

Nermin
-- 
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: ogm video

2010-03-29 Thread Michael Miles
On 03/29/2010 12:48 PM, Marko Vojinovic wrote:
> On Monday 29 March 2010 16:43:56 Michael Miles wrote:
>
>> On 03/29/2010 04:17 AM, Marko Vojinovic wrote:
>>  
>>> mplayer -v
>>>
>> [r...@localhost FAILSAFE]# mplayer -v Limite\ de\ Segurança.ogm
>> MPlayer SVN-r29800-4.4.2 (C) 2000-2009 MPlayer Team
>>  
> [snip]
>
>> Playing Limite de Segurança.ogm.
>> get_path('sub/') ->  '/root/.mplayer/sub/'
>> [file] File size is 723460010 bytes
>> STREAM: [file] Limite de Segurança.ogm
>> STREAM: Description: File
>> STREAM: Author: Albeu
>> STREAM: Comment: based on the code from ??? (probably Arpi)
>> LAVF_check: Ogg
>> Checking for YUV4MPEG2
>> ASF_check: not ASF guid!
>> Checking for REAL
>> Checking for SMJPEG
>> ==>  Found video stream: 0
>> [Ogg] stream 0: video (FOURCC VP70), -vid 0
>> === VIDEO Format ==
>> biSize 40
>> biWidth 624
>> biHeight 336
>> biPlanes 1
>> biBitCount 12
>> biCompression 808931414='VP70'
>> biSizeImage 209664
>> ===
>>  
> This is the video format detected --- VP7.  You can read more about it on
>
>   http://en.wikipedia.org/wiki/VP7
>
>
>> ==>  Found audio stream: 1
>> [Ogg] stream 1: audio (Vorbis), -aid 0
>>  
> [snip]
>
>> Ogg file format detected.
>> VIDEO:  [VP70]  624x336  12bpp  23.976 fps0.0 kbps ( 0.0 kbyte/s)
>> [V] filefmt:18  fourcc:0x30375056  size:624x336  fps:23.976  ftime:=0.0417
>>  
> [snip]
>
>> X11 opening display: :0.0
>> vo: X11 color mask:  FF  (R:FF G:FF00 B:FF)
>> vo: X11 running at 2304x1024 with depth 24 and 32 bpp (":0.0" =>  local
>> display)
>> [x11] Detected wm supports NetWM.
>> [x11] Detected wm supports FULLSCREEN state.
>> [x11] Detected wm supports ABOVE state.
>> [x11] Detected wm supports BELOW state.
>> [x11] Current fstype setting honours FULLSCREEN ABOVE BELOW X atoms
>> ==
>> Requested video codec family [vp7] (vfm=vfwex) not available.
>> Enable it at compilation.
>> Cannot find codec matching selected -vo and video format 0x30375056.
>> ==
>>  
> It appears you don't have the codec installed.
>
> [snip]
>
>> Video: no video
>> Freeing 58 unused video chunks.
>> Starting playback...
>>  
> [snip]
>
>> Exiting... (End of file)
>>  
> Ok. This is how it goes.
>
> First of all, I really don't recommend running anything (including mplayer) as
> root. You have been warned! That said, maybe mplayer *does* have the required
> codec installed, but not in root's path, for security reasons. So you might
> want to try it out as a regular user.
>
> Second, mplayer seems to know about this type of video, and what codec is
> required:
>
> [vma...@yoda ~]$ mplayer -vc help | grep vp7
> vp7 vfwex working   On2 VP7 Personal Codec  [vp7vfw.dll]
>
> So what you need is to find the file vp7vfw.dll somewhere, and put it 
> somewhere
> where mplayer can find it, like in /usr/lib/codecs or /usr/lib64/codecs
> (depending on your arch). You can download the codec .exe installer for
> Windows directly from On2 website:
>
> http://www.on2.com/index.php?617
>
> // Side note: on this page you can find sample vp7 files to try out, which are
> of reasonable size. //
>
> After you have downloaded it, you need to unpack it somehow, typically running
> it under Windows (or under wine, you'll find the vp7vfw.dll inside
> ~/.wine/drive_c/windows/system32/ directory after installation of the .exe
> package). But since your Windows already plays the file without problems, my
> bet is that the vp7vfw.dll is already there somewhere, do a search on in under
> Windows system files, and you'll probably find it. Copy it over to Fedora and
> put it into the above codec directories.
>
> Third, it seems that you are running 64bit arch, which might present itself as
> a tad little problem, since the .dll file is 32bit and will not work in your
> environment. What you need to do is to
>
> (1) do a "yum remove mplayer"
> (2) download the 32bit version from here:
>
> http://download1.rpmfusion.org/free/fedora/releases/12/Everything/i386/os/mplayer-1.0-0.111.20091029svn.fc12.i686.rpm
>
> (3) do a "yum localinstall mplayer-1.0-0.111.20091029svn.fc12.i686.rpm"
> (4) make sure that the vp7vfw.dll file is in /usr/lib/codecs directory
> (5) play the movie
>
> Of course, installing 32bit mplayer on 64bit machine might be something you
> don't want to do, but AFAIK there is no way to make mplayer (or any player)
> use the 32bit windows binary codecs if it was compiled for 64bit arch.
>
> I hope that covers it. Works on my machine at least (32bit mplayer on 64bit
> F12/KDE). ;-)
>
> Best, :-)
> Marko
>
> P.S. Please keep the users@lists.fedoraproject.org in the To: field of your
> replies, so others can see them also.
>
>
you are a champ

worked like a charm

mplayer 32 bit was it

Thanks a bunch man


-- 

Re: "internet connection tester script"

2010-03-29 Thread kalinix
On Mon, 2010-03-29 at 17:25 -0400, Jim wrote:

> On 03/29/2010 04:31 PM, kalinix wrote:
> > click on Run in terminal (first checkbox under the 'known applications 
> > frame') and than hit OK. 
> 
> I have a Question about;
> 
> click on Run in terminal (first checkbox under the 'known applications 
> frame') and than hit OK.
> 
> In KDE where do I find this "Run in Terminal"
> 
> I have tried Right Clicking to Open With "bash" the script file, it 
> starts running then times out by doing nothing.


Right click -> Open with -> Other -> under open with you type bash ->
check all three checkboxes from the bottom of the window ('Run in
terminal', 'Do not close when command exits' and 'Remember application
association for this type of file') then hit ok. Next time it will
remember your choices and will run directly using bash within a konsole.


Calin

Key fingerprint = 37B8 0DA5 9B2A 8554 FB2B 4145 5DC1 15DD A3EF E857

=
It is a hard matter, my fellow citizens, to argue with the belly, since
it has no ears. -- Marcus Porcius Cato
-- 
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: ogm video

2010-03-29 Thread Suvayu Ali
On Monday 29 March 2010 02:14 PM, Marko Vojinovic wrote:
> On Monday 29 March 2010 21:11:21 Suvayu Ali wrote:
>> On Monday 29 March 2010 12:48 PM, Marko Vojinovic wrote:
>>> Third, it seems that you are running 64bit arch, which might present
>>> itself as a tad little problem, since the .dll file is 32bit and will
>>> not work in your environment. What you need to do is to
>>
>> I think this is unnecesary. to run 32 bit codecs on a 64 bit machine
>> putiing them in /usr/lib/codecs should be enough. Similarly the 64 bit
>> codecs go into /usr/lib64/codecs
>>
>>> $ ls /usr/lib/codecs/ |grep -cE 'dll|so'
>>> 82
>>> $ ls /usr/lib64/codecs/ |grep -cE 'dll|so'
>>> 3
>
> Well, as you can see, the list of codecs in the two directories is hardly
> equivalent. AFAIK, in general 32bit plugins don't usually interoperate well
> with 64bit apps (think firefox, nspluginwrapper, flash-plugin, etc.). As for
> mplayer, I remember that this didn't work before and was generally considered
> unfixable, so I guess today is still the same.
>
> But theory aside, I did an experiment --- downloaded one of the sample files
> from http://www.on2.com/index.php?617 , played no problem using mplayer.i686,
> while getting exactly the same error as the OP using mplayer.x86_64. In both
> cases all relevant codec files are in both /usr/lib/codecs/ and
> /usr/lib64/codecs/.
>
> I would really like to know about your setup if you are able to play any of
> those files using 64bit mplayer.
>

Right now I only have console access to my home machine. I 'll 
experiment when I'm back home this evening and report back.

> Best, :-)
> Marko
>

:)
-- 
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: "internet connection tester script"

2010-03-29 Thread Jim
On 03/29/2010 04:31 PM, kalinix wrote:
> click on Run in terminal (first checkbox under the 'known applications 
> frame') and than hit OK. 

I have a Question about;

click on Run in terminal (first checkbox under the 'known applications 
frame') and than hit OK.

In KDE where do I find this "Run in Terminal"

I have tried Right Clicking to Open With "bash" the script file, it 
starts running then times out by doing nothing.
-- 
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


Log in from Root

2010-03-29 Thread Leslie S Satenstein
On 03/28/2010 03:29 AM, Rajanish Kumar wrote:
> Hi!
>  I have already installed Fedora 12 .I have given root password...and
> finally added a user name "rajanish"
> .I am log in through "rajanish"but i have not accessing throgh root...I
> want to log in through root because i want to learn administrative property.
>  please help me to guide log in through root..
>   
> Rajanish Kumar
> Fedora User
> 

One way, without changing things is to use a virtual terminal (ctl-alt-f1 
through ctl-alt-f6)
You are at the command line level.

another way is with the sudo command   

cd /etc/
sudo vi sudoers
look at the line with root  
add your logon id beneath it or at the tail end of the file
exit after saving

Respond to password request
sudo su
password

or sudo su -
password: 


There is a third way, and that is to change some /etc/pam.d/gdm*  files. That 
will allow you to log into gnome as root.  The advantage here is that you can 
make good use of the GUI interface (example, drag and drop,  cut and paste, 
etc.)

--

Regards  
 Leslie
 Mr. Leslie Satenstein

 
mailto:lsatenst...@yahoo.com
mailto lesl...@itbms.biz
www.itbms.biz
 

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


widget yum update notifier for kde into f12

2010-03-29 Thread Maurizio Marini
I have read previous posts on this list about this issue, they suggested 
puplet, but i am uable to find it using plasm Add Widget utilty.
What plasm widget is available into F12?
tia

Maurizio
-- 
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: ogm video

2010-03-29 Thread Marko Vojinovic
On Monday 29 March 2010 21:11:21 Suvayu Ali wrote:
> On Monday 29 March 2010 12:48 PM, Marko Vojinovic wrote:
> > Third, it seems that you are running 64bit arch, which might present
> > itself as a tad little problem, since the .dll file is 32bit and will
> > not work in your environment. What you need to do is to
> 
> I think this is unnecesary. to run 32 bit codecs on a 64 bit machine
> putiing them in /usr/lib/codecs should be enough. Similarly the 64 bit
> codecs go into /usr/lib64/codecs
> 
> > $ ls /usr/lib/codecs/ |grep -cE 'dll|so'
> > 82
> > $ ls /usr/lib64/codecs/ |grep -cE 'dll|so'
> > 3

Well, as you can see, the list of codecs in the two directories is hardly 
equivalent. AFAIK, in general 32bit plugins don't usually interoperate well 
with 64bit apps (think firefox, nspluginwrapper, flash-plugin, etc.). As for 
mplayer, I remember that this didn't work before and was generally considered 
unfixable, so I guess today is still the same.

But theory aside, I did an experiment --- downloaded one of the sample files 
from http://www.on2.com/index.php?617 , played no problem using mplayer.i686, 
while getting exactly the same error as the OP using mplayer.x86_64. In both 
cases all relevant codec files are in both /usr/lib/codecs/ and 
/usr/lib64/codecs/.

I would really like to know about your setup if you are able to play any of 
those files using 64bit mplayer.

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: miro 3.0 rpm

2010-03-29 Thread Simon Wesp
Am Montag, den 29.03.2010, 00:02 -0400 schrieb oleksandr korneta:
> when can we expect the  update in fedora?
when the maintainer(s) decided to provide an update!

> I'm running F12 x86_64, should this matter.
Nobody cares!

-- 
Mit freundlichen Grüßen aus dem schönen Hainzell
Simon Wesp

http://www.fedoraproject.org/wiki/SimonWesp


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
-- 
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: "internet connection tester script"

2010-03-29 Thread kalinix
On Mon, 2010-03-29 at 13:35 -0400, Jim wrote:

> On 03/29/2010 01:22 PM, Paolo Galtieri wrote:
> > On 03/29/2010 10:12 AM, Chris Tyler wrote:
> >
> >> On Mon, 2010-03-29 at 12:58 -0400, Jim wrote:
> >>
> >>  
> >>> On 03/29/2010 04:17 AM, Hakan Koseoglu wrote:
> >>>
> >>>
>  On Mon, Mar 29, 2010 at 7:16 AM, Hiisiwrote:
> 
> 
>   
> > OK, I see. You was trying to advertise your nice working script to
> > list members. That was your crafty plan, wasn't it? ;- )
> > Where should one propose it for inclusion in F13? ;- )
> >
> >
> >
>  Interesting, when I saw his mail to the CentOS list, I tried it and it
>  didn't work so I sent him a couple of suggestions that made it work
>  for me. I don't have a Fedora 12 around to see if the default shell
>  behaviour is different but with the Ubuntu's Bash it didn't work and
>  required adding ` around the ping&grep  statements to allow them to
>  be evaluated.
> 
> 
>   
> >>> FC12-X86-64
> >>>
> >>> I put the script in a text file and Properties says it a "shell script"
> >>> and it has read, execute
> >>> priviledges but if I left click on it, It won't execute,
> >>>
> >>> But if I open a Terminal window and do ~/internet-script or bash
> >>> internet-script it will execute.
> >>>
> >>> If I do a right click and "open with" a terminal, only the terminal
> >>> window opens but internet-script won't execute.
> >>>
> >>> How do I get this Internet-script to execute by left clicking, or even
> >>> double clicking ?
> >>>
> >>>
> >> What's the full permission mode and desktop environment?
> >>
> >> With mode 764 here, double-clicking brings up a display/run dialog on
> >> Gnome under F12.
> >>
> >> -Chris
> >>
> >>
> >>  
> > If you are running Gnome you will need to go into the file browser
> > preferences under Behavior and set the "Run executable text files when
> > they are opened" option.  By default the Gnome file browser will ask
> > what to do.
> >
> > Paolo
> >
> I'm using KDE-4 and if I tell it to "open with" Konsole , konsole will 
> open but won't execute internet-script .
> 
> If I "open with" xterm it will open and execute file but, xterm shuts 
> down to fast, and I can not see finale results.
> 
> Left clicking on icon produces no results.



Basically you cannot open scripts with konsole, but you can 'open' (run)
scripts with bash/sh/ksh/perl/whatever IN konsole. What you need to do,
is right-click on the script, open with 'bash', or 'perl', or any other
interpreter, click on Run in terminal (first checkbox under the 'known
applications frame') and than hit OK. The result will be a new konsole
with the results from your scripts in it.


Calin

Key fingerprint = 37B8 0DA5 9B2A 8554 FB2B 4145 5DC1 15DD A3EF E857

=
The camel has a single hump; The dromedary two; Or else the other way
around. I'm never sure. Are you? -- Ogden Nash
-- 
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


lxde and fedora

2010-03-29 Thread zongo saiba
Hi,

I am currently using fedora 12 and lxde. I downloaded the spin of the Fedora 
website. I have a eeepc 1001H. The issue is that I cant seem to make the tap on 
the trackpas work. I can use $synclient TapButton1=1 but then when I reboot my 
machine, the tap is gone. 
What i have tried:
- I followed this post but to no avail
http://fedorasolved.org/Members/khaytsu ... -using-hal
- I added the syntax as such "synclient TapButton1=1" in 
/etc/xdg/lxsession/LXDE/autostart but to no avail.

I was wondering if any of you guys had this issue before and if yes, how did 
you fix it?

Kind Regards, 
-- 
zongo saiba 
-- 
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] Unintended cert mapping happening

2010-03-29 Thread John A. Sullivan III
On Mon, 2010-03-29 at 13:30 -0600, Rich Megginson wrote:
> John A. Sullivan III wrote:
> > Hello, all.  We are experiencing a weird problem and have not been able
> > to fix it.  We have just renamed the top level of our tree from
> > dc=old,dc=biz to dc=new,dc=com.  All went very well (well, very well
> > until we also changed the certificates and keys to be from the new
> > Certificate Authority - but we have that sorted now, too) except one
> > remaining error.
> >
> > Our Zimbra (6.0.5) mail server authenticates users against our CentOS
> > 8.1 Directory Server.  It is working but, every time a user tries to
> > authenticate, we generate an error:
> >
> > slapi_search_internal ("CN=zimbra.new.com, OU=MailServers, DC=new, DC=com", 
> > subtree, objectclass=*) err 32
> >
> > and in the access log we see:
> > conn=174 SSL 128-bit RC4; client 
> > CN=zimbra.new.com,OU=MailServers,DC=new,DC=com; issuer 
> > CN=newca.new.com,OU=PKI,DC=new,DC=com
> > conn=173 SSL failed to map client certificate to LDAP DN (No such object)
> >
> > We then see the directory search user (we do not allow anonymous access)
> > correctly bind and authenticate.
> >
> > It is as if the directory server is accidentally trying to do cert
> > mapping and authenticate the mail server whenever it tries to establish
> > an ldaps connection.  As far as I understand, one needs to tell
> > Directory Server to do this by adding a usercertificate attribute to the
> > user we want to authenticate via X.509 cert.  I've searched the entire
> > database dump and nothing has that attribute.  certmap.conf has been
> > unchanged and is all commented out except for:
> > certmap default default
> >
> > What is causing this and how do I fix it?
> >   
> http://www.redhat.com/docs/manuals/dir-server/8.1/admin/Managing_SSL-Starting_the_Server_with_SSL_Enabled.html#Starting_the_Server_with_SSL_Enabled-Enabling_SSL_Only_in_the_DS
> http://www.redhat.com/docs/manuals/dir-server/8.1/admin/Managing_SSL-Using_Certificate_Based_Authentication.html#clientauth
> and
> http://directory.fedoraproject.org/wiki/Howto:CertMapping
> > Our migration procedure was to stop dirsrv, dump the userRoot and
> > NetscapeRoot databases, make all the substitutions via sed in dse.ldif
> > (and .bak and .startOK), make all the substitutions via sed in the
Hmm . . . strange.  We had intentionally set them to "allow" in case we
ever do client certificate based authentication.  We did not have a
problem until this recent change.  I wonder what changed.  Thanks -
disabling it altogether has solved the problem for now - John

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


Re: ogm video

2010-03-29 Thread Suvayu Ali
Hi Marko,

A small correction. ;)

On Monday 29 March 2010 12:48 PM, Marko Vojinovic wrote:
> Third, it seems that you are running 64bit arch, which might present itself as
> a tad little problem, since the .dll file is 32bit and will not work in your
> environment. What you need to do is to
>

I think this is unnecesary. to run 32 bit codecs on a 64 bit machine 
putiing them in /usr/lib/codecs should be enough. Similarly the 64 bit 
codecs go into /usr/lib64/codecs

> $ ls /usr/lib/codecs/ |grep -cE 'dll|so'
> 82
> $ ls /usr/lib64/codecs/ |grep -cE 'dll|so'
> 3

I can't play and test right now as I am at my university, but I have 
played many proprietary formats before without any problems. (I had a 
problem only once with one particular wmv file)

>
> Best, :-)
> Marko
>
> P.S. Please keep the users@lists.fedoraproject.org in the To: field of your
> replies, so others can see them also.
>

I think this is because sometimes in your replies you cc the sender of 
the message you are replying to. I think the OP has been inadvertently 
replying by just "Reply" rather than "Reply All" or "Reply to list". ;)

-- 
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: ogm video

2010-03-29 Thread Marko Vojinovic
On Monday 29 March 2010 16:43:56 Michael Miles wrote:
> On 03/29/2010 04:17 AM, Marko Vojinovic wrote:
> > mplayer -v
> 
> [r...@localhost FAILSAFE]# mplayer -v Limite\ de\ Segurança.ogm
> MPlayer SVN-r29800-4.4.2 (C) 2000-2009 MPlayer Team
[snip]
> Playing Limite de Segurança.ogm.
> get_path('sub/') -> '/root/.mplayer/sub/'
> [file] File size is 723460010 bytes
> STREAM: [file] Limite de Segurança.ogm
> STREAM: Description: File
> STREAM: Author: Albeu
> STREAM: Comment: based on the code from ??? (probably Arpi)
> LAVF_check: Ogg
> Checking for YUV4MPEG2
> ASF_check: not ASF guid!
> Checking for REAL
> Checking for SMJPEG
> ==> Found video stream: 0
> [Ogg] stream 0: video (FOURCC VP70), -vid 0
> === VIDEO Format ==
>biSize 40
>biWidth 624
>biHeight 336
>biPlanes 1
>biBitCount 12
>biCompression 808931414='VP70'
>biSizeImage 209664
> ===

This is the video format detected --- VP7.  You can read more about it on 

 http://en.wikipedia.org/wiki/VP7

> ==> Found audio stream: 1
> [Ogg] stream 1: audio (Vorbis), -aid 0
[snip]
> Ogg file format detected.
> VIDEO:  [VP70]  624x336  12bpp  23.976 fps0.0 kbps ( 0.0 kbyte/s)
> [V] filefmt:18  fourcc:0x30375056  size:624x336  fps:23.976  ftime:=0.0417
[snip]
> X11 opening display: :0.0
> vo: X11 color mask:  FF  (R:FF G:FF00 B:FF)
> vo: X11 running at 2304x1024 with depth 24 and 32 bpp (":0.0" => local
> display)
> [x11] Detected wm supports NetWM.
> [x11] Detected wm supports FULLSCREEN state.
> [x11] Detected wm supports ABOVE state.
> [x11] Detected wm supports BELOW state.
> [x11] Current fstype setting honours FULLSCREEN ABOVE BELOW X atoms
> ==
> Requested video codec family [vp7] (vfm=vfwex) not available.
> Enable it at compilation.
> Cannot find codec matching selected -vo and video format 0x30375056.
> ==

It appears you don't have the codec installed.

[snip]
> Video: no video
> Freeing 58 unused video chunks.
> Starting playback...
[snip]
> Exiting... (End of file)

Ok. This is how it goes.

First of all, I really don't recommend running anything (including mplayer) as 
root. You have been warned! That said, maybe mplayer *does* have the required 
codec installed, but not in root's path, for security reasons. So you might 
want to try it out as a regular user.

Second, mplayer seems to know about this type of video, and what codec is 
required:

[vma...@yoda ~]$ mplayer -vc help | grep vp7
vp7 vfwex working   On2 VP7 Personal Codec  [vp7vfw.dll]

So what you need is to find the file vp7vfw.dll somewhere, and put it somewhere 
where mplayer can find it, like in /usr/lib/codecs or /usr/lib64/codecs 
(depending on your arch). You can download the codec .exe installer for 
Windows directly from On2 website:

http://www.on2.com/index.php?617

// Side note: on this page you can find sample vp7 files to try out, which are 
of reasonable size. //

After you have downloaded it, you need to unpack it somehow, typically running 
it under Windows (or under wine, you'll find the vp7vfw.dll inside 
~/.wine/drive_c/windows/system32/ directory after installation of the .exe 
package). But since your Windows already plays the file without problems, my 
bet is that the vp7vfw.dll is already there somewhere, do a search on in under 
Windows system files, and you'll probably find it. Copy it over to Fedora and 
put it into the above codec directories.

Third, it seems that you are running 64bit arch, which might present itself as 
a tad little problem, since the .dll file is 32bit and will not work in your 
environment. What you need to do is to

(1) do a "yum remove mplayer"
(2) download the 32bit version from here:

http://download1.rpmfusion.org/free/fedora/releases/12/Everything/i386/os/mplayer-1.0-0.111.20091029svn.fc12.i686.rpm

(3) do a "yum localinstall mplayer-1.0-0.111.20091029svn.fc12.i686.rpm"
(4) make sure that the vp7vfw.dll file is in /usr/lib/codecs directory
(5) play the movie

Of course, installing 32bit mplayer on 64bit machine might be something you 
don't want to do, but AFAIK there is no way to make mplayer (or any player) 
use the 32bit windows binary codecs if it was compiled for 64bit arch.

I hope that covers it. Works on my machine at least (32bit mplayer on 64bit 
F12/KDE). ;-)

Best, :-)
Marko

P.S. Please keep the users@lists.fedoraproject.org in the To: field of your 
replies, so others can see them also.

-- 
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: PS Re: What is /usr/share/locale?

2010-03-29 Thread jack craig

Thx!

On 03/29/2010 12:31 PM, BeartoothHOS wrote:

On Mon, 29 Mar 2010 10:58:28 -0700, jack craig wrote:

   

what do the settings under preferences->mouse look like?
 

Right-handed, single-click

   

also, i am curious where you found the omega distro?
 

http://omega.dgplug.org/

   


--
Jack Craig
Software Engineer
831.461.7100 x120
www.extraview.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: PS Re: What is /usr/share/locale?

2010-03-29 Thread BeartoothHOS
On Mon, 29 Mar 2010 10:58:28 -0700, jack craig wrote:

> what do the settings under preferences->mouse look like?

Right-handed, single-click
 
> also, i am curious where you found the omega distro?

http://omega.dgplug.org/

-- 
Beartooth Staffwright, Neo-Redneck 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: [389-users] Unintended cert mapping happening

2010-03-29 Thread Rich Megginson
John A. Sullivan III wrote:
> Hello, all.  We are experiencing a weird problem and have not been able
> to fix it.  We have just renamed the top level of our tree from
> dc=old,dc=biz to dc=new,dc=com.  All went very well (well, very well
> until we also changed the certificates and keys to be from the new
> Certificate Authority - but we have that sorted now, too) except one
> remaining error.
>
> Our Zimbra (6.0.5) mail server authenticates users against our CentOS
> 8.1 Directory Server.  It is working but, every time a user tries to
> authenticate, we generate an error:
>
> slapi_search_internal ("CN=zimbra.new.com, OU=MailServers, DC=new, DC=com", 
> subtree, objectclass=*) err 32
>
> and in the access log we see:
> conn=174 SSL 128-bit RC4; client 
> CN=zimbra.new.com,OU=MailServers,DC=new,DC=com; issuer 
> CN=newca.new.com,OU=PKI,DC=new,DC=com
> conn=173 SSL failed to map client certificate to LDAP DN (No such object)
>
> We then see the directory search user (we do not allow anonymous access)
> correctly bind and authenticate.
>
> It is as if the directory server is accidentally trying to do cert
> mapping and authenticate the mail server whenever it tries to establish
> an ldaps connection.  As far as I understand, one needs to tell
> Directory Server to do this by adding a usercertificate attribute to the
> user we want to authenticate via X.509 cert.  I've searched the entire
> database dump and nothing has that attribute.  certmap.conf has been
> unchanged and is all commented out except for:
> certmap default default
>
> What is causing this and how do I fix it?
>   
http://www.redhat.com/docs/manuals/dir-server/8.1/admin/Managing_SSL-Starting_the_Server_with_SSL_Enabled.html#Starting_the_Server_with_SSL_Enabled-Enabling_SSL_Only_in_the_DS
http://www.redhat.com/docs/manuals/dir-server/8.1/admin/Managing_SSL-Using_Certificate_Based_Authentication.html#clientauth
and
http://directory.fedoraproject.org/wiki/Howto:CertMapping
> Our migration procedure was to stop dirsrv, dump the userRoot and
> NetscapeRoot databases, make all the substitutions via sed in dse.ldif
> (and .bak and .startOK), make all the substitutions via sed in the
> database dumps, and then import the revised ldif files.  Thanks - John
>
> --
> 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: KDE: Shell files won't execute properly

2010-03-29 Thread Kevin Martin


On 03/29/2010 01:48 PM, Jim wrote:
> FC12-KDE-4
>
> Shell files (/bin/bash) won't execute when Left clicking on them, single 
> or double click.
>
> They won't even execute if I tell them "Open With" Konsole, Konsole will 
> open , but file won't execute.
>
> If I do a bash "filename" then it will execute in konsole.
>   
Typically, if the script executes correctly with "bash" in front of it,
it means that you don't have the execute bits set on the file.  Check
the rwx settings on the file and see that they have "x" in there.  If
not then "chmod +x" the file and then try to run it.

Kevin
-- 
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: Shell files won't execute properly

2010-03-29 Thread Jim
On 03/29/2010 02:52 PM, michael.coll-ba...@verizonwireless.com wrote:
>
>> From: users-boun...@lists.fedoraproject.org
>> [mailto:users-boun...@lists.fedoraproject.org] On Behalf Of Jim
>> Sent: Monday, March 29, 2010 2:49 PM
>> To: Fedora user-lists
>> Subject: KDE: Shell files won't execute properly
>>
>> FC12-KDE-4
>>
>> Shell files (/bin/bash) won't execute when Left clicking on
>> them, single
>> or double click.
>>
>> They won't even execute if I tell them "Open With" Konsole,
>> Konsole will
>> open , but file won't execute.
>>
>> If I do a bash "filename" then it will execute in konsole.
>>  
> What User/Group are you running these scripts as and what are the
> permissions on the files?
> The information contained in this message and any attachment may be
> proprietary, confidential, and privileged or subject to the work
> product doctrine and thus protected from disclosure.  If the reader
> of this message is not the intended recipient, or an employee or
> agent responsible for delivering this message to the intended
> recipient, you are hereby notified that any dissemination,
> distribution or copying of this communication is strictly prohibited.
> If you have received this communication in error, please notify me
> immediately by replying to this message and deleting it and all
> copies and backups thereof.  Thank you.
>
>
>
The user/user owns the file, same user, and the file permissions is set 
to rwxrwxr-x
-- 
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: Shell files won't execute properly

2010-03-29 Thread Michael . Coll-Barth

> From: users-boun...@lists.fedoraproject.org 
> [mailto:users-boun...@lists.fedoraproject.org] On Behalf Of Jim
> Sent: Monday, March 29, 2010 2:49 PM
> To: Fedora user-lists
> Subject: KDE: Shell files won't execute properly
> 
> FC12-KDE-4
> 
> Shell files (/bin/bash) won't execute when Left clicking on 
> them, single 
> or double click.
> 
> They won't even execute if I tell them "Open With" Konsole, 
> Konsole will 
> open , but file won't execute.
> 
> If I do a bash "filename" then it will execute in konsole.

What User/Group are you running these scripts as and what are the
permissions on the files?
The information contained in this message and any attachment may be
proprietary, confidential, and privileged or subject to the work
product doctrine and thus protected from disclosure.  If the reader
of this message is not the intended recipient, or an employee or
agent responsible for delivering this message to the intended
recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited.
If you have received this communication in error, please notify me
immediately by replying to this message and deleting it and all
copies and backups thereof.  Thank 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


KDE: Shell files won't execute properly

2010-03-29 Thread Jim
FC12-KDE-4

Shell files (/bin/bash) won't execute when Left clicking on them, single 
or double click.

They won't even execute if I tell them "Open With" Konsole, Konsole will 
open , but file won't execute.

If I do a bash "filename" then it will execute in konsole.
-- 
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


[389-users] Unintended cert mapping happening

2010-03-29 Thread John A. Sullivan III
Hello, all.  We are experiencing a weird problem and have not been able
to fix it.  We have just renamed the top level of our tree from
dc=old,dc=biz to dc=new,dc=com.  All went very well (well, very well
until we also changed the certificates and keys to be from the new
Certificate Authority - but we have that sorted now, too) except one
remaining error.

Our Zimbra (6.0.5) mail server authenticates users against our CentOS
8.1 Directory Server.  It is working but, every time a user tries to
authenticate, we generate an error:

slapi_search_internal ("CN=zimbra.new.com, OU=MailServers, DC=new, DC=com", 
subtree, objectclass=*) err 32

and in the access log we see:
conn=174 SSL 128-bit RC4; client 
CN=zimbra.new.com,OU=MailServers,DC=new,DC=com; issuer 
CN=newca.new.com,OU=PKI,DC=new,DC=com
conn=173 SSL failed to map client certificate to LDAP DN (No such object)

We then see the directory search user (we do not allow anonymous access)
correctly bind and authenticate.

It is as if the directory server is accidentally trying to do cert
mapping and authenticate the mail server whenever it tries to establish
an ldaps connection.  As far as I understand, one needs to tell
Directory Server to do this by adding a usercertificate attribute to the
user we want to authenticate via X.509 cert.  I've searched the entire
database dump and nothing has that attribute.  certmap.conf has been
unchanged and is all commented out except for:
certmap default default

What is causing this and how do I fix it?

Our migration procedure was to stop dirsrv, dump the userRoot and
NetscapeRoot databases, make all the substitutions via sed in dse.ldif
(and .bak and .startOK), make all the substitutions via sed in the
database dumps, and then import the revised ldif files.  Thanks - John

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


"open" defaulting to K3B

2010-03-29 Thread BeartoothHOS

In F12, lots of things default to K3B to be opened with, even 
though K3B can't open them. And I don't get the option to "open with" on 
most of them, either.

I did manage to get into the settings to configure K3B, but saw 
nothing there that would explain why it pushes itself forward in cases it 
can't handle. I can't seem to find a way in to the settings/configuration 
for Nautilus nor Gnome generally 
-- 
Beartooth Staffwright, Neo-Redneck 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: PS Re: What is /usr/share/locale?

2010-03-29 Thread jack craig

what do the settings under preferences->mouse look like?

also, i am curious where you found the omega distro?

i loaded straight fc12 on my asus 1000...

good luck, jackc...


On 03/29/2010 10:33 AM, BeartoothHOS wrote:

On Mon, 29 Mar 2010 07:05:17 +0800, Ed Greshko wrote:

   

On 03/29/2010 06:15 AM, Rahul Sundaram wrote:
 
   

It might be easier to do
   
   

# yum -v grouplist
# yum install @tibetan-support
   
   

For a lot of groups, the shorter names are far less clumsier to type.
   


   

Well, you could use "copy&  paste".  Seems to me to be easier to do
after doing the grouplist as the what you need is already on the screen.
 

In fact, that is the way I did do it. CLI with mouse available is
the best of both worlds! :-}

Btw, a nit, hardly big enough to call a feature request: when you
type in some long command, it fails on a typo, and you want to use the up-
arrow to correct it, something (Gnome? gnome-terminal? Fedora??) prevents
you from using the mouse to put the cursor on the typo. Is there some
good reason for that??

   


--
Jack Craig
Software Engineer
831.461.7100 x120
www.extraview.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: "internet connection tester script"

2010-03-29 Thread Jim
On 03/29/2010 01:22 PM, Paolo Galtieri wrote:
> On 03/29/2010 10:12 AM, Chris Tyler wrote:
>
>> On Mon, 2010-03-29 at 12:58 -0400, Jim wrote:
>>
>>  
>>> On 03/29/2010 04:17 AM, Hakan Koseoglu wrote:
>>>
>>>
 On Mon, Mar 29, 2010 at 7:16 AM, Hiisiwrote:


  
> OK, I see. You was trying to advertise your nice working script to
> list members. That was your crafty plan, wasn't it? ;- )
> Where should one propose it for inclusion in F13? ;- )
>
>
>
 Interesting, when I saw his mail to the CentOS list, I tried it and it
 didn't work so I sent him a couple of suggestions that made it work
 for me. I don't have a Fedora 12 around to see if the default shell
 behaviour is different but with the Ubuntu's Bash it didn't work and
 required adding ` around the ping&grep  statements to allow them to
 be evaluated.


  
>>> FC12-X86-64
>>>
>>> I put the script in a text file and Properties says it a "shell script"
>>> and it has read, execute
>>> priviledges but if I left click on it, It won't execute,
>>>
>>> But if I open a Terminal window and do ~/internet-script or bash
>>> internet-script it will execute.
>>>
>>> If I do a right click and "open with" a terminal, only the terminal
>>> window opens but internet-script won't execute.
>>>
>>> How do I get this Internet-script to execute by left clicking, or even
>>> double clicking ?
>>>
>>>
>> What's the full permission mode and desktop environment?
>>
>> With mode 764 here, double-clicking brings up a display/run dialog on
>> Gnome under F12.
>>
>> -Chris
>>
>>
>>  
> If you are running Gnome you will need to go into the file browser
> preferences under Behavior and set the "Run executable text files when
> they are opened" option.  By default the Gnome file browser will ask
> what to do.
>
> Paolo
>
I'm using KDE-4 and if I tell it to "open with" Konsole , konsole will 
open but won't execute internet-script .

If I "open with" xterm it will open and execute file but, xterm shuts 
down to fast, and I can not see finale results.

Left clicking on icon produces no results.
-- 
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: KDE desktop on fedora 12

2010-03-29 Thread Hiisi
2010/3/29 Rex Dieter :
> Hiisi wrote:
>
>> 2010/3/29 Ed Greshko :
>>> On 03/29/2010 03:45 PM, amit rp wrote:
 How do i install KDE desktop on my fedora 12 i686?
>>> I normally install KDE from the start...  However, I hear...
>>>
>>> yum groupinstall "KDE (K Desktop Environment)"
>>>
>>> works just fine...
>>>
>>>
>>
>>
>> Sorry for hijacking the thread, but how do I remove KDE desktop on my
>> fedora 12 i686?
>
> yum remove kdelibs
>
> will probably get you pretty close to that goal.
>
> groupremove fails, due to overlapping/shared components between kde and
> (most) other desktops.
>
> -- Rex
>

Bingo! yum remove kdelibs did the trick. Thank you, Rex.
-- 
Hiisi.
Registered Linux User #487982. Be counted at: http://counter.li.org/
--
Spandex is a privilege, not a 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: PS Re: What is /usr/share/locale?

2010-03-29 Thread BeartoothHOS
On Mon, 29 Mar 2010 07:05:17 +0800, Ed Greshko wrote:

> On 03/29/2010 06:15 AM, Rahul Sundaram wrote:

>> It might be easier to do

>> # yum -v grouplist
>> # yum install @tibetan-support

>> For a lot of groups, the shorter names are far less clumsier to type.
   
> Well, you could use "copy & paste".  Seems to me to be easier to do
> after doing the grouplist as the what you need is already on the screen.

In fact, that is the way I did do it. CLI with mouse available is 
the best of both worlds! :-}

Btw, a nit, hardly big enough to call a feature request: when you 
type in some long command, it fails on a typo, and you want to use the up-
arrow to correct it, something (Gnome? gnome-terminal? Fedora??) prevents 
you from using the mouse to put the cursor on the typo. Is there some 
good reason for that??

-- 
Beartooth Staffwright, Neo-Redneck 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: Updating from F9 to F12

2010-03-29 Thread prakhar gaur


> I am trying to update my F9 to F12.
> i have to go from F9 to F10, then F10 to F12.
 
>>I was only able to use "preupgrade" to go from F9 to F11.  For whatever
>>reason, F9 to F12 did not work for me.  Some time in the near future, I
>>will probably try F11 to F14

when I do,
$ sudo yum install preupgrade
Loaded plugins: refresh-packagekit
http://download.fedora.redhat.com/pub/fedora/linux/releases/10/Everything/i386/os/repodata/repomd.xml:
 [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. 
Please verify its path and try again 

So again the obsolete http is culprit, as seen below.


> i tried 
> 
> $rpm -Uvh
> ftp://download.fedora.redhat.com/pub/fedora/linux/releases/Fedora/i386/os/Packages/fedora-release-*.noarch.rpm
> its says http not found, i checked, the ftp has now been moved to
> http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/10
> 
> Then i manually installed both the *fedora-release-*.noarch.rpm *packages.
> now when i try   
> $yum upgrade
> it prints,
> http://download.fedora.redhat.com/pub/fedora/linux/releases/10/Everything/i386/os/repodata/repomd.xml:
> [Errno 14] HTTP Error 404: Not Found
> Trying other mirror.
> Error: Cannot retrieve repository metadata (repomd.xml) for repository:
> fedora. Please verify its path and try again
> 
> Note the http is still incorrect,
> How do i change it to,
> http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/10/Everything/i386/os/repodata/repomd.xml
 
>>Edit the files:
 
>>  /etc/yum.repos.d/fedora.repo
>>  /etc/yum.repos.d/fedora-updates.repo

Is it safe???

any ways, I'll back up the files and try it out.

>>But, these files should be a part of your fedora-release rpm
>>What is the exact version of the fedora-release RPM that you have installed?

I installed,
F10 realese RPM
fedora-release-10-1.narch.rpm
fedora-release-notes-10.0.1.noarch.rpm
acc to documentation, now I have to 
$yum upgrade
which does not work, as show up.
 
Thank you for helping,








  -- 
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: KDE desktop on fedora 12

2010-03-29 Thread Rex Dieter
Hiisi wrote:

> 2010/3/29 Ed Greshko :
>> On 03/29/2010 03:45 PM, amit rp wrote:
>>> How do i install KDE desktop on my fedora 12 i686?
>> I normally install KDE from the start...  However, I hear...
>>
>> yum groupinstall "KDE (K Desktop Environment)"
>>
>> works just fine...
>>
>>
> 
> 
> Sorry for hijacking the thread, but how do I remove KDE desktop on my
> fedora 12 i686?

yum remove kdelibs

will probably get you pretty close to that goal.

groupremove fails, due to overlapping/shared components between kde and 
(most) other desktops.

-- Rex

-- 
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: Sftp does not work after upgrade fo F12

2010-03-29 Thread Rick Sewill
On 03/29/2010 10:23 AM, Gianfranco Durin wrote:
> On 03/29/2010 03:28 PM, Aaron Konstam wrote:
>> On Mon, 2010-03-29 at 11:07 +0200, Gianfranco Durin wrote:
>>> On 03/25/2010 03:51 PM, Marvin Kosmal wrote:
 Could start with which sftp on the Fedora machine.

 YMMV

 Marvin

>>>
>>> Thanks,
>>> I use openssh
>>>
>>> and I have
>>>
>>> Subsystem sftp /usr/libexec/sftp-server
>>>
>>> enable in my sshd.config file.
>>>
>>> Is it enough?
>>>
>>> Gianfranco
>> This is the line in my sshd.conf file
>> Subsystem   sftp/usr/libexec/openssh/sftp-server
>>
>> The file you reference does not exist on my machine.
> 
> Yes, sorry, you are right, this is the very same I have
> 
> Gianfranco

Can you ssh successfully from the client side to the server side?

Sorry if you already answered this question.
I started looking at this thread in the middle.

If you cannot ssh, that will give us some hints.

If you can ssh successfully, please check your /etc/hosts.allow and
/etc/hosts.deny files on the server side.  I believe openssh-server is
built to examine those files.  I believe those files can authenticate or
block connections on a per service per user per host basis.

On the client side, can you do sftp -v 

Does anyone know if multiple sftp -v -v -v increase the logging level as
it does in ssh -v -v -v ?

If using multiple -v does increase the logging level, can you do
sftp -v -v -v ...


-- 
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: "internet connection tester script"

2010-03-29 Thread Paolo Galtieri
On 03/29/2010 10:12 AM, Chris Tyler wrote:
> On Mon, 2010-03-29 at 12:58 -0400, Jim wrote:
>
>> On 03/29/2010 04:17 AM, Hakan Koseoglu wrote:
>>  
>>> On Mon, Mar 29, 2010 at 7:16 AM, Hiisi   wrote:
>>>
>>>
 OK, I see. You was trying to advertise your nice working script to
 list members. That was your crafty plan, wasn't it? ;- )
 Where should one propose it for inclusion in F13? ;- )

  
>>> Interesting, when I saw his mail to the CentOS list, I tried it and it
>>> didn't work so I sent him a couple of suggestions that made it work
>>> for me. I don't have a Fedora 12 around to see if the default shell
>>> behaviour is different but with the Ubuntu's Bash it didn't work and
>>> required adding ` around the ping&   grep  statements to allow them to
>>> be evaluated.
>>>
>>>
>> FC12-X86-64
>>
>> I put the script in a text file and Properties says it a "shell script"
>> and it has read, execute
>> priviledges but if I left click on it, It won't execute,
>>
>> But if I open a Terminal window and do ~/internet-script or bash
>> internet-script it will execute.
>>
>> If I do a right click and "open with" a terminal, only the terminal
>> window opens but internet-script won't execute.
>>
>> How do I get this Internet-script to execute by left clicking, or even
>> double clicking ?
>>  
> What's the full permission mode and desktop environment?
>
> With mode 764 here, double-clicking brings up a display/run dialog on
> Gnome under F12.
>
> -Chris
>
>
If you are running Gnome you will need to go into the file browser 
preferences under Behavior and set the "Run executable text files when 
they are opened" option.  By default the Gnome file browser will ask 
what to do.

Paolo
-- 
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: KDE desktop on fedora 12

2010-03-29 Thread Patrick Bartek
--- On Mon, 3/29/10, Hiisi  wrote:

> 2010/3/29 Ed Greshko :
> > On 03/29/2010 03:45 PM, amit rp wrote:
> >> How do i install KDE desktop on my fedora 12
> i686?
> > I normally install KDE from the start...  However, I
> hear...
> >
> > yum groupinstall "KDE (K Desktop Environment)"
> >
> > works just fine...
> >
> >
> 
> 
> Sorry for hijacking the thread, but how do I remove KDE
> desktop on my
> fedora 12 i686?
> yum groupremove "KDE (KDE-työpöytäympäristö)" results
> in proposition
> to erase damn lot of dependences, including openoffice and
> vlc media
> player and even skype.

The only way I was able to get rid of most (don't know if I got rid of all of 
it) was to remove the components, applets, etc. individually, least important 
first, keeping track of what was removed in the process, so I could reinstall 
those dependencies/apps if I needed them.   

This is not a perfect solution.  It is almost easier to reinstall the OS and 
choose not to install KDE than to attempt uninstalling.  Yum needs to be made 
smarter regarding uninstalling.

B
-- 
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: "internet connection tester script"

2010-03-29 Thread Chris Tyler
On Mon, 2010-03-29 at 12:58 -0400, Jim wrote:
> On 03/29/2010 04:17 AM, Hakan Koseoglu wrote:
> > On Mon, Mar 29, 2010 at 7:16 AM, Hiisi  wrote:
> >
> >> OK, I see. You was trying to advertise your nice working script to
> >> list members. That was your crafty plan, wasn't it? ;- )
> >> Where should one propose it for inclusion in F13? ;- )
> >>  
> > Interesting, when I saw his mail to the CentOS list, I tried it and it
> > didn't work so I sent him a couple of suggestions that made it work
> > for me. I don't have a Fedora 12 around to see if the default shell
> > behaviour is different but with the Ubuntu's Bash it didn't work and
> > required adding ` around the ping&  grep  statements to allow them to
> > be evaluated.
> >
> FC12-X86-64
> 
> I put the script in a text file and Properties says it a "shell script" 
> and it has read, execute
> priviledges but if I left click on it, It won't execute,
> 
> But if I open a Terminal window and do ~/internet-script or bash 
> internet-script it will execute.
> 
> If I do a right click and "open with" a terminal, only the terminal 
> window opens but internet-script won't execute.
> 
> How do I get this Internet-script to execute by left clicking, or even 
> double clicking ?

What's the full permission mode and desktop environment?

With mode 764 here, double-clicking brings up a display/run dialog on
Gnome under F12.

-Chris

-- 
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: "internet connection tester script"

2010-03-29 Thread Hiisi
2010/3/29 Jim :
> On 03/29/2010 04:17 AM, Hakan Koseoglu wrote:
>> On Mon, Mar 29, 2010 at 7:16 AM, Hiisi  wrote:
>>
<--SNIP-->>> be evaluated.
>>
> FC12-X86-64
>
> I put the script in a text file and Properties says it a "shell script"
> and it has read, execute
> priviledges but if I left click on it, It won't execute,
>
> But if I open a Terminal window and do ~/internet-script or bash
> internet-script it will execute.
>
> If I do a right click and "open with" a terminal, only the terminal
> window opens but internet-script won't execute.
>
> How do I get this Internet-script to execute by left clicking, or even
> double clicking ?

Open terminal and tyoe in:
chmod +x internet-script
That will make file executable.
-- 
Hiisi.
Registered Linux User #487982. Be counted at: http://counter.li.org/
--
Spandex is a privilege, not a 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: "internet connection tester script"

2010-03-29 Thread Jim
On 03/29/2010 04:17 AM, Hakan Koseoglu wrote:
> On Mon, Mar 29, 2010 at 7:16 AM, Hiisi  wrote:
>
>> OK, I see. You was trying to advertise your nice working script to
>> list members. That was your crafty plan, wasn't it? ;- )
>> Where should one propose it for inclusion in F13? ;- )
>>  
> Interesting, when I saw his mail to the CentOS list, I tried it and it
> didn't work so I sent him a couple of suggestions that made it work
> for me. I don't have a Fedora 12 around to see if the default shell
> behaviour is different but with the Ubuntu's Bash it didn't work and
> required adding ` around the ping&  grep  statements to allow them to
> be evaluated.
>
FC12-X86-64

I put the script in a text file and Properties says it a "shell script" 
and it has read, execute
priviledges but if I left click on it, It won't execute,

But if I open a Terminal window and do ~/internet-script or bash 
internet-script it will execute.

If I do a right click and "open with" a terminal, only the terminal 
window opens but internet-script won't execute.

How do I get this Internet-script to execute by left clicking, or even 
double clicking ?
-- 
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: Sftp does not work after upgrade fo F12

2010-03-29 Thread eduard0
Gianfranco,  if I well remember vsftp doesn't run by default. You have 
to enable it manually.

chkconfig --list vsftpd

#It will give you an answer if it's running at your default runlevel, 
i.e 3 or 5.
#If it's not, enable it by:

chkconfig --level 35 vsftpd on

#double check it again
chkconfig --list vsftpd

#you should see that it's configured to run on levels 3 and 5 at startup

#once you see this correctly then:

service vsftpd start


Regards,

-- 
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: Updating from F9 to F12

2010-03-29 Thread Patrick Bartek
--- On Mon, 3/29/10, prakhar gaur  wrote:

This is my first mail to a mailing list , so if i make any mistakes, Sorry.
I am trying to update my F9 to F12. 
i have to go from F9 to F10, then F10 to F12.
i tried  

[snip]

Don't waste your time trying to upgrade.  Upgrading has always been 
problematical even when only going to the next release.  Back up your data, and 
do a clean install of 12.

Or do what I do:  Install new release leaving the old one untouched, and dual 
boot for safety.

B
-- 
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: ogm video

2010-03-29 Thread Michael Miles
On 03/29/2010 09:05 AM, Pete Travis wrote:
> No solution, but a few suggestions:
>
> Look over fedorasolved.org , I seem to recall a lot of video oriented pages. 
> They are likely to involve livna and rpmfusion repos; good idea to enable 
> both and 'yum search ogm' or 'yum search ogg' again.
>
> 'Yum install vlc' is a default for me- it installs a lot of codecs as 
> dependencies. A lot of useful features as a frontend, too.
>
> If you need to transcode, I highly reccomend 'handbrake' . It provides a 
> thoroughly featured and easy to use front end, and was the best solution I 
> found that utilized SMP.
>
> Pete
> -Original Message-
> From: Marko Vojinovic
> Date: Mon, 29 Mar 2010 12:17:34
> To:
> Subject: Re: ogm video
>
> On Monday 29 March 2010 03:14:16 Michael Miles wrote:
>
>> On 03/28/2010 06:29 PM, Marko Vojinovic wrote:
>>  
>>> On Sunday 28 March 2010 23:50:18 Michael Miles wrote:
>>>
 On 03/28/2010 03:06 PM, Tim wrote:

 Limite de Segurança.ogm

 unfortunately this has to be downloaded with torrent
 http://www.kickasstorrents.com/t524772.html
  
>>> [snip]
>>>
>>>
 I have installed every codec under the sun but no joy there

 I opened a virtual windows os and intalled klite codec pack
 xillisoft converted it no problem

 on the linux side no way
  
>>> What does mplayer say when you try to play it? If it doesn't play,
>>> mplayer should provide a reason. It usually spits out a whole slew of
>>> info messages, and among those there are usually good indications what
>>> is wrong.
>>>
>> It comes out with video/x-ogm-unknown-decoder
>>  
>
> Can you please copy-paste the whole mplayer output? Maybe even adding the -v
> option to increase verbosity level a bit? Oh, of course, don't use a GUI. Open
> a terminal, type
>
> mplayer -v filenameofthemovie
>
> and post the output.
>
> I am curious about this also, but it appears that the torrent you provided is
> dead --- I see only two seeders with combined output of 835 B/s (!!!), and the
> estimated time of download is 36 days 14 hours, which is of course ridiculous
> for any testing purposes.
>
> HTH, :-)
> Marko
>
> Well, I think I have solved the problem

Win32 codec pack was installed but because I am running a 64 bit system 
it will not play

Too bad so sad
Thanks for the help
This is one puzzle I feel will not get solved



Michael


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


NetworkManager has stopped working

2010-03-29 Thread Timothy Murphy

When I re-booted my Thinkpad T43 laptop today, 
NM failed to start,
as far as I can see through a failure of wpa_supplicant :

Mar 29 14:41:45 carrie NetworkManager:   (eth1): driver supports SSID 
scans (scan_capa 0x21).
Mar 29 14:41:45 carrie NetworkManager:   (eth1): new 802.11 WiFi 
device (driver: 'ipw2200')
Mar 29 14:41:45 carrie NetworkManager:   (eth1): exported as 
/org/freedesktop/NetworkManager/Devices/1
Mar 29 14:41:45 carrie NetworkManager:   modem-manager is now 
available
Mar 29 14:41:45 carrie NetworkManager:   default_adapter_cb(): bluez 
error getting default adapter: The name org.bluez was not provided by any 
.service files
Mar 29 14:41:45 carrie NetworkManager:   Trying to start the 
supplicant...
Mar 29 14:41:45 carrie NetworkManager:   (eth1): supplicant manager 
state:  down -> idle


The network service works fine
(on chkconfig-ing NetworkManager off, and network on,
and re-booting).
Also "sudo iwlist scan" sees my AP perfectly.

Can anyone suggest what the cause might be,
or how I can find out?

There appears to be no recent entry in /var/log/wpa_supplicant.log .

Actually, this is the second (of 5 or 6 machines)
on which NM is not running, although the network service works.
In both cases the problem seems to be connected to wpa_supplicant.

Any advice or suggestions gratefully received.

Ps I was grateful to find that the network service
seems to work better than it used to ...

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

-- 
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: ogm video

2010-03-29 Thread Pete Travis
No solution, but a few suggestions:

Look over fedorasolved.org , I seem to recall a lot of video oriented pages. 
They are likely to involve livna and rpmfusion repos; good idea to enable both 
and 'yum search ogm' or 'yum search ogg' again. 

'Yum install vlc' is a default for me- it installs a lot of codecs as 
dependencies. A lot of useful features as a frontend, too.

If you need to transcode, I highly reccomend 'handbrake' . It provides a 
thoroughly featured and easy to use front end, and was the best solution I 
found that utilized SMP.

Pete
-Original Message-
From: Marko Vojinovic 
Date: Mon, 29 Mar 2010 12:17:34 
To: 
Subject: Re: ogm video

On Monday 29 March 2010 03:14:16 Michael Miles wrote:
> On 03/28/2010 06:29 PM, Marko Vojinovic wrote:
> > On Sunday 28 March 2010 23:50:18 Michael Miles wrote:
> >> On 03/28/2010 03:06 PM, Tim wrote:
> >> 
> >> Limite de Segurança.ogm
> >> 
> >> unfortunately this has to be downloaded with torrent
> >> http://www.kickasstorrents.com/t524772.html
> > 
> > [snip]
> > 
> >> I have installed every codec under the sun but no joy there
> >> 
> >> I opened a virtual windows os and intalled klite codec pack
> >> xillisoft converted it no problem
> >> 
> >> on the linux side no way
> > 
> > What does mplayer say when you try to play it? If it doesn't play,
> > mplayer should provide a reason. It usually spits out a whole slew of
> > info messages, and among those there are usually good indications what
> > is wrong.
> 
> It comes out with video/x-ogm-unknown-decoder
 
Can you please copy-paste the whole mplayer output? Maybe even adding the -v 
option to increase verbosity level a bit? Oh, of course, don't use a GUI. Open 
a terminal, type

mplayer -v filenameofthemovie

and post the output.

I am curious about this also, but it appears that the torrent you provided is 
dead --- I see only two seeders with combined output of 835 B/s (!!!), and the 
estimated time of download is 36 days 14 hours, which is of course ridiculous 
for any testing purposes.

HTH, :-)
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
-- 
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: Sftp does not work after upgrade fo F12

2010-03-29 Thread Gianfranco Durin
On 03/29/2010 03:28 PM, Aaron Konstam wrote:
> On Mon, 2010-03-29 at 11:07 +0200, Gianfranco Durin wrote:
>> On 03/25/2010 03:51 PM, Marvin Kosmal wrote:
>>> Could start with which sftp on the Fedora machine.
>>>
>>> YMMV
>>>
>>> Marvin
>>>
>>
>> Thanks,
>> I use openssh
>>
>> and I have
>>
>> Subsystem sftp /usr/libexec/sftp-server
>>
>> enable in my sshd.config file.
>>
>> Is it enough?
>>
>> Gianfranco
> This is the line in my sshd.conf file
> Subsystem   sftp/usr/libexec/openssh/sftp-server
>
> The file you reference does not exist on my machine.

Yes, sorry, you are right, this is the very same I have

Gianfranco
-- 
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: Updating from F9 to F12

2010-03-29 Thread Jim van Wel
Hi,

According to the wiki, it's simply not possible to upgrade to F12 from F10
or lower directly, see:

http://fedoraproject.org/wiki/YumUpgradeFaq#Fedora_11_-.3E_Fedora_12

It says:
It is not possible to update directly from Fedora 10 or earlier with yum.
To upgrade from Fedora 10, first update to Fedora 11, and then upgrade
from Fedora 11 to Fedora 12. If you are using a release before Fedora 10,
use one of the official upgrade methods or backup your data, perform a
fresh installation, and restore from backup.

Good luck!

> On Mon, 2010-03-29 at 08:36 -0400, Kevin J. Cummings wrote:
>> I was only able to use "preupgrade" to go from F9 to F11.  For
>> whatever
>> reason, F9 to F12 did not work for me.  Some time in the near future,
>> I
>> will probably try F11 to F14
>
> $ rpm -qi preupgrade
> [...]
> preupgrade prepares your Fedora system for an upgrade to the next
> version by examining your system, downloading all the files needed for
> the upgrade, and then setting up your system to perform the upgrade
> after rebooting.
>
> AFAIK preupgrade is only meant to work when upgrading from N to N+1. It
> may work for larger gaps, but I wouldn't be that confident.
>
> poc
>
> --
> 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: Sftp does not work after upgrade fo F12

2010-03-29 Thread Marvin Kosmal
I agree with Aaron...

Check both locations and modify  sshd_config

Subsystem   sftp/usr/libexec/openssh/sftp-server
Subsystem sftp /usr/libexec/sftp-server

Where is sftp-server located??

YMMV

Marvin


On 3/29/10, Aaron Konstam  wrote:
> On Mon, 2010-03-29 at 11:07 +0200, Gianfranco Durin wrote:
>> On 03/25/2010 03:51 PM, Marvin Kosmal wrote:
>> > Could start with which sftp on the Fedora machine.
>> >
>> > YMMV
>> >
>> > Marvin
>> >
>>
>> Thanks,
>> I use openssh
>>
>> and I have
>>
>> Subsystem sftp /usr/libexec/sftp-server
>>
>> enable in my sshd.config file.
>>
>> Is it enough?
>>
>> Gianfranco
> This is the line in my sshd.conf file
> Subsystem   sftp/usr/libexec/openssh/sftp-server
>
> The file you reference does not exist on my machine.
> --
> ===
> A bird in the hand is worth two in the bush. -- Cervantes
> ===
> Aaron Konstam telephone: (210) 656-0355 e-mail: akons...@sbcglobal.net
>
> --
> 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: Updating from F9 to F12

2010-03-29 Thread Patrick O'Callaghan
On Mon, 2010-03-29 at 08:36 -0400, Kevin J. Cummings wrote:
> I was only able to use "preupgrade" to go from F9 to F11.  For
> whatever
> reason, F9 to F12 did not work for me.  Some time in the near future,
> I
> will probably try F11 to F14

$ rpm -qi preupgrade
[...]
preupgrade prepares your Fedora system for an upgrade to the next
version by examining your system, downloading all the files needed for
the upgrade, and then setting up your system to perform the upgrade
after rebooting.

AFAIK preupgrade is only meant to work when upgrading from N to N+1. It
may work for larger gaps, but I wouldn't be that confident.

poc

-- 
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: Fedora12 keyboard choice setting is not respected.

2010-03-29 Thread Gabriel VLASIU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, 26 Mar 2010, Leslie S Satenstein wrote:

> I found another way that seems to work, and does not require any changes 
> to /etc files or copying from /var
> 
> Assume you are using gnome. Then add  "keyboard layout indicator" to the 
> panel and set it to your preferred keyboard layout. Use the options to 
> delete all keyboards you do not want to see. Then irrespective of the 
> keyboard shown in the Gnome signon panel, it appears or will keep the 
> one you originally chose from the keyboard layout setting
I don't use gnome. Ever. kde rarely. Once on 3-4 years. So...


Sincerely,
Gabriel

- -- 

// Gabriel VLASIU
//
// OpenGPG-KeyID  : 0xE684206E
// OpenGPG-Fingerprint: 0C3D 9F8B 725D E243 CB3C 8428 796A DB1F E684 206E
// OpenGPG-URL: http://www.vlasiu.net/public.key


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFLsLQReWrbH+aEIG4RAijvAJ41QfEECU+EYmYUte8lQQvabiJBvQCggN7v
JuiGuLO5iczsJRFlBLv7DHo=
=ABt+
-END 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: Critical temperature reached, shutting down

2010-03-29 Thread Steve Malenfant
I re-installed FC12 last night after having to remove the hard drive from
this machine. Got the same problem again. It goes away when I use "noacpi"
and "noapm" on the kernel boot line.

I still don't know which sensors is telling me that that critical
temperature is being reached.

Any ideas?

On Sun, Jan 24, 2010 at 10:18 AM, Steve Malenfant wrote:

> I have an ECS board which triggers these Critical temperature alarm and
> them my system shuts down. This happens only in "yum update" but doesn't on
> video playback for hours.
>
> Jan 14 14:06:19 localhost kernel: Critical temperature reached (127 C),
> shutting down.
> Jan 14 14:06:19 localhost kernel: Critical temperature reached (127 C),
> shutting down.
>
> The problem I have is that the CPU temp stays about 40C when this happens
> (using sensors) and can't find any temperature that goes higher in the
> sensors data.
>
> Seems like a ACPI problem but the kernel log message has no details on
> which sensors is at 127 C.
>
> Is there a way to tell the kernel to be a bit more verbose on these?
>
> Thanks.
>
>
-- 
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] How to rename DIT?

2010-03-29 Thread Rich Megginson
John A. Sullivan III wrote:
> On Fri, 2010-03-26 at 17:05 -0600, Rich Megginson wrote:
>   
>> John A. Sullivan III wrote:
>> 
>>> On Fri, 2010-03-26 at 16:28 -0600, Rich Megginson wrote:
>>>   
>>>   
 John A. Sullivan III wrote:
 
 
> Hello, all.  We've recently undergone a corporate name and domain
> change, let's say from oldname.biz to newname.com.  Consequently, we
> need to rename the top level of our LDAP structure.  We installed CentOS
> Directory Server 8.1 into dc=oldname,dc=biz and now need that entire
> structure to have dc=newname,dc=com at the top.  Everything else stays
> the same.
>
> I realize I'll need to edit all my ACIs and repoint all my LDAP clients,
> but is there an easy way to rename the tree? I'd hate to try to move all
> the elements (especially since I believe we can only move leaves) and
> worse yet have to recreate the entire tree :-
>
> I assume it is not as simple as going to the top level object in the
> directory, going to advanced properties and changing the entrydn.
> Thanks - John
>   
>   
>   
 With 389 1.2.6 you can do a subtree rename operation.  Otherwise, I 
 suggest you
 dump to ldif
 run a script on the ldif to convert oldname to newname
 import from ldif
 
 
>>> 
>>> Yes, the features in 1.2.6 have me drooling! But it looks like I'll need
>>> to go the ldif route.  Any caveats, e.g., shutting down dirsrv before
>>> starting? Is it as simple as dump, edit, import? Thanks - John
>>>   
>>>   
>> Anything under the subtree cn=config will need to be changed after the 
>> ldif dump and before importing the new data
>> Also, anything under o=NetscapeRoot (if you're using the console) will 
>> likely need to change too if it refers to the old suffix
>> 
> 
> Hmm . . . thinking this through in our relatively simple environment -
> Single Master, one read only replica, one Windows synchronization
> agreement.
>
> If we dump and make the edits to userRoot and NetscapeRoot as well as
> editing dse.ldif on each local LDAP server, does that cover everything
> (even ACIs as I think about it)
Yes
> or do we still need to go into the
> console and cleanup various bits manually including the cn=config (I
> thought that was held in dse.ldif?
You should not have to change anything in the console.
> Thanks - John
>
> --
> 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: Sftp does not work after upgrade fo F12

2010-03-29 Thread Aaron Konstam
On Mon, 2010-03-29 at 11:07 +0200, Gianfranco Durin wrote: 
> On 03/25/2010 03:51 PM, Marvin Kosmal wrote:
> > Could start with which sftp on the Fedora machine.
> >
> > YMMV
> >
> > Marvin
> >
> 
> Thanks,
> I use openssh
> 
> and I have
> 
> Subsystem sftp /usr/libexec/sftp-server
> 
> enable in my sshd.config file.
> 
> Is it enough?
> 
> Gianfranco
This is the line in my sshd.conf file
Subsystem   sftp/usr/libexec/openssh/sftp-server

The file you reference does not exist on my machine.
--
===
A bird in the hand is worth two in the bush. -- Cervantes
===
Aaron Konstam telephone: (210) 656-0355 e-mail: akons...@sbcglobal.net

-- 
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: Updating from F9 to F12

2010-03-29 Thread Kevin J. Cummings
On 03/29/2010 07:43 AM, prakhar gaur wrote:
> 
> Dear All,
> 
> This is my first mail to a mailing list , so if i make any mistakes, Sorry.
> I am trying to update my F9 to F12.
> i have to go from F9 to F10, then F10 to F12.

I was only able to use "preupgrade" to go from F9 to F11.  For whatever
reason, F9 to F12 did not work for me.  Some time in the near future, I
will probably try F11 to F14

> i tried 
> 
> $rpm -Uvh
> ftp://download.fedora.redhat.com/pub/fedora/linux/releases/Fedora/i386/os/Packages/fedora-release-*.noarch.rpm
> its says http not found, i checked, the ftp has now been moved to
> http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/10
> 
> Then i manually installed both the *fedora-release-*.noarch.rpm *packages.
> now when i try   
> $yum upgrade
> it prints,
> http://download.fedora.redhat.com/pub/fedora/linux/releases/10/Everything/i386/os/repodata/repomd.xml:
> [Errno 14] HTTP Error 404: Not Found
> Trying other mirror.
> Error: Cannot retrieve repository metadata (repomd.xml) for repository:
> fedora. Please verify its path and try again
> 
> Note the http is still incorrect,
> How do i chance it to,
> http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/10/Everything/i386/os/repodata/repomd.xml

Edit the files:

/etc/yum.repos.d/fedora.repo
/etc/yum.repos.d/fedora-updates.repo

?

But, these files should be a part of your fedora-release rpm
What is the exact version of the fedora-release RPM that you have installed?

I have commented out the lines beginning with "baseurl=" and uncommented
the lines beginning with "mirrorlist="

> # 
> http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
> mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch

My plans are to upgrade my F10 server to F13 sometime next month using
pre-upgrade.

> Thanking you all,

-- 
Kevin J. Cummings
kjch...@rcn.com
cummi...@kjchome.homeip.net
cummi...@kjc386.framingham.ma.us
Registered Linux User #1232 (http://counter.li.org)
-- 
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 bug, or?

2010-03-29 Thread Ed Greshko
On 03/29/2010 08:17 PM, Marko Vojinovic wrote:


[snip]
> Yeah, very funny... ;-)
>
> Also, there is another relevant remark in man yum:
>   
Indeed.
> 
>groupremove
> Is used to remove all of the packages in a group, unlike "groupinstall" this 
> will remove everything regardless of group_package_types. It is worth 
> pointing 
> out that packages can be in more than one group, so "groupinstall X Y" 
> followed by "groupremove Y" does not do give you the same result as 
> "groupinstall X".
> 
>
> Illuminating, what can I say? Set theory in action... ;-)
>   
Yes, thanks for reading for me  :-)

I can now sleep tonight.

Ed



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: yum bug, or?

2010-03-29 Thread Marko Vojinovic
On Monday 29 March 2010 13:00:23 Marko Vojinovic wrote:
> On Monday 29 March 2010 08:34:58 Ed Greshko wrote:
> > A previous post prompted me to try removing various language groups via
> > yum.  I was surprised when this happened after doing yum groupremove
> > "Tajik Support"
> 
> [snip complete openoffice suite]
> 
> 
> Well of course, Tajik Support is completely crucial for any core Linux
> functionality, didn't you know? :-D
> 
> Seriously, the culprit is here is dejavu-sans-fonts, it seems. From the yum
> dependency resolution,
> 
> --> Processing Dependency: dejavu-sans-fonts for package: 1:openoffice.org-
> core-3.1.1-19.28.fc12.x86_64
> 
> so anything openoffice* depends on it. However, the same package is listed
> under "mandatory" section in yum groupinfo "Tajik Support":
> 
> Group: Tajik Support
>  Mandatory Packages:
>dejavu-sans-fonts
>  Default Packages:
>dejavu-sans-mono-fonts
>dejavu-serif-fonts
>  Conditional Packages:
>kde-l10n-Tajik
> 
> I don't know what "mandatory" means in this context, but I guess when you
> try to remove the whole group, yum tries to remove the dejavu fonts as
> well, creating a cascade.
> 
> > This deserves a bugzillabut I wonder what component would be best to
> > file it under.  Does anyone know for sure?
> 
> I would guess that the "Tajik Support" group is the culprit here, but I'm
> not sure this is actually a bug. While not being certain how the concept
> of a "group" actually works, my guess is that if you want to remove the
> *whole* group, it removes the *whole* group.
> 
> Maybe someone can explain how to remove the group without removing all of
> it's packages?
> 
> Actually, I've been wondering even before about this --- if I yum
> groupinstall some group, then remove some individual package which is a
> part of that group, does that mean that the group is still installed or
> not? It is unclear to me what criterion defines that a group is installed,
> since one can have only some of its packages installed. Fuzzy.
> 
> As a workaround, I guess yum groupremove "Tajik Support" followed by yum
> install openoffice* would not drag in the complete Tajik support again, but
> just the dejavu-sans-fonts package which is needed.

Ok, found it --- the man yum says:


  grouplist
Is used to list the available groups from all yum repos. Groups are marked as 
"installed" if all mandatory packages are installed, or if a group doesn’t 
have  any  mandatory  packages  then  it  is  installed  if  any  of  the 
optional or default package are installed.


So in this case, whenever you have the dejavu-sans-fonts installed, you 
automatically have "Tajik Support" group installed, by definition. And since 
openoffice depends on dejavu-sans-fonts, it really turns out that "Tajik 
Support" is a necessary dependency for openoffice.

Yeah, very funny... ;-)

Also, there is another relevant remark in man yum:


   groupremove
Is used to remove all of the packages in a group, unlike "groupinstall" this 
will remove everything regardless of group_package_types. It is worth pointing 
out that packages can be in more than one group, so "groupinstall X Y" 
followed by "groupremove Y" does not do give you the same result as 
"groupinstall X".


Illuminating, what can I say? Set theory in action... ;-)

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: yum bug, or?

2010-03-29 Thread Marko Vojinovic
On Monday 29 March 2010 08:34:58 Ed Greshko wrote:
> A previous post prompted me to try removing various language groups via
> yum.  I was surprised when this happened after doing yum groupremove
> "Tajik Support"
> 
[snip complete openoffice suite]
 

Well of course, Tajik Support is completely crucial for any core Linux 
functionality, didn't you know? :-D

Seriously, the culprit is here is dejavu-sans-fonts, it seems. From the yum 
dependency resolution,

--> Processing Dependency: dejavu-sans-fonts for package: 1:openoffice.org-
core-3.1.1-19.28.fc12.x86_64

so anything openoffice* depends on it. However, the same package is listed 
under 
"mandatory" section in yum groupinfo "Tajik Support":

Group: Tajik Support
 Mandatory Packages:
   dejavu-sans-fonts
 Default Packages:
   dejavu-sans-mono-fonts
   dejavu-serif-fonts
 Conditional Packages:
   kde-l10n-Tajik

I don't know what "mandatory" means in this context, but I guess when you try 
to remove the whole group, yum tries to remove the dejavu fonts as well, 
creating a cascade.

> This deserves a bugzillabut I wonder what component would be best to
> file it under.  Does anyone know for sure?

I would guess that the "Tajik Support" group is the culprit here, but I'm not 
sure this is actually a bug. While not being certain how the concept of a 
"group" actually works, my guess is that if you want to remove the *whole* 
group, it removes the *whole* group.

Maybe someone can explain how to remove the group without removing all of it's 
packages?

Actually, I've been wondering even before about this --- if I yum groupinstall 
some group, then remove some individual package which is a part of that group, 
does that mean that the group is still installed or not? It is unclear to me 
what criterion defines that a group is installed, since one can have only some 
of its packages installed. Fuzzy.

As a workaround, I guess yum groupremove "Tajik Support" followed by yum 
install openoffice* would not drag in the complete Tajik support again, but 
just 
the dejavu-sans-fonts package which is needed.

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


Updating from F9 to F12

2010-03-29 Thread prakhar gaur





Dear All,

This is my first mail to a mailing list , so if i make any mistakes, Sorry.
I am trying to update my F9 to F12. 
i have to go from F9 to F10, then F10 to F12.
i tried  

$rpm -Uvh 
ftp://download.fedora.redhat.com/pub/fedora/linux/releases/Fedora/i386/os/Packages/fedora-release-*.noarch.rpm
its says http not found, i checked, the ftp has now been moved to 
http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/10

Then i manually installed both the fedora-release-*.noarch.rpm packages.
now when i try
$yum upgrade
it prints, 
http://download.fedora.redhat.com/pub/fedora/linux/releases/10/Everything/i386/os/repodata/repomd.xml:
 [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. 
Please verify its path and try again

Note the http is still incorrect,
How do i chance it to, 
http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/10/Everything/i386/os/repodata/repomd.xml

Thanking you all,

  -- 
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: ogm video

2010-03-29 Thread Marko Vojinovic
On Monday 29 March 2010 03:14:16 Michael Miles wrote:
> On 03/28/2010 06:29 PM, Marko Vojinovic wrote:
> > On Sunday 28 March 2010 23:50:18 Michael Miles wrote:
> >> On 03/28/2010 03:06 PM, Tim wrote:
> >> 
> >> Limite de Segurança.ogm
> >> 
> >> unfortunately this has to be downloaded with torrent
> >> http://www.kickasstorrents.com/t524772.html
> > 
> > [snip]
> > 
> >> I have installed every codec under the sun but no joy there
> >> 
> >> I opened a virtual windows os and intalled klite codec pack
> >> xillisoft converted it no problem
> >> 
> >> on the linux side no way
> > 
> > What does mplayer say when you try to play it? If it doesn't play,
> > mplayer should provide a reason. It usually spits out a whole slew of
> > info messages, and among those there are usually good indications what
> > is wrong.
> 
> It comes out with video/x-ogm-unknown-decoder
 
Can you please copy-paste the whole mplayer output? Maybe even adding the -v 
option to increase verbosity level a bit? Oh, of course, don't use a GUI. Open 
a terminal, type

mplayer -v filenameofthemovie

and post the output.

I am curious about this also, but it appears that the torrent you provided is 
dead --- I see only two seeders with combined output of 835 B/s (!!!), and the 
estimated time of download is 36 days 14 hours, which is of course ridiculous 
for any testing purposes.

HTH, :-)
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: Sftp does not work after upgrade fo F12

2010-03-29 Thread Gianfranco Durin
On 03/25/2010 03:51 PM, Marvin Kosmal wrote:
> Could start with which sftp on the Fedora machine.
>
> YMMV
>
> Marvin
>

Thanks,
I use openssh

and I have

Subsystem sftp /usr/libexec/sftp-server

enable in my sshd.config file.

Is it enough?

Gianfranco
-- 
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: Xen support

2010-03-29 Thread Onkar Mahajan
Any suggestions from where I can get Xen 4.0 ?
or should I try some previous release of xen which works ?

Regards,
Onkar

On Mon, Mar 29, 2010 at 2:16 PM, Pasi Kärkkäinen  wrote:

> On Mon, Mar 29, 2010 at 04:39:22AM -0300, Itamar Reis Peixoto wrote:
> > > There's unofficial rpm repository with xendom0 kernels available.
> > >
> > > Note that you also need to update to Xen 4.0.0 for the latest kernels
> to work!
> > >
> http://fedorapeople.org/~myoung/dom0/src/xen-4.0.0-0.6.rc8.fc12.src.rpm
> > >
> > > -- Pasi
> >
> >
> > why fedora xen-rpm was not upgraded to xen 4.0 ?
> >
>
> Because Xen 4.0.0 hasn't been released yet.
> There's ongoing to work to get Xen 4.0.0 rpms to rawhide/F13.
>
> -- Pasi
>
> --
> 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: Xen support

2010-03-29 Thread Pasi Kärkkäinen
On Mon, Mar 29, 2010 at 04:39:22AM -0300, Itamar Reis Peixoto wrote:
> > There's unofficial rpm repository with xendom0 kernels available.
> >
> > Note that you also need to update to Xen 4.0.0 for the latest kernels to 
> > work!
> > http://fedorapeople.org/~myoung/dom0/src/xen-4.0.0-0.6.rc8.fc12.src.rpm
> >
> > -- Pasi
> 
> 
> why fedora xen-rpm was not upgraded to xen 4.0 ?
> 

Because Xen 4.0.0 hasn't been released yet.
There's ongoing to work to get Xen 4.0.0 rpms to rawhide/F13.

-- Pasi

-- 
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 12: issue running custom Env. Variable before KDE login (SOLVED)

2010-03-29 Thread Steven P. Ulrick
Hello Everyone,
An apporpriately altered version of this:
http://forum.kde.org/viewtopic.php?f=153&t=86700&p=153017#p152999

fixed my problem.

So, for posterity, here is what my "~/.kde/env/customenv.sh" file looks 
like:
  #!/bin/sh
  export KDEDIR=/usr
  export KDEDIRS=/usr/local/spu/spu-20100328/kde:$KDEDIR
  export PATH=/usr/local/spu/spu-20100328/kde/bin:/usr/bin:$PATH
  export LD_LIBRARY_PATH=/usr/local/spu/spu-20100328/kde/lib:/usr/lib:
$LD_LIBRARY_PATH

Thank you for your patience,
Steven P. Ulrick
-- 
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: "internet connection tester script"

2010-03-29 Thread Hakan Koseoglu
On Mon, Mar 29, 2010 at 7:16 AM, Hiisi  wrote:
> OK, I see. You was trying to advertise your nice working script to
> list members. That was your crafty plan, wasn't it? ;- )
> Where should one propose it for inclusion in F13? ;- )
Interesting, when I saw his mail to the CentOS list, I tried it and it
didn't work so I sent him a couple of suggestions that made it work
for me. I don't have a Fedora 12 around to see if the default shell
behaviour is different but with the Ubuntu's Bash it didn't work and
required adding ` around the ping & grep  statements to allow them to
be evaluated.
-- 
Hakan (m1fcj) - http://www.hititgunesi.org
-- 
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: KDE desktop on fedora 12

2010-03-29 Thread Ed Greshko
On 03/29/2010 04:15 PM, Hiisi wrote:
> 2010/3/29 Ed Greshko :
>   
>> On 03/29/2010 03:45 PM, amit rp wrote:
>> 
>>> How do i install KDE desktop on my fedora 12 i686?
>>>   
>> I normally install KDE from the start...  However, I hear...
>>
>> yum groupinstall "KDE (K Desktop Environment)"
>>
>> works just fine...
>>
>>
>> 
>
> Sorry for hijacking the thread, but how do I remove KDE desktop on my
> fedora 12 i686?
> yum groupremove "KDE (KDE-työpöytäympäristö)" results in proposition
> to erase damn lot of dependences, including openoffice and vlc media
> player and even skype.
>   
That is a good question  See the thread I started titled "yum bug,
or?".  Sounds like a similar situation.



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: KDE desktop on fedora 12

2010-03-29 Thread Hiisi
2010/3/29 Ed Greshko :
> On 03/29/2010 03:45 PM, amit rp wrote:
>> How do i install KDE desktop on my fedora 12 i686?
> I normally install KDE from the start...  However, I hear...
>
> yum groupinstall "KDE (K Desktop Environment)"
>
> works just fine...
>
>


Sorry for hijacking the thread, but how do I remove KDE desktop on my
fedora 12 i686?
yum groupremove "KDE (KDE-työpöytäympäristö)" results in proposition
to erase damn lot of dependences, including openoffice and vlc media
player and even skype.
-- 
Hiisi.
Registered Linux User #487982. Be counted at: http://counter.li.org/
--
Spandex is a privilege, not a 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: Fedora 12: issue running custom Env. Variable before KDE login

2010-03-29 Thread Steven P. Ulrick
> You can also set environment variables really, really early
> by adding a script to the /etc/X11/xinit/xinitrc.d/ directory
> (but those scripts get run for all users).

Hello Tom,
I tried putting scripts with the following contents:

#!/bin/sh
export KDEDIR=/usr
export KDEDIRS=$KDEDIR:/usr/local/spu/spu-20100328/kde

#!/bin/sh
export KDEDIR=/usr
export KDEDIRS=/usr/local/spu/spu-20100328/kde:$KDEDIR

into "/etc/X11/xinit/xinitrc.d/"  Just to be safe, I rebooted.  Neither 
script appeared to have any effect whatsoever.

I continue to believe that WHEN we figure this out, we will find SOMETHING 
wrong in my particular configuration.  That being the case, I still wonder 
why putting:
export KDEDIR=/usr
export KDEDIRS=/usr/local/spu/spu-20100328/kde:$KDEDIR

in ~/.kde/env/customenv.sh did work for about a week!  The only difference 
was that I had k3b installed in a slightly different path.  With "k3b" 
installed in something like "/usr/local/spu/spu-20100328/k3b" I could open 
up a terminal, run just "k3b" and "k3b" would start perfectly, detect the 
encoding & decoding plugins, and I would be able to burn audio CD's without 
converting them to WAV files first...  I suppose many of us have moments 
like these: why did this USED to work?

Steven P. Ulrick
-- 
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: Xen support

2010-03-29 Thread Onkar Mahajan
Thanks Pasi for your concern.

I will try with Xen 4.0.0 and may be write a small How-to for beginners to
follow.

Regards,
/Onkar

On Mon, Mar 29, 2010 at 12:39 PM, Pasi Kärkkäinen  wrote:

> On Mon, Mar 29, 2010 at 11:56:14AM +0530, Onkar Mahajan wrote:
> >Hi am not able to boot Xen dom0. Is there any definitive guide for
> getting
> >xen working on fedora 12.
> >
>
> Fedora 12 has Xen hypervisor and tools included, but it doesn't ship dom0
> capable kernel.
> See: http://fedoraproject.org/wiki/Features/XenPvopsDom0
>
> There's unofficial rpm repository with xendom0 kernels available.
>
> Note that you also need to update to Xen 4.0.0 for the latest kernels to
> work!
> http://fedorapeople.org/~myoung/dom0/src/xen-4.0.0-0.6.rc8.fc12.src.rpm
>
> -- Pasi
>
> --
> 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: KDE desktop on fedora 12

2010-03-29 Thread Ed Greshko
On 03/29/2010 03:45 PM, amit rp wrote:
> How do i install KDE desktop on my fedora 12 i686?
I normally install KDE from the start...  However, I hear...

yum groupinstall "KDE (K Desktop Environment)"

works just fine...



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


KDE desktop on fedora 12

2010-03-29 Thread amit rp
How do i install KDE desktop on my fedora 12 i686?
-- 
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: Xen support

2010-03-29 Thread Itamar Reis Peixoto
> There's unofficial rpm repository with xendom0 kernels available.
>
> Note that you also need to update to Xen 4.0.0 for the latest kernels to work!
> http://fedorapeople.org/~myoung/dom0/src/xen-4.0.0-0.6.rc8.fc12.src.rpm
>
> -- Pasi


why fedora xen-rpm was not upgraded to xen 4.0 ?




-- 


Itamar Reis Peixoto

e-mail/msn/google talk/sip: ita...@ispbrasil.com.br
skype: itamarjp
icq: 81053601
+55 11 4063 5033
+55 34 3221 8599
-- 
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 bug, or?

2010-03-29 Thread Ed Greshko
A previous post prompted me to try removing various language groups via
yum.  I was surprised when this happened after doing yum groupremove
"Tajik Support"

Removing for dependencies:
 hplip-gui   i686   3.9.8-28.fc12  @updates  2.5 M
 openoffice.org-brandi686   1:3.1.1-19.28.fc12 @updates  1.3 M
 openoffice.org-calc i686   1:3.1.1-19.28.fc12 @updates   61 k
 openoffice.org-calc-corei686   1:3.1.1-19.28.fc12 @updates   20 M
 openoffice.org-core i686   1:3.1.1-19.28.fc12 @updates  209 M
 openoffice.org-draw i686   1:3.1.1-19.28.fc12 @updates   39 k
 openoffice.org-draw-corei686   1:3.1.1-19.28.fc12 @updates  3.0 M
 openoffice.org-graphicfilteri686   1:3.1.1-19.28.fc12 @updates  565 k
 openoffice.org-impress  i686   1:3.1.1-19.28.fc12 @updates   58 k
 openoffice.org-impress-core i686   1:3.1.1-19.28.fc12 @updates  3.8 M
 openoffice.org-langpack-en  i686   1:3.1.1-19.28.fc12 @updates  0.0 
 openoffice.org-langpack-ja_JP   i686   1:3.1.1-19.28.fc12 @updates   45 M
 openoffice.org-langpack-ko_KR   i686   1:3.1.1-19.28.fc12 @updates   36 M
 openoffice.org-langpack-zh_CN   i686   1:3.1.1-19.28.fc12 @updates   35 M
 openoffice.org-langpack-zh_TW   i686   1:3.1.1-19.28.fc12 @updates   35 M
 openoffice.org-math i686   1:3.1.1-19.28.fc12 @updates   23 k
 openoffice.org-math-corei686   1:3.1.1-19.28.fc12 @updates  3.8 M
 openoffice.org-pdfimporti686   1:3.1.1-19.28.fc12 @updates  3.5 M
 openoffice.org-presenter-screen i686   1:3.1.1-19.28.fc12 @updates  3.6 M
 openoffice.org-writer   i686   1:3.1.1-19.28.fc12 @updates   73 k
 openoffice.org-writer-core  i686   1:3.1.1-19.28.fc12 @updates   16 M
 openoffice.org-xsltfilter   i686   1:3.1.1-19.28.fc12 @updates  1.9 M
 python-reportlabi686   2.3-2.fc12 @updates  5.0 M

This deserves a bugzillabut I wonder what component would be best to
file it under.  Does anyone know for sure?

Ed






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: Xen support

2010-03-29 Thread Pasi Kärkkäinen
On Mon, Mar 29, 2010 at 11:56:14AM +0530, Onkar Mahajan wrote:
>Hi am not able to boot Xen dom0. Is there any definitive guide for getting
>xen working on fedora 12.
> 

Fedora 12 has Xen hypervisor and tools included, but it doesn't ship dom0 
capable kernel.
See: http://fedoraproject.org/wiki/Features/XenPvopsDom0

There's unofficial rpm repository with xendom0 kernels available.

Note that you also need to update to Xen 4.0.0 for the latest kernels to work!
http://fedorapeople.org/~myoung/dom0/src/xen-4.0.0-0.6.rc8.fc12.src.rpm

-- Pasi

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