Re: firewall-config has many broken dependencies.

2014-12-21 Thread Sam Varshavchik

Joe Zeff writes:


On 12/21/2014 02:07 PM, Sam Varshavchik wrote:

I always thought that this was the whole reason behind rpm/yum: if
package X requires Y, then yum should install it automatically.


Yum will do that, if the package is available, but rpm doesn't.


Well, I used "yum" to install firewall-config. Therefore, I can reasonably  
expect that if firewall-config needs something installed, it should get  
pulled in as a direct or an indirect dependency.


But I have already established – and posted to the bug I earlier  
referenced – the fact that, apparently, nothing apparently stops me from  
doing this:


# rpm -e --test xorg-x11-fonts-ISO8859-1-100dpi-7.5-14.fc21.noarch xorg-x11- 
fonts-ISO8859-1-75dpi-7.5-14.fc21.noarch xorg-x11-fonts- 
misc-7.5-14.fc21.noarch xorg-x11-fonts-Type1-7.5-14.fc21.noarch


This succeeds, with the firewall-config installed.

But if I do that, and run firewall-config, it comes up just fine, but  
instead of seeing something written in king's English, I get ancient  
Egyptian hieroglyphics, all over firewall-config's window.


But it does warm my heart, a little bit, to know that at least something in  
Fedora managed to figure out this complicated concept:


# rpm -e --test lyx-fonts
error: Failed dependencies:
	font(:lang=en) is needed by (installed)  
fontconfig-2.11.1-5.fc21.x86_64


So, that's how it's supposed to work. Now, in addition to some fonts, it  
would be real nice to know what else firewall-config actually depends on,  
but the dependency fails to be specified in the package's dependency chain,  
and, as a result, half of its widgets are completely garbled and they do not  
respond to pointer and keyboard events.




pgp5pI1tf38_U.pgp
Description: 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: firewall-config has many broken dependencies.

2014-12-21 Thread Joe Zeff

On 12/21/2014 02:07 PM, Sam Varshavchik wrote:

I always thought that this was the whole reason behind rpm/yum: if
package X requires Y, then yum should install it automatically.


Yum will do that, if the package is available, but rpm doesn't.
--
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: name of file system : "unknown filesystem type 'FAT32"

2014-12-21 Thread Chris Murphy
On Sun, Dec 21, 2014 at 9:50 AM, Angelo Moreschini <
mrangelo.fed...@gmail.com> wrote:

> Hi Joachim,
>
> "-t vfat"  worked... [?]
>
>
> [angelo_user@zorro ~]$ sudo mount --type vfat /dev/sde1 /media/tmp_USB1
> [angelo_user@zorro ~]$ ls -l /media/tmp_USB1
>
> *So, vfat include FAT32..*.
>
> Thank you very much .
>
> But,  how I can know -in general- things like this ..?
>
> Can you give me a link to a such documentation?
>

You really can't, it's just rote memorization, or fill your head with the
right search engine keywords. If you'd used -t msdos that would have worked
too, but only if you're familiar with the difference in would you know to
prefer vfat. And for that matter -t umsdos also would have worked. But
normally just omit -t and it gets autodetected, and I just tested this,
both command line and GNOME default to vfat.

-- 
Chris Murphy
-- 
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: name of file system : "unknown filesystem type 'FAT32"

2014-12-21 Thread Cameron Simpson

On 21Dec2014 18:50, Angelo Moreschini  wrote:

"-t vfat"  worked... [?]

[angelo_user@zorro ~]$ sudo mount --type vfat /dev/sde1 /media/tmp_USB1
[angelo_user@zorro ~]$ ls -l /media/tmp_USB1

*So, vfat include FAT32..*.

Thank you very much .

But,  how I can know -in general- things like this ..?

Can you give me a link to a such documentation?


It is on your system. Run the command:

 man 8 mount

and see the types available for "-t" option.

The "general" part of this advice is that: you're using the "mount" command, so 
read the "mount" manual entry!


("mount" is an administrative command, so it is in section 8, not section 1.)

Cheers,
Cameron Simpson 
--
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: [OT] Compiling a module for the Fedora kernel

2014-12-21 Thread poma
On 21.12.2014 19:45, Klaus-Peter Schrage wrote:
> Am 21.12.2014 um 18:34 schrieb Heinz Diehl:
>> On 21.12.2014, Klaus-Peter Schrage wrote:
>>
>>> I first tried the latest and greatest nouveau driver from
>>> freedesktop.org "as is", but the fan problem remains, so I still
>>> have to apply "my" patch to the nouveau source..
>>
>> I think you should file a bug against the nouveau driver on
>> bugs.freedesktop.org (xorg -> driver -> nouveau).
> 
> Yes, I'll do so when I have figured out how to apply the patch to the 
> nouveau driver from freedesktop.org. The patch is *againsts the kernel 
> source*, like:
> --- a/drivers/gpu/drm/nouveau/core/...
> +++ b/drivers/gpu/drm/nouveau/core/...
> but the structure of the driver from git is:
> nouveau/drm/core/...
> (sorry for being so clueless, but I never dealt with kernel modules ...)
> 

Check rhbz #1121331, 
recent comments.


-- 
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: NTP vulnerability

2014-12-21 Thread Aaron Gray
Cheers !


On 21 December 2014 at 20:48, Ed Greshko  wrote:
> On 12/22/14 02:46, Aaron Gray wrote:
>> There are no ntp or ntpd or systemd-timesyncd packages on F20 !
>
> The default time sync package is now chrony.
>
> ntp is available in the F20 repos.
>
> --
> If you can't laugh at yourself, others will gladly oblige.
> --
> 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: firewall-config has many broken dependencies.

2014-12-21 Thread Sam Varshavchik

Rex Dieter writes:


Sam Varshavchik wrote:

> I upgraded a headless F20 box to F21's server product.

If you want gui apps to work, it's generally best-practice to install at
least:

yum install @base-x

(and *maybe* @fonts too).

If there's stuff still missing or not working after that, *then* consider it
a bug.


I thought that rpm is supposed to solve this problem.

I always thought that this was the whole reason behind rpm/yum: if package X  
requires Y, then yum should install it automatically.




pgpr7VTY47SEJ.pgp
Description: 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: NTP vulnerability

2014-12-21 Thread Ed Greshko
On 12/22/14 02:46, Aaron Gray wrote:
> There are no ntp or ntpd or systemd-timesyncd packages on F20 !

The default time sync package is now chrony.

ntp is available in the F20 repos.

-- 
If you can't laugh at yourself, others will gladly oblige.
-- 
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: Gnome & Yumex : Is there a way ...

2014-12-21 Thread Patrick O'Callaghan
On Sun, 2014-12-21 at 18:41 +, Beartooth wrote:
> On Thu, 18 Dec 2014 23:32:44 +, Patrick O'Callaghan wrote:
> 
> > On Thu, 2014-12-18 at 20:40 +, Beartooth wrote:
> >>I'm busily weighing Mate and xfce4 against my uses; with luck, I
> >> may eventually need only a rock-bottom few Gnome apps. Is there any way
> >> to eliminate the rest of Gnome by the shovelful instead of one app at a
> >> time with Yumex?
> > 
> > Just don't install the Gnome "product". Set up your system as you like
> > it, then use yum to add any Gnome apps you specifically want. They will
> > still drag in a certain amount of libraries etc. of course.
> 
>   Unfortunately, at least three of my machines are already running 
> F21 -- by virtue of fedup. So there are an unknown (but fairly large) 
> number of .rpms on them that used to be sine qua non, and are now cruft. 
> On the older ones in particular, I think I can gain significant space if 
> I can sweep all that neo-cruft away.

If you add clean_requirements_on_remove=1 to /etc/yum.conf and then yum
erase whatever looks superfluous then yum will clean up a lot of cruft.

>   Aside to Rick Stevens: just as I used to use a few KDE apps in 
> Gnome2, I think I'm now going to use a few nice ones from Mate in xfce4, 
> or maybe even vice-versa. Try it; you'll like it.

I did tentatively try it once but I need some Gnome stuff for Evolution
and it too much effort to get all the ducks in a row. I'm reasonably
happy with KDE now as I have a fast machine.

poc


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


Getting onto HP2207

2014-12-21 Thread Beartooth

I have an old Dell PowerEdge SC1420, which ceased to be a server 
or to have any form of RAID when I inherited it. Over the years, I've run 
many releases of Fedora on it, one or two of CentOS, and I disremember 
what all else on it. 

Some OSs figure out my HP w2207h monitor on contact, even from 
behind the KVM switch where I normally keep it; the last few Fedora 
releases have been good about that, iirc.

Some OSs don't while behind the switch, but do if I shut 
everything down and connect the Dell directly and alone to the 
peripherals.

Some OSs never get it; I have had to tinker endlessly with 
xorg.conf a/o grub.conf.

But now F21 doesn't get it, and I can't seem to find a file that 
will let me tell it there is such a thing as a 27" 1680x1050 terminal. 
(The only plausible candidates so far open with DO NOT EDIT THIS FILE, 
and a reference to the other files that set them; but I'm drawing a blank 
about any way to reset the setting files.)

Clue, please?

-- 
Beartooth Staffwright, Not Quite Clueless Power User
Remember I know little (precious little!) of where up is.


-- 
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: name of file system : "unknown filesystem type 'FAT32"

2014-12-21 Thread Pete Travis
On Dec 21, 2014 9:50 AM, "Angelo Moreschini" 
wrote:
>
> Hi Joachim,
>
> "-t vfat"  worked...
>
>
> [angelo_user@zorro ~]$ sudo mount --type vfat /dev/sde1 /media/tmp_USB1
> [angelo_user@zorro ~]$ ls -l /media/tmp_USB1
>
> So, vfat include FAT32...
>
> Thank you very much .
>
> But,  how I can know -in general- things like this ..?
>
> Can you give me a link to a such documentation?
>
>
>

`mount` can read the filesystem type too.  Try using it without the type
argument, and see what happens.

--Pete
-- 
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: name of file system : "unknown filesystem type 'FAT32"

2014-12-21 Thread Jon Ingason
Den 2014-12-21 17:50, Angelo Moreschini skrev:
> Hi Joachim,
> 
> "-t vfat"  worked...
> 
> 
> [angelo_user@zorro ~]$ sudo mount --type vfat /dev/sde1 /media/tmp_USB1
> [angelo_user@zorro ~]$ ls -l /media/tmp_USB1
> _
> _
> _So, vfat include FAT32.._.
> 
> Thank you very much .
> 
> But,  how I can know -in general- things like this ..?
> 
> Can you give me a link to a such documentation?
> 
> 

I recommend to search the web, for example if you search on "FAT32
Linux" you get lot of hits. The first link while I did this search was
following:

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

-- 
Regards

Jon Ingason

-- 
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: NTP vulnerability

2014-12-21 Thread Aaron Gray
There are no ntp or ntpd or systemd-timesyncd packages on F20 !

On 21 December 2014 at 18:43, Aaron Gray  wrote:
> It should be 4.2.8 now as there are new vulnerabilities !
>
> On 21 December 2014 at 18:33, Ralf Corsepius  wrote:
>> On 12/21/2014 07:24 PM, Aaron Gray wrote:
>>>
>>> Hi,
>>>
>>> Whats going on with Fedora and the NTP vulnerability ?
>>>
>>> Both of my F20 machines don't seem to have ntp installed.
>>
>>
>> What surprises me more, is seeing a bugfix update addressing this issue
>> (ntp-4.2.6p5-25) pending in testing for f20, but not for f21.
>>
>> Ralf
>>
>>
>> --
>> 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: [OT] Compiling a module for the Fedora kernel

2014-12-21 Thread Klaus-Peter Schrage

Am 21.12.2014 um 18:34 schrieb Heinz Diehl:

On 21.12.2014, Klaus-Peter Schrage wrote:


I first tried the latest and greatest nouveau driver from
freedesktop.org "as is", but the fan problem remains, so I still
have to apply "my" patch to the nouveau source..


I think you should file a bug against the nouveau driver on
bugs.freedesktop.org (xorg -> driver -> nouveau).


Yes, I'll do so when I have figured out how to apply the patch to the 
nouveau driver from freedesktop.org. The patch is *againsts the kernel 
source*, like:

--- a/drivers/gpu/drm/nouveau/core/...
+++ b/drivers/gpu/drm/nouveau/core/...
but the structure of the driver from git is:
nouveau/drm/core/...
(sorry for being so clueless, but I never dealt with kernel modules ...)

--
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: NTP vulnerability

2014-12-21 Thread Aaron Gray
It should be 4.2.8 now as there are new vulnerabilities !

On 21 December 2014 at 18:33, Ralf Corsepius  wrote:
> On 12/21/2014 07:24 PM, Aaron Gray wrote:
>>
>> Hi,
>>
>> Whats going on with Fedora and the NTP vulnerability ?
>>
>> Both of my F20 machines don't seem to have ntp installed.
>
>
> What surprises me more, is seeing a bugfix update addressing this issue
> (ntp-4.2.6p5-25) pending in testing for f20, but not for f21.
>
> Ralf
>
>
> --
> 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: Gnome & Yumex : Is there a way ...

2014-12-21 Thread Beartooth
On Thu, 18 Dec 2014 23:32:44 +, Patrick O'Callaghan wrote:

> On Thu, 2014-12-18 at 20:40 +, Beartooth wrote:
>>  I'm busily weighing Mate and xfce4 against my uses; with luck, I
>> may eventually need only a rock-bottom few Gnome apps. Is there any way
>> to eliminate the rest of Gnome by the shovelful instead of one app at a
>> time with Yumex?
> 
> Just don't install the Gnome "product". Set up your system as you like
> it, then use yum to add any Gnome apps you specifically want. They will
> still drag in a certain amount of libraries etc. of course.

Unfortunately, at least three of my machines are already running 
F21 -- by virtue of fedup. So there are an unknown (but fairly large) 
number of .rpms on them that used to be sine qua non, and are now cruft. 
On the older ones in particular, I think I can gain significant space if 
I can sweep all that neo-cruft away.

Aside to Rick Stevens: just as I used to use a few KDE apps in 
Gnome2, I think I'm now going to use a few nice ones from Mate in xfce4, 
or maybe even vice-versa. Try it; you'll like it.
-- 
Beartooth Staffwright, Not Quite Clueless Power User
Remember I know little (precious little!) of where up is.


-- 
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: NTP vulnerability

2014-12-21 Thread Ralf Corsepius

On 12/21/2014 07:24 PM, Aaron Gray wrote:

Hi,

Whats going on with Fedora and the NTP vulnerability ?

Both of my F20 machines don't seem to have ntp installed.


What surprises me more, is seeing a bugfix update addressing this issue 
(ntp-4.2.6p5-25) pending in testing for f20, but not for f21.


Ralf


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


NTP vulnerability

2014-12-21 Thread Aaron Gray
Hi,

Whats going on with Fedora and the NTP vulnerability ?

Both of my F20 machines don't seem to have ntp installed.

Many thanks in advance,

Aaron
-- 
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: SLiM dependency on xterm?

2014-12-21 Thread Ranjan Maitra
On Sun, 21 Dec 2014 12:51:35 -0500 Rahul Sundaram  wrote:

> Hi
> 
> On Sun, Dec 21, 2014 at 9:46 AM, Ranjan Maitra  wrote:
> 
> >
> > Sorry, I do not understand the question: SLiM is a simple login manager. I
> > like it, but I don't quite see why it needs to bring in the dependency on
> > xterm.
> >
> 
> You should probably file a bug report.   It has a dependency on
> xorg-x11-apps which appears unnecessary as well

Thank you very much! I will do so: I just wanted to be sure about this (if 
anyone knew why this was needed).

Many thanks,
Ranjan

> 
> Rahul


-- 
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 ONLINE PHOTOSHARING - Share your photos online with your friends and 
family!
Visit http://www.inbox.com/photosharing to find out more!


-- 
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: firewall-config has many broken dependencies.

2014-12-21 Thread Rex Dieter
Sam Varshavchik wrote:

> I upgraded a headless F20 box to F21's server product.

If you want gui apps to work, it's generally best-practice to install at 
least:

yum install @base-x

(and *maybe* @fonts too).

If there's stuff still missing or not working after that, *then* consider it 
a bug.

-- Rex

-- 
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: SLiM dependency on xterm?

2014-12-21 Thread Rahul Sundaram
Hi

On Sun, Dec 21, 2014 at 9:46 AM, Ranjan Maitra  wrote:

>
> Sorry, I do not understand the question: SLiM is a simple login manager. I
> like it, but I don't quite see why it needs to bring in the dependency on
> xterm.
>

You should probably file a bug report.   It has a dependency on
xorg-x11-apps which appears unnecessary as well

Rahul
-- 
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: [OT] Compiling a module for the Fedora kernel

2014-12-21 Thread Heinz Diehl
On 21.12.2014, Klaus-Peter Schrage wrote: 

> I first tried the latest and greatest nouveau driver from
> freedesktop.org "as is", but the fan problem remains, so I still
> have to apply "my" patch to the nouveau source..

I think you should file a bug against the nouveau driver on
bugs.freedesktop.org (xorg -> driver -> nouveau).





-- 
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: [OT] Compiling a module for the Fedora kernel

2014-12-21 Thread Klaus-Peter Schrage

Am 21.12.2014 um 16:27 schrieb poma:

On 21.12.2014 15:09, Klaus-Peter Schrage wrote:

... So I thought about rebuilding only the nouveau module instead
of compiling the complete kernel source each time the Fedora kernel
gets an update. Of course, there are lots of instructions available
on building kernel modules, but I found none that refers to a
Redhat/Fedora kernel source (there is a section 'Building Only
Kernel Modules' in the wiki [3], but this is sort of
inapprehensible for me and seems to be outdated).



https://lists.fedoraproject.org/pipermail/test/2014-November/123954.html

 The only difference with regard to 3.17 compatibility, point to 3.17
branch i.e. git clone -b linux-3.17
git://people.freedesktop.org/~darktama/nouveau


Thank you, poma, that was easier than I thought. I first tried the 
latest and greatest nouveau driver from freedesktop.org "as is", but the 
fan problem remains, so I still have to apply "my" patch to the nouveau 
source - which I didn't do yet, but which is, of course, a much easier 
task now than before.


--
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: name of file system : "unknown filesystem type 'FAT32"

2014-12-21 Thread Angelo Moreschini
Hi Joachim,

"-t vfat"  worked... [?]


[angelo_user@zorro ~]$ sudo mount --type vfat /dev/sde1 /media/tmp_USB1
[angelo_user@zorro ~]$ ls -l /media/tmp_USB1

*So, vfat include FAT32..*.

Thank you very much .

But,  how I can know -in general- things like this ..?

Can you give me a link to a such documentation?



On Sun, Dec 21, 2014 at 5:41 PM, Joachim Backes <
joachim.bac...@rhrk.uni-kl.de> wrote:

> On 12/21/2014 03:30 PM, Angelo Moreschini wrote:
> > I am trying to mount a USB pen:
> > 
> > [angelo_user@zorro ~]$ sudo fdisk /dev/sde1 -l
> > DeviceBoot Start   End   Blocks  Id System
> > /dev/sde1 32  31266815 15633392   c W95 FAT32 (LBA)
> > 
> >
> > But I get the message :
> >  "mount: unknown filesystem type 'FAT32'"
> >
> > when I try to mount it:
> > 
> > [angelo_user@zorro ~]$ [angelo_user@zorro ~]$ sudo mount --type FAT32
> > /dev/sde1 /media/tmp_USB1
> >
> > mount: only root can use "--types" option
> > [angelo_user@zorro ~]$ sudo mount -t FAT32 /dev/sde1 /media/tmp_USB1
> > [sudo] password for angelo_user:
> > mount: unknown filesystem type 'FAT32'
> > 
> > *_
> > how we have to indicate the value 'FAT 32 in the -t parameter?_*
> >
> > thank you
> >
> > Angelo
>
> 1. man filesystems
> 2. Did you try "-t vfat" in the mount command?
>
>
> Kind regards
>
> Joachim Backes
> --
>
> Fedora release 21 (Twenty One)
> Kernel-3.17.7-300.fc21.x86_64
>
>
> Joachim Backes 
> https://www-user.rhrk.uni-kl.de/~backes
> --
> 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: name of file system : "unknown filesystem type 'FAT32"

2014-12-21 Thread Joachim Backes
On 12/21/2014 03:30 PM, Angelo Moreschini wrote:
> I am trying to mount a USB pen:
> 
> [angelo_user@zorro ~]$ sudo fdisk /dev/sde1 -l
> DeviceBoot Start   End   Blocks  Id System
> /dev/sde1 32  31266815 15633392   c W95 FAT32 (LBA)
> 
> 
> But I get the message :
>  "mount: unknown filesystem type 'FAT32'"
> 
> when I try to mount it:
> 
> [angelo_user@zorro ~]$ [angelo_user@zorro ~]$ sudo mount --type FAT32
> /dev/sde1 /media/tmp_USB1
> 
> mount: only root can use "--types" option
> [angelo_user@zorro ~]$ sudo mount -t FAT32 /dev/sde1 /media/tmp_USB1
> [sudo] password for angelo_user:
> mount: unknown filesystem type 'FAT32'
> 
> *_
> how we have to indicate the value 'FAT 32 in the -t parameter?_*
> 
> thank you
> 
> Angelo

1. man filesystems
2. Did you try "-t vfat" in the mount command?


Kind regards

Joachim Backes
-- 

Fedora release 21 (Twenty One)
Kernel-3.17.7-300.fc21.x86_64


Joachim Backes 
https://www-user.rhrk.uni-kl.de/~backes
-- 
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: [OT] Compiling a module for the Fedora kernel

2014-12-21 Thread poma
On 21.12.2014 15:09, Klaus-Peter Schrage wrote:
> I am having a permanent fan problem with my obviously esoteric graphics
> card (NVIDIA GeForce GT 630, see [1], [2]) for which I found a viable,
> but tediuos workaround:
> - get the kernel src.rpm
> - apply a specific patch to the nouveau driver
> - build and install new kernel rpms (see [3]).
> 
> I still have to do this on Fedora 21 with the actual kernel version
> 3.17.6-300, and I fear it will last a while until this problem might be
> addressed (if ever).
> 
> Now doing this the way described in [3] always means copying and moving
> GBs of code (not to mention the build time), although just a few lines
> of code are affected.
> So I thought about rebuilding only the nouveau module instead of
> compiling the complete kernel source each time the Fedora kernel gets an
> update. Of course, there are lots of instructions available on building
> kernel modules, but I found none that refers to a Redhat/Fedora kernel
> source (there is a section 'Building Only Kernel Modules' in the wiki
> [3], but this is sort of inapprehensible for me and seems to be outdated).
> 
> So any hint would be greatly appreciated.
> Klaus

https://lists.fedoraproject.org/pipermail/test/2014-November/123954.html

The only difference with regard to 3.17 compatibility, point to 3.17 branch
i.e.
git clone -b linux-3.17 git://people.freedesktop.org/~darktama/nouveau



-- 
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: SLiM dependency on xterm?

2014-12-21 Thread Ranjan Maitra
On Sun, 21 Dec 2014 18:11:40 +1100 Roger  wrote:

> On 21/12/14 15:27, Ranjan Maitra wrote:
> > Hi,
> >
> > Just wondering why installing the rpm for SLiM depends on xterm? Should it 
> > not be stripped of this dependency?
> >
> > Many thanks,
> > Ranjan
> >
> Do you mean Slim as in AngularJS as in RESTful web design?
> If so I've never had to install it, just put the file/s into the 
> appropriate directory.
> Roger

Sorry, I do not understand the question: SLiM is a simple login manager. I like 
it, but I don't quite see why it needs to bring in the dependency on xterm. 

Try: 

sudo yum install slim

or if dnf is your preference

sudo dnf install slim

Many thanks and best wishes,
Ranjan


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


name of file system : "unknown filesystem type 'FAT32"

2014-12-21 Thread Angelo Moreschini
I am trying to mount a USB pen:

[angelo_user@zorro ~]$ sudo fdisk /dev/sde1 -l
DeviceBoot Start   End   Blocks  Id System
/dev/sde1 32  31266815 15633392   c W95 FAT32 (LBA)


But I get the message :
 "mount: unknown filesystem type 'FAT32'"

when I try to mount it:

[angelo_user@zorro ~]$ [angelo_user@zorro ~]$ sudo mount --type FAT32
/dev/sde1 /media/tmp_USB1

mount: only root can use "--types" option
[angelo_user@zorro ~]$ sudo mount -t FAT32 /dev/sde1 /media/tmp_USB1
[sudo] password for angelo_user:
mount: unknown filesystem type 'FAT32'


*how we have to indicate the value 'FAT 32 in the -t parameter?*

thank you

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


[OT] Compiling a module for the Fedora kernel

2014-12-21 Thread Klaus-Peter Schrage

I am having a permanent fan problem with my obviously esoteric graphics
card (NVIDIA GeForce GT 630, see [1], [2]) for which I found a viable,
but tediuos workaround:
- get the kernel src.rpm
- apply a specific patch to the nouveau driver
- build and install new kernel rpms (see [3]).

I still have to do this on Fedora 21 with the actual kernel version
3.17.6-300, and I fear it will last a while until this problem might be
addressed (if ever).

Now doing this the way described in [3] always means copying and moving
GBs of code (not to mention the build time), although just a few lines
of code are affected.
So I thought about rebuilding only the nouveau module instead of
compiling the complete kernel source each time the Fedora kernel gets an
update. Of course, there are lots of instructions available on building
kernel modules, but I found none that refers to a Redhat/Fedora kernel
source (there is a section 'Building Only Kernel Modules' in the wiki
[3], but this is sort of inapprehensible for me and seems to be outdated).

So any hint would be greatly appreciated.
Klaus

[1]https://lists.fedoraproject.org/pipermail/users/2014-July/452276.html
[2]https://bugzilla.redhat.com/show_bug.cgi?id=1121331
[3]http://fedoraproject.org/wiki/Building_a_custom_kernel
--
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: firewall-config has many broken dependencies.

2014-12-21 Thread poma
On 20.12.2014 21:53, Sam Varshavchik wrote:
> poma writes:
> 
>> On 20.12.2014 21:14, Sam Varshavchik wrote:
>>> poma writes:
>>>
 On 20.12.2014 17:41, Sam Varshavchik wrote:
> I upgraded a headless F20 box to F21's server product.
>
> xorg-x11-xauth is installed, in order to make X forwarding work over the
 ssh
> connection.
>
> After installing the firewall-config rpm manually, it's obvious that many
 of
> its dependencies are missing.
>
> I was able to figure out that some of the default font packages that must
 be
> installed.
>
> However, firewall-config still comes up with some of its display widgets
> obviously not getting rendered correctly, and they do not respond to  
>> mouse
> clicks or the keyboard.
>
> I posted a screenshot comparison between a working firewall-config, and
> broken one in bug 1176331.
>
> Anyone has any idea what dependency can result in such a broken display?
>
>
>
>

 Fedora-Server-netinst-x86_64-21.iso
 - Minimal Install
   yum install firewall-config xorg-x11-xauth urw-fonts
>>>
>>> Nope, that made no difference. firewall-config is still broken, the same  
>> way.
>>> It's not the fonts, some widget toolkit is missing. The widgets for the
>>> individual buttons in the two ribbons are not being rendered, just their
>>> labels.
>>
>> Be sure, what I wrote works.
> 
> Well, if you'd want to install from scratch, most likely. However, I'm more  
> interested in fixing my existing server, rather than installing a new one.
> 
> You can pretty much give this same answer to every problem: something's not  
> working right? Reformat the hard drive, and reinstall.
> 
> It's quite disappointing to see the "BSOD? Reformat the hard drive and  
> reinstall Windows" mindset establishing some mind share in Linux.
> 
> 
> 

When looking for help, try to go beyond the monologue.


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