Re: Failed install from KDE live DVD

2013-08-07 Thread Robin Laing
On 2013-08-06 23:36, Joe Zeff wrote:
 On 08/06/2013 09:43 PM, Robin Laing wrote:
 Downloaded the full DVD last night and started the install today.  Same
 partition settings as the Live DVD but it worked.  From a users point of
 view, I couldn't find any difference between the Live and full DVD for
 creating and installing.
 
 If you were doing a clean install (except for /home) you should have had
 the option to customize the installation, allowing you to pick and
 choose which programs get installed.  With the Live version, it simply
 transfers an image of what's on the disc giving you everything on it and
 nothing else.  And, of course, with the full DVD, you can use it to
 upgrade an existing copy if that's what you want.
 

Moving from 15 to 19 is not simple so a clean install was the best
option.  We had the liveDVD, even transferring the version to the
existing partitions would have been better than the nothing.  Once a
working F19 version was running, there is YUM to install the rest.

I don't see any reason why the live DVD cannot install itself on
existing partitions.  That is all I am saying.

Of course the full DVD wouldn't let us use the old / partition.  We had
to delete it and then let the installer re-create it.

Up and running with mainly minor configuration left.


-- 
Free, full feature astronomy program at
http://www.stellarium.org

Free Office Suite at
 http://www.libreoffice.org
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: unable to execute Wine 32 bits in Fedora 64 bits

2013-08-07 Thread poma
On 07.08.2013 05:04, Skander Bahloul wrote:
…
 … but now i try to install it with xeon CPU in Fedora 14 patched with 3.2.21 
 linux kernel.
 

Generally speaking,
http://fedoraproject.org/wiki/End_of_life

Besides, Fedora 17 isn't mentioned. [1]


poma


[1] https://lists.fedoraproject.org/pipermail/announce/2013-July/003169.html

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


su - in terminal hangs

2013-08-07 Thread j.halifax2
Hi All,



I use FC18 box (3.9.4-200.fc18.x86_64) for ssh-ing to other boxes. 

It was working normally without rebooting for months but now when 

I tried to put su - in the terminal, it hangs.




I haven't found any help in Internet.




Any idea? Please advise...




Thank you so much.

jh



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: copying video dvds

2013-08-07 Thread Marko Vojinovic
On Tue, 06 Aug 2013 18:19:28 -0600
smcg4...@frii.com wrote:
 I generally mount and then use cp to copy my video dvds to
 hard disk for convenience.  99% of the time this works fine
 and the resulting directory is playable by vlc, etc.  
 However occasionally I'll get an Input/output error when
 copying a disc that vlc played fine and, unsurprisingly,
 there are problems when later trying to play the copy.
 
 I suspect that vlc makes use of error correction capabilities
 on the dvd, whereas cp doesn't.

There is also another possibility --- if the content is copyrighted,
the owners may opt to introduce deliberate errors in order to prevent
copying the contents of the disc. If that is the case, vlc will
attempt to read only the files it needs, and would not see the error,
while cp would try to copy everything, and get stuck.

 Is there some way or tool that will make a copy of the dvd 
 using (or at last preserving in the copy so that vlc can use)
 the error correction stuff on the dvd so that the copy is
 playable even when there are some errors? 

Others have suggested dd and variants, to make an identical copy of the
data on the disc. However, if your aim is to get a copy of the video
content of the disc, you can also use mplayer to copy the video to your
HD. Something like this:

   mplayer dvd:// -dumpstream -dumpfile my/video/file.avi

This will dump the actual movie into a file, rather than onto the
screen (and speakers). You can be more selective by using dvd://2,4-6 to
play only the tracks you are interested in, or use -dumpvideo or
-dumpaudio instead of -dumpstream to separately copy video only or
audio only. You may want to get familiar with man mplayer. Just don't
get too scared by the amount of options in the manual. :-)

The quality of the dump is of course equal to the original, since it's
just copying, not transcoding. The resulting file size will be the size
of the video data on the dvd disc itself (most, but not equal to the
size of the dvd disc). The dumped file can be played by any video
player (vlc, mplayer, ...) that supports MPEG, by pointing it to the
file.

In general, as far as mplayer usage goes --- if you can see the video
on the screen by playing it in mplayer, then you can also dump it in a
file instead, to make a copy. And generically mplayer will play
everything you throw at it, including copyrighted dvds with deliberate
errors etc... ;-)

Oh, and you may also want to install the libdvdcss package from
the old Livna repository (http://rpm.livna.org/), in order to get
around the CSS enryption (Content Scramble System) for some
copyrighted dvds...

HTH, :-)
Marko

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: su - in terminal hangs

2013-08-07 Thread Suvayu Ali
On Wed, Aug 07, 2013 at 10:39:10AM +0200, j.halif...@seznam.cz wrote:
 Hi All,
 
 
 
 I use FC18 box (3.9.4-200.fc18.x86_64) for ssh-ing to other boxes. 
 
 It was working normally without rebooting for months but now when 
 
 I tried to put su - in the terminal, it hangs.

Does simple 'su' work?  Is the home directory for root readable?  Just a
few questions that popped into my head.

Hope this helps,

-- 
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
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


What the heck is all this?

2013-08-07 Thread Tom Horsley
Just got this output from a yum update this morning:

...
  Cleanup: glib2-2.36.3-2.fc1952/74 
  Cleanup: python-fedora-0.3.32.3-2.fc19.noarch   53/74 
/var/tmp/rpm-tmp.dtrblY: line 1: fg: no job control
error: %preun(kde-settings-kdm-19-23.fc19.noarch) scriptlet failed, exit status 
1
Error in PREUN scriptlet in rpm package kde-settings-kdm-19-23.fc19.noarch
  Cleanup: gstreamer1-plugins-base-1.0.8-1.fc19.x86_6454/74 
error: kde-settings-kdm-19-23.fc19.noarch: erase failed
  Cleanup: libvirt-daemon-driver-qemu-1.0.5.4-1.fc19.x86_64   55/74 
  Cleanup: libvirt-daemon-driver-lxc-1.0.5.4-1.fc19.x86_6456/74 
...

Failed:
  kde-settings-kdm.noarch 0:19-23.fc19  

[root@tomh ~]# rpm -q  kde-settings-kdm
kde-settings-kdm-19-23.fc19.noarch
kde-settings-kdm-19-23.1.fc19.noarch

So what is busted on my system? I have a feeling I shouldn't
have two different versions of the same rpm showing up as installed
at the same time.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: What the heck is all this?

2013-08-07 Thread Ed Greshko
On 08/07/13 19:26, Tom Horsley wrote:
 Just got this output from a yum update this morning:

 ...
   Cleanup: glib2-2.36.3-2.fc19
 52/74 
   Cleanup: python-fedora-0.3.32.3-2.fc19.noarch   
 53/74 
 /var/tmp/rpm-tmp.dtrblY: line 1: fg: no job control
 error: %preun(kde-settings-kdm-19-23.fc19.noarch) scriptlet failed, exit 
 status 1
 Error in PREUN scriptlet in rpm package kde-settings-kdm-19-23.fc19.noarch
   Cleanup: gstreamer1-plugins-base-1.0.8-1.fc19.x86_64
 54/74 
 error: kde-settings-kdm-19-23.fc19.noarch: erase failed
   Cleanup: libvirt-daemon-driver-qemu-1.0.5.4-1.fc19.x86_64   
 55/74 
   Cleanup: libvirt-daemon-driver-lxc-1.0.5.4-1.fc19.x86_64
 56/74 
 ...

 Failed:
   kde-settings-kdm.noarch 0:19-23.fc19
   

 [root@tomh ~]# rpm -q  kde-settings-kdm
 kde-settings-kdm-19-23.fc19.noarch
 kde-settings-kdm-19-23.1.fc19.noarch

 So what is busted on my system? I have a feeling I shouldn't
 have two different versions of the same rpm showing up as installed
 at the same time.

See this thread

https://lists.fedoraproject.org/pipermail/kde/2013-July/012748.html

-- 
Getting tired of non-Fedora discussions and self-serving posts
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: What the heck is all this?

2013-08-07 Thread linuxnutster

On 08/07/2013 07:26 AM, Tom Horsley wrote:

Just got this output from a yum update this morning:

...
   Cleanup: glib2-2.36.3-2.fc1952/74
   Cleanup: python-fedora-0.3.32.3-2.fc19.noarch   53/74
/var/tmp/rpm-tmp.dtrblY: line 1: fg: no job control
error: %preun(kde-settings-kdm-19-23.fc19.noarch) scriptlet failed, exit status 
1
Error in PREUN scriptlet in rpm package kde-settings-kdm-19-23.fc19.noarch
   Cleanup: gstreamer1-plugins-base-1.0.8-1.fc19.x86_6454/74
error: kde-settings-kdm-19-23.fc19.noarch: erase failed
   Cleanup: libvirt-daemon-driver-qemu-1.0.5.4-1.fc19.x86_64   55/74
   Cleanup: libvirt-daemon-driver-lxc-1.0.5.4-1.fc19.x86_6456/74
...

Failed:
   kde-settings-kdm.noarch 0:19-23.fc19

[root@tomh ~]# rpm -q  kde-settings-kdm
kde-settings-kdm-19-23.fc19.noarch
kde-settings-kdm-19-23.1.fc19.noarch

So what is busted on my system? I have a feeling I shouldn't
have two different versions of the same rpm showing up as installed
at the same time.

 I'm getting a lot of yum errors lately. I'm seeing --skip-broken in my 
sleep. Just now:


Failed:  kde-settings-kdm.noarch 0:19-23.fc19
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: What the heck is all this?

2013-08-07 Thread Tom Horsley
On Wed, 07 Aug 2013 19:34:07 +0800
Ed Greshko wrote:

 See this thread
 
 https://lists.fedoraproject.org/pipermail/kde/2013-July/012748.html

Thanks. The --noscripts worked (hopefully that doesn't still leave
some nasty ticking time-bomb side effect on my system :-).
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: unable to execute Wine 32 bits in Fedora 64 bits

2013-08-07 Thread Reindl Harald
please do not top-post

Am 06.08.2013 23:22, schrieb Skander Bahloul:
 Yes i install wine.i686 but i can execute it because my fedora is 64.

 - Mail original -
 De: Reindl Harald h.rei...@thelounge.net
 À: Community support for Fedora users users@lists.fedoraproject.org
 Cc: Skander Bahloul skander.bahl...@eleves.ec-nantes.fr
 Envoyé: Mardi 6 Août 2013 22:51:32
 Objet: Re: unable toexecute Wine 32 bits in Fedora 64 bits
 
 Am 06.08.2013 22:38, schrieb Skander Bahloul:
 I try to install and execute wine 32 bits in Fedora 64 bits but i don't 
 succeed.
 Indeed, i always have the error message unable to execute 32 bit binary
 
 the output of rpm -qa | grep wine would be helpful
 
 you must install wine.i686 for 32 Bit windows apps
 wine.x86_64 is for 64bit apps

i install wine.i686 but i can execute it because my fedora is 64 makes no 
sense
Fedora is multilib, Windows-Apps are mostly 32bit
so you need *wine.i686* for ordianry windows applications
wine.i686 has all the needed i686 libraries as dependency

again:
the output of rpm -qa | grep wine would be helpful



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
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: unable to execute Wine 32 bits in Fedora 64 bits

2013-08-07 Thread Reindl Harald


Am 06.08.2013 23:47, schrieb Michael Cronenworth:
 On 08/06/2013 03:51 PM, Reindl Harald wrote:
 you must install wine.i686 for 32 Bit windows apps
 wine.x86_64 is for 64bit apps
 
 Not exactly. On a 64-bit install of Fedora run:
 
 # yum install wine
 
 This will draw in both 32-bit and 64-bit packages required for running 
 both 32-bit and 64-bit Windows executables. 

and why should anybody install wine.x86_64 to run
32 bit windows apps? see subject!

 The wine package is a metapackage that sets up the entire 
 Wine environment correctly

how do you define correctly?
my definition is install waht you not and *only* what you need

[harry@srv-rhsoft:~]$ rpm -qa | wc -l
1336

I do not recommend you install
 the packages separately

fine, you can also type yum install \*, i would not recommend it



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
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: unable to execute Wine 32 bits in Fedora 64 bits

2013-08-07 Thread Reindl Harald
sorry, i leave this thread

you ignored multiple times the requested output of rpm -qa | grep wine
and wasting time of people trying to help by *not* state that you are
using a since years EOL and unsupported Fedora version

Am 07.08.2013 05:04, schrieb Skander Bahloul:
 This what i have done but i have a problem to execute winecfg and the error 
 message is  unable to execute 32 bits binary.
 
 I had installed it in X86-64bits with i7 CPU but now i try to install it with 
 xeon CPU in Fedora 14 patched with 3.2.21 linux kernel.
 
 Can you help please.
 
 Thank you very much.
 
 Best regards,
 
 - Mail original -
 De: Reindl Harald h.rei...@thelounge.net
 À: Community support for Fedora users users@lists.fedoraproject.org
 Cc: Skander Bahloul skander.bahl...@eleves.ec-nantes.fr
 Envoyé: Mardi 6 Août 2013 22:51:32
 Objet: Re: unable to  execute Wine 32 bits in Fedora 64 bits
 
 
 
 Am 06.08.2013 22:38, schrieb Skander Bahloul:
 I try to install and execute wine 32 bits in Fedora 64 bits but i don't 
 succeed.
 Indeed, i always have the error message unable to execute 32 bit binary
 
 the output of rpm -qa | grep wine would be helpful
 
 you must install wine.i686 for 32 Bit windows apps
 wine.x86_64 is for 64bit apps



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
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: What the heck is all this?

2013-08-07 Thread Reindl Harald


Am 07.08.2013 13:26, schrieb Tom Horsley:
 Failed:
   kde-settings-kdm.noarch 0:19-23.fc19
   
 
 [root@tomh ~]# rpm -q  kde-settings-kdm
 kde-settings-kdm-19-23.fc19.noarch
 kde-settings-kdm-19-23.1.fc19.noarch
 
 So what is busted on my system? I have a feeling I shouldn't
 have two different versions of the same rpm showing up as installed
 at the same time

[root@srv-rhsoft:~]$ package-cleanup -h | grep dupes
--dupes Scan for duplicates in your rpmdb
--cleandupesScan for duplicates in your rpmdb and remove older


rpm --noscripts -Uvh whatever.rpm



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
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: copying video dvds

2013-08-07 Thread Tim
Allegedly, on or about 07 August 2013, Marko Vojinovic sent:
 you can also use mplayer to copy the video to your HD. Something like
 this:
 
mplayer dvd:// -dumpstream -dumpfile my/video/file.avi

Won't that do everything on the disc?  Don't you need a number 1 after
that, to play just the main title?  (Can't try that, myself, at the
moment.  I've done individual tracks before, never tried omitting the
title number.)

 This will dump the actual movie into a file, rather than onto the
 screen (and speakers). You can be more selective by using dvd://2,4-6
 to play only the tracks you are interested in ...
 
 The quality of the dump is of course equal to the original, since it's
 just copying, not transcoding. The resulting file size will be the
 size of the video data on the dvd disc itself (most, but not equal to
 the size of the dvd disc). The dumped file can be played by any video
 player (vlc, mplayer, ...) that supports MPEG, by pointing it to the
 file.

Might be worth pointing out that although you've called your sample file
a file.avi, above, it's not an AVI file format.  Since you're creating a
MPEG filedump, you may as well use a mpeg, mpg, or vob file suffix, just
so that your filename gives you an instant clue about what it is, or for
automating what program will play it when you double-click on it.  Some
media players are better at one thing than another, and you might want
to set different default programs to open particular file formats. 

-- 
[tim@localhost ~]$ uname -rsvp
Linux 3.9.10-100.fc17.x86_64 #1 SMP Sun Jul 14 01:31:27 UTC 2013 x86_64

All mail to my mailbox is automatically deleted, there is no point
trying to privately email me, I will only read messages posted to the
public lists.

George Orwell's '1984' was supposed to be a warning against tyranny, not
a set of instructions for supposedly democratic governments.



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Fedora won't boot with 3.10.4 kernel and akmod

2013-08-07 Thread Junayeed Ahnaf
Hello,
I installed akmod for my graphics driver (AMD radeon) on kernel 3.9.9 , then 
the catalyst version was 13.6 beta . Now the kernel has upgraded and so did the 
driver (it is 13.8beta now, which has kernel 3.10x support), but I can not boot 
into the newer kernels. It logs out with an error.

I'm still forced to use 3.9.9 kernel, any suggestion?

Junayeed Ahnaf Nirjhor

  -- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fedora won't boot with 3.10.4 kernel and akmod

2013-08-07 Thread Ian Malone
On 7 August 2013 14:54, Junayeed Ahnaf nirj...@outlook.com wrote:
 Hello,

 I installed akmod for my graphics driver (AMD radeon) on kernel 3.9.9 , then
 the catalyst version was 13.6 beta . Now the kernel has upgraded and so did
 the driver (it is 13.8beta now, which has kernel 3.10x support), but I can
 not boot into the newer kernels. It logs out with an error.


 I'm still forced to use 3.9.9 kernel, any suggestion?


Make a record of the error. Useful for anyone investigating to have.
Not sure what you mean by 'logs out' though if the kernel isn't
booting. Is it stopping with an error immediately after grub, is it
getting as far as trying to start X?

Akmod and the proprietary Radeon driver are from rpmfusion, it may be
worth asking on their mailing list
http://lists.rpmfusion.org/mailman/listinfo/rpmfusion-users
It's been a while since I've used an akmod, but occassionally they run
into problems building and it's worth trying the kmod that matches the
kernel and driver version instead.

-- 
imalone
http://ibmalone.blogspot.co.uk
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: copying video dvds

2013-08-07 Thread Marko Vojinovic
On Wed, 07 Aug 2013 22:34:52 +0930
Tim ignored_mail...@yahoo.com.au wrote:
 Allegedly, on or about 07 August 2013, Marko Vojinovic sent:
  you can also use mplayer to copy the video to your HD. Something
  like this:
  
 mplayer dvd:// -dumpstream -dumpfile my/video/file.avi
 
 Won't that do everything on the disc?  Don't you need a number 1 after
 that, to play just the main title?  (Can't try that, myself, at the
 moment.  I've done individual tracks before, never tried omitting the
 title number.)

If you omit the track number, mplayer will play the default track,
which is usually track 1. However, I've seen dvds which change this
default --- apparently in the dvd's table of contents it might be
indicated what is considered to be the default tracks to play, and
mplayer will play that, if found. It does not necessarily mean
everything on the whole disc.

Of course, you may specify the track number(s) explicitly, if and when
you know which one you want to play. :-)

 Might be worth pointing out that although you've called your sample
 file a file.avi, above, it's not an AVI file format.  Since you're
 creating a MPEG filedump, you may as well use a mpeg, mpg, or vob
 file suffix, just so that your filename gives you an instant clue
 about what it is, or for automating what program will play it when
 you double-click on it.  Some media players are better at one thing
 than another, and you might want to set different default programs to
 open particular file formats. 

Yes, you're right. :-) I got used to the fact that Linux doesn't care
about file extensions, so I use .avi just as a reminder for myself that
it is a file containing multimedia (i.e. audio and video). But someone
else might try to play the file in a non-Linux environment, and then a
file extension might be relevant.

The DVD video format is usually mpeg-2 for video and AAC for audio,
which are packed up into a mpeg-ps container format. According to
wikipedia [1], it has the following typical file extensions:

  .mpg, .mpeg, .m2p, .ps

So maybe a better filename would be file.mpeg or similar.

Best, :-)
Marko

[1] http://en.wikipedia.org/wiki/MPEG_program_stream

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Continual reboots with 3.10.X and 3.11.X kernels

2013-08-07 Thread Richard Shaw
I managed to get through a couple of kernel updates before performing a
reboot. Booting either the installed 3.10 or 3.11 kernel makes it through
the majority of the systemd startup but then reboots.

Anyone else seeing this?

$ rpm -qa kernel
kernel-3.9.9-201.fc18.x86_64
kernel-3.9.11-200.fc18.x86_64
kernel-3.9.10-200.fc18.x86_64


Thanks,
Richard
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


How to install VMware -

2013-08-07 Thread Bob Goodwin ~ Zuni, Virginia, USA


My grandson downloaded a trial copy of VMware for me from his Mac 
portable and put it on a flash drive which I have.


This 400 meg file is what I see when I look at the contents of the flash 
drive: VMware-Workstation-Full-9.0.2-1031769.x86_64.txt


Can someone tell me how to use it assuming it is the right file? I also 
have a key to go with it but have not been able to find any useful [to 
me] instructions.


Bob

--

http://www.qrz.com/db/W2BOD

box10   Fedora-19 Linux/XFCE

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: su - in terminal hangs

2013-08-07 Thread j.halifax2



Thank you for thinking about it. :)
Also su only (without -) was hanging. The /root was 550 as before.

jh





-- Původní zpráva --
Od: Suvayu Ali fatkasuvayu+li...@gmail.com
Datum: 7. 8. 2013
Předmět: Re: su - in terminal hangs

On Wed, Aug 07, 2013 at 10:39:10AM +0200, j.halif...@seznam.cz wrote:
 Hi All,
 
 
 
 I use FC18 box (3.9.4-200.fc18.x86_64) for ssh-ing to other boxes. 
 
 It was working normally without rebooting for months but now when 
 
 I tried to put su - in the terminal, it hangs.

Does simple 'su' work? Is the home directory for root readable? Just a
few questions that popped into my head.

Hope this helps,

-- 
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
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org;
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: How to install VMware -

2013-08-07 Thread Bob Goodwin ~ Zuni, Virginia, USA

On 07/08/13 11:35, Reindl Harald wrote:


Am 07.08.2013 17:32, schrieb Bob Goodwin ~ Zuni:

My grandson downloaded a trial copy of VMware for me from his Mac portable and 
put it on a flash drive which I have.

This 400 meg file is what I see when I look at the contents of the flash drive:
VMware-Workstation-Full-9.0.2-1031769.x86_64.txt

Can someone tell me how to use it assuming it is the right file? I also have a 
key to go with it but have not been
able to find any useful [to me] instructions

normally these are .bundle files which you simply execute with
bash VMware-Workstation-Full-9.0.2-1031769.x86_64.bundle
which starts a graphical installer

*how large* is this .txt file?
maybe someone renamed it, but extensions are pointless on Unix, so see above


Yes it's a large script file, why they tag the .txt on the end I dunno.

[bobg@box10 LIVE]$ ll
total 390896
-rw-r--r--. 1 bobg bobg 400273548 Aug  6 17:15 
VMware-Workstation-Full-9.0.2-1031769.x86_64.txt


It looks like so:

#!/usr/bin/env bash
#
# VMware Installer Launcher
#
# This is the executable stub to check if the VMware Installer Service
# is installed and if so, launch it.  If it is not installed, the
# attached payload is extracted, the VMIS is installed, and the VMIS
# is launched to install the bundle as normal.

# Architecture this bundle was built for (x86 or x64)
ARCH=x64

...   SNIP   ..

--

http://www.qrz.com/db/W2BOD

box10   Fedora-19 Linux/XFCE

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: su - in terminal hangs

2013-08-07 Thread Steven Stern
On 08/07/2013 03:39 AM, j.halif...@seznam.cz wrote:
 Hi All,
 
 I use FC18 box (3.9.4-200.fc18.x86_64) for ssh-ing to other boxes. 
 It was working normally without rebooting for months but now when 
 I tried to put su - in the terminal, it hangs.
 
 I haven't found any help in Internet.
 
 Any idea? Please advise...

Do you get a password prompt, or does it hang before that?

See
http://www.linuxquestions.org/questions/linux-enterprise-47/console-hangs-while-su'ing-890236/.
 Is 127.0.0.1 in /etc/hosts?

See https://bugzilla.redhat.com/show_bug.cgi?id=129045  What might be in
the various .bash files in /root?  grep -i path .bash* in /root

If you CTRL-ALT-F3 to a new console, can you login as root?  That is, is
this a root problem or an su problem?

-- 
-- Steve
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Continual reboots with 3.10.X and 3.11.X kernels

2013-08-07 Thread Heinz Diehl
On 07.08.2013, Richard Shaw wrote: 

 $ rpm -qa kernel
 kernel-3.9.9-201.fc18.x86_64
 kernel-3.9.11-200.fc18.x86_64
 kernel-3.9.10-200.fc18.x86_64

Try with 3.10.5 vanilla.

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Shortcut key combinations does not work in LibreOffice

2013-08-07 Thread Shibi
I don't know when it begins but somewhere in the row I started to notice
that when I change Keyboard Layout to Farsi (Persian) Shortcut key
combinations (all of them with Ctrl and Alt) does not respond at all in all
LibreOffice applications.
when ever I want to Copy or Paste I have to change back to English Layout.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


RE: Fedora won't boot with 3.10.4 kernel and akmod

2013-08-07 Thread Junayeed Ahnaf

 Make a record of the error. Useful for anyone investigating to have.
 Not sure what you mean by 'logs out' though if the kernel isn't
 booting. Is it stopping with an error immediately after grub, is it
 getting as far as trying to start X?
 
 Akmod and the proprietary Radeon driver are from rpmfusion, it may be
 worth asking on their mailing list
 http://lists.rpmfusion.org/mailman/listinfo/rpmfusion-users
 It's been a while since I've used an akmod, but occassionally they run
 into problems building and it's worth trying the kmod that matches the
 kernel and driver version instead.


I tried with kmod too, same problem. The system loads, then it abruptly closes 
and I see an error like Sorry, the system crashed with a log out button. 
Clicking it does nothing-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: What the heck is all this?

2013-08-07 Thread Mark Eggers
On Wed, 07 Aug 2013 07:39:27 -0400, linuxnutster wrote:

 On 08/07/2013 07:26 AM, Tom Horsley wrote:
 Just got this output from a yum update this morning:

 ...
Cleanup: glib2-2.36.3-2.fc19
   52/74 Cleanup: python-fedora-0.3.32.3-2.fc19.noarch  
53/74
 /var/tmp/rpm-tmp.dtrblY: line 1: fg: no job control error:
 %preun(kde-settings-kdm-19-23.fc19.noarch) scriptlet failed, exit
 status 1 Error in PREUN scriptlet in rpm package
 kde-settings-kdm-19-23.fc19.noarch
Cleanup: gstreamer1-plugins-base-1.0.8-1.fc19.x86_64
   54/74
 error: kde-settings-kdm-19-23.fc19.noarch: erase failed
Cleanup: libvirt-daemon-driver-qemu-1.0.5.4-1.fc19.x86_64   
   55/74 Cleanup:
libvirt-daemon-driver-lxc-1.0.5.4-1.fc19.x86_6456/74
 ...

 Failed:
kde-settings-kdm.noarch 0:19-23.fc19

 [root@tomh ~]# rpm -q  kde-settings-kdm
 kde-settings-kdm-19-23.fc19.noarch kde-settings-kdm-19-23.1.fc19.noarch

 So what is busted on my system? I have a feeling I shouldn't have two
 different versions of the same rpm showing up as installed at the same
 time.

   I'm getting a lot of yum errors lately. I'm seeing --skip-broken in my
 sleep. Just now:
 
 Failed:  kde-settings-kdm.noarch 0:19-23.fc19

Here's what I did to get around the issue. I don't know if it's correct,
your mileage may vary, offer void where prohibited, caveat emptor.

This is after I did a yum update, so I had both versions installed.

1. yum erase kde-settings-kdm-19-23.1.fc19.noarch
2. rpm -e --noscripts --nodeps kde-settings-kdm-19-23.fc19.noarch
3. yum install kde-settings-kdm
4. yum check
5. yum info kde-settings-kdm

Installed Packages
Name: kde-settings-kdm
Arch: noarch
Version : 19
Release : 23.1.fc19
Size: 32 k
Repo: installed
From repo   : updates
Summary : Configuration files for kdm
URL : http://fedorahosted.org/kde-settings
License : MIT
Description : Configuration files for kdm.

Step 3 will complain about missing dependencies, and the fact that
the RPM database was altered outside of yum.

I'll know if this cleaned everything up the next time I do
a yum update.

. . . . just my two cents
/mde/



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: SELinux error on every policy package update

2013-08-07 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 08/06/2013 11:54 AM, Suvayu Ali wrote:
 Hi Daniel,
 
 On Tue, Aug 06, 2013 at 08:16:57AM -0400, Daniel J Walsh wrote:
 On 07/27/2013 03:16 PM, Suvayu Ali wrote:
 Hi,
 
 I have been having this weird problem; everytime I there is a 
 selinux-policy update, I get the following error:
 
 libsepol.print_missing_requirements: hotplug's global requirements were
 not met: bool init_systemd (No such file or directory). 
 libsemanage.semanage_link_sandbox: Link packages failed (No such file
 or directory). semodule:  Failed!
 
 FWIW, this machine was updated from F17 to F19 with yum.  I tried
 searching for the error above, but could not make sense of what I
 found.
 
 Any ideas?
 
 Best to remove hotplug policy, which is no longer used.
 
 semodule -r hotplug
 
 I get the same error message when I try to remove hotplug.
 
 # semodule -r hotplug libsepol.print_missing_requirements: howl's global
 requirements were not met: bool init_systemd (No such file or directory). 
 libsemanage.semanage_link_sandbox: Link packages failed (No such file or
 directory). semodule:  Failed!
 
 # semodule -l | grep hotplug hotplug 1.14.0
 
 Is something seriously borked on my system?  I have not fiddled with 
 selinux on this machine.  It started its life with F10 and has been 
 upgraded over the years to F19.
 

rm -f /etc/selinux/targeted/modules/active/modules/hotplug.pp

You might also want to look at any other files in this directory that are not
owned by an rpm package.

rpm -qf /etc/selinux/targeted/modules/active/modules/*.pp|grep owned


If there are pp files there that you did no install, you might want to remove
them also.


Something might have gone wrong on the long line of updates.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlICgr0ACgkQrlYvE4MpobPOfQCgsF2y6fFBCWH4TQU0hd6wuHjb
oIMAnirrOECsPmAucbtI/rTSxdVYj2ZU
=RZWP
-END PGP SIGNATURE-
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: How to install VMware -

2013-08-07 Thread Bob Goodwin ~ Zuni, Virginia, USA

On 07/08/13 11:35, Reindl Harald wrote:


Am 07.08.2013 17:32, schrieb Bob Goodwin ~ Zuni:

My grandson downloaded a trial copy of VMware for me from his Mac portable and 
put it on a flash drive which I have.

This 400 meg file is what I see when I look at the contents of the flash drive:
VMware-Workstation-Full-9.0.2-1031769.x86_64.txt

Can someone tell me how to use it assuming it is the right file? I also have a 
key to go with it but have not been
able to find any useful [to me] instructions

normally these are .bundle files which you simply execute with
bash VMware-Workstation-Full-9.0.2-1031769.x86_64.bundle
which starts a graphical installer

*how large* is this .txt file?
maybe someone renamed it, but extensions are pointless on Unix, so see above




Ok, after some Googling I managed to get the install script running from 
/usr/bin/env.


Now it protests that some kernel modules need installing, so I click on 
Install but nothing seems to happen.


I found a log with a lot of data, the last few lines are:

2013-08-07T13:14:10.975-05:00| vthread-3| I120: No matching PBM set was 
found for kernel 3.10.4-300.fc19.x86_64.
2013-08-07T13:14:10.975-05:00| vthread-3| I120: Validating path 
/lib/modules/3.10.4-300.fc19.x86_64/build/include for kernel release 
3.10.4-300.fc19.x86_64.
2013-08-07T13:14:10.975-05:00| vthread-3| I120: Failed to find 
/lib/modules/3.10.4-300.fc19.x86_64/build/include/linux/version.h
2013-08-07T13:14:10.975-05:00| vthread-3| I120: 
/lib/modules/3.10.4-300.fc19.x86_64/build/include/linux/version.h not 
found, looking for generated/uapi/linux/version.h instead.
2013-08-07T13:14:10.994-05:00| vthread-3| I120: Preprocessed 
UTS_RELEASE, got value 3.10.4-300.fc19.x86_64.
2013-08-07T13:14:10.994-05:00| vthread-3| I120: The header path 
/lib/modules/3.10.4-300.fc19.x86_64/build/include for the kernel 
3.10.4-300.fc19.x86_64 is valid.  Whoohoo!
2013-08-07T13:14:10.994-05:00| vthread-3| I120: The GCC version matches 
the kernel GCC minor version like a glove.


Don't know what to try next.

Bob

--

http://www.qrz.com/db/W2BOD

box10   Fedora-19 Linux/XFCE

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Continual reboots with 3.10.X and 3.11.X kernels

2013-08-07 Thread Heinz Diehl
On 07.08.2013, Reindl Harald wrote: 

 why should someone compile his own kernel?

Because the problem(s) could be related to one of the Fedora patches.

It's quite common for me that different people report kernel related
problems here on the list which doesn't occur on my systems. I rarely
use a Fedora kernel, in fact, I've not been using one in several
years..

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: SELinux error on every policy package update

2013-08-07 Thread Suvayu Ali
Hi Daniel,

On Wed, Aug 07, 2013 at 01:24:13PM -0400, Daniel J Walsh wrote:
 
 rm -f /etc/selinux/targeted/modules/active/modules/hotplug.pp
 
 You might also want to look at any other files in this directory that are not
 owned by an rpm package.

Worked like a charm.  :)

I tested by doing yum reinstall selinux-policy, it finished without any
errors.  Thanks a lot!

 
 rpm -qf /etc/selinux/targeted/modules/active/modules/*.pp|grep owned

I found two others, howl.pp and kudzu.pp; I have removed them.

 
 If there are pp files there that you did no install, you might want to remove
 them also.
 
 
 Something might have gone wrong on the long line of updates.

Yes probably.  I have to say though, it speaks highly of Fedora that I
can go through 10 releases with only minor problems!

Thanks again,

-- 
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
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: F19 install wonked

2013-08-07 Thread Les Howell
On Tue, 2013-08-06 at 12:37 -0700, Les Howell wrote:
 HELP!!!  I downloaded the F19 live Games DVD image, burnt the disk OK,
 installed OK.  Won't boot.  Mother board is ASUS UEFI system.  Don't get
 Grubby!!  
 
   Tried using the firmwire boot option to select the disk, no go.  So,
 what steps should I take to try and find this.  I can boot the live DVD
 OK, so tools are available.  How do I get the uefi to boot, and i want
 to make this system dual boot for windows for games.  I know how to set
 up the grub 2 after the work getting my F17 to work, so once I get
 grubby up, I should be able to handle the rest.
 
 Thanks!
 
The system is an AMD with 6G ram, and nvidia GE FX-5200.  When I
attempted the install of the nvidia drivers using akmod-nvidia, I
mistyped the command and the numerical description had a space so I got
bare akmod-nvidia.  After several attempts to get to the text prompt,
and an attempt to get nomodeset into the boot script, I gave up and
nuked the installation and started over.  The system is installing again
now. 

This is the most difficult installation I have yet had with Fedora,
fraught with issues from not being able to log in, to getting in, but
getting a blank screen, to having the screen go into spasms of blank
then slowly rebuilding the favorites sidebar, but with the mouse cursor
missing or a cursor and no capability to interact, to cursor
interacting, but giving repetitive screen wipes and rebuilds.

Yeah, I know, ditch the Nvidia card, but my computer bucks are a bit
short right now.  Anyway, I am starting over, and will be sure to use
the efibootmgr command, and install the correct akmod-nvidia-173xx
driver.  Does anyone have any additional information that might help?

by the way, even after the efibootmgr -c command, I kept getting the
secure mode disabled message.  There is little joy in the house right
now!!  Mama doesn't have her computer, and I am stymied on getting this
thing up and working.  

Any and all help/pointers/etc... appreciated.

I'm posting this message from a computer in another room, so it requires
that I go back and forth to look things up when the new install won't
bring up the internet for looking things up, just another aggravation.

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: su - in terminal hangs

2013-08-07 Thread Joe Zeff

On 08/07/2013 01:39 AM, j.halif...@seznam.cz wrote:

I use FC18 box (3.9.4-200.fc18.x86_64) for ssh-ing to other boxes.
It was working normally without rebooting for months but now when
I tried to put su - in the terminal, it hangs.


Does it work if you use su without the dash?  If so, there might be 
something in /root/.bashrc that's hanging.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: How to install VMware -

2013-08-07 Thread Reindl Harald


Am 07.08.2013 17:47, schrieb Bob Goodwin ~ Zuni:
 On 07/08/13 11:35, Reindl Harald wrote:
 This 400 meg file is what I see when I look at the contents of the flash 
 drive:
 VMware-Workstation-Full-9.0.2-1031769.x86_64.txt

 Can someone tell me how to use it assuming it is the right file? I also 
 have a key to go with it but have not been
 able to find any useful [to me] instructions
 normally these are .bundle files which you simply execute with
 bash VMware-Workstation-Full-9.0.2-1031769.x86_64.bundle
 which starts a graphical installer

 *how large* is this .txt file?
 maybe someone renamed it, but extensions are pointless on Unix, so see above

 Yes it's a large script file, why they tag the .txt on the end I dunno.

*they* did *not* tag it as .txt

i am VMware user since many years, you statet the same version installed
here and they are *always* .bundle files and had never .txt as extension

this was mangeled by whoever gave you the download

 [bobg@box10 LIVE]$ ll
 total 390896
 -rw-r--r--. 1 bobg bobg 400273548 Aug  6 17:15 
 VMware-Workstation-Full-9.0.2-1031769.x86_64.txt
 
 It looks like so:
 
 #!/usr/bin/env bash
 #
 # VMware Installer Launcher
 #
 # This is the executable stub to check if the VMware Installer Service
 # is installed and if so, launch it.  If it is not installed, the
 # attached payload is extracted, the VMIS is installed, and the VMIS
 # is launched to install the bundle as normal

so simply execute it and you are done - did you read what you posted?




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
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: How to install VMware -

2013-08-07 Thread Bob Goodwin ~ Zuni, Virginia, USA

On 07/08/13 13:35, Reindl Harald wrote:

http://uwot.eu/blog/2013/07/linux-kernel-3-10-and-vmware-workstation-9/

[root@srv-rhsoft:~]$ uname -r
3.10.5-100.fc18.x86_64 #1 SMP Tue Aug 6 21:27:09 UTC 2013

[root@srv-rhsoft:~]$ ps aux | grep vmx
vmware3063  1.7  9.9 4633312 1623620 ? Ssl  10:22   9:42 
/usr/lib/vmware/bin/vmware-vmx -s
vmx.noUIBuildNumberCheck=TRUE -# product=1;name=VMware
Workstation;version=9.0.2;buildnumber=1031769;licensename=VMware 
Workstation;licenseversion=9.0; -@
duplex=3;msgs=ui /mnt/data/fileserver/vmware/arrakis/arrakis.vmx
vmware3899  1.9 19.5 6161212 3186904 ? Ssl  10:23  10:59 
/usr/lib/vmware/bin/vmware-vmx -s
vmx.noUIBuildNumberCheck=TRUE -# product=1;name=VMware
Workstation;version=9.0.2;buildnumber=1031769;licensename=VMware 
Workstation;licenseversion=9.0; -@
duplex=3;msgs=ui /mnt/data/fileserver/vmware/Buildserver64/config.vmx
root 11982  0.0  0.0 111240   956 pts/5S+  19:34   0:00 /usr/bin/grep 
--color vmx
vmware   28686 32.5  7.5 5260204 1229800 ? Ssl 16:26  61:19 
/usr/lib/vmware/bin/vmware-vmx -s
vmx.noUIBuildNumberCheck=TRUE -# product=1;name=VMware
Workstation;version=9.0.2;buildnumber=1031769;licensename=VMware 
Workstation;licenseversion=9.0; -@
duplex=3;msgs=ui /mnt/data/fileserver/vmware/testserver/config.vmx



Good, the patch has VMware running but the GUI box for Buy, Enter Key, 
Register, does not respond to mouse clicks, I need some way to enter the 
key?


Other than that it looks like the application is ready to go.

After all this I may just have to pay for it before I try it but that's 
not what I expected ...


And for the record I did not at the .txt and I doubt my grandson did 
either, not intentionally, perhaps that's an OSX feature? As I said he 
was using a Mac portable.




--

http://www.qrz.com/db/W2BOD

box10   Fedora-19 Linux/XFCE

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: How to install VMware -

2013-08-07 Thread Reindl Harald


Am 07.08.2013 17:32, schrieb Bob Goodwin ~ Zuni:
 My grandson downloaded a trial copy of VMware for me from his Mac portable 
 and put it on a flash drive which I have.
 
 This 400 meg file is what I see when I look at the contents of the flash 
 drive:
 VMware-Workstation-Full-9.0.2-1031769.x86_64.txt
 
 Can someone tell me how to use it assuming it is the right file? I also have 
 a key to go with it but have not been
 able to find any useful [to me] instructions

normally these are .bundle files which you simply execute with
bash VMware-Workstation-Full-9.0.2-1031769.x86_64.bundle
which starts a graphical installer

*how large* is this .txt file?
maybe someone renamed it, but extensions are pointless on Unix, so see above



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
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: How to install VMware -

2013-08-07 Thread Reindl Harald


Am 07.08.2013 19:27, schrieb Bob Goodwin ~ Zuni:
 Ok, after some Googling I managed to get the install script running from 
 /usr/bin/env.
 
 Now it protests that some kernel modules need installing, so I click on 
 Install but nothing seems to happen.
 
 I found a log with a lot of data, the last few lines are:
 
 2013-08-07T13:14:10.975-05:00| vthread-3| I120: No matching PBM set was found 
 for kernel 3.10.4-300.fc19.x86_64.
 2013-08-07T13:14:10.975-05:00| vthread-3| I120: Validating path 
 /lib/modules/3.10.4-300.fc19.x86_64/build/include
 for kernel release 3.10.4-300.fc19.x86_64.
 2013-08-07T13:14:10.975-05:00| vthread-3| I120: Failed to find
 /lib/modules/3.10.4-300.fc19.x86_64/build/include/linux/version.h
 2013-08-07T13:14:10.975-05:00| vthread-3| I120: 
 /lib/modules/3.10.4-300.fc19.x86_64/build/include/linux/version.h
 not found, looking for generated/uapi/linux/version.h instead.
 2013-08-07T13:14:10.994-05:00| vthread-3| I120: Preprocessed UTS_RELEASE, got 
 value 3.10.4-300.fc19.x86_64.
 2013-08-07T13:14:10.994-05:00| vthread-3| I120: The header path 
 /lib/modules/3.10.4-300.fc19.x86_64/build/include
 for the kernel 3.10.4-300.fc19.x86_64 is valid.  Whoohoo!
 2013-08-07T13:14:10.994-05:00| vthread-3| I120: The GCC version matches the 
 kernel GCC minor version like a glove.
 
 Don't know what to try next

http://uwot.eu/blog/2013/07/linux-kernel-3-10-and-vmware-workstation-9/

[root@srv-rhsoft:~]$ uname -r
3.10.5-100.fc18.x86_64 #1 SMP Tue Aug 6 21:27:09 UTC 2013

[root@srv-rhsoft:~]$ ps aux | grep vmx
vmware3063  1.7  9.9 4633312 1623620 ? Ssl  10:22   9:42 
/usr/lib/vmware/bin/vmware-vmx -s
vmx.noUIBuildNumberCheck=TRUE -# product=1;name=VMware
Workstation;version=9.0.2;buildnumber=1031769;licensename=VMware 
Workstation;licenseversion=9.0; -@
duplex=3;msgs=ui /mnt/data/fileserver/vmware/arrakis/arrakis.vmx
vmware3899  1.9 19.5 6161212 3186904 ? Ssl  10:23  10:59 
/usr/lib/vmware/bin/vmware-vmx -s
vmx.noUIBuildNumberCheck=TRUE -# product=1;name=VMware
Workstation;version=9.0.2;buildnumber=1031769;licensename=VMware 
Workstation;licenseversion=9.0; -@
duplex=3;msgs=ui /mnt/data/fileserver/vmware/Buildserver64/config.vmx
root 11982  0.0  0.0 111240   956 pts/5S+  19:34   0:00 /usr/bin/grep 
--color vmx
vmware   28686 32.5  7.5 5260204 1229800 ? Ssl 16:26  61:19 
/usr/lib/vmware/bin/vmware-vmx -s
vmx.noUIBuildNumberCheck=TRUE -# product=1;name=VMware
Workstation;version=9.0.2;buildnumber=1031769;licensename=VMware 
Workstation;licenseversion=9.0; -@
duplex=3;msgs=ui /mnt/data/fileserver/vmware/testserver/config.vmx



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
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Continual reboots with 3.10.X and 3.11.X kernels

2013-08-07 Thread Reindl Harald


Am 07.08.2013 18:02, schrieb Heinz Diehl:
 On 07.08.2013, Richard Shaw wrote: 
 
 $ rpm -qa kernel
 kernel-3.9.9-201.fc18.x86_64
 kernel-3.9.11-200.fc18.x86_64
 kernel-3.9.10-200.fc18.x86_64
 
 Try with 3.10.5 vanilla

why should someone compile his own kernel?
http://koji.fedoraproject.org/koji/packageinfo?packageID=8

[harry@srv-rhsoft:~]$ uname -a
Linux srv-rhsoft.rhsoft.net 3.10.5-100.fc18.x86_64 #1 SMP Tue Aug 6 21:27:09 UTC



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
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: How to install VMware -

2013-08-07 Thread John Austin
On Wed, 2013-08-07 at 14:32 -0400, Bob Goodwin ~ Zuni, Virginia, USA
wrote:
 On 07/08/13 13:35, Reindl Harald wrote:
  http://uwot.eu/blog/2013/07/linux-kernel-3-10-and-vmware-workstation-9/
 
  [root@srv-rhsoft:~]$ uname -r
  3.10.5-100.fc18.x86_64 #1 SMP Tue Aug 6 21:27:09 UTC 2013
 
  [root@srv-rhsoft:~]$ ps aux | grep vmx
  vmware3063  1.7  9.9 4633312 1623620 ? Ssl  10:22   9:42 
  /usr/lib/vmware/bin/vmware-vmx -s
  vmx.noUIBuildNumberCheck=TRUE -# product=1;name=VMware
  Workstation;version=9.0.2;buildnumber=1031769;licensename=VMware 
  Workstation;licenseversion=9.0; -@
  duplex=3;msgs=ui /mnt/data/fileserver/vmware/arrakis/arrakis.vmx
  vmware3899  1.9 19.5 6161212 3186904 ? Ssl  10:23  10:59 
  /usr/lib/vmware/bin/vmware-vmx -s
  vmx.noUIBuildNumberCheck=TRUE -# product=1;name=VMware
  Workstation;version=9.0.2;buildnumber=1031769;licensename=VMware 
  Workstation;licenseversion=9.0; -@
  duplex=3;msgs=ui /mnt/data/fileserver/vmware/Buildserver64/config.vmx
  root 11982  0.0  0.0 111240   956 pts/5S+  19:34   0:00 
  /usr/bin/grep --color vmx
  vmware   28686 32.5  7.5 5260204 1229800 ? Ssl 16:26  61:19 
  /usr/lib/vmware/bin/vmware-vmx -s
  vmx.noUIBuildNumberCheck=TRUE -# product=1;name=VMware
  Workstation;version=9.0.2;buildnumber=1031769;licensename=VMware 
  Workstation;licenseversion=9.0; -@
  duplex=3;msgs=ui /mnt/data/fileserver/vmware/testserver/config.vmx
 
 
 Good, the patch has VMware running but the GUI box for Buy, Enter Key, 
 Register, does not respond to mouse clicks, I need some way to enter the 
 key?
 

This worked for me at this stage

/usr/lib/vmware/bin/vmware-enter-serial -n 'VMware Workstation' -v '9.0'

John

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: F19 install wonked Solved, no thanks Nvidia

2013-08-07 Thread Les Howell
On Wed, 2013-08-07 at 11:04 -0700, Les Howell wrote:
 On Tue, 2013-08-06 at 12:37 -0700, Les Howell wrote:
  HELP!!!  I downloaded the F19 live Games DVD image, burnt the disk OK,
  installed OK.  Won't boot.  Mother board is ASUS UEFI system.  Don't get
  Grubby!!  
  
  Tried using the firmwire boot option to select the disk, no go.  So,
  what steps should I take to try and find this.  I can boot the live DVD
  OK, so tools are available.  How do I get the uefi to boot, and i want
  to make this system dual boot for windows for games.  I know how to set
  up the grub 2 after the work getting my F17 to work, so once I get
  grubby up, I should be able to handle the rest.
  
  Thanks!
  
 The system is an AMD with 6G ram, and nvidia GE FX-5200.  When I
 attempted the install of the nvidia drivers using akmod-nvidia, I
 mistyped the command and the numerical description had a space so I got
 bare akmod-nvidia.  After several attempts to get to the text prompt,
 and an attempt to get nomodeset into the boot script, I gave up and
 nuked the installation and started over.  The system is installing again
 now. 
 
 This is the most difficult installation I have yet had with Fedora,
 fraught with issues from not being able to log in, to getting in, but
 getting a blank screen, to having the screen go into spasms of blank
 then slowly rebuilding the favorites sidebar, but with the mouse cursor
 missing or a cursor and no capability to interact, to cursor
 interacting, but giving repetitive screen wipes and rebuilds.
 
 Yeah, I know, ditch the Nvidia card, but my computer bucks are a bit
 short right now.  Anyway, I am starting over, and will be sure to use
 the efibootmgr command, and install the correct akmod-nvidia-173xx
 driver.  Does anyone have any additional information that might help?
 
 by the way, even after the efibootmgr -c command, I kept getting the
 secure mode disabled message.  There is little joy in the house right
 now!!  Mama doesn't have her computer, and I am stymied on getting this
 thing up and working.  
 
 Any and all help/pointers/etc... appreciated.
 
 I'm posting this message from a computer in another room, so it requires
 that I go back and forth to look things up when the new install won't
 bring up the internet for looking things up, just another aggravation.
 
Sorry to keep this single thread going, but success has reared its
head... My wife bless her, kept the old card I pulled from one of the
grandson's computers.  It is a radeon 7470.  Put that in and things are
going swimmingly.  I like nvidia.  I wish they and the linux folks could
work out some way of fully supporting their cards with acceleration and
the whole works, directly.  But the Radeon will do the job, so Kudos to
those guys.

 So we can call this solved, at least given a Radeon card.  Too bad,
 nvidia, thanks for NOT playing.


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: How to install VMware -

2013-08-07 Thread Bob Goodwin ~ Zuni, Virginia, USA

On 07/08/13 14:37, John Austin wrote:

 Good, the patch has VMware running but the GUI box for Buy, Enter Key,
 Register, does not respond to mouse clicks, I need some way to enter the
 key?


This worked for me at this stage

/usr/lib/vmware/bin/vmware-enter-serial -n 'VMware Workstation' -v '9.0'

John


Yes, that did the trick, it appears to be usable as soon as I learn my 
way around.


Have to go to town for an hour but I'll get back on it later.

Thanks to all,

Bob

--

http://www.qrz.com/db/W2BOD

box10   Fedora-19 Linux/XFCE

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: su - in terminal hangs

2013-08-07 Thread Suvayu Ali
On Wed, Aug 07, 2013 at 05:33:41PM +0200, j.halif...@seznam.cz wrote:
 
 
 
 Thank you for thinking about it. :)
 Also su only (without -) was hanging. The /root was 550 as before.

Shouldn't it be 770?

Another thing you could check is entries in /var/log/secure.  If it is a
pam problem, it should show up there.

-- 
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
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: su - in terminal hangs

2013-08-07 Thread Steven Stern
On 08/07/2013 01:56 PM, Suvayu Ali wrote:
 On Wed, Aug 07, 2013 at 05:33:41PM +0200, j.halif...@seznam.cz wrote:



 Thank you for thinking about it. :)
 Also su only (without -) was hanging. The /root was 550 as before.
 
 Shouldn't it be 770?
 
 Another thing you could check is entries in /var/log/secure.  If it is a
 pam problem, it should show up there.
 
$ ls -ld /root
dr-xr-x---. 15 root root 4096 Aug  4 09:36 /root

]$ ls -ld /
dr-xr-xr-x. 18 root root 4096 Aug  2 08:55 /

-- 
-- Steve
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


sms reader / email client?

2013-08-07 Thread Ian Malone
Hi,

Having just changed my phone I've got a lot of backed up messages in
csv format (without the sender name, so I'm going to have to reconcile
it with the separate contacts backup). While there are ways to get tem
onto my new phone I'm not really sure I want them there, but some are
useful and need to be kept. What I'm wondering is if there's some kind
of desktop reader that can handle this. I'd have thought an email
client, or groupware like evolution would have a way to handle SMS,
but haven't found anything so far (there are addons for *sending*, but
not sure they do what I want, which is ability to sort, search and
browse received messages).

-- 
imalone
http://ibmalone.blogspot.co.uk
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: su - in terminal hangs

2013-08-07 Thread Cameron Simpson
On 07Aug2013 14:01, steven stern subscribed-li...@sterndata.com wrote:
| On 08/07/2013 01:56 PM, Suvayu Ali wrote:
|  On Wed, Aug 07, 2013 at 05:33:41PM +0200, j.halif...@seznam.cz wrote:
|  Also su only (without -) was hanging. The /root was 550 as before.
|  
|  Shouldn't it be 770?
|  
|  Another thing you could check is entries in /var/log/secure.  If it is a
|  pam problem, it should show up there.
|  
| $ ls -ld /root
| dr-xr-x---. 15 root root 4096 Aug  4 09:36 /root
| 
| ]$ ls -ld /
| dr-xr-xr-x. 18 root root 4096 Aug  2 08:55 /

Nonetheless, it should not hang.

Where does an strace -f su stop? It may abort early anyway (strace
doesn't go across an suexec execution) but if the problem is earlier
then it may tell you something.

Also, can you run an ordinary login as root, either at a console
or by running login?
-- 
Cameron Simpson c...@zip.com.au
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


How do I prevent the kernel module i915 from being loaded?

2013-08-07 Thread Singapore Citizen Mr. Teo En Ming (Zhang Enming)

Hi,

I have already appended 'blacklist i915' to 
/lib/modprobe.d/dist-blacklist.conf but it is still being loaded. What 
else can I do?


Please advise.

Thank you very much.

--
Yours sincerely,

Singapore Citizen Mr. Teo En Ming (Zhang Enming)

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: How do I prevent the kernel module i915 from being loaded?

2013-08-07 Thread Singapore Citizen Mr. Teo En Ming (Zhang Enming)

On 07/08/2013 22:34, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote:

Hi,

I have already appended 'blacklist i915' to 
/lib/modprobe.d/dist-blacklist.conf but it is still being loaded. What 
else can I do?


Please advise.

Thank you very much.


Hi,

Please note that I am using Fedora 19 x86_64.

--
Yours sincerely,

Singapore Citizen Mr. Teo En Ming (Zhang Enming)

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


How do I start libvirt in Fedora 19?

2013-08-07 Thread Singapore Citizen Mr. Teo En Ming (Zhang Enming)

Hi,

I have just installed virt-manager in Fedora 19. I have looked into the 
/etc/init.d directory but I can't find any init scripts for libvirt.


Is libvirt using systemd, and if so, how do I start it?

Thank you very much.

--
Yours sincerely,

Singapore Citizen Mr. Teo En Ming (Zhang Enming)

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: How do I start libvirt in Fedora 19?

2013-08-07 Thread Paul W. Frields
On Wed, Aug 07, 2013 at 10:45:27PM +0800, Singapore Citizen Mr. Teo En Ming 
(Zhang Enming) wrote:
 Hi,
 
 I have just installed virt-manager in Fedora 19. I have looked into
 the /etc/init.d directory but I can't find any init scripts for
 libvirt.
 
 Is libvirt using systemd, and if so, how do I start it?
 
 Thank you very much.

It is, and should be enabled by default so it starts automatically at
next reboot.  To start (as root):

systemctl start libvirtd.service

-- 
Paul W. Frieldshttp://paul.frields.org/
  gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233  5906 ACDB C937 BD11 3717
  http://redhat.com/   -  -  -  -   http://pfrields.fedorapeople.org/
The open source story continues to grow: http://opensource.com
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Fedora 19 missing disk in install

2013-08-07 Thread David Highley
We have an install issue we have not seen before. System is currently
running Fedora 18 x86_64. Hardware is Asus P6X58-E Pro motherboard with
an old 3Ware hardware raid system with two units. The current partition
where we want to do a fresh install to is sda and the other partition
with user data is sdb.

We are booting from a USB thumb drive that has been used to install
another test system and this is the method that Fedora 18 was installed
with.

We see that the partition sda is found or listed on the screen before we
get to the GUI mode. The issue is when we are in the GUI installer and
go to the storage the sda partition is not present but the sdb and the
thumb drive is shown as sdc are shown. We have found no way so far to
add or get that partition to show up for selection. Hence the install is
going no where.

Searches have found no posting of issues for this motherboard.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: F19 install wonked Solved, no thanks Nvidia

2013-08-07 Thread poma
On 07.08.2013 20:30, Les Howell wrote:
 On Wed, 2013-08-07 at 11:04 -0700, Les Howell wrote:
 On Tue, 2013-08-06 at 12:37 -0700, Les Howell wrote:
 HELP!!!  I downloaded the F19 live Games DVD image, burnt the disk OK,
 installed OK.  Won't boot.  Mother board is ASUS UEFI system.  Don't get
 Grubby!!  

 Tried using the firmwire boot option to select the disk, no go.  So,
 what steps should I take to try and find this.  I can boot the live DVD
 OK, so tools are available.  How do I get the uefi to boot, and i want
 to make this system dual boot for windows for games.  I know how to set
 up the grub 2 after the work getting my F17 to work, so once I get
 grubby up, I should be able to handle the rest.

 Thanks!

 The system is an AMD with 6G ram, and nvidia GE FX-5200.  When I
 attempted the install of the nvidia drivers using akmod-nvidia, I
 mistyped the command and the numerical description had a space so I got
 bare akmod-nvidia.  After several attempts to get to the text prompt,
 and an attempt to get nomodeset into the boot script, I gave up and
 nuked the installation and started over.  The system is installing again
 now. 

 This is the most difficult installation I have yet had with Fedora,
 fraught with issues from not being able to log in, to getting in, but
 getting a blank screen, to having the screen go into spasms of blank
 then slowly rebuilding the favorites sidebar, but with the mouse cursor
 missing or a cursor and no capability to interact, to cursor
 interacting, but giving repetitive screen wipes and rebuilds.

 Yeah, I know, ditch the Nvidia card, but my computer bucks are a bit
 short right now.  Anyway, I am starting over, and will be sure to use
 the efibootmgr command, and install the correct akmod-nvidia-173xx
 driver.  Does anyone have any additional information that might help?

 by the way, even after the efibootmgr -c command, I kept getting the
 secure mode disabled message.  There is little joy in the house right
 now!!  Mama doesn't have her computer, and I am stymied on getting this
 thing up and working.  

 Any and all help/pointers/etc... appreciated.

 I'm posting this message from a computer in another room, so it requires
 that I go back and forth to look things up when the new install won't
 bring up the internet for looking things up, just another aggravation.

 Sorry to keep this single thread going, but success has reared its
 head... My wife bless her, kept the old card I pulled from one of the
 grandson's computers.  It is a radeon 7470.  Put that in and things are
 going swimmingly.  I like nvidia.  I wish they and the linux folks could
 work out some way of fully supporting their cards with acceleration and
 the whole works, directly.  But the Radeon will do the job, so Kudos to
 those guys.
 
  So we can call this solved, at least given a Radeon card.  Too bad,
  nvidia, thanks for NOT playing.
 
 

lspci:
01:00.0 VGA compatible controller: NVIDIA Corporation NV34 [GeForce FX 5200]
Kernel driver in use: nouveau

dmesg:
nouveau  [  DEVICE][:01:00.0] Chipset: NV34 (NV34)
nouveau  [  DEVICE][:01:00.0] Family : NV30
agpgart-nvidia :00:00.0: AGP 3.0 bridge
agpgart-nvidia :00:00.0: putting AGP V3 device into 8x mode

xrandr:
DVI-I-1 connected 1920x1080+0+0 (normal left inverted right x axis y
axis) 477mm x 268mm
   1920x1080R 59.9*+

glxinfo:
name of display: :0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
GLX version: 1.4
OpenGL vendor string: nouveau
OpenGL renderer string: Gallium 0.4 on NV34
OpenGL version string: 1.5 Mesa 9.2.0-devel

xfconf-query -c xfwm4 -p /general/use_compositing
true


poma


Ref.
http://nouveau.freedesktop.org/wiki/CodeNames
http://nouveau.freedesktop.org/wiki/FeatureMatrix


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: How do I prevent the kernel module i915 from being loaded?

2013-08-07 Thread Heinz Diehl
On 08.08.2013, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote: 

 I have already appended 'blacklist i915' to
 /lib/modprobe.d/dist-blacklist.conf but it is still being loaded. What else
 can I do?

On the long run, you could disable all CONFIG_DRM_i915 options in your
kernel .config and recompile.



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org