Re: system-config-lvm

2015-02-07 Thread Rami Rosen
Hi, Patrick,

> Can I rebuild from sources: system-config-lvm-1.1.18-1.fc19.src.rpm ?
Of course you can.
Run
rpm -ivh system-config-lvm-1.1.18-1.fc19.src.rpm
And then

yum-builddep  system-config-lvm-1.1.18-1.fc19.src.rpm

and

rpmbuild -bb /root/rpm/SPEC/system-config-lvm.spec

Regards,

Rami Rosen
http://ramirose.wix.com/ramirosen


בתאריך 7 בפבר 2015 15:53, "Patrick Dupre"  כתב:

> Hello,
>
> What is the alternative to system-config-lvm?
>
> Can I rebuild from sources: system-config-lvm-1.1.18-1.fc19.src.rpm ?
>
> Thank
>
> ===
>  Patrick DUPRÉ | | email: pdu...@gmx.com
>  Laboratoire de Physico-Chimie de l'Atmosphère | |
>  Université du Littoral-Côte d'Opale   | |
>  Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
>  189A, avenue Maurice Schumann | | 59140 Dunkerque, France
> ===
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Fedora Code of 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: grub2-mkconfig

2015-02-07 Thread Chris Murphy
What's the output from
rpm -q grub2
bash -x grub2-mkconfig

Try to post the entire thing to the forum. If it bounces back, then
stick the text file up somewhere and provide the URL.

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


Re: The Fedora Store is live!

2015-02-07 Thread Joshua Allen Holm

On 2015-02-07 18:40, Carlos "casep" Sepulveda wrote:

On 29 January 2015 at 07:00, Ruth Suehle  wrote:
It's been a long time coming, but we now have a store for 
Fedora-branded

items!

https://redhat.corpmerchandise.com/ProductList.aspx?did=20588

It's a part of the Red Hat Cool Stuff Store because that was the 
easiest way
for us to be able to maintain an inventory. The list of available 
items is
currently four (a pub glass, a t-shirt, a cap, and a water bottle) as 
a
test. The best way you can help fill the store with more items is to 
buy the
things that are there to prove that people want Fedora-branded 
goodies. So

get shopping!



Hi:
I tried to complete an order, unsuccessfully because of some shipping
issues. The worst part is that when I tried to contact support they
told me
"I did notice however you are not using a @ redhat.com email.
This is required to place an order."

So, it's an "employee only thing"?

Thanks!


Red Hat employees do get shipping paid for using the corporate FedEx 
account, which might be why support told you an @redhat.com email is 
required, but you can shop as a general consumer (and pay for shipping).


Check to see if your "Shopper Type" is set to "General Consumer" not 
"Red Hat Employee" in the settings on 
https://redhat.corpmerchandise.com/Customer.aspx


If it is set to the wrong thing, that might be the cause of your 
problems.


--
Joshua Allen Holm, M.L.I.S., M.Ed.
Opensource.com Community Moderator
hol...@openmailbox.org | http://JoshuaAllenHolm.com
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: grub2-mkconfig

2015-02-07 Thread Patrick Dupre
/dev/sdb1:Microsoft Windows XP Professional:Windows:chain
/dev/sdb6:Fedora release 16 (Verne):Fedora:linux
/dev/sdc1:Microsoft Windows XP Professional:Windows1:chain
/dev/mapper/VolGrpSys2-root:Fedora release 20 (Heisenbug):Fedora1:linux

The last one is OK, but it give grub.cfg:

menuentry 'Fedora release 20 (Heisenbug) (on /dev/mapper/VolGrpSys2-root)' 
--class gnu-linux --class gnu --class os $menuentry_id_option 
'osprober-gnulinux-simple-66528cb3-5298-4882-976c-02935cfac589' {
insmod part_msdos
insmod ext2
set root='hd2,msdos6'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos6 
--hint-efi=hd2,msdos6 --hint-baremetal=ahci2,msdos6 --hint='hd2,msdos6'  
ac2542fe-cd0b-4461-b656-965778d4a055
else
  search --no-floppy --fs-uuid --set=root 
ac2542fe-cd0b-4461-b656-965778d4a055
fi
linux16 /vmlinuz-3.17.8-200.fc20.x86_64 
root=/dev/mapper/VolGrpSys0-root ro vconsole.font=latarcyrheb-sun16 
rd.lvm.lv=VolGrpSys0/root LANG=en_US.UTF-8
initrd16 /initramfs-3.17.8-200.fc20.x86_64.img
}

why:
linux16 /vmlinuz-3.17.8-200.fc20.x86_64 root=/dev/mapper/VolGrpSys0-root ro 
vconsole.font=latarcyrheb-sun16 rd.lvm.lv=VolGrpSys0/root LANG=en_US.UTF-8

 lvscan
  ACTIVE'/dev/VolGrpSys2/root' [28.00 GiB] inherit
  ACTIVE'/dev/VolGrpSys2/tmp' [1.46 GiB] inherit
  ACTIVE'/dev/VolGrpSys2/usr-src' [16.00 GiB] inherit
  ACTIVE'/dev/VolGrpSys2/usr-local' [13.53 GiB] inherit
  ACTIVE'/dev/VolGrpUsr1/home' [23.44 GiB] inherit
  ACTIVE'/dev/VolGrpUsr1/iso_image' [8.03 GiB] inherit
  ACTIVE'/dev/VolGrpUsr2/home' [30.00 GiB] inherit
  ACTIVE'/dev/VolGrpUsr2/iso-image' [10.00 GiB] inherit
  ACTIVE'/dev/VolGrpSys1/usr' [10.25 GiB] inherit
  ACTIVE'/dev/VolGrpSys1/usr_local' [14.16 GiB] inherit
  ACTIVE'/dev/VolGrpSys1/usr_lib' [5.08 GiB] inherit
  ACTIVE'/dev/VolGrpSys1/usr_src' [7.03 GiB] inherit
  ACTIVE'/dev/VolGrpSys1/tmp' [1.47 GiB] inherit



===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


> Sent: Sunday, February 08, 2015 at 1:28 AM
> From: "Chris Murphy" 
> To: "Community support for Fedora users" 
> Subject: Re: grub2-mkconfig
>
> On Sat, Feb 7, 2015 at 4:26 PM, Patrick Dupre  wrote:
> > Hello,
> >
> > grub2-mkconfig find systems which do not exist
> > For example it find a partition root=/dev/mapper/VolGrpSys0-root
> > which does not exist
> > Where is kept VolGrpSys0?
> 
> What output do you get from os-prober?
> 
> -- 
> 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: grub2-mkconfig

2015-02-07 Thread Chris Murphy
On Sat, Feb 7, 2015 at 4:26 PM, Patrick Dupre  wrote:
> Hello,
>
> grub2-mkconfig find systems which do not exist
> For example it find a partition root=/dev/mapper/VolGrpSys0-root
> which does not exist
> Where is kept VolGrpSys0?

What output do you get from os-prober?

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


clean volume

2015-02-07 Thread Patrick Dupre
Hello,

I have /etc/lvm/backup/
and
/etc/lvm/archive

with wrong volumes. Howe can I clean them?

Thank

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of 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: The Fedora Store is live!

2015-02-07 Thread Carlos "casep" Sepulveda
On 29 January 2015 at 07:00, Ruth Suehle  wrote:
> It's been a long time coming, but we now have a store for Fedora-branded
> items!
>
> https://redhat.corpmerchandise.com/ProductList.aspx?did=20588
>
> It's a part of the Red Hat Cool Stuff Store because that was the easiest way
> for us to be able to maintain an inventory. The list of available items is
> currently four (a pub glass, a t-shirt, a cap, and a water bottle) as a
> test. The best way you can help fill the store with more items is to buy the
> things that are there to prove that people want Fedora-branded goodies. So
> get shopping!
>

Hi:
I tried to complete an order, unsuccessfully because of some shipping
issues. The worst part is that when I tried to contact support they
told me
"I did notice however you are not using a @ redhat.com email.
This is required to place an order."

So, it's an "employee only thing"?

Thanks!
-- 
"Never, never, in nothing great or small, large or petty, never give
in except to convictions of honour and good sense. Never yield to
force; never yield to the apparently overwhelming might of the
enemy.''
Winston Churchill
https://plus.google.com/+CarlosSepulveda/
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


grub2-mkconfig

2015-02-07 Thread Patrick Dupre
Hello,

grub2-mkconfig find systems which do not exist
For example it find a partition root=/dev/mapper/VolGrpSys0-root
which does not exist
Where is kept VolGrpSys0?

thank

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of 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: Impossible to add a remote printer

2015-02-07 Thread Tim Waugh
On Sat, 2015-02-07 at 13:02 +0100, Thomas Woerner wrote:
> For now I do not have a solution besides adding a requirement for 
> python3-firewall to system-config-printer. The impact might be small 
> enough with these requirements of python3-firewall:

Yes, that doesn't look too bad. I'll include that requirement in the
current test update.

Tim.
*/



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


dracut failed to create symbolic link /dev/resume

2015-02-07 Thread Patrick Dupre
Hello,


In fedora20:
I get dracut failed to create symbolic link /dev/resume
and then cannot fing VolSysUsr0

and I cannot boot

I do not know if these 2 issues are correlated.

Any this what I did:

I cloned /boot and / and a new disk and I removed the old disk
/boot is on an ext4 partition,
/ is on an lvm partition: now /dev/mapper/VolSysUsr2-root
(before on /dev/mapper/VolSysUsr0-root)
clone has been done with cp -a (It sued to work).
I modified properly /boot/grub2/grub.cfg and the new /etc/fstab

I also try tu run in selinux=0

It looks like that it need to find the old lvm volume /dev/mapper/VolSysUsr0
during the boot but cannot find it of course.

VolSysUsr2-root is found (the other lvm volumes are inactive)
The UUID are correct

How can I fix this issue?

Thank for your help.

In the grub.cfg:

menuentry 'Fedora release 20 (Heisenbug) (on sdc /dev/mapper/VolGrpSys2-root)' 
--class gnu-linux --class gnu --class os $menuentry_id_option 
'osprober-gnulinux-simple-66528cb3-5298-4882-976c-02935cfac589' {
insmod part_msdos
insmod ext2
set root='hd2,msdos6'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos6 
--hint-efi=hd2,msdos6 --hint-baremetal=ahci2,msdos6 --hint='hd2,msdos6'  
ac2542fe-cd0b-4461-b656-965778d4a055
else
  search --no-floppy --fs-uuid --set=root 
ac2542fe-cd0b-4461-b656-965778d4a055
fi
linux16 /vmlinuz-3.17.8-200.fc20.x86_64 
root=/dev/mapper/VolGrpSys2-root ro vconsole.font=latarcyrheb-sun16 
rd.lvm.lv=VolGrpSys2/root LANG=en_US.UTF-8
initrd16 /initramfs-3.17.8-200.fc20.x86_64.img
}



===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of 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: system-config-lvm

2015-02-07 Thread T.C. Hollingsworth
On Saturday, February 7, 2015, Patrick Dupre  wrote:

> Hello,
>
> What is the alternative to system-config-lvm?
>

Try blivet-gui:

http://fedoramagazine.org/manage-your-partitions-like-in-anaconda-with-blivet-gui/

It works with standard partitions, LVM, and btrfs.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of 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: shutdown doesn't shut down

2015-02-07 Thread Ralf Corsepius

On 02/07/2015 01:55 AM, jd1008 wrote:


On 02/06/2015 05:31 PM, Chris Murphy wrote:

On Fri, Feb 6, 2015 at 11:25 AM, Ralf Corsepius 
wrote:


It went down and immediately rebooted.

I have other log from other attempt, but sorting them out is a bit
difficult.


It's quite tedious yes.

The only other thing I can think of is to compare 'systemctl
list-unit-files' on a live media boot, and the currently installed
system, and disable everything  on the current system that isn't
enable or doesn't exist on the live media boot. That way you should
have boot parity. If the problem goes away, then it's some unit file.
Maybe enable 1/2 of them and try again...kinda like bisecting. If you
can't reproduce the problem with all the unit files in parity between
live media and current boots, then it's something else that maybe
isn't using a native systemd unit. Maybe it's a legacy init script?
Actually that might be worth checking before the systemd unit files.
Clearly it's related to something either being startedup or qutting at
poweroff time, and it's doing something wrong, acting almost like a
watchdog. Some process dies and the watchdog does an "oh crap!" and
reboots the system before systemd can actually complete the poweroff.
Whereas poweroff -f skips all the normal nice quit sequence of
services and goes straight to telling the kernel to power off the
hardware.



Is the original OP of this thread still not able to fully shutdown
and power off using the command
sudo shutdown -P now ?


No, I (== Original OP) am not. Just like anything else (but "poweroff 
-f"), "shutdown -P now", results in a "shutdown + immediate reboot".


Ralf

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


Fedora Elsewhere

2015-02-07 Thread Beartooth

Anyone not already aware of it may wish to know that there is a 
long and careful discussion of Fedora's password requirements on a CentOS 
list (which I read with Pan from Gmane: gmane.linux.centos.general).
-- 
Beartooth Staffwright, Not Quite Clueless Power User
Remember I know little (precious little!) of where up is.


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


Re: Brother HL-L2340DW -

2015-02-07 Thread poma
On 07.02.2015 06:26, Derrik Walker v2.0 wrote:
> On Sat, 2015-02-07 at 06:00 +0100, poma wrote:
>> On 07.02.2015 04:51, Derrik Walker v2.0 wrote:
>>> On Fri, 2015-02-06 at 23:59 +0100, poma wrote:
>>>
>>
>> How do you print in color?
>>
>>
> I don't.  The L2340DW is color? I missed that detail.
>

 As far as printing in color, where did you read that I referred to the 
 certain printer? :)
>>>
>>> You said that like it was a color printer.  If no one is talking about a
>>> color printer, then whats the point in asking?
>>>
>>
>> Perhaps for *you* there is no point in asking, however question is quite 
>> clear.
>> Are you saying that you never print in color or you never need to print in 
>> color!? :)
>>
> 
> I have no need to print in color.  A black toner only laser printer
> serves my printing needs fine.  Some times I do want pictures printed,
> but it's cheap enough to take them to Walgreens or whatever and get them
> printed there for the limited number of times I need them.
> 
> I do sometimes print from Legacy UNIX systems, so having a good
> postscript engine is important, the 5450 has that.  I also like the
> duplexer as I print out a fair bit of documentation ( usually in PDF
> format ), and having two sided printouts works great with a three hole
> punch and three ring binder. 
> 
> I also do not need wireless, Ethernet is fine. 
> 
> I had a color HP laser printer, and the toner was SO expensive, there
> were 4 of them, and if any one ran out, it would quit printing until it
> was replaced.  The cost of one of them was about the same as the
> hi-capacity toner for the 5450, but only gave me about 1/3 the number of
> pages.  And I had a lot of problems with the Legacy UNIX systems as HP's
> postscript engine didn't exist and the Epson emulation was total
> crapola.  
> 

Now it is a fair reply. ;)

Besides one can always find an affordable device with the required features, 
and toner station/shop can re-fill for you.
See how you're comfortable with your "Brother", which certainly has something 
to offer.


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of 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: Linterna Magica

2015-02-07 Thread jd1008


On 02/05/2015 12:12 PM, poma wrote:

On 05.02.2015 16:43, Antonio Trande wrote:

Hi all.

Linterna Magica (http://linternamagica.org/#what-is-it) is a
userscript for watching web video clips inside a browser without the
proprietary flash technology.


What plugin you use?
It seems "NPAPI plugin for libvlc - gtk version" (npapi-vlc-gtk) need to 
download the whole video to begin playback.
Is there any better in this respect?



Is it practicable the packaging of this script for Firefox/Icecat on
Fedora?
Are there problems as it is a script?




http://linternamagica.org/#download-stable

I downloaded the source linternamagica-v1.22.tar.xz

$ ls -l linternamagica-v1.22.tar.xz
-rw-r--r-- 1 jd jd 8552 Feb  6 18:36 linternamagica-v1.22.tar.xz
$ md5sum linternamagica-v1.22.tar.xz
7b833deb3cb05ab7088c7eda70ca1455  linternamagica-v1.22.tar.xz
$ xz -d linternamagica-v1.22.tar.xz
xz: linternamagica-v1.22.tar.xz: File format not recognized

$ ls -l linternamagica-v1.0.tar.bz2
-rw-r--r-- 1 jd jd 8543 Feb  6 18:42 linternamagica-v1.0.tar.bz2
$ md5sum linternamagica-v1.0.tar.bz2
600c19f491c2f71e72caf7f3c0eac29a  linternamagica-v1.0.tar.bz2
$ bunzip2 linternamagica-v1.0.tar.bz2
bunzip2: linternamagica-v1.0.tar.bz2 is not a bzip2 file.

$ ls -l linternamagica-v1.0.tar.gz
-rw-r--r-- 1 jd jd 8538 Feb  6 18:45 linternamagica-v1.0.tar.gz
$ md5sum linternamagica-v1.0.tar.gz
faca33246704382f8c6ab74e65149e1a  linternamagica-v1.0.tar.gz
$ gunzip linternamagica-v1.0.tar.gz

gzip: linternamagica-v1.0.tar.gz: not in gzip format


$ file linternamagica-v1.0.tar.bz2 linternamagica-v1.0.tar.gz 
linternamagica-v1.22.tar.xz

linternamagica-v1.0.tar.bz2: XML document text
linternamagica-v1.0.tar.gz:  XML document text
linternamagica-v1.22.tar.xz: XML document text


So, is it malware or what?


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


system-config-lvm

2015-02-07 Thread Patrick Dupre
Hello,

What is the alternative to system-config-lvm?

Can I rebuild from sources: system-config-lvm-1.1.18-1.fc19.src.rpm ?

Thank

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of 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: Picasa install error fed21

2015-02-07 Thread Paul Cartwright
On 02/07/2015 07:48 AM, Tim wrote:
>> > I saw that, but I just used --replacefiles and it worked.. 
> Oooh, but I wouldn't feel confident sweeping something like that under
> the carpet.  Those are system directories that it has no business
> interfering with.  I'd be far more inclined to do the opposite, have it
> install what it can, and omit what fails.
too late, already done, and picasa is working.. hopefully so is
everything else:)


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


Re: Picasa install error fed21

2015-02-07 Thread Tim
Tim:
>> There was a thread about that, about one or two weeks ago, that I
>> followed to force google-earth into installing without stomping on
>> system directories, using rpmrebuild on google-earth to change its
>> demands.  Here's that message:

Paul Cartwright:
> I saw that, but I just used --replacefiles and it worked.. 

Oooh, but I wouldn't feel confident sweeping something like that under
the carpet.  Those are system directories that it has no business
interfering with.  I'd be far more inclined to do the opposite, have it
install what it can, and omit what fails.

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

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

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

ZNQR LBH YBBX



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of 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: Impossible to add a remote printer

2015-02-07 Thread Thomas Woerner

On 02/06/2015 11:47 PM, poma wrote:

On 06.02.2015 14:05, Thomas Woerner wrote:

On 02/05/2015 06:57 PM, poma wrote:

On 04.02.2015 20:08, poma wrote:

On 03.02.2015 18:15, poma wrote:

On 03.02.2015 11:07, Thomas Woerner wrote:

On 02/02/2015 05:55 PM, poma wrote:

On 02.02.2015 17:49, poma wrote:

On 02.02.2015 17:36, Tim Waugh wrote:

On Mon, 2015-02-02 at 17:32 +0100, poma wrote:

can this mechanism be improved in the way when you chose not to want
to share the printer that the relevant port is closed?


Is there a sane way of doing that though? I think applications wanting
to 'reset' ports for a zone would need to know what the default was to
start with.

Tim.
*/



I really do not understand what should be an obstacle. :)
Just to close the port that is no longer used, the same way that we opened.



Mister Woerner, Popelka care to comment?
Perhaps I missed some technicalities related.



I think it would make sense to be able to see if ipp* was enabled in the
initial configuration of a zone. Right now this is not possible.

We might be able to add interfaces to get initial zone, service etc.
configuration settings.

Regards,
Thomas



I think I understand, but I also think that I did not understand.
Cogito ergo sum.




https://git.fedorahosted.org/cgit/firewalld.git/tree/TODO#n24
Future Features:

- reflect config changes in firewalld status? CONFIG_CHANGED/RELOAD_NEEDED?

If you refer to this possible future feature you represent as a requirement for 
external applications to participate in the configuration?





Mister Woerner, Popelka please consider, so users don't get confused further.
There is no real reason to wait for Fedora 22.



I think there is, because switching to Python3 also in Fedora 21 will
change requirements for already installed systems and also for fresh
installations. This will result in having both Python versions in the
default installation.

With Python3 as the default python interpreter in Fedora 22 this is
expected there, but not in Fedora 21.




If possible I would appreciate clearer explanation.

To gain "publish shared printers" functionality in 'system-config-printer', 
required is to install 'python3-firewall'.
Will it be done manually
# yum install python3-firewall
or the 'python3-firewall' will be automatically pulled by the main package
# yum update firewalld
it still has to be done.
The only difference is that in the second case it works on more friendly way.

With a requirement of python2-firewall and python3-firewall we end up 
with the same situation: Both Python versions are installed - even if 
they are not used.


For now I do not have a solution besides adding a requirement for 
python3-firewall to system-config-printer. The impact might be small 
enough with these requirements of python3-firewall:


python(abi) = 3.4
python3-dbus
python3-decorator
python3-gobject
python3-slip-dbus
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1

Tim, what do you think?

Regards,
Thomas




---
   firewalld.spec | 8 ++--
   1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/firewalld.spec b/firewalld.spec
index 06b5b05..7727644 100644
--- a/firewalld.spec
+++ b/firewalld.spec
@@ -1,6 +1,6 @@
   %if (0%{?fedora} >= 13 || 0%{?rhel} >= 7)
   %define with_python3 1
-%if (0%{?fedora} >= 22 || 0%{?rhel} >= 8)
+%if (0%{?fedora} >= 21 || 0%{?rhel} >= 8)
   %define use_python3 1
   %endif
   %endif
@@ -8,7 +8,7 @@
   Summary: A firewall daemon with D-Bus interface providing a dynamic firewall
   Name: firewalld
   Version: 0.3.13
-Release: 2%{?dist}
+Release: 3%{?dist}
   URL: http://www.firewalld.org
   License: GPLv2+
   Source0: 
https://fedorahosted.org/released/firewalld/%{name}-%{version}.tar.bz2
@@ -413,6 +413,10 @@ fi
   %endif

   %changelog
+* Thu Feb 05 2015 poma  - 0.3.13-3
+- use python3 bindings also on Fedora 21 for "publish shared printers"
+  functionality in system-config-printer
+
   *  Wed Jan 28 2015 Thomas Woerner  - 0.3.13-2
   - enable python2 and python3 bindings for fedora >= 20 and rhel >= 7
   - use python3 bindings on fedora >= 22 and rhel >= 8 for firewalld,



Regards,
Thomas





--
Thomas Woerner
Senior Software Engineer Phone: +49-711-96437-310
Red Hat GmbH Fax  : +49-711-96437-111
Wankelstrasse 5  Email: Thomas Woerner 
70563 Stuttgart  Web  : http://www.redhat.de/
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of 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: Picasa install error fed21

2015-02-07 Thread Paul Cartwright
On 02/06/2015 11:06 PM, Tim wrote:
> There was a thread about that, about one or two weeks ago, that I
> followed to force google-earth into installing without stomping on
> system directories, using rpmrebuild on google-earth to change its
> demands.  Here's that message:
I saw that, but I just used --replacefiles and it worked..

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


Re: Installing gnuchess/xboard messes up menu fonts in xmms

2015-02-07 Thread Ed Greshko
On 02/07/15 16:08, Jim Lewis wrote:
>Yes, I should have been more specific. After setting up RPMFusion I
> install xmms like this:
>
>yum -y install xmms xmms-mp3 xmms-faad2 xmms-pulse xmms-skins
>
>I then install chess:
>
>yum -y install gnuchess xboard
>
>I forgot to mention this is on the Fedora 21 Mate-Compbiz spin. I can
> reproduce it easily. So far only xmms seems to have this font issue, I
> haven't noticed it on anything else.

I actually did get a failure with just the fedora package.  Not sure why it 
didn't fail to being with.  Anyway...

The problem appears to be related to the xorg-x11-fonts-100dpi package.

I did "rpm -e --nodeps xorg-x11-fonts-100dpi"  to prevent xboard from being 
removed and everything still works as far as I can tell.

-- 
If you can't laugh at yourself, others will gladly oblige.

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


Re: Installing gnuchess/xboard messes up menu fonts in xmms

2015-02-07 Thread Jim Lewis

> On 02/07/15 12:24, Jim Lewis wrote:
>>  Note: This is an extremely low priority item.
>>
>>  I first noticed this all the way back in Fedora 14. Here are the steps
>> to
>> reproduce:
>>
>> - Install xmms and its related files.
>>
>> - Run it and open the pulldown menu. The fonts will look fine. Close
>> xmms.
>>
>> - Now install gnuchess/xboard   (yum -y install gnuchess xboard)
>>
>> - (This step may be optional) Play a game.
>>
>> - Run xmms again and open the menu. The fonts are now little boxes.
>>
>>
>>Is this a bug or have I been doing something wrong all this time? I
>> realize that xmms is from Fusion, is that the problem? I can fix it by
>> running "yum -y install xorg-x11-font*". I really did not expect this
>> issue to still be around after all this time. Note that I tried to find
>> some info on the net about this first but didn't come across anything
>> relevant.
>
> You may want to be a bit more specific on the packages you've installed
> from rpmfusion.
>
> xmms itself is part of the fedora repo.
>
> So, just installing xmms, gnuchess and xboard results in the following
> getting installed.
>
> Feb 07 14:58:35 Installed: 1:glib-1.2.10-43.fc21.x86_64
> Feb 07 14:58:38 Installed: 1:gtk+-1.2.10-79.fc21.x86_64
> Feb 07 14:58:38 Installed: libmikmod-3.3.7-1.fc21.x86_64
> Feb 07 14:58:38 Installed: 1:xmms-libs-1.2.11-22.20071117cvs.fc21.x86_64
> Feb 07 14:58:39 Installed: libIDL-0.8.14-9.fc21.x86_64
> Feb 07 14:58:39 Installed: ORBit2-2.14.19-13.fc21.x86_64
> Feb 07 14:58:40 Installed: libbonobo-2.32.1-8.fc21.x86_64
> Feb 07 14:58:41 Installed: at-spi-1.32.0-14.fc21.x86_64
> Feb 07 14:58:41 Installed: 1:xmms-1.2.11-22.20071117cvs.fc21.x86_64
> Feb 07 15:00:49 Installed: ruby-libs-2.1.5-26.fc21.x86_64
> Feb 07 15:00:49 Installed: ruby-irb-2.1.5-26.fc21.noarch
> Feb 07 15:00:49 Installed: rubygem-psych-2.0.5-26.fc21.x86_64
> Feb 07 15:00:49 Installed: rubygem-json-1.8.1-26.fc21.x86_64
> Feb 07 15:00:49 Installed: rubygem-bigdecimal-1.2.4-26.fc21.x86_64
> Feb 07 15:00:50 Installed: rubygem-io-console-0.4.2-26.fc21.x86_64
> Feb 07 15:00:50 Installed: rubygems-2.2.2-101.fc21.noarch
> Feb 07 15:00:50 Installed: rubygem-rdoc-4.1.1-2.fc21.noarch
> Feb 07 15:00:50 Installed: rubypick-1.1.1-2.fc21.noarch
> Feb 07 15:00:50 Installed: ruby-2.1.5-26.fc21.x86_64
> Feb 07 15:00:51 Installed: gnuchess-6.2.1-1.fc21.x86_64
> Feb 07 15:00:52 Installed: xorg-x11-fonts-100dpi-7.5-14.fc21.noarch
> Feb 07 15:00:58 Installed: xboard-4.7.3-3.fc21.x86_64
>
> And the problem you've described is not reproducible.
>
>

Hi Ed,

   Yes, I should have been more specific. After setting up RPMFusion I
install xmms like this:

   yum -y install xmms xmms-mp3 xmms-faad2 xmms-pulse xmms-skins

   I then install chess:

   yum -y install gnuchess xboard

   I forgot to mention this is on the Fedora 21 Mate-Compbiz spin. I can
reproduce it easily. So far only xmms seems to have this font issue, I
haven't noticed it on anything else.

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