Newest kernel 4.4.3-300.fc23.x86_64

2016-03-03 Thread jarmo
Just with last update, new kernel, made my Logitech K520 do strange
things. Every now and then writes alone number 5 to open window, like
skype etc. Anyone else noticed?

Jarmo

-- 
конец
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of 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: hfsplus problems

2016-03-03 Thread Jack Craig
On Thu, Mar 3, 2016 at 10:30 AM, jd1008  wrote:

> I have a 4tb hfsplus partition.
> Mounting and writing to it present no problems.
> However
> 1. sync command hangs
> 2. umount of any hfsplus partion, hangs.
> 3. reboot hangs (it never reboots, forcing me to use the hard reset)
> 4. shutdown now hangs requires hard reset.
> 5. using the gui  system -> shutdown ->
> [shutdown|restart|suspend|hibernate]
>hang forever, thus also requiring hard reset.
>
> The rpm is: hfsplus-tools-540.1.linux3-9.fc22.x86_64
>

you are aware hfs doesnt honor character cases, right?

eg, aBc == AbC  !!

just fyi,...


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


[389-users] Re: ns-slapd memory usage

2016-03-03 Thread Gordon Messmer

On 03/02/2016 04:01 PM, William Brown wrote:

I believe there is a fix for a memory leak between 1.3.3 and 1.3.4. I strongly
advise upgrading to 1.3.4.8 as it fixes a number of issues.


Red Hat is still shipping 1.3.4.0 with RHEL 7.2.   Are those fixes included?

# rpm -q 389-ds-base 389-ds-base-libs
389-ds-base-1.3.4.0-26.el7_2.x86_64
389-ds-base-libs-1.3.4.0-26.el7_2.x86_64
--
389 users mailing list
389-users@%(host_name)s
http://lists.fedoraproject.org/admin/lists/389-users@lists.fedoraproject.org

hfsplus problems

2016-03-03 Thread jd1008

I have a 4tb hfsplus partition.
Mounting and writing to it present no problems.
However
1. sync command hangs
2. umount of any hfsplus partion, hangs.
3. reboot hangs (it never reboots, forcing me to use the hard reset)
4. shutdown now hangs requires hard reset.
5. using the gui  system -> shutdown -> [shutdown|restart|suspend|hibernate]
   hang forever, thus also requiring hard reset.

The rpm is: hfsplus-tools-540.1.linux3-9.fc22.x86_64

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


[389-users] User Password Hash Support

2016-03-03 Thread Wendt, Trevor
Is there a way for 389ds to support an ldif import of users with a password 
format of "{SHA-256, 1, 24}=" ?

Currently the import is successful but 389ds converts it to an SSHA format and 
salt pairing but when trying authenticate with the known password, account 
fails.

Thanks.



This electronic message transmission contains information from Black Hills 
Corporation, its affiliate or subsidiary, which may be confidential or 
privileged. The information is intended to be for the use of the individual or 
entity named above. If you are not the intended recipient, be aware the 
disclosure, copying, distribution or use of the contents of this information is 
prohibited. If you received this electronic transmission in error, please reply 
to sender immediately; then delete this message without copying it or further 
reading.
--
389 users mailing list
389-users@%(host_name)s
http://lists.fedoraproject.org/admin/lists/389-users@lists.fedoraproject.org

[389-users] NSACLPlugin warning/error

2016-03-03 Thread ghiureai

Hi List,
I am seeing this warning/error in one of my LDAP log, ( version 1.2.11)

" NSACLPlugin - Can't find the acl in the tree for moddn 
operation:olddnuid=" I would like to know more details , is this 
related to  an aci  issue/missing etc?


Isabella
--
389 users mailing list
389-users@%(host_name)s
http://lists.fedoraproject.org/admin/lists/389-users@lists.fedoraproject.org

Re: yum install nodejs installs 200+ rpms but still won't run.

2016-03-03 Thread Stephen Gallagher
On 03/02/2016 09:54 AM, Gary Stainburn wrote:
> I folks.
> 
> I've tried installing node.js and socket.io as I want to see if they will 
> provide a solution to a problem I have.
> 
> However, the first problem I've got is that it won't run.  Below are the yum 
> installs that I've tried. They look a bit iratic as I did them while trying 
> things, and reading a number of web pages.  Between them they must have 
> installed over 200 rpms.
> 
> The result is that when I try testing the install using 
> 
> git://github.com/learnboost/socket.io
> 
> I get the error shown below.  This seems to be a known problem on Fedora, and 
> is designed to work this way.  The solution is supposed to be found at
> 
> https://npmjs.org/doc/faq.html#I-installed-something-globally-but-I-can-t-require-it
> 
> but all I get is HTTP error 404.  Can anyone please tell me what I need to do
> 
> [gary@gary chat]$ node .
> 
> module.js:340
> throw err;
>   ^
> Error: Cannot find module 'engine.io'
> at Function.Module._resolveFilename (module.js:338:15)
> at Function.Module._load (module.js:280:25)
> at Module.require (module.js:364:17)
> at require (module.js:380:17)
> at Object. (/home/gary/socket.io-node/lib/index.js:8:14)
> at Module._compile (module.js:456:26)
> at Object.Module._extensions..js (module.js:474:10)
> at Module.load (module.js:356:32)
> at Function.Module._load (module.js:312:12)
> at Module.require (module.js:364:17)
> [gary@gary chat]$ ll
> total 16
> -rw-rw-r-- 1 gary gary 1934 Mar  2 14:18 index.js
> -rw-rw-r-- 1 gary gary  249 Mar  2 14:18 package.json
> drwxrwxr-x 2 gary gary 4096 Mar  2 14:18 public
> -rw-rw-r-- 1 gary gary  497 Mar  2 14:18 README.md
> [gary@gary chat]$ 
> 

engine.io isn't packaged in Fedora, so it's not going to be able to find it just
from a yum install.

You need to run `npm install` in the socket.io checkout directory and it will
download all the requires modules into the node_modules folder which then can be
used. I just tested this on Fedora 24 with the tutorial socket.io from your
original message, in case you are curious.




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


Re: Setting dangerous option enable_ips - tainting kernel ???

2016-03-03 Thread Neal Becker
Patrick O'Callaghan wrote:

> On Thu, 2016-03-03 at 09:42 -0500, Neal Becker wrote:
>> Neal Becker wrote:
>> 
>> > 
>> > Mar  2 08:37:12 nbecker2 kernel: e1000e: Intel(R) PRO/1000 Network
>> > Driver
>> > - 3.2.6-k
>> > Mar  2 08:37:12 nbecker2 kernel: e1000e: Copyright(c) 1999 - 2015
>> > Intel
>> > Corporation.
>> > Mar  2 08:37:12 nbecker2 kernel: e1000e :00:19.0: Interrupt
>> > Throttling
>> > Rate (ints/sec) set to dynamic conservative mode
>> > Mar  2 08:37:12 nbecker2 kernel: [drm] Initialized drm 1.1.0
>> > 20060810
>> > Mar  2 08:37:12 nbecker2 kernel: usb 2-1: New USB device found,
>> > idVendor=046d, idProduct=c52b
>> > Mar  2 08:37:12 nbecker2 kernel: usb 2-1: New USB device strings:
>> > Mfr=1,
>> > Product=2, SerialNumber=0
>> > Mar  2 08:37:12 nbecker2 kernel: usb 2-1: Product: USB Receiver
>> > Mar  2 08:37:12 nbecker2 kernel: usb 2-1: Manufacturer: Logitech
>> > Mar  2 08:37:13 nbecker2 kernel: raid6: sse2x1   gen()  5863 MB/s
>> > Mar  2 08:37:13 nbecker2 kernel: raid6: sse2x1   xor()  3833 MB/s
>> > Mar  2 08:37:13 nbecker2 kernel: Setting dangerous option
>> > enable_ips -
>> > tainting kernel
>> > 
>> > what's that about?  I can't report problems because of this taint.
>> > 
>> Nevermind - I found this one, operator error
> 
> A brief explanation might be of help to other people.
> 
> poc

I had previous put i915.enable_ips=0 in the grub kernel command line 
options, as explained: https://bugzilla.kernel.org/show_bug.cgi?id=95741


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of 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: Setting dangerous option enable_ips - tainting kernel ???

2016-03-03 Thread Patrick O'Callaghan
On Thu, 2016-03-03 at 09:42 -0500, Neal Becker wrote:
> Neal Becker wrote:
> 
> > 
> > Mar  2 08:37:12 nbecker2 kernel: e1000e: Intel(R) PRO/1000 Network
> > Driver
> > - 3.2.6-k
> > Mar  2 08:37:12 nbecker2 kernel: e1000e: Copyright(c) 1999 - 2015
> > Intel
> > Corporation.
> > Mar  2 08:37:12 nbecker2 kernel: e1000e :00:19.0: Interrupt
> > Throttling
> > Rate (ints/sec) set to dynamic conservative mode
> > Mar  2 08:37:12 nbecker2 kernel: [drm] Initialized drm 1.1.0
> > 20060810
> > Mar  2 08:37:12 nbecker2 kernel: usb 2-1: New USB device found,
> > idVendor=046d, idProduct=c52b
> > Mar  2 08:37:12 nbecker2 kernel: usb 2-1: New USB device strings:
> > Mfr=1,
> > Product=2, SerialNumber=0
> > Mar  2 08:37:12 nbecker2 kernel: usb 2-1: Product: USB Receiver
> > Mar  2 08:37:12 nbecker2 kernel: usb 2-1: Manufacturer: Logitech
> > Mar  2 08:37:13 nbecker2 kernel: raid6: sse2x1   gen()  5863 MB/s
> > Mar  2 08:37:13 nbecker2 kernel: raid6: sse2x1   xor()  3833 MB/s
> > Mar  2 08:37:13 nbecker2 kernel: Setting dangerous option
> > enable_ips -
> > tainting kernel
> > 
> > what's that about?  I can't report problems because of this taint.
> > 
> Nevermind - I found this one, operator error

A brief explanation might be of help to other people.

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


Re: Setting dangerous option enable_ips - tainting kernel ???

2016-03-03 Thread Neal Becker
Neal Becker wrote:

> Mar  2 08:37:12 nbecker2 kernel: e1000e: Intel(R) PRO/1000 Network Driver
> - 3.2.6-k
> Mar  2 08:37:12 nbecker2 kernel: e1000e: Copyright(c) 1999 - 2015 Intel
> Corporation.
> Mar  2 08:37:12 nbecker2 kernel: e1000e :00:19.0: Interrupt Throttling
> Rate (ints/sec) set to dynamic conservative mode
> Mar  2 08:37:12 nbecker2 kernel: [drm] Initialized drm 1.1.0 20060810
> Mar  2 08:37:12 nbecker2 kernel: usb 2-1: New USB device found,
> idVendor=046d, idProduct=c52b
> Mar  2 08:37:12 nbecker2 kernel: usb 2-1: New USB device strings: Mfr=1,
> Product=2, SerialNumber=0
> Mar  2 08:37:12 nbecker2 kernel: usb 2-1: Product: USB Receiver
> Mar  2 08:37:12 nbecker2 kernel: usb 2-1: Manufacturer: Logitech
> Mar  2 08:37:13 nbecker2 kernel: raid6: sse2x1   gen()  5863 MB/s
> Mar  2 08:37:13 nbecker2 kernel: raid6: sse2x1   xor()  3833 MB/s
> Mar  2 08:37:13 nbecker2 kernel: Setting dangerous option enable_ips -
> tainting kernel
> 
> what's that about?  I can't report problems because of this taint.
> 

Nevermind - I found this one, operator error

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


Setting dangerous option enable_ips - tainting kernel ???

2016-03-03 Thread Neal Becker
Mar  2 08:37:12 nbecker2 kernel: e1000e: Intel(R) PRO/1000 Network Driver - 
3.2.6-k
Mar  2 08:37:12 nbecker2 kernel: e1000e: Copyright(c) 1999 - 2015 Intel 
Corporation.
Mar  2 08:37:12 nbecker2 kernel: e1000e :00:19.0: Interrupt Throttling 
Rate (ints/sec) set to dynamic conservative mode
Mar  2 08:37:12 nbecker2 kernel: [drm] Initialized drm 1.1.0 20060810
Mar  2 08:37:12 nbecker2 kernel: usb 2-1: New USB device found, 
idVendor=046d, idProduct=c52b
Mar  2 08:37:12 nbecker2 kernel: usb 2-1: New USB device strings: Mfr=1, 
Product=2, SerialNumber=0
Mar  2 08:37:12 nbecker2 kernel: usb 2-1: Product: USB Receiver
Mar  2 08:37:12 nbecker2 kernel: usb 2-1: Manufacturer: Logitech
Mar  2 08:37:13 nbecker2 kernel: raid6: sse2x1   gen()  5863 MB/s
Mar  2 08:37:13 nbecker2 kernel: raid6: sse2x1   xor()  3833 MB/s
Mar  2 08:37:13 nbecker2 kernel: Setting dangerous option enable_ips - 
tainting kernel

what's that about?  I can't report problems because of this taint.

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


Tracker-WARNING **: Could not create FTS update statement: unknown tokenizer: TrackerTokenizer

2016-03-03 Thread Neal Becker
my syslog is getting spammed sensless with:

Mar  3 09:24:29 nbecker2 org.freedesktop.Tracker1: (tracker-store:1854): 
Tracker-WARNING **: Could not create FTS update statement: unknown 
tokenizer: TrackerTokenizer

What's causing this and how do I stop 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


Re: [HEADS UP]: OpenSSH 7.2 to Fedora 23

2016-03-03 Thread Corinna Vinschen
On Mar  3 09:53, Jakub Jelen wrote:
> On 03/03/2016 09:31 AM, Corinna Vinschen wrote:
> >Hi Jakub,
> >
> >On Mar  2 17:48, Jakub Jelen wrote:
> >>Hi there,
> >>I just pushed openssh-7.2 update [1] into Fedora 23 testing. There are no
> >>incompatible changes except these:
> >As I reported to the openssh-unix-dev list, as well as in
> >https://bodhi.fedoraproject.org/updates/openssh-7.2p1-1.fc23,
> >this release silently removes the /usr/bin/slogin symlink pointing to
> >/usr/bin/ssh, because upstream removed the Makefile commands creating
> >it at install time.  Same for slogin.1 -> ssh.1.
> >
> >This will break lots of installations (scripts, keyboard shortcuts, etc).
> >
> >For the Cygwin distro I now added the missing rules to the spec file,
> >along the lines of
> >
> >   cd ${DESTDIR}/usr/bin
> >   ln -s ./ssh.exe slogin
> >   cd ${DESTDIR}/usr/share/man/man1
> >   ln -s ./ssh.1 slogin.1
> >
> >Please create slogin in the rpm spec file as well.
> Thanks for the notice. My bad that I thought that symlink is just ancient
> stuff from old times. I will respin update with restored symlink for Fedora
> 23.
> 
> Do you think that we need to carry this symlink even to Fedora 24? Do you
> have some examples of scripts using slogin? They should probably also get
> fixed.

I'm not aware of scripts in the distro using slogin.  But I'm aware of
user installations using slogin.  The slogin symlink exists for 20 years
now.  Just removing it is bound to break local configurations for no
good reason.

If upstream can't be bothered to keep up with slogin it's bad, but from
my POV a distro should not break user configurations if it's not a big
problem to keep them running.  So, yes, I think the symlinks should be
maintained by the distros in future.


Corinna


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


Re: [HEADS UP]: OpenSSH 7.2 to Fedora 23

2016-03-03 Thread Jakub Jelen

On 03/03/2016 09:31 AM, Corinna Vinschen wrote:

Hi Jakub,

On Mar  2 17:48, Jakub Jelen wrote:

Hi there,
I just pushed openssh-7.2 update [1] into Fedora 23 testing. There are no
incompatible changes except these:

As I reported to the openssh-unix-dev list, as well as in
https://bodhi.fedoraproject.org/updates/openssh-7.2p1-1.fc23,
this release silently removes the /usr/bin/slogin symlink pointing to
/usr/bin/ssh, because upstream removed the Makefile commands creating
it at install time.  Same for slogin.1 -> ssh.1.

This will break lots of installations (scripts, keyboard shortcuts, etc).

For the Cygwin distro I now added the missing rules to the spec file,
along the lines of

   cd ${DESTDIR}/usr/bin
   ln -s ./ssh.exe slogin
   cd ${DESTDIR}/usr/share/man/man1
   ln -s ./ssh.1 slogin.1

Please create slogin in the rpm spec file as well.
Thanks for the notice. My bad that I thought that symlink is just 
ancient stuff from old times. I will respin update with restored symlink 
for Fedora 23.


Do you think that we need to carry this symlink even to Fedora 24? Do 
you have some examples of scripts using slogin? They should probably 
also get fixed.


Upstream also probably didn't see it as a big deal:
https://anongit.mindrot.org/openssh.git/commit/?id=69fead5d7cdaa73bdece9fcba80f8e8e70b90346

--
Jakub Jelen
Associate Software Engineer
Security Technologies
Red Hat

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