Re: Kernel 4.1.4 breaks external display

2015-08-21 Thread Martin Cigorraga
Hi,

I'm not running F21 anymore so I'm not sure if this apply but, did you
check the updates-testing repo?
Kernel 4.1.5 has been working very nice since the last couple of weeks or
so.

Cheers

On Fri, Aug 21, 2015 at 12:41 PM, CS DBA  wrote:

> Hi All;
>
> I'm running Fedora 21 on a Dell M3800 laptop, been working great.
> Updating to the latest kernel however breaks my external display
> i.e. I plug the external monitor in and nothing happens, previous to the
> update when I plug in the external monitor
> the system would auto configure the second screen and I could use both
> monitors.
>
> I've googled the issue but not found anything.
>
> Thoughts?
>
> Thanks in advance
> --
> 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: Removing old kernels using dnf leaves files in /boot

2015-08-20 Thread Martin Cigorraga
Hello Clemens,

Adding to what Germán already said you might be interested in checking the
dnf configuration file, /etc/dnf/dnf.conf -- and look for this paramenter:
installonly_limit=2

To learn about it: $ man dnf.conf

Cheers

On Thu, Aug 20, 2015 at 4:00 PM Clemens Eisserer 
wrote:

> > Because those files belong to the package kernel-core. kernel is a meta
> > package and contains no files.
>
> A that explains it, thanks a lot :)
>
> Best regards, Clemens
> --
> 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 do i pick up the new rpms in updates-testing?

2015-08-20 Thread Martin Cigorraga
Try refreshing your local cache: # dnf clean metadata expire-cache. If that
doesn't work, a # dnf clean all should do it. If you still doesn't see the
packages you're looking for then you'll have to wait for your mirrors to
sync up.

On Thu, Aug 20, 2015 at 6:31 PM Kevin Fenzi  wrote:

> On Thu, 20 Aug 2015 17:25:25 -0400 (EDT)
> "Robert P. J. Day"  wrote:
>
> >   no, my updates-testing repo *is* enabled ... i'm asking about an
> > obvious time lag from the time i see those rpms in the repo, and when
> > my local dnf command finally sees them.
>
> So, if you look at:
>
>
> http://dl.fedoraproject.org/pub/fedora/linux/updates/testing/22/x86_64/repodata/
>
> you can see the repomd.xml file was created today at 19:43 UTC time.
>
> So, thats the time when the repo was "live" on the master mirrors.
>
> Next, mirrormanager has to crawl the tree and see what changed and
> update it's db of 'current' repodata. It starts crawls when it sees a
> message something changed, but it can take it a few hours depending on
> how much changed.
>
> Once thats done, hourly there is a static file updated from the db and
> synced out to the mirrorlist servers. Once that pushes out with the new
> repomd.xml info in it you should see it in metalinks.
>
> While thats going on, mirrors are mirroring the master mirror on
> whatever schedule they do.
>
> So, it can take a few hours at least.
>
> kevin
> --
> 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: This is what I was talking about

2015-08-20 Thread Martin Cigorraga
What!?
Is this a part of another thread or what?

On Thu, Aug 20, 2015 at 8:38 PM Sylvia Sánchez  wrote:

> Because every one of them are pulling the rope in the direction of its
> own way and benefit.
> --
> 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: Fedora22 Security Issue.

2015-08-18 Thread Martin Cigorraga
Hi,

I recently came up with this 'issue' (not really an issue in fact, please
read along) when I configured a Webmin panel on a CentOS 6.7 instance we
use at work.

Thing is that the sudo tool provides a configuration flag to deny a command
execution if it's not being invoked from a console. Originally this was
thought as an additional security layer but ultimately proved to be more a
nuisance than anything else and that's why Red Hat decided to switch it off
by default on newer releases starting with RHEL 7 (I don't know starting at
which Fedora release though).

To disable this check launch visudo, look for "Defaultsrequiretty" and
comment the line. I believe that you can accomplish the same by adding the
entry to a file in /etc/sudo.d/ but I didn't test it myself.

HTH

On Wed, Aug 19, 2015 at 1:31 AM inode0  wrote:

> On Tue, Aug 18, 2015 at 2:09 AM, Scott Mattan 
> wrote:
> > Hello,
> >
> > I am seeing some disparity between (two distributions granted) CentOS 6.6
> > and Fedora22 in their use of the su utility.  I cannot figure out the
> cause,
> > so I cannot fix it.
> >
> > In CentOS there is no way to script login to root... this is of course a
> > desirable trait.
> > for instance,
> > [ user@localhost user ]$ su root < >> password
> >> echo ""
> >> id
> >> EOF
> > standard in must be a tty
>
> $ (sleep 1; echo password) | python -c "import pty;
> pty.spawn(['/bin/su','-c','id']);"
>
> Some programs require stdin on a tty, su has gone back and forth on
> it. It really doesn't stop anything.
>
> 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
>
-- 
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: Can I move qemu vms between systems?

2015-08-16 Thread Martin Cigorraga
Why shouldn't you?
I would also add: theory comes after experience and experience does to the
master. When in doubt just go and try :)

On Thu, Aug 13, 2015 at 12:04 AM, Robert Moskowitz 
wrote:

> I am setting up a 'new' F22 system.  On this F21 system, I have a F21 QEMU
> vm.
>
> Can I 'simply' move the image file in /var/lib/libvirt/images/ to the new
> system and run it?
>
> Obviously the VM will still be F21, but that is no problem.
>
> The two systems have identical hardware (Lenovo x120e).
>
>
> --
> 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: Offline uncorrectable sectors

2015-08-16 Thread Martin Cigorraga
Hi all,

I would like to add that there's a convenient utility shipped with Fedora
(at least with the GNOME version) called 'Disks' that helps you tweak some
of your disk options as well as check its health state by showing the SMART
information.

Cheers.

On Sun, Aug 16, 2015 at 12:47 PM, Tom Horsley  wrote:

> On Sun, 16 Aug 2015 10:51:00 -0400
> Sam Varshavchik wrote:
>
> > Buy a new hard drive, hopefully you'll receive it and be able to copy
> all of
> > your data from this one, before your current hard drive turns into a
> brick.
>
> Yea, it took a while for my drive to get more than 1 uncorrectable
> sector, but once I got one, it eventually got worse.
> --
> 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: Audacity Won't Start

2015-08-16 Thread Martin Cigorraga
Lol, 'with a hammer' - so true xD

On Sun, Aug 16, 2015, 19:40 Andrew R Paterson 
wrote:

> On Sunday 16 August 2015 21:14:38 Martin Cigorraga wrote:
> > Hello Craig,
> >
> > Could you please copy the output it produces when you launch the
> > application from the command line?
> >
> > On Sun, Aug 16, 2015, 17:17 Craig Lanning 
> wrote:
> > > Something has happened in the last couple of months that causes
> > > audacity to not want to start.
> > >
> > > If I type 'audacity audio-file.wav' in an attempt to get it to start
> > > with an existing audio file. It just exits.
> > >
> > > Is there some way that I can start it that will show me what it is
> > > trying to do so I can see where it fails?  Any help figuring out what
> > > is causing problems and how to fix it would be appreciated.
> > >
> > > Craig Lanning
> > >
> > > --
> > > 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
> Hi Craig,
> I found this problem as well.
> I cured it with a hammer - rm -rf ~/.audacity-data
> But you may not want to do that!
> Regards
> Andy
> --
> 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: Audacity Won't Start

2015-08-16 Thread Martin Cigorraga
Hello Craig,

Could you please copy the output it produces when you launch the
application from the command line?

On Sun, Aug 16, 2015, 17:17 Craig Lanning  wrote:

> Something has happened in the last couple of months that causes
> audacity to not want to start.
>
> If I type 'audacity audio-file.wav' in an attempt to get it to start
> with an existing audio file. It just exits.
>
> Is there some way that I can start it that will show me what it is
> trying to do so I can see where it fails?  Any help figuring out what
> is causing problems and how to fix it would be appreciated.
>
> Craig Lanning
>
> --
> 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 make window frame thinner

2015-08-14 Thread Martin Cigorraga
Hello Zach,

>
> Try looking at http://gnome-look.org/ for different gnome themes. Install
> gnome tweak tool via dnf and play around with different themes.
>

Of course! Alas, I didn't found yet any theme I like it as Adwaita :(

>
> Keep in mind that the screenshot on the music player's website could be
> cropped as well.
>

Err... well... *caugh*
https://github.com/gnumdk/lollypop/issues/234#issuecomment-131014263

Thanks!


>
> ---- On Fri, 14 Aug 2015 04:07:17 -0400 *Martin Cigorraga
> >* wrote 
>
> Hello,
>
> Please let me know if I should address this question to another list.
>
> I recently discovered Lollypop music player - a very neat one - and now
> I'm intrigued if there's a way to make the top part of the window frame
> thinner as shown in Lollypop's screenshots:
> https://gnumdk.github.io/lollypop/
>
> Here is a screenshot of a fresh installed Lollypop on a Fedora 22 / GNOME
> 3.16.2 using default Adwaita theme: https://i.imgur.com/Ntw9RFP.png
>
> As you see, it is considerably bigger - taking away a lot of my laptop's
> screen real-state.
>
> Could you please point me on how to set it in a smaller fashion to
> replicate Lollypop's screenshots look and feel?
>
> Many thanks,
> -Martin
>
> --
> 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
>
-- 
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: Laptop 'Sleep' with 4.1.x Kernels

2015-08-14 Thread Martin Cigorraga
FYI folks, there's a new kernel ready for testing in the updates-testing
repo -- been using it for above an hour, so far working well.
-- 
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: why the update errors for dnf, dnf-conf and python-dnf?

2015-08-14 Thread Martin Cigorraga
No errors here. Could it be a mirrors problem?

On Fri, Aug 14, 2015, 15:59 Patrick O'Callaghan 
wrote:

> On Fri, 2015-08-14 at 13:46 -0400, Robert P. J. Day wrote:
> >   i'm sure i'm not the only one seeing this -- "dnf update" failing
> > to
> > access the packages in the subject line. workaround?
>
> What does "failing to access" mean?
>
> 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
>
-- 
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: nvidia proprietary driver and console

2015-08-14 Thread Martin Cigorraga
NVIDIA repo: http://negativo17.org/nvidia-repository-improvements/

On Fri, Aug 14, 2015, 16:32 Pál, László  wrote:

> Hi,
>
> Finally it has been found this is some kind of grub2 bug related to 16bit
> initrd thingies... :) after I've modified the script (10_linux) everything
> is fine. However because of my ecryptfs there is no nice spalsh screen, but
> this is my smallest problem :)
>
> bugreport
> https://bugzilla.redhat.com/show_bug.cgi?id=1196065
>
> solution
> http://forums.fedoraforum.org/showthread.php?t=301929#9
>
>
>
> On 14 August 2015 at 21:06, Pete Travis  wrote:
>
>>
>> On Aug 14, 2015 2:58 PM, "Pál, László"  wrote:
>> >
>> > Thank you. Quite a long thread and it is already closed, and there is a
>> new one for newer FC :) I'll search for a solution, but if anyone else has
>> some more direct help, please do not hesitate to post :)
>> >
>> > Thanks
>> > L:
>> >
>> >
>> > On 14 August 2015 at 20:38, Joe Zeff  wrote:
>> >>
>> >> On 08/14/2015 11:33 AM, Pál, László wrote:
>> >>>
>> >>> I've found this guide for FC20, but it seems something else still
>> missing
>> >>>
>> >>> http://www.if-not-true-then-false.com/2014/fedora-20-nvidia-guide/
>> >>>
>> >>> Any idea how to fix?
>> >>
>> >>
>> >> You might try this guide instead:
>> http://forums.fedoraforum.org/showthread.php?t=204752  I know the name
>> makes it look old, but it's been kept current and covers considerably more
>> than other guides I've looked at.
>> >> --
>> >
>>
>> I've had the best results lately with the negativo17 packages.  Sorry for
>> not having a thorough answer to the actual question at hand, though - I
>> hardly ever use the consoles.
>>
>> --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
>>
>>
> --
> 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: Laptop 'Sleep' with 4.1.x Kernels

2015-08-14 Thread Martin Cigorraga
What I'm noticing now is that the graphic server will freeze after some
ours of continue running (i915 module).

I'm about to take a backup of / here (Btrfs) so I can safely try the kernel
currently residing in Rawhide.

On Fri, Aug 14, 2015, 17:24 Robert Moskowitz  wrote:

>
>
> On 08/14/2015 04:12 PM, Roger Wells wrote:
> > On 08/14/2015 08:52 AM, Tim Evans wrote:
> >> On 08/13/2015 08:54 AM, Tim Evans wrote:
> >>> Anyone else lost the ability for laptop acpi "sleep" since 4.1.x
> kernels
> >>> came out?  My Lenovo T530 works properly when lid is closed with
> >>> 4.0.8-300.fc22, but does not with any 4.1 kernel.
> >> Now appears fixed in kernel 4.1.4-200, which dnf brought me yesterday.
> > Yes, this seems to have fixed it, mostly.
> > At least here (Lenovo x240) it still won't suspend on lid close with an
> > second/external monitor attached.
> > The power switch for about one second option does suspend as expected
> > with the second monitor.
> > We'll get there.
>
> I have had so much trouble with external monitors and keyboards/mouse,
> that I disconnect them from my notebook before shutting it to put it to
> sleep.  I have bumped the mouse and the computer would wake up.
>
> So to go to sleep put your toys away first.
>
> :)
>
>
> --
> 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


How to make window frame thinner

2015-08-14 Thread Martin Cigorraga
Hello,

Please let me know if I should address this question to another list.

I recently discovered Lollypop music player - a very neat one - and now I'm
intrigued if there's a way to make the top part of the window frame thinner
as shown in Lollypop's screenshots: https://gnumdk.github.io/lollypop/

Here is a screenshot of a fresh installed Lollypop on a Fedora 22 / GNOME
3.16.2 using default Adwaita theme: https://i.imgur.com/Ntw9RFP.png

As you see, it is considerably bigger - taking away a lot of my laptop's
screen real-state.

Could you please point me on how to set it in a smaller fashion to
replicate Lollypop's screenshots look and feel?

Many thanks,
-Martin
-- 
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: Laptop 'Sleep' with 4.1.x Kernels

2015-08-14 Thread Martin Cigorraga
4.1.4 works fine on my HP dv7 4287cl mid2010.

However previous 4.1.x kernels were behaving odd in the sense that right
after booting up the system I had a sustained CPU load of ~1.5 - what drove
me crazy and pushed me to try the 4.1.4 kernel at that time in testing.

So far, nothing else to report.

On Thu, Aug 13, 2015, 13:35 birger  wrote:

> It seems to work fine on my Lenovo X1 Carbon 2nd gen.
>
> Sendt fra min Sony Xperia™-smarttelefon
>
>
>  Tim Evans skrev 
>
> Anyone else lost the ability for laptop acpi "sleep" since 4.1.x kernels
> came out?  My Lenovo T530 works properly when lid is closed with
> 4.0.8-300.fc22, but does not with any 4.1 kernel.
> --
> Tim Evans |5 Chestnut Court
> 443-394-3864 |Owings Mills, MD 21117
> --
> 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
>
-- 
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-22: KDE vs GTK

2015-08-10 Thread Martin Cigorraga
Hmm, I'm not sure that's the correct file; did you try with 'lxappearance'?

On Tue, Aug 11, 2015, 03:28 Jonathan Ryshpan  wrote:

> Thanks.  It mostly works well.  Unfortunately (sub) windows in
> evolution
> which are used for displaying or composing messages are still shown in
> a small font.  The windows that are displaying messages can be made to
> use a better font by using CTRL/+, but windows in which I am composing
> messages don't respond to this (or anything else, I suspect).
>
> It looks like I need to edit .../gtk-3.0/settings.ini , but I can't
> find out what the various elements do.  Any advice in this?
>
> Thanks - jon
>
> Rex Dieter wrote on Tue Aug 11 02:11:03 UTC 2015
> >Jonathan Ryshpan wrote:
> >
> >> I have just upgraded from Fedora-21 to Fedora-22 and am now unable to
> >> control the GUI of applications based on GTK, namely evolution and (I
> >> think) firefox.  There was a function to do this in KDE as released
> >> under Fedora-21 (KDE-4, I think), but under Fedora-22 (KDE-5), there
> >> doesn't seem any way to set fonts, scrollbars, window decorations, etc.
> >>
> >> How do you do it?  Pointers to web pages are very welcome.
> >>
> >> Many Thanks - jon
> >>
> >
> >kcmshell4 gtk
> >
> >(Long-term we're looking at a newer kde-gtk-config, but it currently
> 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
>
-- 
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: Problem using OpenVPN

2015-08-10 Thread Martin Cigorraga
On Tue, Aug 11, 2015, 01:25 Ed Greshko  wrote:

On 08/11/15 11:52, Martin Cigorraga wrote:
> That was a nice tip Ed, thanks.

Welcome.  I discovered that the hard way a few years ago.  Memory still
works.  :-)

Hehe, sounds like an old tune to me.

> As someone relatively new to SELinux, could you point me please to a
resource listing all default SELinux contexts?

There may be a GUI for this but can't recall at the moment (hmmm...memory
not so good after all)

But you can find the "default" contexts for user home directories under
/etc/selinux/targeted/contexts/

files

Perfect, this is exactly what I was looking for!

Good night-
Martín
-- 
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: Problem using OpenVPN

2015-08-10 Thread Martin Cigorraga
That was a nice tip Ed, thanks.
As someone relatively new to SELinux, could you point me please to a
resource listing all default SELinux contexts?

On Mon, Aug 10, 2015, 11:55 Ed Greshko  wrote:

> On 08/10/15 22:45, Amadren wrote:
> > I have a problem with OpenVPN in Fedora 23. When I try to connect to a
> VPN using the crt located in the same folder as the params, it fails with a
> no such file error. If I use the NetworkManager (in XFCE), it doesn't work
> too. I think it could be a SELinux problem (maybe its denying access to
> openvpn) but I couldn't find any infos about how to fix it.
> > If I am using openvpn and am located in the same folder as the vpn, I
> have no problems.
> > I already filled a bugzilla (
> https://bugzilla.redhat.com/show_bug.cgi?id=1248252).
> >
>
> Oh, anyway
>
> You don't say what folder you have it in  One best practice is to
> place your openVPN stuff in ~/.cert which will give you the correct selinux
> contexts.
>
> --
> If I wanted a blog or social media I'd go elsewhere
> --
> 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: F22 - dnf extreme slow

2015-08-02 Thread Martin Cigorraga
Luckily dnf works as expected here :P

As of the multilib stuff check the conflicting packages, most likely they
have been installed as dependencies from a third-party repository.

On Sun, Aug 2, 2015, 17:17 Martin Møller Skarbiniks Pedersen <
traxpla...@gmail.com> wrote:

> On 2 August 2015 at 19:46, Martin Cigorraga 
> wrote:
>
>> Hello Martin, sounds more like a mirrors issue; to confirm that please
>> clean your cache and try to upgrade your system again but this time using
>> yum.
>>
> OK. yum-deprecated works very fast. A few seconds to install a program etc.
> However I am afraid that the dnf/yum database is somehow broken now.
>
> # time yum-deprecated update
> --> Finished Dependency Resolution
> Error:  Multilib version problems found. This often means that the root
>cause is something else and multilib version checking is just
>pointing out that there is a problem. Eg.:
>
>  1. You have an upgrade for elfutils-libs which is missing some
> dependency that another package requires. Yum is trying to
> solve this by installing an older version of elfutils-libs of
> the
> different architecture. If you exclude the bad architecture
> yum will tell you what the root cause is (which package
> requires what). You can try redoing the upgrade with
> --exclude elfutils-libs.otherarch ... this should give you an
> error
> message showing the root cause of the problem.
>
>  2. You have multiple architectures of elfutils-libs installed, but
> yum can only see an upgrade for one of those architectures.
> If you don't want/need both architectures anymore then you
> can remove the one with the missing update and everything
> will work.
>
>  3. You have duplicate versions of elfutils-libs installed already.
> You can use "yum check" to get yum show these errors.
>
>...you can also use --setopt=protected_multilib=false to remove
>this checking, however this is almost never the correct thing to
>do as something else is very likely to go wrong (often causing
>much more problems).
>
>Protected multilib versions: elfutils-libs-0.163-1.fc22.i686 !=
> elfutils-libs-0.161-6.fc22.x86_64
> Error: Protected multilib versions: elfutils-libelf-0.163-1.fc22.i686 !=
> elfutils-libelf-0.161-6.fc22.x86_64
>
> real0m27.083s
>
> Regards
> Martin
>
>
>
>> On Sun, Aug 2, 2015, 14:33 Martin Møller Skarbiniks Pedersen <
>> traxpla...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>>   After upgrading from F21 to F22 and switching to dnf, my
>>> update/install process is very very slow.
>>>
>>>   Eg. dnf install tmux took more than 5 minutes. Most of the time I just
>>> give up after waiting more than 30 minutes.
>>>   In F21 it would have taken a few seconds.
>>>
>>>   Please advise:
>>>
>>> # dnf clean all
>>> Cleaning repos: fedora updates
>>> Cleaning up Everything
>>> # time dnf -4y update
>>> Fedora 22 - x86_64  347 kB/s |  41 MB
>>> 02:01
>>> Updates...
>>> (After 15-20 minutes, it finally starts downloading packages)
>>> [...]
>>>
>>> (2/836): kernel-debug-core-4.1.3-200.fc22.x86_64.rpm
>>>   57 kB/s |  21 MB 06:12
>>> (3/836): kernel-core-4.1.3-200.fc22.x86_64.rpm
>>>   53 kB/s |  19 MB 06:14
>>> [MIRROR] kernel-debug-devel-4.1.3-200.fc22.x86_64.rpm: Curl error (28):
>>> Timeout was reached for
>>> ftp://mirror.easyspeedy.com/fedora/updates/22/x86_64/k/kernel-debug-devel-4.1.3-200.fc22.x86_64.rpm
>>> [Connection time-out]
>>>
>>> Regards
>>> Martin
>>>
>>> --
>>> 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/

Re: F22 - dnf extreme slow

2015-08-02 Thread Martin Cigorraga
Hello Martin, sounds more like a mirrors issue; to confirm that please
clean your cache and try to upgrade your system again but this time using
yum.

On Sun, Aug 2, 2015, 14:33 Martin Møller Skarbiniks Pedersen <
traxpla...@gmail.com> wrote:

> Hi,
>
>   After upgrading from F21 to F22 and switching to dnf, my update/install
> process is very very slow.
>
>   Eg. dnf install tmux took more than 5 minutes. Most of the time I just
> give up after waiting more than 30 minutes.
>   In F21 it would have taken a few seconds.
>
>   Please advise:
>
> # dnf clean all
> Cleaning repos: fedora updates
> Cleaning up Everything
> # time dnf -4y update
> Fedora 22 - x86_64  347 kB/s |  41 MB
> 02:01
> Updates...
> (After 15-20 minutes, it finally starts downloading packages)
> [...]
>
> (2/836): kernel-debug-core-4.1.3-200.fc22.x86_64.rpm
> 57 kB/s |  21 MB 06:12
> (3/836): kernel-core-4.1.3-200.fc22.x86_64.rpm
> 53 kB/s |  19 MB 06:14
> [MIRROR] kernel-debug-devel-4.1.3-200.fc22.x86_64.rpm: Curl error (28):
> Timeout was reached for
> ftp://mirror.easyspeedy.com/fedora/updates/22/x86_64/k/kernel-debug-devel-4.1.3-200.fc22.x86_64.rpm
> [Connection time-out]
>
> Regards
> Martin
>
> --
> 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: dnf update vs Software Udpates

2015-07-21 Thread Martin Cigorraga
Suvayu, Matthew, you rock guys, thanks!

On Tue, Jul 21, 2015, 21:33 Matthew Miller  wrote:

> On Wed, Jul 22, 2015 at 02:10:10AM +0200, Suvayu Ali wrote:
> > I'm sorry but "clean all" is not necessary at all!  "clean metadata" or
> > "clean expire-cache" should be sufficient.
>
> You don't even need to do that. Just use the --refresh flag -- `dnf
> --refresh upgrade`.
>
> --
> Matthew Miller
> 
> Fedora Project Leader
> --
> 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: Book Recommendation for Fedora users?

2015-07-20 Thread Martin Cigorraga
Hello James,

I would recommend you to start with any GNU+Linux manual (as 90% of what
you will learn there will apply to Fedora) to then learn the specifics
about the RHEL family.

A good starting point would be to define some projects (like 'put together
a home server'), set some goals ('configure NFS and Samba for file
sharing') then have fun while pulling your head's hair along the way, hehe.

Be sure to hang at Fedora's IRC channel, it's a nice place to ask and share
experiences.

Cheers.

On Mon, Jul 20, 2015 at 9:21 PM Joe Zeff  wrote:

> On 07/20/2015 05:11 PM, Marvin Kosmal wrote:
> >
> > Start with basics...Bash, Sed and Awk...   Get a feeling for these to
> > start with.
>
> And grep, of course.
> --
> 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: SE alert

2015-07-20 Thread Martin Cigorraga
Hi,

~ getenforce
Enforcing

Please be aware that setenforce will only change the mode SELinux is
running in. For a permanent change, you have to edit the configuration file.

On Mon, Jul 20, 2015 at 4:32 PM jd1008  wrote:

>
>
> On 07/20/2015 12:38 PM, Martin Cigorraga wrote:
> > Hi,
> >
> > I created the file /.autorelabel (# touch /.autorelabel), set SELinux
> > to 'enforcing' and (/etc/sysconfig/selinux) and rebooted.
> >
> > May be I could do it without rebooting as stated in this question:
> >
> https://serverfault.com/questions/453137/how-can-i-do-an-selinux-filesystem-relabel-without-rebooting-firstbut
> > before landind there I was unaware of the 'fixfiles' tool :)
> >
> > HTH, let us know if not.
> >
> >
> > On Mon, Jul 20, 2015 at 3:31 PM jd1008  > <mailto:jd1...@gmail.com>> wrote:
> >
> >
> >
> > On 07/20/2015 12:23 PM, Martin Cigorraga wrote:
> > > Hello folks,
> > >
> > > It happened to me too that about a week or so ago SELinux
> > > automatically turned to 'Permissive' with an upgrade of
> > > selinux-related packages, I had to relabel everything to get things
> > > back to its previous state.
> > >
> > > Although I didn't delve in the issue at that moment I will keep
> > an eye
> > > on this issue should it happens again.
> > >
> > > Cheers,
> > > -Martín
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > So how did yo set it back to Enforcing?
> >
> After I executed
> setenforce Enforcing
> touched /.autorelabel and rebooted,
> during the reboot, the labeling was taking place, and I saw
> 3 messages, which I cannot see anywhere in /var/log.
> The messages included that plymouthd killed systemd
> and that some file or directory in /lib/modules/ had too many
> symlinks or some such, and the relabeling died at when it was at about 13%.
>
> --
> 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: SE alert

2015-07-20 Thread Martin Cigorraga
Hi,

I created the file /.autorelabel (# touch /.autorelabel), set SELinux to
'enforcing' and (/etc/sysconfig/selinux) and rebooted.

May be I could do it without rebooting as stated in this question:
https://serverfault.com/questions/453137/how-can-i-do-an-selinux-filesystem-relabel-without-rebooting-first
but before landind there I was unaware of the 'fixfiles' tool :)

HTH, let us know if not.

On Mon, Jul 20, 2015 at 3:31 PM jd1008  wrote:

>
>
> On 07/20/2015 12:23 PM, Martin Cigorraga wrote:
> > Hello folks,
> >
> > It happened to me too that about a week or so ago SELinux
> > automatically turned to 'Permissive' with an upgrade of
> > selinux-related packages, I had to relabel everything to get things
> > back to its previous state.
> >
> > Although I didn't delve in the issue at that moment I will keep an eye
> > on this issue should it happens again.
> >
> > Cheers,
> > -Martín
> >
> >
> >
> >
> >
> >
> >
> So how did yo set it back to Enforcing?
>
>
> --
> 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: SE alert

2015-07-20 Thread Martin Cigorraga
Hello folks,

It happened to me too that about a week or so ago SELinux automatically
turned to 'Permissive' with an upgrade of selinux-related packages, I had
to relabel everything to get things back to its previous state.

Although I didn't delve in the issue at that moment I will keep an eye on
this issue should it happens again.

Cheers,
-Martín
-- 
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: Clone a system to an encrypted drive

2015-07-15 Thread Martin Cigorraga
Thank you!
(The rsync flags that Anaconda uses is definitely a plus)

On Wed, Jul 15, 2015, 23:58 Chris Murphy  wrote:

> The gist is:
>
> cryptsetup, you can use the defaults which uses aes-xts-plain64 with a
> 256 bit key. I like the -y and -v options.
>
> You'll need to create or modify the /etc/crypttab file, which takes the
> form of:
>   none
>
> The name can be anything but I do it the anaconda way which is
> luks- and then  is the LUKS UUID reported by blkid.
>
> Use that same UUID in the form rd.luks=UUID= as a boot parameter
> in /etc/default/grub and then grub2-mkconfig -o /boot/grub2/grub.cfg
> or
> grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
> as the case may be if you have a UEFI system
>
> And finally, the fstab entry is created the same as if it weren't
> encrypted, you still use the fs volume UUID as reported by blkid.
>
> And since i have it handy, the rsync command anaconda uses is:
>
> rsync -pogAXtlHrDx
>
> 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
>
-- 
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: Clone a system to an encrypted drive

2015-07-15 Thread Martin Cigorraga
Look Arch Linux's wiki for LUKS / dm-crypt, you will probably need to read
some documentation but in an hour or less you should be able to create an
encrypted partition, an encrypted swap, learn how to unlock it manually or
via cryptab/cryptsecrets and so on.
GL.

On Wed, Jul 15, 2015, 22:21 Chris Adams  wrote:

> I have a running Fedora 21 system.  I would like to make a backup of it
> to a USB drive, a clone that can be booted.  I know how to do all the
> "normal" stuff (partition, LVM, mkfs, rsync, and GRUB), but I'd like the
> USB drive to be encrypted, and I don't know how to set that up manually
> (I haven't messed with encrypted filesystems under Linux before).
>
> The system I'm backing is also headless, so no GUI tools.
>
> Pointers, tips, suggestions?  Thanks.
> --
> Chris Adams 
> --
> 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: telnet session closing with ^]

2015-07-09 Thread Martin Cigorraga
In case anyone else wants to follow Gordon's advice here is an interesting
guide to get started quickly:
http://www.irongeek.com/i.php?page=videos/ncat-nmap-netcat

HTH

On Thu, Jul 9, 2015 at 2:55 PM Martin Cigorraga 
wrote:

> Thank you Gordon, will try it :D
>
> On Thu, Jul 9, 2015 at 2:42 PM Gordon Messmer 
> wrote:
>
>> On 07/09/2015 10:27 AM, Martin Cigorraga wrote:
>> > Sometimes you simply can't ssh - like when you need to test a
>> > connection to a web server or a DDBB.
>> > As I see it, telnet is far from dying.
>>
>> Use "nc" (provided by nmap-ncat).
>>
>> When you're connecting to a non-telnet service, you just need a TCP
>> connection.  Telnet isn't that.  Telnet is actually a protocol of its
>> own, with infrastructure to propagate environment variables, and
>> communicate terminal size changes, etc, across an interactive shell
>> session.  For simple TCP connections, it's the wrong tool.
>> --
>> 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: telnet session closing with ^]

2015-07-09 Thread Martin Cigorraga
Thank you Gordon, will try it :D

On Thu, Jul 9, 2015 at 2:42 PM Gordon Messmer 
wrote:

> On 07/09/2015 10:27 AM, Martin Cigorraga wrote:
> > Sometimes you simply can't ssh - like when you need to test a
> > connection to a web server or a DDBB.
> > As I see it, telnet is far from dying.
>
> Use "nc" (provided by nmap-ncat).
>
> When you're connecting to a non-telnet service, you just need a TCP
> connection.  Telnet isn't that.  Telnet is actually a protocol of its
> own, with infrastructure to propagate environment variables, and
> communicate terminal size changes, etc, across an interactive shell
> session.  For simple TCP connections, it's the wrong tool.
> --
> 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: telnet session closing with ^]

2015-07-09 Thread Martin Cigorraga
Sometimes you simply can't ssh - like when you need to test a connection to
a web server or a DDBB.
As I see it, telnet is far from dying.

On Thu, Jul 9, 2015 at 2:24 PM Matthew Woehlke 
wrote:

> On 2015-07-09 12:40, Maurizio Marini wrote:
> > When I use telnet inside Konsole,
> > to close telnet:
>
> Please tell me you're connecting to a *really* old and/or dumb device
> and not another at-least-semi-modern *nix machine. If not... just do
> yourself a HUGE favor and use SSH. (Seriously... even if you don't
> [think you] need the encryption, use ssh. For one, it's 'kill' sequence
> is enter,'~','.', which is very unlikely to ever be consumed by any
> terminal emulator.)
>
> > once upon a time, pressing
> > Contr and ]
> > closed telnet session, now it enlarge fonts, sadly.
>
> KF5? You could try asking on Konsole's list and/or filing a bug. It
> seems to work on KDE4 (Fedora 20).
>
> > I have searched into
> >
> > Konsole/Settings/Edit currente Profile.../Keyboard
> > Kde Menu/Settings/System settings/Shortcuts and Gestures
> >
> > but I haven't found anything relevant
>
> Did you try Konsole/Settings/Configure Shortcuts?
>
> --
> Matthew
>
> --
> 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: telnet session closing with ^]

2015-07-09 Thread Martin Cigorraga
What about C^d?

On Thu, Jul 9, 2015, 13:40 Maurizio Marini  wrote:

> When I use telnet inside Konsole,
> to close telnet:
> Escape character is '^]'
>
> once upon a time, pressing
> Contr and ]
> closed telnet session, now it enlarge fonts, sadly.
> I have searched into
>
> Konsole/Settings/Edit currente Profile.../Keyboard
> Kde Menu/Settings/System settings/Shortcuts and Gestures
>
> but I haven't found anything relevant
> please help, to close a telnet session I have to open a 2^ console and
> kill -9
> telnet pid
> Ugly
>
>
> -m
> --
> 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: Network Manage your network connections

2015-07-09 Thread Martin Cigorraga
Hello Ger,

Could you please elaborate a bit further? What kind of issues are you
having? What did you do to try to solve them?

-Martin

On Thu, Jul 9, 2015, 11:49 Ger van Dijck  wrote:

>
> Hello , I have a question : My Network applet in the upper command bar
> does not fuctionate anymore. Is there a way to repair it ?
>
>
> Greetings ,
> Ger van Dijck.
> --
> Gemaakt met Opera's e-mailprogramma: http://www.opera.com/mail/
> --
> 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: using a local computer for a remote install of F22...

2015-06-23 Thread Martin Cigorraga
Why not just install Fedora via the command line?
The installation should be quite straightforward:
1. Partition your remote computer's drive(s)
2. Install Fedora there - for example using systemd-nspawn
3. Generate the GRUB menu

On Mon, Jun 22, 2015 at 1:56 PM Rick Stevens  wrote:

> On 06/19/2015 08:36 PM, dwoody5654 wrote:
> > I would like to perform a remote install for F22 but use a computer on
> > the local network for the vnc connection.
> > I have the following in grub:
> >
> > linux /boot/vmlinuz-remote
> > repo=hd:sda4:/Fedora-Server-netinst-i386-22.iso noselinux
> > ks.device=00:00:00:00:000:05 ks=hd:sda4:/ks.cfg --noip6 vnc
> > vncconnect=10.10.1.1 vncpassword=xx ramdisk_size=8192 panic=30
> >
> > It goes to the internet to find 10.10.1.1.
> > I have 2 nic cards, 1 goes to the internet and the other is for local
> > computers.
> >
> > I have not been able to find the setting I need for the vnc connection
> > to use the local network nic.
> >
> > Is the setting I need go in grub.cfg or in ks.cfg?
>
> Having never done this before, my guess is that with two NICs, you
> need to assign an IP to the NIC that's connecting to the VNC client.
>
> As it stands now, both NICs are going to try to get DHCP IPs. I'm going
> to assume that one NIC is actually seeing a DHCP server and will get
> an IP, DNS and route, the other one (the one connected to the VNC
> client) doesn't get an IP. So the kernel routing table only knows about
> one NIC being up and all traffic is going through it.
>
> I suspect you'll need to add an "ip:" parameter for the NIC connected to
> the VNC client to your boot line. The generic form of the option is:
>
> ip=::none
>
> So, assuming the NIC's name is "p4p1", something like:
>
> ip:10.1.1.2:::255.255.255.0::p4p1:none
>
> should set that NIC's IP to 10.1.1.2 with no route, a /24 netmask and
> no hostname. VNC should then know that 10.1.1.1 is connected to that NIC
> and should route accordingly. The other NIC should pick up a DHCP as
> normal.
>
> Again, I've never done this, so this is just a wild guess but seems
> likely.
> --
> - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
> - AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
> --
> - I was married by a judge.  I should have asked for a jury. -
> -   -- Groucho Marx  -
> --
> --
> 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: Disabling auditd on Fedora 22

2015-06-22 Thread Martin Cigorraga
Hi,

One of the reasons I'm using Fedora is because the exceptional support for
SELinux and auditd that so far - despite a known incompatibility with
Docker + Btrfs - is working great.

Said that, kudos to everyone who makes SELinux integration such smooth.

On Tue, Jun 23, 2015 at 1:36 AM Kevin Wilson  wrote:

> Dan,
> Thanks a lot for your reply.
> In fact, I ran
> pm -e selinux-policy-targeted
> rpm -e selinux-policy
> And after reboot I got some message about freeze from systemd, I could
> not login (tried twice), so I reinstalled Linux on this machine.
> The question is: what do you mean by "If you disable SELinux".
>
> Does that mean adding "selinux=0" on command line?
> Or is it enough to set,  in /etc/selinux/config
>
> SELINUX=disabled
>
> (or maybe better is SELINUX=permissive, as Ali suggested ).
> Regards,
> Kevin
>

Yes, as Ali suggested in this particular use case the best approach would
be to set SELINUX=permissive and reboot.

Regards,
-Martín
-- 
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's the current "standard" for tools to security harden fedora/RHEL?

2015-06-16 Thread Martin Cigorraga
RHEL/CentOS/Fedora comes with a quite complete set of SELinux rules making
the system quite secure OOTB, however as YMWV it won't hurt to keep an eye
on SELinux alerts which you can track using the SELinux Troubleshooting
application; there are also other quite useful SELinux related tools like
the SELinux Policy Generation Tool and the SELinux Policy Management Tool
that you definitely ought to check.

Fedora also ships with Rkhunter and (IINM) Tripwire enabled by default.
Alongside OSSEC mentioned by @SternData, which is a HIDS like Snort, there
are simpler - but not because of that less useful - solutions like Lynis
which performs a series of tests and walks you on how to tap the holes
should you find any.

Bear in mind that protecting a system is a complex task that involves
several layers each of one cripples with varying degrees usability: you
start by protecting the boot loader, encrypting the partitions, booting a
hardened kernel, removing sudo, watching what services and daemons are
listening to where, checking for appropriate owner permissions, compiling
applications you will run by hardening them against overflows and so on.

I believe that while most of GNU+Linux distributions are quite secure
because they are just GNU+Linux, Fedora stands out as one of the most well
prepared for defense (general-purpose) distribution you will find out there
- big kudos to the security team for that.

As a final note let me share an earthly example:
A few days ago I needed to have WebEx *CRAP* working to attend a work's
webinar; while I could get it working at work's computer (an Ubuntu
workstation) I couldn't make it work on my personal laptop running Fedora
22 - at home I obviously run everything RHEL-related.

To even 'worsen' things I wasn't receiving the alerts from the SELinux
Troubleshooter as I don't use the full GNOME stack but rather i3wm.
So when I figured out that SELinux could be behind this strange behaviour I
indeed opened SELinux Troubleshooter and there they were, a bunch of alerts
indicating that some processes were trying to do something potentially
harmful.

Once I whitelisted the involved WebEx processes to run in a contained
sandbox everything went well and I could finally assist to my webinar.

As you see, Fedora is quite safe OOTB. Again, kudos to everyone involved.
And more important, thank you all.

-M.

On Tue, Jun 16, 2015 at 4:51 PM SternData 
wrote:

> On 06/16/2015 01:29 PM, Robert P. J. Day wrote:
> >
> >   friend asked me about the most effective way to harden red hat
> > systems (both fedora and RHEL). what's the state of the art these
> > days? i know RH has online manuals on system security -- what's
> > available in terms of tools to scan existing systems for
> > vulnerabilties? is bastille linux still a going concern? etc, etc.
> >
> > rday
> >
>
> I like running OSSEC
>
> --
> -- 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
>
-- 
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 problem 'popup'

2015-06-16 Thread Martin Cigorraga
Check with SELinux Troubleshooter.

On Tue, Jun 16, 2015 at 6:24 PM jd1008  wrote:

>
>
> On 06/16/2015 03:22 PM, jd1008 wrote:
> > Selinux comlained the a program "attempted write on this directory"
> >
> > but it does not say which directory.
> > I looked in /var/log but even there it does not say which directory.
> >
> > So how can I find out which directory the program attempted the write?
> The program in question is python2.7.
> --
> 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 cleanly stop and restart firewalld?

2015-06-16 Thread Martin Cigorraga
Quite interesting to know Matthew, thanks.
Btw, F21 and F22 releases - alongside their new distribution scheme - have
proven to be phenomenal so far, kudos!
-Martin

On Tue, Jun 16, 2015 at 1:36 PM Matthew Miller 
wrote:

> On Tue, Jun 16, 2015 at 12:12:39AM -0700, David Highley wrote:
> > Generally we are needing to run a test to see if we have a firewall
> > issue so we want to stop for the test and then start the firewall up
> > again.
>
> Currently, firewalld has a "panic mode" which, as you might expect,
> drops everything. It seems reasonable for it to also have a "open for
> testing" mode which would temporarily let everything through. The
> advantage over stopping and restarting is that any
> dynamically-generated rules could persist (for example, you wouldn't
> break networking in your VMs).
>
> --
> Matthew Miller
> 
> Fedora Project Leader
> --
> 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 cleanly stop and restart firewalld?

2015-06-16 Thread Martin Cigorraga
Use stop and start then.

On Tue, Jun 16, 2015 at 4:12 AM David Highley <
dhigh...@highley-recommended.com> wrote:

> "Joe Zeff wrote:"
> >
> > On 06/15/2015 07:44 PM, David Highley wrote:
> > > We always see failures after doing; systemctl stop firewald followed by
> > > systemctl start firewalld. To clear the issue we seem to have to reboot
> > > the system.
> >
> > Have you tried using this:
> >
> > systemctl restart firewald
>
> Generally we are needing to run a test to see if we have a firewall
> issue so we want to stop for the test and then start the firewall up
> again.
>
> > --
> > 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
>
-- 
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: systemctl start service as non-root

2015-06-14 Thread Martin Cigorraga
systemctl --user action service

On Sun, Jun 14, 2015 at 7:02 AM Edward Quick 
wrote:

> Found out I needed to install polkit. Haven't come across this before but
> looks interesting!
>
> bash-4.3$ systemctl start tomcat@instance1
>  AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
> Authentication is required to manage system services or units.
> Authenticating as: Fedora Cloud User (fedora)
> Password:
>  AUTHENTICATION COMPLETE ===
> bash-4.3$ ps -ef | grep java
> tomcat   11056 1  0 09:44 ?00:00:02 /usr/lib/jvm/jre/bin/java
> -classpath
> /usr/share/tomcat/bin/bootstrap.jar:/usr/share/tomcat/bin/tomcat-juli.jar:/usr/lib/java/commons-daemon.jar
> -Dcatalina.base=/var/lib/tomcats/instance1
> -Dcatalina.home=/usr/share/tomcat -Djava.endorsed.dirs=
> -Djava.io.tmpdir=/var/cache/tomcat/temp
> -Djava.util.logging.config.file=/var/lib/tomcats/instance1/conf/logging.properties
> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
> org.apache.catalina.startup.Bootstrap start
> --
> From: edwardqu...@hotmail.com
> To: users@lists.fedoraproject.org
> Subject: systemctl start service as non-root
> Date: Sun, 14 Jun 2015 09:57:12 +
>
>
> Hi Fedora Users,
>
> Does anyone know if it's possible to start a service using systemctl
> without root privileges?
>
> For example, I've set up a tomcat instance, which starts up fine when
> issuing systemctl start with root:
>
> [root@fedora22 tomcats]# systemctl start tomcat@instance1
> [root@fedora22 tomcats]# ps -ef | grep java
> tomcat   11056 1 46 09:44 ?00:00:01 /usr/lib/jvm/jre/bin/java
> -classpath
> /usr/share/tomcat/bin/bootstrap.jar:/usr/share/tomcat/bin/tomcat-juli.jar:/usr/lib/java/commons-daemon.jar
> -Dcatalina.base=/var/lib/tomcats/instance1
> -Dcatalina.home=/usr/share/tomcat -Djava.endorsed.dirs=
> -Djava.io.tmpdir=/var/cache/tomcat/temp
> -Djava.util.logging.config.file=/var/lib/tomcats/instance1/conf/logging.properties
> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
> org.apache.catalina.startup.Bootstrap start
>
> But when trying to run the command as the tomcat user which owns the
> instance there's a message below I'm not sure about:
>
> [root@fedora22 system]# sudo -u tomcat bash
> bash-4.3$ id
> uid=91(tomcat) gid=91(tomcat) groups=91(tomcat)
> context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
>
> bash-4.3$ systemctl start tomcat@instance1
> Failed to start tomcat@instance1.service: The name
> org.freedesktop.PolicyKit1 was not provided by any .service files
> bash-4.3$
>
>
> Thanks for any help.
> Edward
>
> -- 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
>
-- 
-Martín
-- 
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: dnf headaches.

2015-06-10 Thread Martin Cigorraga
Hi,
Try groupinstall instead 'group install'.

On Wed, Jun 10, 2015, 22:45 Derrik Walker v2.0  wrote:

> I seem to have some issues with dnf, and Dr Google isn't helping ...
>
> So I installed the "Games and Entertainment," which did exactly nothing,
> except mark it installed.
>
> So, I figured out, that if I really want the games installed, I probably
> should have:
>
> # dnf group install with-optional "Games and Entertainment"
>
> Cool except it tells me that "Games and Entertainment" is already
> installed.
>
> OK, so I'll just remove it and re-install it ...  but is says NOPE!!!
>
> # dnf group remove "Games and Entertainment"
> Warning: Group 'Games and Entertainment' does not exist.
> ...
>
> So, now I can't install it properly, or uninstall it.
>
> And the versions I have installed:
>
> # rpm -qa | grep ^dnf
> dnf-1.0.0-1.fc22.noarch
> dnf-plugins-core-0.1.8-1.fc22.noarch
> dnf-langpacks-0.10.0-1.fc22.noarch
> dnf-yum-1.0.0-1.fc22.noarch
> dnf-conf-1.0.0-1.fc22.noarch
>
> Not sure if It's a bug, or if I overlooked something in the
> documentation. But my kid want's his games!
>
> Thanks.
>
> --
> -- Derrik
>
> Derrik Walker v2.0, RHCE
> dwal...@doomd.net
>
> "Those UNIX guys, they think weird!" -- John C. Dvorak
>
> --
> 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
>
-- 
-Martín
-- 
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: workstation spin

2015-06-09 Thread Martin Cigorraga
May be he could try Korora (www.kororaproject.org) which has everything
setup and all eye-candy on right OOTB for graphical users.

On Tue, Jun 9, 2015 at 9:55 AM Matthew Miller 
wrote:

> On Mon, Jun 08, 2015 at 10:54:35PM +, Amadeus W.M. wrote:
> > I'm not talking about the desktop, choosing one or another is trivial.
> > I'm talking about install time. I installed F22 from the live iso
> > (the only available), and I had no choice of customizing what's being
> > installed. Maybe I missed something or maybe I chose the wrong install
> > source.
>
> The emphasis is on getting you to a basic running system quickly, with
> as few questions as possible. Once there, you have much more powerful
> options for adding software, and it's available whenever is convenient.
> Why duplicate this at install time?
>
>
> --
> Matthew Miller
> 
> Fedora Project Leader
> --
> 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
>
-- 
-Martín
-- 
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: f22: how to change default gateway via line command

2015-06-08 Thread Martin Cigorraga
Hello guys,
Dario, did you try stopping the NetworkManager services to then try to do
your stuff?
I didn't tried this yet but I suppose it should work...
Regards.
-Martin

On Mon, Jun 8, 2015, 09:12 Dario Lesca  wrote:

> Il giorno sab, 06/06/2015 alle 21.43 +0300, Alchemist ha scritto:
> > Couple of possible solutions
>
> Thanks Alchemist, one of that sure probably partially solves my
> problem.
>
> But the question is: Why in f22 (or new version of NetworkManager?) it
> has removed the option to change the default gateway via "ip r rep..."
> command line, like i do in previous version or all other version of
> redhat or centos?
>
> I thing this is a issue, not a feature.
>
> Thanks
> --
> Dario Lesca
> (inviato dal mio Linux Fedora 22 con Gnome 3.16)
> --
> 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
>
-- 
-Martín
-- 
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


Security Lab

2015-06-06 Thread Martin Cigorraga
Hello,
I would like to know if it is enough to install the 'Security Lab' group in
order to get all the goodies from that spin.
-Martin
-- 
-Martín
-- 
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: wifi flaky since recent upgrade

2015-04-27 Thread Martin Cigorraga
Hmm, one possible place to look at is the changelog on the later
kernel packages as they may include clues about wifi module updates
and related software stack.
B.R.
-- 
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: read acrobat annotated comments on linux

2015-04-27 Thread Martin Cigorraga
Hello Ranjan,
I believe Okular (KDE's PDF reader) should do it.
-Martín

On Mon, Apr 27, 2015 at 5:07 PM, Ranjan Maitra
 wrote:
> Hi,
>
> A colleague sent me annotated (using Acrobat) comments on a pdf. I can't see 
> them with zathura or evince. Is there some software that can read them?
>
> Many thanks,
> 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 EARTH SCREENSAVER - Watch the Earth right on your desktop!
> Check it out at http://www.inbox.com/earth
>
>
> --
> 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: Fedora 21: How to download files from my Galaxy S5

2015-04-27 Thread Martin Cigorraga
If simply plugging the device doesn't work you could try ADB (adb push
/ pull) or even something like AirDroid - be aware that AirDroid works
only through wifi so expect low speeds.
-Martín

On Mon, Apr 27, 2015 at 5:42 PM, Jim Lewis  wrote:
>
> Hello everyone,
>
>   This worked fine on my older Android Photon Q so I expected the same on
> this new Galaxy S5. I plugged in the cable, found the mount point and,
> as my guest1 user, located the filesystem and files. I saw they were rw
> (read/write) and thought all was well. I tried to tar the whole thing up
> and noticed errors. Here's some more detail:
>
> laptop4 /run/user/1000/gvfs/mtp:host=%5Busb%3A001%2C005%5D $ fl \*.jpg
> File Find Utility by Lewis - 3/23/2011 Version 1
> /run/user/1000/gvfs/mtp:host=%5Busb%3A001%2C005%5D/Card/DCIM/Camera
> -rw---   1 guest1   guest1753726 Jan 23 16:37:02 2015
> IMG_20150123_163703_512.jpg
> -rw---   1 guest1   guest1703395 Jan 23 16:37:12 2015
> IMG_20150123_163712_747.jpg
> -rw---   1 guest1   guest1   1194428 Jan 23 16:37:20 2015
> IMG_20150123_163720_312.jpg
>
> laptop4 /run/user/1000/gvfs/mtp:host=%5Busb%3A001%2C005%5D $ cd
> Card/DCIM/Camera
>
> laptop4
> /run/user/1000/gvfs/mtp:host=%5Busb%3A001%2C005%5D/Card/DCIM/Camera $ file
> IMG_20150123_163703_512.jpg
> IMG_20150123_163703_512.jpg: writable, executable, regular file, no read
> permission
>
> laptop4
> /run/user/1000/gvfs/mtp:host=%5Busb%3A001%2C005%5D/Card/DCIM/Camera $ cp
> IMG_20150123_163703_512.jpg /tmp
> cp: cannot open IMG_20150123_163703_512.jpg for reading: Operation not
> supported
>
>
>   Not sure I have ever seen a situation like this. I can change the phone
> from MTP to PTP mode but then all of the files do not show up (but I can
> copy the files that do). I tried looking at this issue on the net but
> all I got was noise.
>
>   This is on:
>
> Fedora release 21 (Twenty One)
> Kernel \r on an \m (\l)
>
> Linux laptop4.com 3.17.7-300.fc21.x86_64 #1 SMP Wed Dec 17 03:08:44 UTC
> 2014 x86_64 x86_64 x86_64 GNU/Linux
>
>
>   Thanks in advance for any help. I should have checked this right when I
> got the phone but didn't think of it.
>
>
>
> Jim Lewis
> http://jklewis.com <- My resume,  Java games, and link to my Linux book
> are here. Website has no ads!
>
>
> --
> 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: F-22 beta -

2015-04-25 Thread Martin Cigorraga
TYVM guys!
-- 
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: F-22 beta -

2015-04-24 Thread Martin Cigorraga
Hi all,
What's the list where the evolution of the beta release is being followed?
I'm specially interested in looking at how well Fedup is performing.
B.R.
-Martin

On Wed, Apr 22, 2015 at 9:02 AM, Bob Goodwin  wrote:
>
>
> On 04/22/15 06:35, Paul Cartwright wrote:
>
> you know about the test list, right?? I already subscribed, but I
> haven't done the fedup yet..
>
>
> .
> Yes, the system on this computer began as F21 Alpha.
>
> --
> --
>
> http://www.qrz.com/db/W2BOD
> box7  Fedora-21/64bit 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
>
-- 
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


WebEx on F21 x86_64

2015-04-15 Thread Martin Cigorraga
Hi all,

I already have installed icedtead-web and Firefox but can't make WebEx
work, after allowing the plugin it tries to connect to Cisco's and
Akamai's resources only to pop an error message seconds later saying
the installation failed, 'try again' (to no avail).

Have you folks made it run on your Fedora installations?

Regards,
-Martín
-- 
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: /tmp vs /var/tmp

2015-04-13 Thread Martin Cigorraga
I would like to add to what @birger already said that currently Fedora
mounts /tmp as /tmpfs by default; that means that the /tmp directory
we access is in fact a sort of ram disk that is destroyed every time
we shut down our system.

You can learn more tmpfs here:
http://en.wikipedia.org/wiki/Tmpfs
https://fedoraproject.org/wiki/Features/tmp-on-tmpfs
https://ask.fedoraproject.org/en/question/25383/how-turn-off-tmpfs-on-fedora-18/
(Don't know if this last link still applies though, need to check it)

-Martin
-- 
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: unbound - how will private zones work in f22?

2015-04-08 Thread Martin Cigorraga
Hello Neal,

The news you talk about somehow slipped under my radar...
I use to run pdnsd (a similar software) and while it worked good for most of the
time I still had to restart it from time to time to force a cache refresh,
specially when using with dnscrypt-proxy.
I will start reading about unbound now.

Best regards.
-M.

On Wed, Apr 8, 2015 at 4:28 PM, Joe Zeff  wrote:
> On 04/08/2015 12:18 PM, Neal Becker wrote:
>>
>> I tried testing out unbound (on f21) as recommended a month or 2 ago, and
>> it
>> did not work.  non-local names were resolved, but local ones were not.
>> So no, this is not just an assumption.
>
>
> Thank you; asked and answered.
>
> --
> 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: Does KDE do offline software updates?

2015-03-25 Thread Martin Cigorraga
Hello Richards,

Quite interesting to actually talk to someone who actually has his hands
dirty and can talk about this issue :)

I remember reading a Lennart's post on his blog about a future when
packages will be installing in their own spaces and all of this managed
by systemd. Now my question (may be an innocent one, I'm full aware
of that) is:
Why a core technology piece like the kernel can be patched in place
(and I hope we see this awesome feature implemented in the neigh time)
but on the contrary there is so much trouble when trying to upgrade other
'simpler' (if you allow me) pieces of software?
Damn, I believe that even systemd is designed in a way it can be
hot-upgraded too without the need of rebooting the system...

Thanks for your time.
-Martin

On Wed, Mar 25, 2015 at 8:36 AM, Richard Hughes  wrote:

> On 25 March 2015 at 04:22, Tim  wrote:
> > Jeez, but that sounds such a crap encumbrance.  Even just a log out and
> > log back in again is a severe nuisance.  It's beginning to sound a lot
> > like Windows; built for morons, by morons.
>
> Michael is right. Updating online works 99.8% of the time. The 0.1%
> time it will corrupt random bits of your file-system, and 0.1% of the
> time it will leave you vulnerable to the security issue you thought
> you just "fixed". The only way to fix this so that online updates are
> safe is to redesign the centralised shared package model we use for
> distributing applications. The workaround is to use offline updates.
> This moron has spent about 10 years working on the issue.
>
> 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
>
-- 
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: I broke Yum (by messing with Python libs)

2015-03-23 Thread Martin Cigorraga
Hello Cameron,

Exactly! I absolutely agree with you.
In the past I never experienced such issues as the package manager my
previous distribution uses is written in C - without any external
dependencies other than its own libraries.
Thank you very much for your suggestions, I will implement my own Python
environments the way you explained as it seems the only sane way to work
with them.

B.R.,
-Martín
-- 
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: Does KDE do offline software updates?

2015-03-23 Thread Martin Cigorraga
Hello Chris,

It's been awhile since I used KDE for last time but IIRC, both Apper (which
I tried back on Arch) and Muon (Kubuntu's package manager) supports offline
updates.
However at that time none of those systems where using systemd...
I will ask to my friends and let you know.

-M.
-- 
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: I broke Yum (by messing with Python libs)

2015-03-22 Thread Martin Cigorraga
Hey,

so far yum seems to work okay, I'm on F21.
-M.

On Sun, Mar 22, 2015 at 9:40 PM, Sylvia Sánchez  wrote:

> If you use yum to install something, does it works?
> BTW, what Fedora version are you using?
>
>
> Cheers!
> --
> 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


I broke Yum (by messing with Python libs)

2015-03-22 Thread Martin Cigorraga
Hi all,

After upgrading some python packages via pip I found I left Yum in a
non-working state:

There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:

   pycurl: libcurl link-time ssl backend (nss) is different from
compile-time ssl backend (none/other)

Please install a package which provides this module, or
verify that the module is installed correctly.

It's possible that the above module doesn't match the
current version of Python, which is:
2.7.8 (default, Nov 10 2014, 08:19:18)
[GCC 4.9.2 20141101 (Red Hat 4.9.2-1)]

//

Now, what I did to fix the mess was:
1. Download python-pycurl-7.19.3.1-5.fc21.x86_64.rpm;
2. rpm --nodeps -e python-curl
3. rpm -ivh python-pycurl-7.19.3.1-5.fc21.x86_64.rpm.

So far so good, Yum isn't complaining anymore about the library version
mismatch; however I would like to know if I proceeded right or if there's
still any missing step(s) I should follow to ensure a proper system
integrity.

Thanks and have a nice Sunday!
(At least what's left of it :)
-Martin
-- 
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: Raid vs rsync -

2015-03-14 Thread Martin Cigorraga
TL;DR (at least not the entire thread)

If you go with Rsync you may find incron an useful add-on as well as with
it you can monitor a variety of events on any given file or directory, like
OPEN_READ, CREATE, CLOSE, CLOSE_WRITE, etc - and this way backup your data
in real time whenever a condition applies.
Also if you will be rsyncing from one computer to another (in contrast to
an attached storage) setting up an Rsync daemon on destination will make
the sync to be faster and lighter than syncing over ssh; of course that if
you need an encrypted connection between the two nodes you will likely be
rsyncing over ssh. But again, if you trust your network, the Rsync daemon
option will use much less resources.
Also should you go with Rsync, setting up xinetd may be even a better
option than having an Rsync daemon constantly running in your target server.

HTH.

On Fri, Mar 13, 2015 at 12:55 PM, Roberto Ragusa 
wrote:

> On 03/10/2015 09:38 PM, Steven Rosenberg wrote:
>
> > Ideally the capacity of your rsync server would be many times that of
> > your main server's data so you could make backups daily, weekly and
> > monthly and save enough of them for file recovery in the event of
> > human error.
> >
>
> Actually not. You just a need a slightly larger server, if you
> use hardlinks: rsync with option --link-dest or utilities using
> the same principle (rsnapshot).
>
> You are perfectly right about human error.
>
> RAID-1 protects from disk failure (transparenty)
> rsync protects from human error (and disk failure, but with some
> inconvenience)
>
> --
>Roberto Ragusamail at robertoragusa.it
> --
> 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
>



-- 
-Martin
-- 
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 update failure -

2015-03-13 Thread Martin Cigorraga
Oops, thank you Michael!
On Mar 13, 2015 11:04 AM, "Michael Schwendt"  wrote:

> On Fri, 13 Mar 2015 08:29:57 -0300, Martin Cigorraga wrote:
>
> > Hey Bob,
> >
> > Try cleaning the yum cache for unused packages...
>
> By default, Yum does not keep installed packages in the cache. It would be
> necessary to edit yum.conf to enable that feature as explained in the
> manual.
>
> Plus, Bob has shown a rather empty Yum cache in the original post.
> --
> 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: Yum update failure -

2015-03-13 Thread Martin Cigorraga
Hey Bob,

Try cleaning the yum cache for unused packages...

On Fri, Mar 13, 2015 at 7:24 AM, Paul Cartwright 
wrote:

> On 03/13/2015 06:04 AM, Bob Goodwin wrote:
> >
> > Filesystem  Size  Used Avail Use% Mounted on
> > /dev/sda350G   49G 0 100% /
> >
> > Ok, there is the problem. Not sure what's going on or what has filled
> > that?
> >
> > I need more coffee ...
> >
> > Thank you,
>
> mine looks like
> [root@pauls-server backups]# df -h
> Filesystem  Size  Used Avail Use% Mounted on
> /dev/sdb648G   22G   23G  49% /
>
> I just increased mine from 30-49 recently..
> check /tmp, /var/tmp /var/log check for big files in "/"
>
> to find large files in the current folder:
> du -cks *|sort -rn|head
>
> find large files in a folder:
> du -a /FOLDER_NAME |sort -n -r|head -20
>
>
> --
> Paul Cartwright
> Registered Linux User #367800 and new counter #561587
>
>
> --
> 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
>



-- 
-Martin
-- 
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: [ F21 ] How to remove GNOME

2015-03-12 Thread Martin Cigorraga
Hi all, couldn't answer earlier, thanks for hooking on the thread.

@billo:
Yeah, my answer to most of these "how do I do this complex reconfiguration

Why should it be 'complex'? It's certainly complex here - or it's just me
as I'm not used to Fedora's way.
I've been using Arch & Gentoo for the last few years (~6) and never
experienced that on Arch (it's super modular and flexible) while I had
minor issues w/ Gentoo.

" thing with a box I've dicking around with for two days and have all sorts
fo stuff gumming up the works"

In my case I've been running F21 since the official release and it's been a
smooth sailing for the most part.
I have tons of things installed and some low-level tweaks performed - not
mention that these days I don't have much spare time to play with my
system, I need it to work - so performing a new installation isn't a choice.
Moreover, problem isn't the time spent on installing the system but the one
spent to later leave it at the same point it is right now [0].

" questions is usually "reinstall."  For me, anyway, it takes, what, 30
mins to reinstall Fedora  without the gunk I wish I
hadn't added, but four or five hours chasing dependencies and stuff trying
to "clean" a system that has a couple hundred packages installed I decided
I didn't want.

Yep, thinking about spending four or five hours chasing dependencies does
indeed sound crazy, should it be that way? Besides this experience, in the
past I only experienced the so-called dependency hell when running Debian
and its derivatives.

"A clean install is the chicken soup of system administration, IMHO."

I don't agree here. To me it is a sane rolling release/upgrade cycle.

-M.

[0 You folks may find interesting using a combination of GNU Stow + Git (or
a similar DVCS) to manage your dot files, both system and personal ones. To
held configs and customizations on private repos makes it super easy to
deploy them across all your systems, make rollbacks, etc.

On Mon, Mar 9, 2015 at 3:13 PM, Bob Goodwin  wrote:

>
>
> On 03/09/15 12:21, Heinz Diehl wrote:
>
>> FWIW: this is an installation from the XFCE spin, with additional devel
>> and
>> administration packages:
>>
>> [htd@chiara ~]$ rpm -qa gnome\* | wc -l
>> 13
>>
> Here's an XFCE Live spin I installed a few days ago with a few added
> applications:
>
> [bobg@bobgASRockServer ~]$ rpm -qa gnome\* | wc -l
> 9
>
> Bob
>
> --
> http://www.qrz.com/db/W2BOD
> box10  Fedora-21/64bit 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
>



-- 
-Martin
-- 
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 increase maximum user cpu usage allowed on a multi core system?

2015-03-09 Thread Martin Cigorraga
Ah... couldn't tell, but the Gentoo wiki and Arch's one (in a lesser
extent), are excellent resources to learn everything about that!
HTH

On Mon, Mar 9, 2015 at 5:36 PM, stan  wrote:

> On Mon, 9 Mar 2015 17:30:57 -0300
> Martin Cigorraga  wrote:
>
> > Hello Stan,
> > Just a minor clarification: when compiling, the -j flag should point
> > to a unit above your available cores in order to fully utilize all of
> > them.
> >
> > I'm sure you already know this, but nevertheless beware when doing
> > intensive compilation and using all your cores as you might end with a
> > non-responding system until the compilation is done.
>
> Thanks.  Yes, I have read that, but haven't had any chance to
> experience it yet because of this issue.  :-)  In fact, I've read that
> it is good to ask for 50% more processes than the number of cores.
> --
> 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
>



-- 
-Martin
-- 
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 increase maximum user cpu usage allowed on a multi core system?

2015-03-09 Thread Martin Cigorraga
Hello Stan,
Just a minor clarification: when compiling, the -j flag should point to a
unit above your available cores in order to fully utilize all of them.

I'm sure you already know this, but nevertheless beware when doing
intensive compilation and using all your cores as you might end with a
non-responding system until the compilation is done.

Regards,

On Mon, Mar 9, 2015 at 4:12 PM, stan  wrote:

> On Mon, 9 Mar 2015 12:03:39 -0700
> stan  wrote:
>
> > This is from htop output.
>
> Correction.  *atop* output.
> --
> 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
>



-- 
-Martin
-- 
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: [ F21 ] How to remove GNOME

2015-03-08 Thread Martin Cigorraga
On Sun, Mar 8, 2015 at 5:00 PM, Suvayu Ali 
wrote:

> On Sat, Mar 07, 2015 at 06:32:22PM -0300, Martin Cigorraga wrote:
> >
> > I'm a newcomer to Fedora and still learning its ways so excuse me if my
> > question sounds stupid.
> > Now, I want to remove GNOME from my install as I use i3; from what I saw
> > there's no gnome-group or similar goup available, how should I proceed?
>
> I don't know why no one else has mentioned this already.  In my opinion
> it is much easier to install a minimal set, and then build your desktop
> as needed rather than install the default, and get rid of Gnome.
>
>
Because it wasn't the question asked by OP - me, in this case.

Thanks anyways for passing by.
-M.
-- 
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: [ F21 ] How to remove GNOME

2015-03-08 Thread Martin Cigorraga
That was an enlightening answer, thank you very much Patrick.
-Martin

On Sun, Mar 8, 2015 at 8:17 AM, Patrick O'Callaghan 
wrote:

>
> On 8 March 2015 at 00:10, Martin Cigorraga 
> wrote:
>
>> Yes, it seems that some packages in Fedora pulls down more dependencies
>> than I would like; for instance removing the GNOME Desktop group (if it
>> actually existed) should only remove everything GNOME-related stuff and
>> only that, not whatever else on what it may depend. Conversely, one should
>> be able to install X or Wayland separately - at least that's how I used
>> with Arch and Gentoo albeit RHEL seems more close to Debian in this regard.
>>
>> About the question I made, I think it is quite self-explanatory: there
>> are groups for every-other Desktop Environment (even one for Window
>> Managers) but there's none for GNOME Desktop. Of course I believe one could
>> go and remove leftovers by hand, what I say is that's strange - just to say
>> something - that there isn't a meta-group that takes care of that.
>>
>
> Red Hat is big contributor to Gnome so Fedora is a Gnome-centered distro.
> It supports other DEs but the default assumption is that you're using
> Gnome. This is evident from a lot of the documentation as well the
> packaging structure as you point out. That said, there's no problem using
> another DE and a lot of us do so. We just put up with some the Gnome
> components being more or less ever-present as long as they doesn't get in
> the way. And of course having them means you can use Gnome-based apps such
> as Evolution without having to put up with the weird desktop GUI.
>
> It would be interesting to find out just what percentage of active users
> are on each of the main DEs, but I can't think of a reliable way of doing
> that i.e. one not subject to selection bias.
>
> poc
>
> 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
>
>


-- 
-Martin
-- 
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: [ F21 ] How to remove GNOME

2015-03-07 Thread Martin Cigorraga
Thank you Rahul.

After doing the proper backup I will try something in the line of # yum
erase gdm $(rpm -qa | grep gnome).

On Sun, Mar 8, 2015 at 1:05 AM, Rahul Sundaram  wrote:

> Hi
>
> On Sat, Mar 7, 2015 at 7:12 PM, Martin Cigorraga  wrote:
>
>> Ahh, that's actually a nice tip Joe, thanks a lot.
>>
>
> I am afraid not.  It is quite the reverse really.  GDM requires a number
> of GNOME components because it provides many features directly before you
> even login.  However very few packages require GDM itself
>
> $sudo dnf repoquery --whatrequires gdm
>
> Using metadata from Fri Mar  6 22:30:56 2015
>
> gnome-initial-setup-0:3.14.2.1-1.fc21.x86_64
> ovirt-guest-agent-gdm-plugin-0:1.0.10.2-1.fc21.noarch
> pulseaudio-gdm-hooks-0:5.0-25.fc21.x86_64
> xfce4-xfswitch-plugin-0:0.0.1-11.fc21.x86_64
> gnome-initial-setup-0:3.14.2.1-2.fc21.x86_64
>
> 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
>
>


-- 
-Martin
-- 
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: After running yum update the Mate Terminal doesn't start anymore

2015-03-07 Thread Martin Cigorraga
As for alternative terminals, rxvt-unicode-256color (actual name of the
package) is a nice starting point (you can customize it via ~/.Xdefaults).
Another good alternative and more close to what I think you are used to is
lxterminal, the terminal emulator from Xfce.
Then you have Konsole (KDE's terminal) and GNOME's gnome-terminal, E17's
fancy term, aterm, eterm, xterm...

And finally you have Terminator - albeit I'm not sure if it's a terminal
emulator by its own or it needs gnome-terminal as an underlying base.
In any case tmux+{your terminal of choice} should be a better choice.

On Fri, Mar 6, 2015 at 12:07 PM, Tim  wrote:

>
> On Fri, 2015-02-27 at 10:17 -1000, Jim Lewis wrote:
> > Well, I'm still trying to figure out how I can run a command to get a
> > command line from the command line when I don't have a command line.
> > Yes, I spent all night coming up with that :).
>
> ;-\
>
> With some desktops ALT+F2 pops up a dialog box to enter a command.
>
> --
> tim@localhost ~]$ uname -rsvp
>
> Linux 3.18.7-100.fc20.i686 #1 SMP Wed Feb 11 21:16:53 UTC 2015 i686
>
> 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
>



-- 
-Martin
-- 
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: Booting up to black screen - Log included

2015-03-07 Thread Martin Cigorraga
Hello, it's a GPU modules issue, by all means; I experienced the very same
the first time I booted into the live environment to install Fedora.
You need to find a workaround, maybe by adding the needed parameters in
your kernel boot line.
Regards.

On Sat, Mar 7, 2015 at 9:45 AM,  wrote:

> Greetings,
>
> I previously posted that since a fedup to fedora 21, I intermittently boot
> up to a blank screen. I'm using akmod-nvidia-340xx, but reverting back to
> nouveau did not solve the issue. One out of every 3 boot results in the
> problem. I pressed ctrl+alt+F2 and logged in and attempted the startx
> command. The resulting error message said to check xorg.1.log.
>
> The nvidia console ( nvidia xserver settings ) clearly indicates my screen
> type ( Ancor communications Asus VH196. Would the "no screens found" be the
> possible source of my headache?
>
> This is the error log from /var/log/Xorg.1.log:
>
> [   359.396] (II) FBDEV: driver for framebuffer: fbdev
> [   359.396] (II) VESA: driver for VESA chipsets: vesa
> [   359.396] (++) using VT number 2
>
> [   359.396] (WW) Falling back to old probe method for modesetting
> [   359.396] (II) Loading sub module "fbdevhw"
> [   359.396] (II) LoadModule: "fbdevhw"
> [   359.396] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
> [   359.397] (II) Module fbdevhw: vendor="X.Org Foundation"
> [   359.397]compiled for 1.16.3, module version = 0.0.2
> [   359.397]ABI class: X.Org Video Driver, version 18.0
> [   359.397] (EE) open /dev/fb0: No such file or directory
> [   359.397] (WW) Falling back to old probe method for fbdev
> [   359.397] (II) Loading sub module "fbdevhw"
> [   359.397] (II) LoadModule: "fbdevhw"
> [   359.397] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
> [   359.397] (II) Module fbdevhw: vendor="X.Org Foundation"
> [   359.397]compiled for 1.16.3, module version = 0.0.2
> [   359.397]ABI class: X.Org Video Driver, version 18.0
> [   359.397] (EE) open /dev/fb0: No such file or directory
> [   359.397] vesa: Ignoring device with a bound kernel driver
> [   359.397] (WW) Falling back to old probe method for vesa
> [   359.397] (EE) Screen 0 deleted because of no matching config section.
> [   359.397] (II) UnloadModule: "modesetting"
> [   359.397] (EE) Screen 0 deleted because of no matching config section.
> [   359.397] (II) UnloadModule: "fbdev"
> [   359.397] (II) UnloadSubModule: "fbdevhw"
> [   359.397] (EE) Screen 0 deleted because of no matching config section.
> [   359.397] (II) UnloadModule: "vesa"
> [   359.397] (EE) Device(s) detected, but none match those in the config
> file.
> [   359.397] (EE)
> Fatal server error:
> [   359.397] (EE) no screens found(EE)
> [   359.397] (EE)
> Please consult the Fedora Project support
>  at http://wiki.x.org
>  for help.
> [   359.397] (EE) Please also check the log file at "/var/log/Xorg.1.log"
> for additional information.
> [   359.397] (EE)
> [   359.398] (EE) Server terminated with error (1). Closing log file.
> --
> 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
>



-- 
-Martin
-- 
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: [ F21 ] How to remove GNOME

2015-03-07 Thread Martin Cigorraga
Ahh, that's actually a nice tip Joe, thanks a lot.

On Sat, Mar 7, 2015 at 9:09 PM, Joe Zeff  wrote:

> On 03/07/2015 03:58 PM, Sam Varshavchik wrote:
>
>> Of course, all of the old baggage still remains installed, after that. A
>> small waste of disk space, mostly. I should, one of these days, go over
>> and clean up as much of the unused Gnome stuff as I can find.
>>
>
> Be sure to switch from gdm to lightdm when you do so.  There's a fair
> amount of Gnome cruft that requires gdm for one reason or another, so it's
> easier to get rid of it first, then go after the rest.
> --
> 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
>



-- 
-Martin
-- 
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: [ F21 ] How to remove GNOME

2015-03-07 Thread Martin Cigorraga
Hello Sam,

Yes, it seems that some packages in Fedora pulls down more dependencies
than I would like; for instance removing the GNOME Desktop group (if it
actually existed) should only remove everything GNOME-related stuff and
only that, not whatever else on what it may depend. Conversely, one should
be able to install X or Wayland separately - at least that's how I used
with Arch and Gentoo albeit RHEL seems more close to Debian in this regard.

About the question I made, I think it is quite self-explanatory: there are
groups for every-other Desktop Environment (even one for Window Managers)
but there's none for GNOME Desktop. Of course I believe one could go and
remove leftovers by hand, what I say is that's strange - just to say
something - that there isn't a meta-group that takes care of that.

Regards.

On Sat, Mar 7, 2015 at 8:58 PM, Sam Varshavchik 
wrote:

> Martin Cigorraga writes:
>
>  Hi all,
>>
>>
>> I'm a newcomer to Fedora and still learning its ways so excuse me if my
>> question sounds stupid.
>> Now, I want to remove GNOME from my install as I use i3; from what I saw
>> there's no gnome-group or similar goup available, how should I proceed?
>>
>
> You want to remove Gnome, and then what? Without Gnome, you do not have an
> X desktop.
>
> Perhaps you want to switch from Gnome to another window manager, like XFCE
> or KDE. Well, after installing the appropriate group, you should have an
> option to switch your session to the new window manager, when logging in.
>
> Although, in my case, when I finally had enough of Gnome, and switched to
> XFCE, I found that my login user environment was too polluted with various
> Gnome-related flotsam, even after I logged into XFCE. To make a clean
> break, I had to create a new userid, move/change ownership of all documents
> and files, to the new userid, then delete the old one.
>
> Of course, all of the old baggage still remains installed, after that. A
> small waste of disk space, mostly. I should, one of these days, go over and
> clean up as much of the unused Gnome stuff as I can find.
>
>
> --
> 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
>
>


-- 
-Martin
-- 
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: Problem installing Fedora 22 Alpha RC3

2015-03-07 Thread Martin Cigorraga
Hi all,
@Lawrence: if the screen goes black at boot time it seems it could a video
issue, does your computer have a hybrid GPU setup? You can do "$ lspci |
grep -i vga" from your running system. Also, you might try booting the ISO
in the so-called 'safe' mode to reach the GUI.

I'm running F21 and my system has weird Intel/ATI setup. To boot the image
I had to do so in safe mode, install the system that way (I miss a text
installer!) then add the proper flags to the kernel line in
/etc/default/grub in order to have both CPU working as expected and enjoy
my screen max resolution.

As a side note, it would be good if you switch to the test ML as instructed
to help keep things tidy.

HTH.

On Sat, Mar 7, 2015 at 7:07 PM, Lawrence E Graves 
wrote:

>
>
> On 03/07/2015 02:32 PM, Sam Varshavchik wrote:
>
> Lawrence E Graves writes:
>
> I really don't know how to get the information needed to diagnose what is
> going on. Rather than criticizing me, help me get what you need to better
> the project. I am still in the learning stages of using Fedora. I know
> something about cars but not about Fedora.
>
>
> Great! In that case: my car doesn't work. Do you know why?
>
> I have a feeling it's going to be the same reason you can't install
> Fedora.
>
>
>   I had to learn about cars. Thank you for
> your help.
>
>
> As much as I, and others, would like to help, it's impossible to help you
> if you can't explain what the problem is. "Fedora doesn't install" is not
> an explanation.
>
>
>
> On 03/07/2015 06:01 AM, Sam Varshavchik wrote:
>
> Lawrence E Graves writes:
>
> I am sorry. My bag. It won't install what else can I say. If it won't
> install there is nothing to tell or show you.
>
>
> If you call an auto mechanic, and you only tell him that your car doesn't
> work, and nothing else, do you expect to get a reasonable answer?
>
> I am going to tell you a little story and then I am through with this; I
> drive a 1996 Lincoln and day one day I went out to start it and it
> wouldn't. I worked on that car for about 3 days until I decided to call a
> tow truck to take it to the shop. When he went to move it, it started. The
> problem was the computer was stuck and all I had to do was take the battery
> post off for 5 minutes and fix it. I didn't have a clue asto what was wrong
> but some else figured it out because he had the experience with a car he
> had. Many of you claim to have knowledge of how to fix things but I have
> noticed that many of you have no experience because this is not the first
> time this has happen. I read the threads. I got a good download and made an
> install dvd and install usb drive, put either one in its proper place it
> comes up to the screen that says,"Fedora Live and then the countdown
> starts, when the countdown is over the screen goes blank. How would you
> report that?
> If anyone desires to respond, thank you.
>
>
> --
> All things are workable but don't all things work.
> Prov. 3:5 & 6
>
>
>
>
> --
> All things are workable but don't all things work.
> Prov. 3:5 & 6
>
>
> --
> 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
>
>


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


[ F21 ] How to remove GNOME

2015-03-07 Thread Martin Cigorraga
Hi all,

I'm a newcomer to Fedora and still learning its ways so excuse me if my
question sounds stupid.
Now, I want to remove GNOME from my install as I use i3; from what I saw
there's no gnome-group or similar goup available, how should I proceed?

Regards,
-Martin
-- 
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: [ Security Lab spin 21 x86_64 ] Installer stuck in "Creating users" step

2015-01-03 Thread Martin Cigorraga
A brief update,
You nailed it: I went with a basic install (I don't know to which group
httrack belongs to) and this time were able to finish the process as
expected.
Cheers.

On Mon, Dec 29, 2014 at 1:33 AM, Martin Cigorraga  wrote:

> Thanks Jim, will do!
>
> On Sun, Dec 28, 2014 at 1:37 AM, Jim Lewis  wrote:
>
>>
>> > Hi all,
>> > I'm trying to install the spin on VirtualBox (4.3.20) on an F21 x86_64
>> > host
>> > and got stuck there, anyone else?
>> > Regards,
>> > -Martin
>> > --
>>
>> Hi Martin,
>>
>>   Check this: https://bugzilla.redhat.com/show_bug.cgi?id=1130550
>> I ran into it when attempting to install the Fedora_Server inst image. I
>> think it mentions something about the Security Lab.
>>
>>
>> Jim Lewis
>>
>>
>> --
>> 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
>>
>
>
>
> --
> -Martin
>



-- 
-Martin
-- 
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: [ Security Lab spin 21 x86_64 ] Installer stuck in "Creating users" step

2014-12-28 Thread Martin Cigorraga
Thanks Jim, will do!

On Sun, Dec 28, 2014 at 1:37 AM, Jim Lewis  wrote:

>
> > Hi all,
> > I'm trying to install the spin on VirtualBox (4.3.20) on an F21 x86_64
> > host
> > and got stuck there, anyone else?
> > Regards,
> > -Martin
> > --
>
> Hi Martin,
>
>   Check this: https://bugzilla.redhat.com/show_bug.cgi?id=1130550
> I ran into it when attempting to install the Fedora_Server inst image. I
> think it mentions something about the Security Lab.
>
>
> Jim Lewis
>
>
> --
> 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
>



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


[ Security Lab spin 21 x86_64 ] Installer stuck in "Creating users" step

2014-12-27 Thread Martin Cigorraga
Hi all,
I'm trying to install the spin on VirtualBox (4.3.20) on an F21 x86_64 host
and got stuck there, anyone else?
Regards,
-Martin
-- 
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 is a pain

2011-09-24 Thread Martin Cigorraga
Hi Andreas,
"SELinux has wasted too much time of my life over the years,
so I decided to no longer use it. I keep my computers up to date
and configure them properly. If that isn't enough, bad luck."

You shoudn't have any problems at all... c'on, it's GNU/Linux! Even a local
firewall is obsolete depending on what will be your system used for :D
And as you say SELinux is intrinsically complicated and bloated. If you
ever need such type of protection try Tomoyo, something between
SELinux and Apparmor but better and actively developed.

-- 
msx
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Wireless available, but no APs found when scanning.

2011-09-22 Thread Martin Cigorraga
Mmm, seems a module (driver) issue to me.
Does your other F-machines have the same wireless card? Also, can you
connect using wpa_supplicant or other DEs like GNOME?
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines