perl-B-C

2015-09-22 Thread Patrick Dupre
Hello,

I tried to compile (rpmbuild) the package perl-B-C (from cpan)
because I could find an rpm.
and I get the following error messages (rpmbuild -bb perl-B-C.spec)

Processing files: perl-B-C-debuginfo-1.52-1.fc22.x86_64
Checking for unpackaged file(s): /usr/lib/rpm/check-files 
/home/pdupre/rpmbuild/BUILDROOT/perl-B-C-1.52-1.fc22.x86_64
error: Installed (but unpackaged) file(s) found:
   /usr/bin/assemble
   /usr/bin/cc_harness
   /usr/bin/disassemble
   /usr/bin/perlcc
   /usr/share/man/man1/assemble.1.gz
   /usr/share/man/man1/disassemble.1.gz
   /usr/share/man/man1/perlcc.1.gz


RPM build errors:
Installed (but unpackaged) file(s) found:
   /usr/bin/assemble
   /usr/bin/cc_harness
   /usr/bin/disassemble
   /usr/bin/perlcc
   /usr/share/man/man1/assemble.1.gz
   /usr/share/man/man1/disassemble.1.gz
   /usr/share/man/man1/perlcc.1.gz


Any idea how to fix it?

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: perl-B-C

2015-09-22 Thread Pete Travis
On Sep 22, 2015 12:10 PM, "Patrick Dupre"  wrote:
>
> Hello,
>
> I tried to compile (rpmbuild) the package perl-B-C (from cpan)
> because I could find an rpm.
> and I get the following error messages (rpmbuild -bb perl-B-C.spec)
>
> Processing files: perl-B-C-debuginfo-1.52-1.fc22.x86_64
> Checking for unpackaged file(s): /usr/lib/rpm/check-files
/home/pdupre/rpmbuild/BUILDROOT/perl-B-C-1.52-1.fc22.x86_64
> error: Installed (but unpackaged) file(s) found:
>/usr/bin/assemble
>/usr/bin/cc_harness
>/usr/bin/disassemble
>/usr/bin/perlcc
>/usr/share/man/man1/assemble.1.gz
>/usr/share/man/man1/disassemble.1.gz
>/usr/share/man/man1/perlcc.1.gz
>
>
> RPM build errors:
> Installed (but unpackaged) file(s) found:
>/usr/bin/assemble
>/usr/bin/cc_harness
>/usr/bin/disassemble
>/usr/bin/perlcc
>/usr/share/man/man1/assemble.1.gz
>/usr/share/man/man1/disassemble.1.gz
>/usr/share/man/man1/perlcc.1.gz
>
>
> Any idea how to fix it?
>
> Thank.
>
>
===
>  Patrick DUPRÉ

Use the %files section of the rpm spec to list files in the rpm.

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


Re: perl-B-C

2015-09-22 Thread Matthew Miller
On Tue, Sep 22, 2015 at 07:09:54PM +0200, Patrick Dupre wrote:
> I tried to compile (rpmbuild) the package perl-B-C (from cpan)
> because I could find an rpm.
> and I get the following error messages (rpmbuild -bb perl-B-C.spec)
> 
> Processing files: perl-B-C-debuginfo-1.52-1.fc22.x86_64
> Checking for unpackaged file(s): /usr/lib/rpm/check-files 
> /home/pdupre/rpmbuild/BUILDROOT/perl-B-C-1.52-1.fc22.x86_64
> error: Installed (but unpackaged) file(s) found:
>/usr/bin/assemble
>/usr/bin/cc_harness
>/usr/bin/disassemble
>/usr/bin/perlcc
>/usr/share/man/man1/assemble.1.gz
>/usr/share/man/man1/disassemble.1.gz
>/usr/share/man/man1/perlcc.1.gz

Every file the package installs must be listed in the %files section,
or you'll get this.

Adding these lines under %files should do it. (See the Packging
Guidelines for detail.)


%{_bindir}/assemble
%{_bindir}/cc_harness
%{_bindir}/disassemble
%{_bindir}/perlcc
%{_mandir}/man1/assemble.1*
%{_mandir}/man1/disassemble.1*
%{_mandir}/man1/perlcc.1*



Note that you could also just use wildcards entirely, but listing
individually protects you from a problem where something expected
doesn't get generated after all.




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


Re: acl

2015-09-22 Thread Joseph Loo
On 09/22/2015 05:53 AM, Patrick Dupre wrote:
> Yes,
> 
> I did:
> setfacl -m u:amsterdam:r out.pdf
> 
> but masterdam cannot access to the file:
> 
> ls /home/pdupre/out.pdf
> ls: cannot access /home/pdupre/out.pdf: Permission denied
> or
> I/O Error: Couldn't open file '/home/pdupre/out.pdf'
> 
> ===
>  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: Tuesday, September 22, 2015 at 2:09 PM
>> From: "Cameron Simpson" 
>> To: "Community support for Fedora users" 
>> Subject: Re: acl
>>
>> On 22Sep2015 13:22, Patrick Dupre  wrote:
>>> I am trying to use the acl, but I have not been successful.
>>
>> Do commands like setfacl fail?
>>
>>> I modified the /etc/fstab file:
>>> from
>>> dev/mapper/VolGrpUsr_DK0-home /home   ext4default   
>>> 1 2
>>> to
>>> dev/mapper/VolGrpUsr_DK0-home /home   ext4rw,acl   
>>> 1 2
>>> and
>>> mount -v -o remount /home
>>> mount: /dev/mapper/VolGrpUsr_DK0-home mounted on /home.
>>>
>>> This what I get:
>>> /dev/mapper/VolGrpUsr_DK0-home on /home type ext4 
>>> (rw,relatime,seclabel,stripe=2,data=ordered)
>>>
>>> This is the same with default or with acl.
>>> There is not indication that the acl are working!
>>
>> If rw and acl are default modes, then you won't see anything special.
>>
>> Test it with the setfacl command on something.
>>
>> Cheers,
>> Cameron Simpson 
>> -- 
>> users mailing list
>> users@lists.fedoraproject.org
>> To unsubscribe or change subscription options:
>> https://admin.fedoraproject.org/mailman/listinfo/users
>> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
>> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>> Have a question? Ask away: http://ask.fedoraproject.org
>>
I suggest you do to getfacl /home/pdupre and getfacl /home/pdupre/out.pdf

-- 
Joseph Loo
j...@acm.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


koji build error (what does this mean?)

2015-09-22 Thread Ranjan Maitra
Hi,

I was trying to do a koji build for a couple of my packages (pdf-stapler and 
sylfilter) and for both of these I get the following error:

$ koji build --scratch f22 pdf-stapler-0.3.3-1.fc22.src.rpm 
Uploading srpm: pdf-stapler-0.3.3-1.fc22.src.rpm
[] 100% 00:00:00  16.20 KiB  26.99 KiB/sec
Created task: 11187614
Task info: http://koji.fedoraproject.org/koji/taskinfo?taskID=11187614
Watching tasks (this may be safely interrupted)...
11187614 build (f22, pdf-stapler-0.3.3-1.fc22.src.rpm): free
SysCallError: (-1, 'Unexpected EOF')


$ koji build --scratch f22 sylfilter-0.8-0.1.fc22.src.rpm 
Uploading srpm: sylfilter-0.8-0.1.fc22.src.rpm
[] 100% 00:00:05 425.98 KiB  82.79 KiB/sec
Created task: 11187626
Task info: http://koji.fedoraproject.org/koji/taskinfo?taskID=11187626
Watching tasks (this may be safely interrupted)...
11187626 build (f22, sylfilter-0.8-0.1.fc22.src.rpm): free
SysCallError: (-1, 'Unexpected EOF')


What does the last line error mean? How do I get around it?

Note that both the src.rpms for these packages compile without error (but with 
a few warnings) on rpmlint.

Many thanks and best wishes,
Ranjan

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


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


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


Re: acl

2015-09-22 Thread Cameron Simpson

On 22Sep2015 14:53, Patrick Dupre  wrote:

On 22Sep2015 13:22, Patrick Dupre  wrote:
>I am trying to use the acl, but I have not been successful.
Do commands like setfacl fail?

Yes,

I did:
setfacl -m u:amsterdam:r out.pdf

but masterdam cannot access to the file:

ls /home/pdupre/out.pdf
ls: cannot access /home/pdupre/out.pdf: Permission denied
or
I/O Error: Couldn't open file '/home/pdupre/out.pdf'


Please don't top post. It makes the context hard to understand. I've put some 
context back up the top.


setfacl has the charming feature that changes have no effect until it is 
invoked with the --mask option.


Please retry your test like this:

 setfacl -m u:amsterdam:r --mask out.pdf

I am privately imagining that this "feature" allows one to do several changes 
to an ACL but not have them take effect until the last one., thus permitting 
atomic effects from incremental changes. But it is really annoying.


BTW, "I/O Error"? If that is an OS error something if bad. On the other hand it 
might just be a mislead application error string. Your "Permission denied" 
message is what I would expect.


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


Re: yum upgrade stuck

2015-09-22 Thread jd1008



On 09/22/2015 04:04 AM, Michael Schwendt wrote:

On Sun, 20 Sep 2015 18:16:35 -0600, jd1008 wrote:


--> Processing Conflict: mutter-3.16.2-1.fc22.x86_64 conflicts
gnome-shell < 3.16.1
...
How do I resolve this?

Hard to say, since gnome-shell should be in the upgrade set.  Your
system is in a weird state.

Has any trouble-shooting been done to examine that "weird state"?

Not sure how to proceed on that.

   rm -f /var/lib/rpm/__db*
   rpm -vv --rebuilddb
   yum check
   yum --debuglevel=255 update gnome-shell mutter

and the full output from that last command see what packages it's looking
at during the depsolving stage.

For comparison, "dnf update gnome-shell mutter", what does it do?
It's the default command with F22 instead of Yum.

For comparison, "pkcon update gnome-shell", what does it do?


Typically, one submits a couple of rpm/dnf/repoquery based queries
to examine what is installed and what is available. Has that been
done yet?

Yes. No duplicates at all - but how would that help in understanding the
cause of the hang?

Duplicates and dependency problems within the set of installed packages
can confuse the depsolvers.

/ Got frustrated and did a clean install of f22.
And that has some of it's own interesting issues.

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


Unsubscribe

2015-09-22 Thread David Neil Kristensen
Sorry.
But I want to unsubscribe.
I use Windows 10.
Thanks.
Best regards
David Neil Kristensen

From: users-requ...@lists.fedoraproject.org
Subject: users Digest, Vol 139, Issue 46
To: users@lists.fedoraproject.org
Date: Tue, 22 Sep 2015 12:00:02 +

Send users mailing list submissions to
users@lists.fedoraproject.org
 
To subscribe or unsubscribe via the World Wide Web, visit
https://admin.fedoraproject.org/mailman/listinfo/users
or, via email, send a message with subject or body 'help' to
users-requ...@lists.fedoraproject.org
 
You can reach the person managing the list at
users-ow...@lists.fedoraproject.org
 
When replying, please edit your Subject line so it is more specific
than "Re: Contents of users digest..."


--Videresendt meddelelse med vedhæftet fil--
From: pdu...@gmx.com
CC: users@lists.fedoraproject.org
To: users@lists.fedoraproject.org
Date: Tue, 22 Sep 2015 00:14:44 +0200
Subject: Re: ssh -X gnome-terminal

 
> On 09/21/2015 02:58 PM, Patrick Dupre wrote:
> > Hello,
> >
> > In fc22 (in fc20 it was OK, if I remember correctly), when I login
> > with ssh -X and then on the server, I run gnome-terminal, I get:
> > ** (gnome-terminal:2515): WARNING **: Couldn't connect to accessibility 
> > bus: Failed to connect to socket /tmp/dbus-N20xllktmP: Connection refused
> >
> > I read a couple of comments about this issue, but I am not sure about the
> > right solution.
> > Could you help me?
> > For example, I found:
> > http://unix.stackexchange.com/questions/120612/why-cant-i-run-gnome-apps-over-remote-ssh-session
> >
> > Thank for your help.
> 
> Uhm, I believe you need to edit your /etc/ssh/sshd_config and make sure
> you have the line:
> 
>   X11Forwarding yes
> 
> By default it's disabled (or commented out). Once you edit it, do
 
On both machines, this line was uncommented.
(X11Forwarding yes)
 
However, 
#AllowAgentForwarding yes
 
is commented.
 
 
>   sudo systemctl restart sshd.service
> 
> --
> - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
> - AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
> --
> -  "Men occasionally stumble over the truth, but most of them pick"  -
> - themselves up and hurry off as if nothing had happened."   -
> -  -- Winston Churchill  -
> --
> -- 
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org
> 
 


--Videresendt meddelelse med vedhæftet fil--
From: li...@petetravis.com
To: users@lists.fedoraproject.org
Date: Mon, 21 Sep 2015 17:34:31 -0500
Subject: Re: ssh -X gnome-terminal



On Sep 21, 2015 4:59 PM, "Patrick Dupre"  wrote:

>

> Hello,

>

> In fc22 (in fc20 it was OK, if I remember correctly), when I login

> with ssh -X and then on the server, I run gnome-terminal, I get:

> ** (gnome-terminal:2515): WARNING **: Couldn't connect to accessibility bus: 
> Failed to connect to socket /tmp/dbus-N20xllktmP: Connection refused

>

> I read a couple of comments about this issue, but I am not sure about the

> right solution.

> Could you help me?

> For example, I found:

> http://unix.stackexchange.com/questions/120612/why-cant-i-run-gnome-apps-over-remote-ssh-session

>

> Thank for your help.

>

> ===

>  Patrick DUPRÉ 
Debug output about the accessibility dbus connection is different from 
information about X forwarding.  Is there anything else? 
Perhaps try `ssh -X user@server gnome-terminal` to rule out what "...and then 
on the server" might construe.  Also try `ssh -X user@server 
some_other_application` to rule out that specific application's behavior.
--Pete


--Videresendt meddelelse med vedhæftet fil--
From: horsley1...@gmail.com
To: users@lists.fedoraproject.org
Date: Mon, 21 Sep 2015 18:43:29 -0400
Subject: Re: ssh -X gnome-terminal

The simplest solution is to ssh -X xterm instead of gnome-terminal
since xterm doesn't desperately need to talk dbus like every
gnome application.
 
The complicated solution is to run a script rather than
a simple gnome-terminal command and have the script
do something like:
 
#!/bin/bash
unset DBUS_SESSION_BUS_ADDRESS
eval `dbus-launch --sh-syntax --exit-with-session`
exec gnome-terminal
 
That will create a new dbus session on the remote
side for the duration of the gnome-terminal
(but I haven't actually tried this :-).
 


--Videresendt meddelelse med vedhæftet 

Re: Unsubscribe

2015-09-22 Thread Gary Stainburn
Sorry to add to the SPAM, but  


Windows 10 user,  have pity on him.

David. please see the bottom of every email for instructions on how to 
properly unsubscribe.


On Tuesday 22 September 2015 14:29:16 David Neil Kristensen wrote:
> Sorry.
> But I want to unsubscribe.
> I use Windows 10.
> Thanks.
> Best regards
> David Neil Kristensen
>
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of 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 upgrade stuck

2015-09-22 Thread Michael Schwendt
On Sun, 20 Sep 2015 18:16:35 -0600, jd1008 wrote:

> >>> --> Processing Conflict: mutter-3.16.2-1.fc22.x86_64 conflicts
> >>> gnome-shell < 3.16.1
> >>> ...
> >>> How do I resolve this?
> >> Hard to say, since gnome-shell should be in the upgrade set.  Your
> >> system is in a weird state.
> > Has any trouble-shooting been done to examine that "weird state"?
>
> Not sure how to proceed on that.

  rm -f /var/lib/rpm/__db*
  rpm -vv --rebuilddb
  yum check
  yum --debuglevel=255 update gnome-shell mutter

and the full output from that last command see what packages it's looking
at during the depsolving stage.

For comparison, "dnf update gnome-shell mutter", what does it do?
It's the default command with F22 instead of Yum.

For comparison, "pkcon update gnome-shell", what does it do?

> > Typically, one submits a couple of rpm/dnf/repoquery based queries
> > to examine what is installed and what is available. Has that been
> > done yet?
> Yes. No duplicates at all - but how would that help in understanding the
> cause of the hang?

Duplicates and dependency problems within the set of installed packages
can confuse the depsolvers.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


acl

2015-09-22 Thread Patrick Dupre
Hello,

I am trying to use the acl, but I have not been successful.
I modified the /etc/fstab file:
from 
dev/mapper/VolGrpUsr_DK0-home /home   ext4default   1 2 
  
to
dev/mapper/VolGrpUsr_DK0-home /home   ext4rw,acl   1 2  
 

and
mount -v -o remount /home
mount: /dev/mapper/VolGrpUsr_DK0-home mounted on /home.

This what I get:
/dev/mapper/VolGrpUsr_DK0-home on /home type ext4 
(rw,relatime,seclabel,stripe=2,data=ordered)

This is the same with default or with acl.
There is not indication that the acl are working!

Do I need to do something else?

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: [389-users] can't recreate root suffix

2015-09-22 Thread Mark Reynolds



On 09/20/2015 11:52 PM, Chase Miller wrote:

Hello All,

I deleted my root suffix,

Hi Chase,

What version of DS are you running?  rpm -qa | grep 389-ds-base

How did you delete the suffix?  Under the configuration tab or the 
Directory tab?  You need to do it under the Configuration tab -> data -> 
"suffix" (right click -> delete (remove sufix and subsuffixes)).


After that I can recreate the same suffix and backend name without issue.

HTH,
Mark
and now, in the admin console, I can't recreate the suffix, tells me 
it already exists.




​
Any ideas what file I can go edit to clean up any orphaned references 
to it of it?


I have recycled the server, I have done a restore from backup.

cm


--
389 users mailing list
389-users@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users


--
389 users mailing list
389-users@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Re: acl

2015-09-22 Thread Ed Greshko
On 09/22/15 20:53, Patrick Dupre wrote:
> Yes,
>
> I did:
> setfacl -m u:amsterdam:r out.pdf
>
> but masterdam cannot access to the file:
>
> ls /home/pdupre/out.pdf
> ls: cannot access /home/pdupre/out.pdf: Permission denied
> or
> I/O Error: Couldn't open file '/home/pdupre/out.pdf'

Just like "normal" linux permissions the user also has to have access to the 
full directory structure.

If user amsterdam doesn't have permission to descend into /home/pdupre then 
they won't get access to out.pdf.


-- 
It seems most people that say they are "done talking about it" never really are 
until given the last word.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of 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: acl

2015-09-22 Thread Cameron Simpson

On 22Sep2015 13:22, Patrick Dupre  wrote:

I am trying to use the acl, but I have not been successful.


Do commands like setfacl fail?


I modified the /etc/fstab file:
from
dev/mapper/VolGrpUsr_DK0-home /home   ext4default   1 2
to
dev/mapper/VolGrpUsr_DK0-home /home   ext4rw,acl   1 2
and
mount -v -o remount /home
mount: /dev/mapper/VolGrpUsr_DK0-home mounted on /home.

This what I get:
/dev/mapper/VolGrpUsr_DK0-home on /home type ext4 
(rw,relatime,seclabel,stripe=2,data=ordered)

This is the same with default or with acl.
There is not indication that the acl are working!


If rw and acl are default modes, then you won't see anything special.

Test it with the setfacl command on something.

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


Re: [Solved]: After fedup fc21 to fc22 dnf wanted to install kernel fc21-4.1.4-100

2015-09-22 Thread Kernel Guardian
That kernel is from fc21and should be removed from fc22 system.
On Sep 21, 2015 9:31 PM, "Jon Ingason"  wrote:

> Den 2015-09-21 kl. 14:40, skrev Jon Ingason:
> > I just did fedup from fc21 to fc22 without any problems.
>
> Sorry for the noise. This was note a problem. Should have read what
> stood in the output :-(
>
> > Then I just tested dnf:
> >
> > $ sudo dnf upgrade --refresh
>
> > Tar bort:
> --
> I don't know how I could miss this :-)
> >  kernelx86_64  4.1.4-100.fc21@System
> > 0
> >  kernel-core   x86_64  4.1.4-100.fc21@System
> >42 M
> >  kernel-modulesx86_64  4.1.4-100.fc21@System
> >17 M
> >  kernel-modules-extra  x86_64  4.1.4-100.fc21@System
> >   2.1 M
>
> --
> Regards
>
> Jon Ingason
>
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org
>
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of 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: acl

2015-09-22 Thread Terry Polzin
setfacl -m [permissions] [file name]

On Tue, Sep 22, 2015 at 7:22 AM, Patrick Dupre  wrote:

> Hello,
>
> I am trying to use the acl, but I have not been successful.
> I modified the /etc/fstab file:
> from
> dev/mapper/VolGrpUsr_DK0-home /home   ext4default
>  1 2
> to
> dev/mapper/VolGrpUsr_DK0-home /home   ext4rw,acl
>  1 2
>
> and
> mount -v -o remount /home
> mount: /dev/mapper/VolGrpUsr_DK0-home mounted on /home.
>
> This what I get:
> /dev/mapper/VolGrpUsr_DK0-home on /home type ext4
> (rw,relatime,seclabel,stripe=2,data=ordered)
>
> This is the same with default or with acl.
> There is not indication that the acl are working!
>
> Do I need to do something else?
>
> 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: acl

2015-09-22 Thread Patrick Dupre
Yes,

I did:
setfacl -m u:amsterdam:r out.pdf

but masterdam cannot access to the file:

ls /home/pdupre/out.pdf
ls: cannot access /home/pdupre/out.pdf: Permission denied
or
I/O Error: Couldn't open file '/home/pdupre/out.pdf'

===
 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: Tuesday, September 22, 2015 at 2:09 PM
> From: "Cameron Simpson" 
> To: "Community support for Fedora users" 
> Subject: Re: acl
>
> On 22Sep2015 13:22, Patrick Dupre  wrote:
> >I am trying to use the acl, but I have not been successful.
> 
> Do commands like setfacl fail?
> 
> >I modified the /etc/fstab file:
> >from
> >dev/mapper/VolGrpUsr_DK0-home /home   ext4default   
> >1 2
> >to
> >dev/mapper/VolGrpUsr_DK0-home /home   ext4rw,acl   1 
> >2
> >and
> >mount -v -o remount /home
> >mount: /dev/mapper/VolGrpUsr_DK0-home mounted on /home.
> >
> >This what I get:
> >/dev/mapper/VolGrpUsr_DK0-home on /home type ext4 
> >(rw,relatime,seclabel,stripe=2,data=ordered)
> >
> >This is the same with default or with acl.
> >There is not indication that the acl are working!
> 
> If rw and acl are default modes, then you won't see anything special.
> 
> Test it with the setfacl command on something.
> 
> Cheers,
> Cameron Simpson 
> -- 
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org
>
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


gittery screen

2015-09-22 Thread Paul Cartwright
I have noticed that sometimes, depending on where my mouse is, the text
in thunderbird shakes up & down... like it has the jitters..

uname -a
Linux pauls-desktop.attlocal.net 4.1.6-201.fc22.x86_64 #1 SMP Fri Sep 4
17:49:24 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

 lspci|grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation GF119 [GeForce GT
705] (rev a1)

dnf list|grep akmod
akmod-nvidia.x86_64  1:352.41-1.fc22
@System
akmods.noarch0.5.4-1.fc22   
@System
akmod-VirtualBox.x86_64  4.3.30-1.fc22  
rpmfusion-free-updates
akmod-ndiswrapper.x86_64 1.59-8.fc22
rpmfusion-free
akmod-nvidia-304xx.x86_64304.125-3.fc22.10  
rpmfusion-nonfree
akmod-nvidia-340xx.x86_641:340.76-3.fc22
rpmfusion-nonfree-updates
akmod-wl.x86_64  6.30.223.248-9.fc22
rpmfusion-nonfree-updates
akmod-xtables-addons.x86_64  2.7-1.fc22 
rpmfusion-free-updates

comments or suggestions??


-- 
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: dnf and dependencies

2015-09-22 Thread Ian Pilcher

On 09/21/2015 11:33 AM, Kevin Cummings wrote:

On 09/21/15 07:08, Patrick Dupre wrote:

Hello,

I am trying to install a package:
dnf install 
/home/pdupre/rpmbuild/RPMS/x86_64/perl-Math-GSL-0.35-1.fc22.x86_64.rpm

but I get:

Error: nothing provides perl(Chart::Clicker::Drawing) needed by 
perl-Math-GSL-0.35-1.fc22.x86_64

I cannot find any package:
perl(Chart::Clicker::Drawing

How, can I force the installation with dnf?


You can't, and it seems likely that you never will be able to do so.

  https://bugzilla.redhat.com/show_bug.cgi?id=1148627

--

Ian Pilcher arequip...@gmail.com
 "I grew up before Mark Zuckerberg invented friendship" 


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

2015-09-22 Thread fred roller
Linux, of any flavor, provides us with the greatest gift... choice.  David
is simply exercising his.  Thanks for giving us a go David.  We are here if
you change your mind. As Gary already mentioned, check the bottom of emails
for the unsubscribe link.  Good Luck.

-- Fred

On Tue, Sep 22, 2015 at 9:32 AM, Gary Stainburn <
gary.stainb...@ringways.co.uk> wrote:

> Sorry to add to the SPAM, but
>
>
> Windows 10 user,  have pity on him.
>
> David. please see the bottom of every email for instructions on how to
> properly unsubscribe.
>
>
> On Tuesday 22 September 2015 14:29:16 David Neil Kristensen wrote:
> > Sorry.
> > But I want to unsubscribe.
> > I use Windows 10.
> > Thanks.
> > Best regards
> > David Neil Kristensen
> >
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Fedora Code of 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


perl executable

2015-09-22 Thread Patrick Dupre
Hello,

Is there a perlcc, or a way to create an executable from perl
in fedora?

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

2015-09-22 Thread Jack Craig
condolences...

On Tue, Sep 22, 2015 at 6:29 AM, David Neil Kristensen 
wrote:

> Sorry.
>
> But I want to unsubscribe.
>
> I use Windows 10.
>
> Thanks.
>
> Best regards
>
> David Neil Kristensen
>
>
> From: users-requ...@lists.fedoraproject.org
> Subject: users Digest, Vol 139, Issue 46
> To: users@lists.fedoraproject.org
> Date: Tue, 22 Sep 2015 12:00:02 +
>
> Send users mailing list submissions to
>   users@lists.fedoraproject.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>   https://admin.fedoraproject.org/mailman/listinfo/users
> or, via email, send a message with subject or body 'help' to
>   users-requ...@lists.fedoraproject.org
>
> You can reach the person managing the list at
>   users-ow...@lists.fedoraproject.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of users digest..."
>
>
>
> --Videresendt meddelelse med vedhæftet fil--
> From: pdu...@gmx.com
> CC: users@lists.fedoraproject.org
> To: users@lists.fedoraproject.org
> Date: Tue, 22 Sep 2015 00:14:44 +0200
> Subject: Re: ssh -X gnome-terminal
>
>
> > On 09/21/2015 02:58 PM, Patrick Dupre wrote:
> > > Hello,
> > >
> > > In fc22 (in fc20 it was OK, if I remember correctly), when I login
> > > with ssh -X and then on the server, I run gnome-terminal, I get:
> > > ** (gnome-terminal:2515): WARNING **: Couldn't connect to accessibility 
> > > bus: Failed to connect to socket /tmp/dbus-N20xllktmP: Connection refused
> > >
> > > I read a couple of comments about this issue, but I am not sure about the
> > > right solution.
> > > Could you help me?
> > > For example, I found:
> > > http://unix.stackexchange.com/questions/120612/why-cant-i-run-gnome-apps-over-remote-ssh-session
> > >
> > > Thank for your help.
> >
> > Uhm, I believe you need to edit your /etc/ssh/sshd_config and make sure
> > you have the line:
> >
> > X11Forwarding yes
> >
> > By default it's disabled (or commented out). Once you edit it, do
>
> On both machines, this line was uncommented.
> (X11Forwarding yes)
>
> However,
> #AllowAgentForwarding yes
>
> is commented.
>
>
> > sudo systemctl restart sshd.service
> >
> > --
> > - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
> > - AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
> > --
> > -  "Men occasionally stumble over the truth, but most of them pick"  -
> > - themselves up and hurry off as if nothing had happened."   -
> > -  -- Winston Churchill  -
> > --
> > --
> > users mailing list
> > users@lists.fedoraproject.org
> > To unsubscribe or change subscription options:
> > https://admin.fedoraproject.org/mailman/listinfo/users
> > Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> > Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> > Have a question? Ask away: http://ask.fedoraproject.org
> >
>
>
>
> --Videresendt meddelelse med vedhæftet fil--
> From: li...@petetravis.com
> To: users@lists.fedoraproject.org
> Date: Mon, 21 Sep 2015 17:34:31 -0500
> Subject: Re: ssh -X gnome-terminal
>
>
> On Sep 21, 2015 4:59 PM, "Patrick Dupre"  wrote:
> >
> > Hello,
> >
> > In fc22 (in fc20 it was OK, if I remember correctly), when I login
> > with ssh -X and then on the server, I run gnome-terminal, I get:
> > ** (gnome-terminal:2515): WARNING **: Couldn't connect to accessibility
> bus: Failed to connect to socket /tmp/dbus-N20xllktmP: Connection refused
> >
> > I read a couple of comments about this issue, but I am not sure about the
> > right solution.
> > Could you help me?
> > For example, I found:
> >
> http://unix.stackexchange.com/questions/120612/why-cant-i-run-gnome-apps-over-remote-ssh-session
> >
> > Thank for your help.
> >
> >
> ===
> >  Patrick DUPRÉ
>
> Debug output about the accessibility dbus connection is different from
> information about X forwarding.  Is there anything else?
>
> Perhaps try `ssh -X user@server gnome-terminal` to rule out what "...and
> then on the server" might construe.  Also try `ssh -X user@server
> some_other_application` to rule out that specific application's behavior.
>
> --Pete
>
>
> --Videresendt meddelelse med vedhæftet fil--
> From: horsley1...@gmail.com
> To: users@lists.fedoraproject.org
> Date: Mon, 21 Sep 2015 18:43:29 -0400
> Subject: Re: ssh -X gnome-terminal
>
> The simplest solution is to ssh -X xterm instead of gnome-terminal
> since xterm doesn't desperately need to talk dbus like every
> gnome application.
>
> The complicated solution is to run a script rather than
> a simple gnome-terminal command and have the script
> do something like:
>
>