firefox private browsing issue

2017-08-16 Thread Eyal Lebedinsky

I thought I should ask here before logging an issue with ff.

I discovered that when I do banking in firefox [54.0 (64-bit) on f24], after I 
log out
and open the login page again, I am not asked for the user/pwd but am allowed 
straight in.
After I log out I also clear cache/cookies but I am still allowed in.
If I log out a second time then it takes.

This does not happen in a standard window.

Has anyone noticed this? Or is it likely to be a problem with the bank?

--
Eyal Lebedinsky (fed...@eyal.emu.id.au)
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: rpmbuild --rebuiild with config options

2017-08-16 Thread Todd Zullinger

Amadeus W.M. wrote:
Actually I compiled, out of curiosity, the tar file that came with the 
srpm, with


./configure --without-all --with-x-toolkit=no --without-x

and worked very well. So these are valid options. Don't know why rpmbuild 
doesn't like those. It would have been nice to have an rpm but I'll take 
what I can.


So far as I know (and I could always be wrong or unaware), the 
--with/--without options to rpmbuild set macros in the spec file.  
Those are not automatically passed to the %configure macro which is 
often used to build GNU software which uses ./configure.


If you want to pass configure options you'll need to edit the emacs 
spec file to set them.  You could modify the spec so that the 
--with/--without options do get passed into ./configure, as noted 
here:


   http://rpm.org/user_doc/conditional_builds.html

If you're just looking to quickly rebuild emacs it might well be 
simpler to just add/remove the option in the %configure section than 
it would be to add support for passing it in via rpmbuild.


--
Todd
~~
Blessed are they who can laugh at themselves for they shall never
cease to be amused.



signature.asc
Description: PGP signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: rpmbuild --rebuiild with config options

2017-08-16 Thread Ed Greshko
On 08/17/2017 09:22 AM, Amadeus W.M. wrote:
> Actually I compiled, out of curiosity, the tar file that came with the 
> srpm, with 
>
> ./configure --without-all --with-x-toolkit=no --without-x
>
> and worked very well. So these are valid options. Don't know why rpmbuild 
> doesn't like those. It would have been nice to have an rpm but I'll take 
> what I can. 


I don't think I was very clear.

Yes, the options are valid for "configure" and you need to pass those options 
in the
rpmbuild command.

BUT, the option is preceded by the options of rpmbuild and they are

rpmbuild-options
[--buildroot DIRECTORY] [--clean] [--nobuild]
[--rmsource] [--rmspec] [--short-circuit] [--build-in-place]
[--noprep] [--noclean] [--nocheck]
[--target PLATFORM]
[--with OPTION] [--without OPTION]


Soo...you probably need something like this...

rpmbuild --rebuild emacs-25.2-3.fc25.src.rpm --without (a space goes here!!!) 
without-all


-- 
Fedora Users List - The place to go to speculate endlessly



signature.asc
Description: OpenPGP digital signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: rpmbuild --rebuiild with config options

2017-08-16 Thread Amadeus W.M.
On Thu, 17 Aug 2017 08:04:16 +0800, Ed Greshko wrote:

> On 08/17/2017 07:50 AM, Amadeus W.M. wrote:
>> I'm trying to put together a minimal emacs rpm and I'm trying this,
>> with the ensuing error:
>>
>> rpmbuild --rebuild emacs-25.2-3.fc25.src.rpm --without-all rpmbuild:
>> --without-all: unknown option
>>
>> I untarred the emacs source code and ran ./configure --help and
>> --without-
>> all is an option. I tried a few other config options - rpmbuild doesn't
>> seem to recognize any of them.
>>
>>
>> In the past I used
>>
>> rpmbuild --rebuild system-config-network-*.src.rpm --with gui
>>
>> and it worked. What am I doing wrong now?
>>
>>
> I don't know exactly the format for the emacs options  But looking
> at the man page for rpmbuild and your examples these 2 would work.
> 
> rpmbuild --rebuild system-config-network-*.src.rpm --with gui rpmbuild
> --rebuild system-config-network-*.src.rpm --without gui
> 
> The "gui" is the option going with or without.   Soyou probably
> want.
> 
> 
> rpmbuild --rebuild emacs-25.2-3.fc25.src.rpm --without without-all  ? 
> or maybe "--with without-all"
> 
> either way the keywords acceptable for the rpmbuild-options is either
> --with or --without followed by a space and then the actual option.


Actually I compiled, out of curiosity, the tar file that came with the 
srpm, with 

./configure --without-all --with-x-toolkit=no --without-x

and worked very well. So these are valid options. Don't know why rpmbuild 
doesn't like those. It would have been nice to have an rpm but I'll take 
what I can. 

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


[389-users] Re: Problem adding users to group.

2017-08-16 Thread William Brown
On Tue, 2017-08-15 at 13:15 +, Lucas Diedrich wrote:
> Willian,
> 
> Cache values from cn=config + cn=userRoot:
> https://paste.fedoraproject.org/paste/ZqmA2wUkQDcSUaUIcpGDhg
> free -h + lspcu:
> https://paste.fedoraproject.org/paste/Br8Vz5-quxtcatiDyMy3QA
> 
> I'll check it out the docs for the optimization + wait until your response,
> i think it will more secure.

Hey mate,

Those values are all default of 10MB. You probably want to change:

dn: cn=userRoot,cn=ldbm database,cn=plugins,cn=config
nsslapd-cachememsize: 10485760
nsslapd-dncachememsize: 10485760

and

dn: cn=config,cn=ldbm database,cn=plugins,cn=config
nsslapd-dbcachesize: 1000

Looking at your values of free/cpu, I would recommend something like:

dn: cn=userRoot,cn=ldbm database,cn=plugins,cn=config
nsslapd-cachememsize: 268435456
nsslapd-dncachememsize: 67108864

and

dn: cn=config,cn=ldbm database,cn=plugins,cn=config
nsslapd-dbcachesize: 536870912


That should help you as a start, and you can tweak these up and down as
needed.


-- 
Sincerely,

William Brown
Software Engineer
Red Hat, Australia/Brisbane



signature.asc
Description: This is a digitally signed message part
___
389-users mailing list -- 389-users@lists.fedoraproject.org
To unsubscribe send an email to 389-users-le...@lists.fedoraproject.org


Re: rpmbuild --rebuiild with config options

2017-08-16 Thread Ed Greshko
On 08/17/2017 07:50 AM, Amadeus W.M. wrote:
> I'm trying to put together a minimal emacs rpm and I'm trying this, with 
> the ensuing error:
>
> rpmbuild --rebuild emacs-25.2-3.fc25.src.rpm --without-all
> rpmbuild: --without-all: unknown option
>
> I untarred the emacs source code and ran ./configure --help and --without-
> all is an option. I tried a few other config options - rpmbuild doesn't 
> seem to recognize any of them.
>
>
> In the past I used 
>
> rpmbuild --rebuild system-config-network-*.src.rpm --with gui
>
> and it worked. What am I doing wrong now? 
>

I don't know exactly the format for the emacs options  But looking at the 
man
page for rpmbuild and your examples these 2 would work.

rpmbuild --rebuild system-config-network-*.src.rpm --with gui
rpmbuild --rebuild system-config-network-*.src.rpm --without gui

The "gui" is the option going with or without.   Soyou probably want.

 
rpmbuild --rebuild emacs-25.2-3.fc25.src.rpm --without without-all  ?  or maybe
"--with without-all"

either way the keywords acceptable for the rpmbuild-options is either --with or
--without followed by a space and then the actual option.


-- 
Fedora Users List - The place to go to speculate endlessly



signature.asc
Description: OpenPGP digital signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


rpmbuild --rebuiild with config options

2017-08-16 Thread Amadeus W.M.
I'm trying to put together a minimal emacs rpm and I'm trying this, with 
the ensuing error:

rpmbuild --rebuild emacs-25.2-3.fc25.src.rpm --without-all
rpmbuild: --without-all: unknown option

I untarred the emacs source code and ran ./configure --help and --without-
all is an option. I tried a few other config options - rpmbuild doesn't 
seem to recognize any of them.


In the past I used 

rpmbuild --rebuild system-config-network-*.src.rpm --with gui

and it worked. What am I doing wrong now? 

Thanks!

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


[389-users] Re: Console hang after 4th server install

2017-08-16 Thread Morgan Jones
Hello Mark,

See attached, "AbstractServerObject.StatusThread: waiting for change listeners 
to register” repeats presumably forever after it hangs.

Thanks,

-morgan



java.util.prefs.userRoot=/home1/morgan/.389-console
java.runtime.name=OpenJDK Runtime Environment
sun.boot.library.path=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.141-1.b16.el7_3.x86_64/jre/lib/amd64
java.vm.version=25.141-b16
java.vm.vendor=Oracle Corporation
java.vendor.url=http://java.oracle.com/
path.separator=:
java.vm.name=OpenJDK 64-Bit Server VM
file.encoding.pkg=sun.io
user.country=US
sun.java.launcher=SUN_STANDARD
sun.os.patch.level=unknown
java.vm.specification.name=Java Virtual Machine Specification
user.dir=/home1/morgan
java.runtime.version=1.8.0_141-b16
java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
java.endorsed.dirs=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.141-1.b16.el7_3.x86_64/jre/lib/endorsed
os.arch=amd64
java.io.tmpdir=/tmp
line.separator=

java.vm.specification.vendor=Oracle Corporation
os.name=Linux
sun.jnu.encoding=UTF-8
java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
java.specification.name=Java Platform API Specification
java.class.version=52.0
sun.management.compiler=HotSpot 64-Bit Tiered Compilers
os.version=3.10.0-514.26.2.el7.x86_64
user.home=/home1/morgan
user.timezone=America/New_York
java.awt.printerjob=sun.print.PSPrinterJob
file.encoding=UTF-8
java.specification.version=1.8
java.class.path=/usr/lib/java/jss4.jar:/usr/share/java/ldapjdk.jar:/usr/share/java/idm-console-base.jar:/usr/share/java/idm-console-mcc.jar:/usr/share/java/idm-console-mcc_en.jar:/usr/share/java/idm-console-nmclf.jar:/usr/share/java/idm-console-nmclf_en.jar:/usr/share/java/389-console_en.jar
user.name=morgan
java.vm.specification.version=1.8
sun.java.command=com.netscape.management.client.console.Console -D 9
java.home=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.141-1.b16.el7_3.x86_64/jre
sun.arch.data.model=64
java.util.prefs.systemRoot=/home1/morgan/.389-console
user.language=en
java.specification.vendor=Oracle Corporation
awt.toolkit=sun.awt.X11.XToolkit
java.vm.info=mixed mode
java.version=1.8.0_141
java.ext.dirs=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.141-1.b16.el7_3.x86_64/jre/lib/ext:/usr/java/packages/lib/ext
sun.boot.class.path=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.141-1.b16.el7_3.x86_64/jre/lib/resources.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.141-1.b16.el7_3.x86_64/jre/lib/rt.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.141-1.b16.el7_3.x86_64/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.141-1.b16.el7_3.x86_64/jre/lib/jsse.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.141-1.b16.el7_3.x86_64/jre/lib/jce.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.141-1.b16.el7_3.x86_64/jre/lib/charsets.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.141-1.b16.el7_3.x86_64/jre/lib/jfr.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.141-1.b16.el7_3.x86_64/jre/classes
java.vendor=Oracle Corporation
file.separator=/
java.vendor.url.bug=http://bugreport.sun.com/bugreport/
sun.io.unicode.encoding=UnicodeLittle
sun.cpu.endian=little
sun.cpu.isalist=
389-Management-Console/1.1.17 B2016.291.2035
RemoteImage: NOT found in cache 
loader1975012498:com/netscape/management/nmclf/icons/Error.gif
RemoteImage: Create RemoteImage cache for loader1975012498
RemoteImage: NOT found in cache 
loader1975012498:com/netscape/management/nmclf/icons/Inform.gif
RemoteImage: NOT found in cache 
loader1975012498:com/netscape/management/nmclf/icons/Warn.gif
RemoteImage: NOT found in cache 
loader1975012498:com/netscape/management/nmclf/icons/Question.gif
ResourceSet: NOT found in cache 
loader1975012498:com.netscape.management.client.components.components
RemoteImage: NOT found in cache 
loader1975012498:com/netscape/management/client/theme/images/logo16.gif
RemoteImage: NOT found in cache 
loader1975012498:com/netscape/management/client/theme/images/login.gif
ResourceSet: NOT found in cache 
loader1975012498:com.netscape.management.client.util.default
ResourceSet: found in cache 
loader1975012498:com.netscape.management.client.util.default
JButtonFactory: button width = 54
JButtonFactory: button height = 19
JButtonFactory: button width = 54
JButtonFactory: button height = 19
JButtonFactory: button width = 90
JButtonFactory: button height = 19
JButtonFactory: button width = 90
JButtonFactory: button height = 19
JButtonFactory: button width = 72
JButtonFactory: button height = 19
JButtonFactory: button width = 72
JButtonFactory: button height = 19
JButtonFactory: button width = 54
JButtonFactory: button height = 19
JButtonFactory: button width = 90
JButtonFactory: button width = 72
CommManager> New CommRecord (http://localhost:9830/admin-serv/authenticate)
ResourceSet: found in cache 
loader1975012498:com.netscape.management.client.theme.theme
http://localhost:9830/[0:0] open> Ready
http://localhost:9830/[0:0] accept> 
http://localhost:9830/admin-serv/authenticate
http://localhost:9830/[0:0] send> GET  \
http://localhost:9830/[0:0] send> 

[389-users] Re: Console hang after 4th server install

2017-08-16 Thread Mark Reynolds
Hi Morgan,

We need more info.  Try running the console in debug mode:

389-console -D 9

Also look at the configuration DS access log

Mark

On 08/16/2017 02:57 PM, Morgan Jones wrote:
> I’m in the process of installing 389 in CentOS 7 from epel (versions below) 
> and find that the console becomes unresponsive after I install the 4th 
> server.  I can open the console and expand a few servers but within 30 
> seconds it consistently hangs.  I am storing configuration data in one server.
>
> Has anyone else seen this or do you have any insight?
>
> Thanks,
>
> -morgan
>
>
>
> [morgan@devldap03 ~]$ rpm -qa|grep 389
> pcp-pmda-ds389log-3.11.3-4.el7.x86_64
> 389-admin-console-1.1.12-1.el7.noarch
> 389-dsgw-1.1.11-5.el7.x86_64
> 389-adminutil-1.1.21-2.el7.x86_64
> 389-admin-1.1.46-1.el7.x86_64
> 389-ds-console-doc-1.2.16-1.el7.noarch
> 389-ds-1.2.2-6.el7.noarch
> 389-ds-base-libs-1.3.5.10-21.el7_3.x86_64
> 389-ds-base-1.3.5.10-21.el7_3.x86_64
> 389-admin-console-doc-1.1.12-1.el7.noarch
> 389-console-1.1.18-1.el7.noarch
> pcp-pmda-ds389-3.11.3-4.el7.x86_64
> 389-ds-console-1.2.16-1.el7.noarch
> [morgan@devldap03 ~]$
> ___
> 389-users mailing list -- 389-users@lists.fedoraproject.org
> To unsubscribe send an email to 389-users-le...@lists.fedoraproject.org

___
389-users mailing list -- 389-users@lists.fedoraproject.org
To unsubscribe send an email to 389-users-le...@lists.fedoraproject.org


[389-users] Console hang after 4th server install

2017-08-16 Thread Morgan Jones

I’m in the process of installing 389 in CentOS 7 from epel (versions below) and 
find that the console becomes unresponsive after I install the 4th server.  I 
can open the console and expand a few servers but within 30 seconds it 
consistently hangs.  I am storing configuration data in one server.

Has anyone else seen this or do you have any insight?

Thanks,

-morgan



[morgan@devldap03 ~]$ rpm -qa|grep 389
pcp-pmda-ds389log-3.11.3-4.el7.x86_64
389-admin-console-1.1.12-1.el7.noarch
389-dsgw-1.1.11-5.el7.x86_64
389-adminutil-1.1.21-2.el7.x86_64
389-admin-1.1.46-1.el7.x86_64
389-ds-console-doc-1.2.16-1.el7.noarch
389-ds-1.2.2-6.el7.noarch
389-ds-base-libs-1.3.5.10-21.el7_3.x86_64
389-ds-base-1.3.5.10-21.el7_3.x86_64
389-admin-console-doc-1.1.12-1.el7.noarch
389-console-1.1.18-1.el7.noarch
pcp-pmda-ds389-3.11.3-4.el7.x86_64
389-ds-console-1.2.16-1.el7.noarch
[morgan@devldap03 ~]$
___
389-users mailing list -- 389-users@lists.fedoraproject.org
To unsubscribe send an email to 389-users-le...@lists.fedoraproject.org


Re: F25 -> F26 printer problems

2017-08-16 Thread Heinz Diehl
On 15.08.2017, Michael H. Warfield wrote: 

> > It has already been fixed in qpdf-libs-6.0.0-7
 
> Confirming.  I also ran into this problem and ran into this thread.  I
> can confirm that the latest qpdf from the repoes does, in fact, fix my
> (this) problem with printing to both of my printers.

For me, none of those versions works, up to 6.0.0.10. "Filter failed".
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org