Re: Fedora 20 K3B broken

2014-06-24 Thread Paul Erickson

On 24/06/14 09:17 PM, Ed Greshko wrote:

On 06/25/14 12:07, Paul Erickson wrote:

On 24/06/14 07:43 PM, Ed Greshko wrote:

On 06/25/14 10:35, Paul Erickson wrote:

I don't know exactly when this happened, but today when I tried to use K3B, I 
get the following error:

[paul@paul Desktop]$ k3b
k3b: error while loading shared libraries: libproj.so.0: cannot open shared 
object file: No such file or directory


A search for libproj.so.0: reveals that it is on the system.

[paul@paul Desktop]$ whereis libproj.so.0
libproj.so: /usr/lib/libproj.so.0
[paul@paul Desktop]$

Any ideas how I can fix this? I have tried reinstalling K3B and the problem 
persists.

Thanks in advance.


First of all, libproj.so.0 is provided by proj not k3b.  You may both the 64 
and 32 bit versions installed on your system.  I would check that you have 
it/them installed and that the symbolic link to libproj.so.0.7.0 exits.

Ed,

Thanks for the reply. If I am reading this correctly:

[paul@paul Desktop]$ ls -al /usr/lib/libproj*
lrwxrwxrwx 1 root root 16 Jun 24 20:20 /usr/lib/libproj.so.0 -> 
libproj.so.0.7.0
-rwxr-xr-x 1 root root 305696 Aug  4  2013 /usr/lib/libproj.so.0.7.0

Then it looks like libproj.so.0 is installed and the symbolic link to 
libproj.so.0.7.0 exists

 From this:

[paul@paul Desktop]$ sudo yum list | grep libproj
libprojectM.x86_64 2.0.1-20.fc20 @fedora
libprojectM-devel.x86_64 2.0.1-20.fc20 @fedora
libprojectM-qt.x86_64 2.0.1-8.fc20  @fedora
libprojectM-qt-devel.x86_64 2.0.1-8.fc20  @fedora
libprojectM.i686 2.0.1-20.fc20 fedora
libprojectM-devel.i686 2.0.1-20.fc20 fedora
libprojectM-qt.i686 2.0.1-8.fc20  fedora
libprojectM-qt-devel.i686 2.0.1-8.fc20  fedora

It looks like both 64 and 32 bit versions are installed.

I am afraid I don't know how to remove the 32 bit version. All my attempts to 
use
yum remove or yum erase have been  unsuccessful. Any assistance you could 
provide
would be appreciated.


First of all, it isn't the libprojectM packages that supply libproj.so.0.

Use "yum whatprovides /usr/lib/libproj.so.0" or "yum whatprovides 
/usr/lib64/libproj.so.0" and you will get...

proj-4.8.0-5.fc20.x86_64
and
proj-4.8.0-5.fc20.i686

Having both of these installed on your system if you have 32 bit apps and 64 
bit apps that need the library.  If you are running 64 bit k3b make sure you 
have the 64 bit version of proj installed and that /usr/lib64/libproj.so.0 
exists as well as the symbolic link.

Thanks for this. The "yum whatprovides /usr/Lib64/libproj.so.0 revealed 
that somehow
the 64 bit version of proj had not been installed. With it now installed 
K3B is back functioning
properly. I don't know what caused the change, but am glad to have the 
functionality back.


Thanks for all the help.

--

cheers, Paul - VA7NT - email: va...@telus.net

"Those who hear not the music, think the dancers mad."

"Tolerance becomes a crime when applied to evil." - Thomas Mann

"That state which separates its warriors from its scholars will have its thinking 
done by cowards and fighting done by fools"
- Thucydides - The Pelopenisia

"The Malice of the wicked is reinforced by the weakness of the virtuous."
- Churchill

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


numeric keypad craziness

2014-06-24 Thread Mike Wright

Hi all,

I have a bunch of Xen VMs running an assortment of Fedora versions and I 
connect to each of them via VNC.  Each occupies an individual workspace 
in Domain-0.  Everybody shares the keyboard and mouse.  Works great.


However, on one VM the 10-key part of the keyboard, when NumLock is on, 
doesn't work correctly.  The behavior is different depending upon 
whether it is in single keypress mode or whether it has gone into 
auto-repeat mode, where it behaves correctly.


The craziness starts in single key press mode where there are various 
behaviors depending on whether it is typing into a console, an xterm, or 
a GUI window, such as this Thunderbird, and whether it is an arrow key 
or one of the named keys (Ins, Del, Home, End, PgUp, PgDn).


In all cases the named keys perform their non-NumLock action.  In GUI 
apps and the consoles the arrow keys perform their arrow action but in 
an xterm the arrow keys type a letter: 8->A, 2->B, 6->C, 4->D.


This survives reboots (the whole system) and restarts (just this VM).

For the record, each VM keyboard is set to Generic 105 key international 
layout and the NumLock key is on.


I know almost nothing about how the keyboard subsystem works.  Anybody 
have any idea where to go from here?


Thanks,
Mike Wright

--
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 20 K3B broken

2014-06-24 Thread Ed Greshko
On 06/25/14 12:07, Paul Erickson wrote:
>
>
> I am afraid I don't know how to remove the 32 bit version. All my attempts to 
> use
> yum remove or yum erase have been  unsuccessful. Any assistance you could 
> provide
> would be appreciated.
>

Also, what do you get when you enter

ldd -v /usr/bin/k3b | grep libproj

-- 
Do not condemn the judgment of another because it differs from your own. You 
may both be wrong. -- Dandemis
-- 
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 20 K3B broken

2014-06-24 Thread Ed Greshko
On 06/25/14 12:07, Paul Erickson wrote:
> On 24/06/14 07:43 PM, Ed Greshko wrote:
>> On 06/25/14 10:35, Paul Erickson wrote:
>>> I don't know exactly when this happened, but today when I tried to use K3B, 
>>> I get the following error:
>>>
>>> [paul@paul Desktop]$ k3b
>>> k3b: error while loading shared libraries: libproj.so.0: cannot open shared 
>>> object file: No such file or directory
>>>
>>>
>>> A search for libproj.so.0: reveals that it is on the system.
>>>
>>> [paul@paul Desktop]$ whereis libproj.so.0
>>> libproj.so: /usr/lib/libproj.so.0
>>> [paul@paul Desktop]$
>>>
>>> Any ideas how I can fix this? I have tried reinstalling K3B and the problem 
>>> persists.
>>>
>>> Thanks in advance.
>>>
>> First of all, libproj.so.0 is provided by proj not k3b.  You may both the 64 
>> and 32 bit versions installed on your system.  I would check that you have 
>> it/them installed and that the symbolic link to libproj.so.0.7.0 exits.
> Ed,
>
> Thanks for the reply. If I am reading this correctly:
>
> [paul@paul Desktop]$ ls -al /usr/lib/libproj*
> lrwxrwxrwx 1 root root 16 Jun 24 20:20 /usr/lib/libproj.so.0 -> 
> libproj.so.0.7.0
> -rwxr-xr-x 1 root root 305696 Aug  4  2013 /usr/lib/libproj.so.0.7.0
>
> Then it looks like libproj.so.0 is installed and the symbolic link to 
> libproj.so.0.7.0 exists
>
> From this:
>
> [paul@paul Desktop]$ sudo yum list | grep libproj
> libprojectM.x86_64 2.0.1-20.fc20 @fedora
> libprojectM-devel.x86_64 2.0.1-20.fc20 @fedora
> libprojectM-qt.x86_64 2.0.1-8.fc20  @fedora
> libprojectM-qt-devel.x86_64 2.0.1-8.fc20  @fedora
> libprojectM.i686 2.0.1-20.fc20 fedora
> libprojectM-devel.i686 2.0.1-20.fc20 fedora
> libprojectM-qt.i686 2.0.1-8.fc20  fedora
> libprojectM-qt-devel.i686 2.0.1-8.fc20  fedora
>
> It looks like both 64 and 32 bit versions are installed.
>
> I am afraid I don't know how to remove the 32 bit version. All my attempts to 
> use
> yum remove or yum erase have been  unsuccessful. Any assistance you could 
> provide
> would be appreciated.
>

First of all, it isn't the libprojectM packages that supply libproj.so.0.

Use "yum whatprovides /usr/lib/libproj.so.0" or "yum whatprovides 
/usr/lib64/libproj.so.0" and you will get...

proj-4.8.0-5.fc20.x86_64
and
proj-4.8.0-5.fc20.i686

Having both of these installed on your system if you have 32 bit apps and 64 
bit apps that need the library.  If you are running 64 bit k3b make sure you 
have the 64 bit version of proj installed and that /usr/lib64/libproj.so.0 
exists as well as the symbolic link.

-- 
Do not condemn the judgment of another because it differs from your own. You 
may both be wrong. -- Dandemis
-- 
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 20 K3B broken

2014-06-24 Thread Paul Erickson

On 24/06/14 07:43 PM, Ed Greshko wrote:

On 06/25/14 10:35, Paul Erickson wrote:

I don't know exactly when this happened, but today when I tried to use K3B, I 
get the following error:

[paul@paul Desktop]$ k3b
k3b: error while loading shared libraries: libproj.so.0: cannot open shared 
object file: No such file or directory


A search for libproj.so.0: reveals that it is on the system.

[paul@paul Desktop]$ whereis libproj.so.0
libproj.so: /usr/lib/libproj.so.0
[paul@paul Desktop]$

Any ideas how I can fix this? I have tried reinstalling K3B and the problem 
persists.

Thanks in advance.


First of all, libproj.so.0 is provided by proj not k3b.  You may both the 64 
and 32 bit versions installed on your system.  I would check that you have 
it/them installed and that the symbolic link to libproj.so.0.7.0 exits.

Ed,

Thanks for the reply. If I am reading this correctly:

[paul@paul Desktop]$ ls -al /usr/lib/libproj*
lrwxrwxrwx 1 root root 16 Jun 24 20:20 /usr/lib/libproj.so.0 -> 
libproj.so.0.7.0

-rwxr-xr-x 1 root root 305696 Aug  4  2013 /usr/lib/libproj.so.0.7.0

Then it looks like libproj.so.0 is installed and the symbolic link to 
libproj.so.0.7.0 exists


From this:

[paul@paul Desktop]$ sudo yum list | grep libproj
libprojectM.x86_64 2.0.1-20.fc20 @fedora
libprojectM-devel.x86_64 2.0.1-20.fc20 @fedora
libprojectM-qt.x86_64 2.0.1-8.fc20  @fedora
libprojectM-qt-devel.x86_64 2.0.1-8.fc20  @fedora
libprojectM.i686 2.0.1-20.fc20 fedora
libprojectM-devel.i686 2.0.1-20.fc20 fedora
libprojectM-qt.i686 2.0.1-8.fc20  fedora
libprojectM-qt-devel.i686 2.0.1-8.fc20  fedora

It looks like both 64 and 32 bit versions are installed.

I am afraid I don't know how to remove the 32 bit version. All my 
attempts to use
yum remove or yum erase have been  unsuccessful. Any assistance you 
could provide

would be appreciated.

--

cheers, Paul - VA7NT - email: va...@telus.net

"Those who hear not the music, think the dancers mad."

"Tolerance becomes a crime when applied to evil." - Thomas Mann

"That state which separates its warriors from its scholars will have its thinking 
done by cowards and fighting done by fools"
- Thucydides - The Pelopenisia

"The Malice of the wicked is reinforced by the weakness of the virtuous."
- Churchill

--
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 20 K3B broken

2014-06-24 Thread Ed Greshko
On 06/25/14 10:35, Paul Erickson wrote:
> I don't know exactly when this happened, but today when I tried to use K3B, I 
> get the following error:
>
> [paul@paul Desktop]$ k3b
> k3b: error while loading shared libraries: libproj.so.0: cannot open shared 
> object file: No such file or directory
>
>
> A search for libproj.so.0: reveals that it is on the system.
>
> [paul@paul Desktop]$ whereis libproj.so.0
> libproj.so: /usr/lib/libproj.so.0
> [paul@paul Desktop]$
>
> Any ideas how I can fix this? I have tried reinstalling K3B and the problem 
> persists.
>
> Thanks in advance.
>

First of all, libproj.so.0 is provided by proj not k3b.  You may both the 64 
and 32 bit versions installed on your system.  I would check that you have 
it/them installed and that the symbolic link to libproj.so.0.7.0 exits.



-- 
Do not condemn the judgment of another because it differs from your own. You 
may both be wrong. -- Dandemis
-- 
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 20 K3B broken

2014-06-24 Thread Paul Erickson
I don't know exactly when this happened, but today when I tried to use 
K3B, I get the following error:


[paul@paul Desktop]$ k3b
k3b: error while loading shared libraries: libproj.so.0: cannot open 
shared object file: No such file or directory



A search for libproj.so.0: reveals that it is on the system.

[paul@paul Desktop]$ whereis libproj.so.0
libproj.so: /usr/lib/libproj.so.0
[paul@paul Desktop]$

Any ideas how I can fix this? I have tried reinstalling K3B and the 
problem persists.


Thanks in advance.

--

cheers, Paul - VA7NT - email: va...@telus.net

"Those who hear not the music, think the dancers mad."

"Tolerance becomes a crime when applied to evil." - Thomas Mann

"That state which separates its warriors from its scholars will have its 
thinking done by cowards and fighting done by fools"

- Thucydides - The Pelopenisia

"The Malice of the wicked is reinforced by the weakness of the virtuous."
- Churchill

--
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 20 on Dell Precision M3850

2014-06-24 Thread Ranjan Maitra
On Tue, 24 Jun 2014 19:24:39 -0500 Ranjan Maitra
 wrote:

> On Mon, 23 Jun 2014 22:12:39 -0700 Joe Zeff  wrote:
> 
> > On 06/23/2014 09:30 PM, JD wrote:
> > > It has limited functionality because there are certain files or dirs
> > > that are for some reason I do not quite understand yet, are not
> > > relocatable to other sectors (blocks :) ).
> > 
> > I don't know if it's still true, but back in the days of DOS and FAT, 
> > any file that was Read Only was considered to be unmovable.
> > -- 
> > 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
> 
> OK, thanks, all! After struggling with this a bit, I have decided to
> delete Windoze and write away my forced purchase of W7 as a donation
> to the charity called MS. Life will be so much easier now.

Sorry but I wanted to thank everyone for helping out with their
suggestions!

Best wishes,
Ranjan
 


> Ranjan
> 
> -- 
> Important Notice: This mailbox is ignored: e-mails are set to be
> deleted on receipt. Please respond to the mailing list if appropriate.
> For those needing to send personal or professional e-mail, please use
> appropriate addresses.
> 
> 
> FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks & orcas on your 
> desktop!
> Check it out at http://www.inbox.com/marineaquarium
> 
> 
> -- 
> 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


-- 
Important Notice: This mailbox is ignored: e-mails are set to be
deleted on receipt. Please respond to the mailing list if appropriate.
For those needing to send personal or professional e-mail, please use
appropriate addresses.


FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks & orcas on your 
desktop!
Check it out at http://www.inbox.com/marineaquarium


-- 
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: Changing boot options through kickstart

2014-06-24 Thread Joe Wulf
I think your cleanest way would be a simple one-liner post-install sed command.



>
> From: CLOSE Dave 
>To: Community support for Fedora users  
>Sent: Tuesday, June 24, 2014 9:03 PM
>Subject: Changing boot options through kickstart
> 
>
>Documentation tells me that kickstart allows an --append switch to the 
>bootloader command to add additional text to the GRUB2 boot line. I 
>haven't experimented with this and it is unclear to me if the change 
>goes only into /boot/grub2/grub.cfg or if it is also put into 
>/etc/default/grub. But adding things is not my objective.
>
>I want to delete "rhgb" and "quiet" on the boot line, preferably in both 
>places. Is there any way to do that through kickstart or do I have to 
>use a post-install step?
>-- 
>Dave Close
>-- 
>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


Changing boot options through kickstart

2014-06-24 Thread CLOSE Dave
Documentation tells me that kickstart allows an --append switch to the 
bootloader command to add additional text to the GRUB2 boot line. I 
haven't experimented with this and it is unclear to me if the change 
goes only into /boot/grub2/grub.cfg or if it is also put into 
/etc/default/grub. But adding things is not my objective.

I want to delete "rhgb" and "quiet" on the boot line, preferably in both 
places. Is there any way to do that through kickstart or do I have to 
use a post-install step?
-- 
Dave Close
-- 
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 20 on Dell Precision M3850

2014-06-24 Thread Ranjan Maitra
On Mon, 23 Jun 2014 22:12:39 -0700 Joe Zeff  wrote:

> On 06/23/2014 09:30 PM, JD wrote:
> > It has limited functionality because there are certain files or dirs
> > that are for some reason I do not quite understand yet, are not
> > relocatable to other sectors (blocks :) ).
> 
> I don't know if it's still true, but back in the days of DOS and FAT, 
> any file that was Read Only was considered to be unmovable.
> -- 
> 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

OK, thanks, all! After struggling with this a bit, I have decided to
delete Windoze and write away my forced purchase of W7 as a donation
to the charity called MS. Life will be so much easier now.

Ranjan

-- 
Important Notice: This mailbox is ignored: e-mails are set to be
deleted on receipt. Please respond to the mailing list if appropriate.
For those needing to send personal or professional e-mail, please use
appropriate addresses.


FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks & orcas on your 
desktop!
Check it out at http://www.inbox.com/marineaquarium


-- 
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: Burning Blu-Ray media on fedora20

2014-06-24 Thread Frantisek Hanzlik
Alex wrote:
> Hi, Does anyone know what happened to the Shilling cdrecord? I've tried
> to download it from several locations, and the domain appears to no
> longer exist.
> 
> How are people burning BD-R media these days?
> 
> These links no longer exists:
> ftp://ftp.berlios.de/pub/cdrecord/alpha/
> http://cdrecord.berlios.de/private/cdrecord.html

It seems as Jörg Schilling's cdrecord is (after closing BerliOS
hosting service, see http://en.wikipedia.org/wiki/Berlios ) now
hosted on SourceForge ( http://sourceforge.net/projects/cdrtools/ )
and cdrecord sources can be downloaded also there
( http://sourceforge.net/projects/cdrtools/files/alpha/ ) or as part
of a larger software package 'Schily Tools' also at SF
( http://sourceforge.net/projects/schilytools/ ).
Original historic cdrecord web site http://cdrecord.org/ still exist,
but is outdated.

I personally use cdrecord and compile the RPM packages, for F19 i386
I have them at http://www.hanzlici.cz/packages/fedora/cdrtools/fc19/
(I do not use Fedora 20 yet). But You perhaps can download and
rebuild SRPMS cdrecord package (or download source from SF and use
only my SPEC file to build RPM, etc)

Franta Hanzlik

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

2014-06-24 Thread Robert Moskowitz


On 06/24/2014 01:32 PM, JD wrote:
On Tue, Jun 24, 2014 at 12:22 PM, Fred Erickson 
mailto:fredferick...@gmail.com>> wrote:

>
>
> On Jun 24, 2014 8:26 AM, "Robert Moskowitz" > wrote:

> >
> > I am at the WiFi Alliance meeting and all the room projectors have 
miracast as the perfered projecting method.

> >
> > So I go looking for miracast and fedora via google and got a few 
hits, mostly looking for support!

> >
> > one project saying that Fedora 20 is 'too old'.
> >
> > So is there any work for miracast support?
>
> I found the link below on Wikipedia.
>
> http://www.freedesktop.org/wiki/Software/miracle


Seems like this project has the potential to open a big hole
into a system's security and user's privacy :) :)


Oh, of course!  WiFi Alliance is all about making things EASY.

Safe?  Well maybe.  Of course this is probably worst than VNC, at least 
showing all around you what is on your screen.


But sometimes in meetings you kind of need it.  :(

Now I have to build a system to do builds on.


-- 
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: LDAP login from console - solved

2014-06-24 Thread Michael Cronenworth

Jerry Feldman wrote:

My solution was to create a local user with the same credentials of my
LDAP user. If the network is up, then the login gets the exported home
directory, if the network is down the local user gets a local home -
such as when I power up before I bring the VPN online.


A better solution would be to use sssd for authentication. It can cache 
credentials if the server is not available.

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

2014-06-24 Thread JD
On Tue, Jun 24, 2014 at 12:22 PM, Fred Erickson 
wrote:
>
>
> On Jun 24, 2014 8:26 AM, "Robert Moskowitz"  wrote:
> >
> > I am at the WiFi Alliance meeting and all the room projectors have
miracast as the perfered projecting method.
> >
> > So I go looking for miracast and fedora via google and got a few hits,
mostly looking for support!
> >
> > one project saying that Fedora 20 is 'too old'.
> >
> > So is there any work for miracast support?
>
> I found the link below on Wikipedia.
>
> http://www.freedesktop.org/wiki/Software/miracle


Seems like this project has the potential to open a big hole
into a system's security and user's privacy :) :)
-- 
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: miracast support

2014-06-24 Thread Fred Erickson
On Jun 24, 2014 8:26 AM, "Robert Moskowitz"  wrote:
>
> I am at the WiFi Alliance meeting and all the room projectors have
miracast as the perfered projecting method.
>
> So I go looking for miracast and fedora via google and got a few hits,
mostly looking for support!
>
> one project saying that Fedora 20 is 'too old'.
>
> So is there any work for miracast support?

I found the link below on Wikipedia.

http://www.freedesktop.org/wiki/Software/miracle
-- 
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: Jitsi - Open Source Video Calls and Chat, Web Conferences, Desktop Sharing, Secure communications, Multi Platform, 32 & 64 bit version

2014-06-24 Thread JD
On Tue, Jun 24, 2014 at 11:37 AM, Bill Davidsen  wrote:
>
> Ranjan Maitra wrote:
>>
>> On Fri, 20 Jun 2014 15:44:10 +0200 poma 
>> wrote:
>>
>>> On 20.06.2014 13:58, Ranjan Maitra wrote:

 On Fri, 20 Jun 2014 13:52:39 +0200 poma 
 wrote:

>
> For those who do not wait:
> https://jitsi.org/
>

 Thanks! So, I have never used jitsi. Can I use it to communicate with
these
 confused souls using skype?

 Ranjan

>>>
>>> Jitsi certainly supports SIP. ;)
>>
>>
>> Sorry, poma: I don't know what SIP means. THis is you, but you have to
>> be less cryptic for me to make sense!:-)
>>
> Or you could broaden your understanding with Google or wikipedia...
>

Right!!
Definition: SIP - Session Initiation Protocol - is a network communications
protocol commonly employed for Voice over IP (VoIP) signaling. In VoIP
networking ...
-- 
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: Jitsi - Open Source Video Calls and Chat, Web Conferences, Desktop Sharing, Secure communications, Multi Platform, 32 & 64 bit version

2014-06-24 Thread Bill Davidsen

Ranjan Maitra wrote:

On Fri, 20 Jun 2014 15:44:10 +0200 poma 
wrote:


On 20.06.2014 13:58, Ranjan Maitra wrote:

On Fri, 20 Jun 2014 13:52:39 +0200 poma 
wrote:



For those who do not wait:
https://jitsi.org/



Thanks! So, I have never used jitsi. Can I use it to communicate with these
confused souls using skype?

Ranjan



Jitsi certainly supports SIP. ;)


Sorry, poma: I don't know what SIP means. THis is you, but you have to
be less cryptic for me to make sense!:-)


Or you could broaden your understanding with Google or wikipedia...


--
Bill Davidsen 
  "We have more to fear from the bungling of the incompetent than from
the machinations of the wicked."  - from Slashdot
--
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


miracast support

2014-06-24 Thread Robert Moskowitz
I am at the WiFi Alliance meeting and all the room projectors have 
miracast as the perfered projecting method.


So I go looking for miracast and fedora via google and got a few hits, 
mostly looking for support!


one project saying that Fedora 20 is 'too old'.

So is there any work for miracast support?


--
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: LDAP login from console - solved

2014-06-24 Thread Jerry Feldman

On 06/24/2014 06:58 AM, Jerry Feldman wrote:
> On 06/22/2014 04:57 PM, Jerry Feldman wrote:
>> I have a system that uses LDAP. Originally I set this up as a
>> stand-alone until all my company's security issues were mitigated. The
>> problem is that on the GDM login, it does not display the name. I have
>> this set up on our RHEL servers but not my laptop, so I log in as a
>> local user and ssh to the servers. I can SU (or SUDO) to the LDAP user.
>> I do have a local user set up with the same userid and group, but a
>> separate home directory. I probably missed something somewhere.
>>
>>
>>
> I was able to get it to work, but when the console locks the password
> does not work. I have it set to autologin so the issue is with ddm.
>
>
>
My solution was to create a local user with the same credentials of my
LDAP user. If the network is up, then the login gets the exported home
directory, if the network is down the local user gets a local home -
such as when I power up before I bring the VPN online.

-- 
Jerry Feldman 
Boston Linux and Unix
PGP key id:3BC1EB90 
PGP Key fingerprint: 49E2 C52A FC5A A31F 8D66  C0AF 7CEA 30FC 3BC1 EB90




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: BackupPC - a brief rant

2014-06-24 Thread Tim
Allegedly, on or about 24 June 2014, Ian Malone sent:
> PS, you've misspelt Microsoft. If you want to be consistent you need
> to make up humorous[1] misspellings of NetworkManager and Evolution
> too.

They've worked very hard to earn their denigrations...

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


-- 
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: SFLPhone / Mic

2014-06-24 Thread Boris Epstein
Vlad,

Is there any way to switch the input there to PulseAudio? I'd look in that
direction. Try to see if you could dothat in your sound controls.

Good luck.

Boris.



On Tue, Jun 24, 2014 at 6:37 AM, Pal, Laszlo (private)  wrote:

> Hi,
>
> I'm trying to use SFLPhone as IAX softphone on my FC20 laptop and with
> my Logitech Clearchat USB headset. The output is fine and perfect, but
> the input is terrible (glitches, really can't hear anything. In the same
> environment Skype is perfect... The only difference I can see in the
> configs Skype using pulseaudi, but SFLPhone config looks like this:
>
> Sound manager: PulseAudio
> Input: alsa_input.usb_Logitech
>
> do you have any idea what should I change to make it work?
>
> Thanks
> Vlad
>
> --
> 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: LDAP login from console

2014-06-24 Thread Jerry Feldman

On 06/22/2014 04:57 PM, Jerry Feldman wrote:
> I have a system that uses LDAP. Originally I set this up as a
> stand-alone until all my company's security issues were mitigated. The
> problem is that on the GDM login, it does not display the name. I have
> this set up on our RHEL servers but not my laptop, so I log in as a
> local user and ssh to the servers. I can SU (or SUDO) to the LDAP user.
> I do have a local user set up with the same userid and group, but a
> separate home directory. I probably missed something somewhere.
>
>
>
I was able to get it to work, but when the console locks the password
does not work. I have it set to autologin so the issue is with ddm.

-- 
Jerry Feldman 
Boston Linux and Unix
PGP key id:3BC1EB90 
PGP Key fingerprint: 49E2 C52A FC5A A31F 8D66  C0AF 7CEA 30FC 3BC1 EB90




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


SFLPhone / Mic

2014-06-24 Thread Pal, Laszlo (private)
Hi,

I'm trying to use SFLPhone as IAX softphone on my FC20 laptop and with
my Logitech Clearchat USB headset. The output is fine and perfect, but
the input is terrible (glitches, really can't hear anything. In the same
environment Skype is perfect... The only difference I can see in the
configs Skype using pulseaudi, but SFLPhone config looks like this:

Sound manager: PulseAudio
Input: alsa_input.usb_Logitech

do you have any idea what should I change to make it work?

Thanks
Vlad

-- 
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: BackupPC - a brief rant

2014-06-24 Thread Ian Malone
On 24 June 2014 09:13, Tim  wrote:
> Allegedly, on or about 23 June 2014, Ian Malone sent:
>> Though I'll bet the error doesn't actually mean that the clock is not
>> set correctly. The usual experience is it'll be something else going
>> wrong for which the underlying cause is the clock set incorrectly and
>> anonymous error is being reported that no-one ever expected to get
>> to.
>
> But who could tell?  Because the error message is useless.  The
> information mickysoft provides on their website about that error only
> mentioned that you needed to set your clock.  And the plethora of
> blind-leading-the-blind on internet help sites is completely unreliable
> when it comes to closed source, and inadequately documented software.
>
> Which gets back to the original poster's point:  Software authors should
> make useful error message reports.  Ones that correctly identify the
> fault, and allow you to take the appropriate actions.
>

My point was if the error report existed it might still not have been
useful if it wasn't coming directly from some kind of clock check.
What happens then is you get people running across this error and once
it's figured out they list the code on their website against this
problem, then you find it and fix it through the magic of google. Not
ideal, especially if you don't have alternative internet access, but
most ways of dealing with post-release problems aren't ideal.

PS, you've misspelt Microsoft. If you want to be consistent you need
to make up humorous[1] misspellings of NetworkManager and Evolution
too.
[1] For low values of humorous.


-- 
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: how to keep firmware loaded

2014-06-24 Thread vlado99

On 20.6.2014 21:25, lee wrote:

Apparently the firmware is unloaded when the device becomes unused.


Maybe the device firmware is not unloaded, it is just forget when unused 
device enters low power state/is powered off?

--
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: apcupsd.conf: Which cable type for remote UPS on network?

2014-06-24 Thread vlado99

On 20.6.2014 20:58, lee wrote:

Hi,

what type of cable am I supposed to put into apcupsd.conf for an UPS
which is connected to a remote computer and monitored over the network?



Hi Lee.

I have two machines powered by one UPS. M1 controls UPS over USB cable, 
M2 is neighboring machine.


/etc/apcupsd/apcupsd.conf on M1 contains:
UPSCABLE usb
UPSTYPE usb
DEVICE
...
NETSERVER on
NISIP 
NISPORT 3551
...
/etc/apcupsd/apcupsd.conf on M2 contains:
UPSCABLE ether
UPSTYPE net
DEVICE :3551
...
NETSERVER on
NISIP 127.0.0.1
NISPORT 3551
...

This setup works for me. M1 and M2 does correct shutdown on power fail.
Maybe this helps.

Vlado
--
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 20 on Dell Precision M3850

2014-06-24 Thread Lin Xiao

On 06/24/2014 11:18 AM, Ranjan Maitra wrote:
> So, I first defragmented and then tried to shrink the W7 partition on
> Windoze. However, the 500 GBib disk is shown as having only 226 GB
> availability. What is in the rest of it? This is new and I have only
> logged in, not added anything. What would happen if I used the Fedora
> Installer (anaconda? ) to shrink? How does one do this without
> removing/erasing/damaging the partition? Thanks, Ranjan 

To get more free space, you need to turn off windows system recovery
function on that partition.
-- 
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 20 on Dell Precision M3850

2014-06-24 Thread Tim
Allegedly, on or about 23 June 2014, JD sent:
> Certainly you can shrink partitions using gparted,
> but if the partition happens to be a bootable NTFS partition,
> then gparted will not work :( 

I've done that, it worked fine for me.  Perhaps its more to do with your
partitioning, than the file system on it?

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


Re: Yum/dnf Search Functionality

2014-06-24 Thread Tim
Allegedly, on or about 24 June 2014, Stephen Morris sent:
> Does this mean that yum and dnf only search non-installed package
> descriptions/names? 

Yum's search function was limited to a smaller set of data unless you
did "yum search all," then it looked wider afield.  It even suggested
you try it, if you got low/no results (it's been a while since I've
noticed this).

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


Re: BackupPC - a brief rant

2014-06-24 Thread Tim
Allegedly, on or about 23 June 2014, Ian Malone sent:
> Though I'll bet the error doesn't actually mean that the clock is not
> set correctly. The usual experience is it'll be something else going
> wrong for which the underlying cause is the clock set incorrectly and
> anonymous error is being reported that no-one ever expected to get
> to. 

But who could tell?  Because the error message is useless.  The
information mickysoft provides on their website about that error only
mentioned that you needed to set your clock.  And the plethora of
blind-leading-the-blind on internet help sites is completely unreliable
when it comes to closed source, and inadequately documented software.

Which gets back to the original poster's point:  Software authors should
make useful error message reports.  Ones that correctly identify the
fault, and allow you to take the appropriate actions.

NetworkManager was one example of crap response codes (unexplained,
anywhere, numerical codes).  And Evolution is another.  How many of us
have sat there waiting for it to finish dealing with some "unknown
background process" before we can continue using it?  The galling thing
is that /that/ "unknown" process is one of its own.


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


Re: Jitsi - Open Source Video Calls and Chat, Web Conferences, Desktop Sharing, Secure communications, Multi Platform, 32 & 64 bit version

2014-06-24 Thread Pal, Laszlo
FC20: no tray icon under Cinnamon, however I can connect to company's
jabber. Unfortunately I cannot test SIP because our system using IAX
protocol which is not supported rigth now :(

L:


On 23 June 2014 18:29, Dan Thurman  wrote:
> On 06/23/2014 12:59 AM, Dario Lesca wrote:
>>
>> Il giorno sab, 21/06/2014 alle 17.44 -0700, Dan Thurman ha scritto:
>>>
>>> Clicking on [x] does not terminate the program
>>> but simply "hides" the GUI, by design.
>>
>> I known
>>
>>> To show the GUI window, look for the Jitsi icon in
>>> the system tray, right click, and select 'Show'.
>>
>> Not work.
>> None happened
>>
>>>
>>> To terminate the program,  look for the Jitsi icon
>>> in the system tray, right click, and select 'Quit'.
>>
>> Not work.
>> None happened
>>
>>> The behaviour is similar to Pidgin.
>>
>> I use Pidgin, an it work.
>>
>> Thanks
>
> Tested Jitsi on F18 & F19 and it works.
> Did not test Jitsi on F20+
>
> --
> 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