[Bug libstdc++/94960] New: extern template prevents inlining of standard library objects

2020-05-05 Thread krzysio.kurek at wp dot pl
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: krzysio.kurek at wp dot pl Target Milestone: --- Consider this example void foo() { std::string(1, 0); } (https://godbolt.org/z/AlkBBJ) This function creates a string using

[Bug c++/94923] False positive -Wclass-memaccess with trivially copyable std::optional

2020-05-02 Thread dawid_jurek at vp dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94923 --- Comment #2 from dawid_jurek at vp dot pl --- Yeah, that's the correct reproducer of issue I reported. I noticed missing bracket after pasting it from godbolt but unfortunately couldn't edit my comment after posting.

[Bug c++/94923] New: False positive -Wclass-memaccess with trivially copyable std::optional

2020-05-02 Thread dawid_jurek at vp dot pl
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dawid_jurek at vp dot pl Target Milestone: --- Consider following C++ snippet: static_assert(std::is_trivially_copyable_v>); static void not_ok() { std::optional value;

[Bug bootstrap/89494] Bootstrap error when using GCC 4.2.1

2020-04-30 Thread pkubaj at anongoth dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89494 Piotr Kubaj changed: What|Removed |Added Version|9.3.0 |10.0 --- Comment #25 from Piotr Kubaj

[Bug bootstrap/89494] Bootstrap error when using GCC 4.2.1

2020-04-15 Thread pkubaj at anongoth dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89494 --- Comment #22 from Piotr Kubaj --- (In reply to CVS Commits from comment #21) > The master branch has been updated by Jakub Jelinek : > > https://gcc.gnu.org/g:c00568f376078129196740d83946d54dc5437401 > > commit

[Bug bootstrap/89494] Bootstrap error when using GCC 4.2.1

2020-04-12 Thread pkubaj at anongoth dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89494 --- Comment #16 from Piotr Kubaj --- 634afa05a8cbff010480088811fe1f39eca70c1d is the first bad commit commit 634afa05a8cbff010480088811fe1f39eca70c1d Author: Richard Sandiford Date: Tue Aug 20 08:53:52 2019 + Make function.c use

[Bug bootstrap/89494] Bootstrap error when using GCC 4.2.1

2020-04-12 Thread pkubaj at anongoth dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89494 Piotr Kubaj changed: What|Removed |Added CC||richard.sandiford at arm dot com ---

[Bug bootstrap/89494] Bootstrap error when using GCC 4.2.1

2020-04-11 Thread pkubaj at anongoth dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89494 --- Comment #14 from Piotr Kubaj --- Exact error for 10.0: In file included from /usr/ports/lang/gcc10-devel/work/gcc-10-20190825/libgcc/libgcc2.c:56: /usr/ports/lang/gcc10-devel/work/gcc-10-20190825/libgcc/libgcc2.c: In function '__multi3':

[Bug bootstrap/89494] Bootstrap error when using GCC 4.2.1

2020-04-11 Thread pkubaj at anongoth dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89494 --- Comment #13 from Piotr Kubaj --- Breakage in GCC 10 was caused after 201900818 snapshot, but before 201900825 (201900825 is the first broken).

[Bug bootstrap/89494] Bootstrap error when using GCC 4.2.1

2020-04-10 Thread pkubaj at anongoth dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89494 --- Comment #12 from Piotr Kubaj --- This issue can be fixed with the following patches: --- gcc/dumpfile.c.orig 2020-04-07 14:09:14 UTC +++ gcc/dumpfile.c @@ -2055,7 +2055,7 @@ temp_dump_context::temp_dump_context (bool forcibly_en

[Bug target/94544] aarch64 stlr and single total order

2020-04-09 Thread wypelniamkonta at wp dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94544 --- Comment #1 from Paweł Różański --- Ahh Sequentially-consistent ordering only between tagged atomic, so i suppose this is expected.

[Bug c++/94544] New: aarch64 stlr and single total order

2020-04-09 Thread wypelniamkonta at wp dot pl
++ Assignee: unassigned at gcc dot gnu.org Reporter: wypelniamkonta at wp dot pl Target Milestone: --- Per https://en.cppreference.com/w/cpp/atomic/memory_order "std::memory_order specifies how memory accesses, including regular, non-atomic memory accesses, are to be ordered a

ODP: [onap-tsc] [onap-discuss] Nexus 3 upgrade happening soon

2020-03-20 Thread Zebek, Bogumil (Nokia - PL/Wroclaw)
] On Behalf Of Zebek, Bogumil (Nokia - PL/Wroclaw) Sent: Thursday 19 March 2020 06:43 To: onap-disc...@lists.onap.org; Jessica Wagantall Cc: onap-release ; onap-tsc ; onap-lf-annou...@lists.onap.org Subject: [onap-tsc] ODP: [onap-discuss] Nexus 3 upgrade happening soon Hi, after Nexus 3 upgrade

Re: [onap-tsc] [onap-discuss] Nexus 3 upgrade happening soon

2020-03-20 Thread Przybysz, Marcin (Nokia - PL/Wroclaw)
t Regards, Adrian From: onap-tsc@lists.onap.org<mailto:onap-tsc@lists.onap.org> [mailto:onap-tsc@lists.onap.org] On Behalf Of Zebek, Bogumil (Nokia - PL/Wroclaw) Sent: Thursday 19 March 2020 06:43 To: onap-disc...@lists.onap.org<mailto:onap-disc...@lists.onap.org>; Jessica Wagantall

[onap-tsc] ODP: [onap-discuss] Nexus 3 upgrade happening soon

2020-03-19 Thread Zebek, Bogumil (Nokia - PL/Wroclaw)
Hi, after Nexus 3 upgrade we have a problem with CSITs at our local PCs. CSITs fail with an error: + export SCRIPTS=/home/bogumil/Developer/onap-workspace/csit-workspace/csit/scripts + SCRIPTS=/home/bogumil/Developer/onap-workspace/csit-workspace/csit/scripts + export ROBOT_VARIABLES= +

Re: [fr-users] Guêpes et frelons : un truc à savoir absolument !...

2020-03-18 Thread PL
Une autre astuce toute simple (plus) crayonner dessus la piqure avec un stylo à bille (peut importe la couleur) Je n'ai pas trouvé d'explications, mais testé plusieurs fois sur moi et d'autres personnes. Au fure et à mesure on voit la rougeur s'estomper (pas à cause de la couleur de l'encre;-))

Re: [fr-users] Attestation FR covid-19 et cases à cocher

2020-03-18 Thread PL
Bonjour, J'étais justement entrain de modifier le document avec Draw sous W7, le document n'est pas remplissable (normal), mais tout y est (y compris les cases à cocher). Si vous voulez vous évader de l’atmosphère  lourde lisez|savourez si vous le pouvez les mangas de Jirô Tanigushi :

[Bug c++/68903] missing default initialization of member when combined with virtual inheritance

2020-03-12 Thread spam at trzeci dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68903 --- Comment #2 from trzeci --- Simpler test: struct A { int a = 3; }; struct B : public A {}; struct C : public virtual B { int c = a; }; #include int main() { C c; std::cout << c.a << " " << c.c << std::endl; return 0; }

[Bug c++/93842] generic lambda accesses a variable with with automatic storage duration that wasn't captured by the lambda expression

2020-02-23 Thread kuzniar95 at o2 dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93842 --- Comment #4 from kuzniar95 at o2 dot pl --- I meant that dropping constness: char ch = '='; // OK results in an error: lambda.cpp: In lambda function: lambda.cpp:4:23: error: ‘ch’ is not captured 4 | [](auto) { return ch; }; // OK

[Bug c++/93842] generic lambda accesses a variable with with automatic storage duration that wasn't captured by the lambda expression

2020-02-20 Thread kuzniar95 at o2 dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93842 --- Comment #3 from kuzniar95 at o2 dot pl --- @Richard Biener changing it to char const ch = '='; // NOT OK doesn't solve the issue. Interestingly dropping constness: char ch = '='; // OK works. So we are onto something - both const

[Bug c++/93842] New: generic lambda accesses a variable with with automatic storage duration that wasn't captured by the lambda expression

2020-02-19 Thread kuzniar95 at o2 dot pl
: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: kuzniar95 at o2 dot pl Target Milestone: --- The following code: -- int main() { constexpr

Re: Przebudowa całego KF5 - czy tak niczego nie popsuję?

2020-02-16 Thread Arkadiusz Miśkiewicz via pld-devel-pl
On 17/02/2020 02:31, Peri Noid via pld-devel-pl wrote: > Podbiłem do najnowszych wersji wszystkie paczki KF5, które używam. 76 paczek. > Czy jak zrobię coś w stylu (szkic) > > cat lista-pakietów | while read p; do > make-request -t $p.spec > done > > to buildery

Przebudowa całego KF5 - czy tak niczego nie popsuję?

2020-02-16 Thread Peri Noid via pld-devel-pl
) Lukasz.Masko(at)ipipan.waw.pl /\\ Registered Linux User #61028 _\_V Ubuntu: staroafrykańskie słowo oznaczające "Nie umiem zainstalować Debiana" ___ pld-devel-

Przebudowa całego KF5 - czy tak niczego nie popsuję?

2020-02-16 Thread Peri Noid via pld-devel-pl
) Lukasz.Masko(at)ipipan.waw.pl /\\ Registered Linux User #61028 _\_V Ubuntu: staroafrykańskie słowo oznaczające "Nie umiem zainstalować Debiana" ___ pld-devel-

Re: [PacketFence-users] RADIUS authentication failure

2020-02-13 Thread G PL via PacketFence-users
Hello, perhaps in the portal, you don't have check the autoregister box Le jeudi 13 février 2020, Jeff Linden via PacketFence-users < packetfence-users@lists.sourceforge.net> a écrit : > Hello all, > > > > Before the end of the year, I had PacketFence version 8. up and > running in my lab with

Re: [PacketFence-users] Assign the default VLAN based on a mac address

2020-02-06 Thread G PL via PacketFence-users
Hello, all depend of your switch feature. Your switch need to support dynamic assignments like Cisco 2960 Le jeudi 6 février 2020, Gregor Fajdiga via PacketFence-users < packetfence-users@lists.sourceforge.net> a écrit : > Hi, > > Got it. Sorry, but I am not a GUI type. > > Thanks anyway. > >

Re: [PacketFence-users] translation

2020-02-06 Thread G PL via PacketFence-users
Hello, you can see in a other language if your message has been translate and see the synthax Le mardi 4 février 2020, Dmitry A. Avtonomov via PacketFence-users < packetfence-users@lists.sourceforge.net> a écrit : > Hello > > 1.I want to translate some phrases in po file. > > Text, translated

[Bug c++/93311] Missing "warning" when instantiating a constexpr function

2020-01-17 Thread kuzniar95 at o2 dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93311 kuzniar95 at o2 dot pl changed: What|Removed |Added Resolution|DUPLICATE |FIXED --- Comment #2 from

[Bug c++/93311] New: Missing "warning" when instantiating a constexpr function

2020-01-17 Thread kuzniar95 at o2 dot pl
ty: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: kuzniar95 at o2 dot pl Target Milestone: --- The following piece of code produces a binary but the compiler output doesn't inform if it's a warning or an error. Compilation command:

Re: [PacketFence-users] Guest waiting for sponsor approval

2020-01-14 Thread G PL via PacketFence-users
Hello, I have seen a rules in the default vlan filter than unregister a device if the device switch between 8021x ssid and mac auth ssid. It'perhaps your problem. Le mardi 14 janvier 2020, Nicolas Quiniou-Briand via PacketFence-users < packetfence-users@lists.sourceforge.net> a écrit : > Hello

[Bug rtl-optimization/93184] Incorrect result of right shift bit operation if compile-time constant shift amount exceeds type width

2020-01-07 Thread wojtek.golf at interia dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93184 --- Comment #2 from Wojciech Migda --- Should there be at least a warning in case when the shift amount is a compile-time known constant?

[Bug rtl-optimization/93184] New: Incorrect result of right shift bit operation if compile-time constant shift amount exceeds type width

2020-01-07 Thread wojtek.golf at interia dot pl
: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: wojtek.golf at interia dot pl Target Milestone: --- GCC version: 7.4.0 (but seen in other versions as well, including trunk on godbolt

Re: [fr-users] Pb d'installation Lo LibreOffice_6.2.8_Win_x64.msi msg erreur 1310

2019-11-25 Thread PL
Merci pour les réponses, [Bernard] on est pas vendredi (jour des trolls) dispense toi de répondre "W7" est mort même si tu en as très envi. Tous les conseils n'ont rien donné, j'avais de l'espoir dans une réponse trouvée sur la toile :

[fr-users] Pb d'installation Lo LibreOffice_6.2.8_Win_x64.msi msg erreur 1310

2019-11-24 Thread PL
Bonjour les Libristes, J'ai voulu installer la mise à jour 6.2.8 à la suite de la 6.2.7, sous W7 et l'installeur m'a enlevé la 6.2.7 et mis le msg d'erreur suivant : Erreur 1310. Erreur lors de l'écriture dans le fichier C:\Config.Msi\540605.rbf. Vérifiez que vous êtes autorisé à accéder à ce

Re: test ustawień dmarc

2019-11-22 Thread Piotr Grymkowski via pld-devel-pl
ą >otrzymali na swoje skrzynki pocztowe. > >Pozdrawiam >Krzysztof Mrozowicz >___ >pld-devel-pl mailing list >pld-devel-pl@lists.pld-linux.org >http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl -- Sent from my Android de

Re: Error: Raw backtrace and index cache

2019-11-20 Thread Maciej Milaszewski IQ PL via dovecot
Hi I have change now to dovecot-2.2.36.4 and problem seems not to occur On 20.11.2019 13:48, Aki Tuomi via dovecot wrote: > This is likely fixed in more recent version, can you try with 2.2.36? > > Aki > > On 20.11.2019 11.20, Maciej Milaszewski IQ PL wrote: >> Hi >>

Re: Error: Raw backtrace and index cache

2019-11-20 Thread Maciej Milaszewski IQ PL via dovecot
he panic. So > maybe few more lines before the Raw backtrace? > > Aki > > On 20.11.2019 10.54, Maciej Milaszewski IQ PL via dovecot wrote: >> Hi >> I have "problem" with dovect 2.2.13 from repo debian8 and I don't know >> how to solve it ... >> >>

Error: Raw backtrace and index cache

2019-11-20 Thread Maciej Milaszewski IQ PL via dovecot
Hi I have "problem" with dovect 2.2.13 from repo debian8 and I don't know how to solve it ... Server is a virtual (kvm) with debian 8.11 (postfix + dovecot from repo) and storage is mounting via nfs (I have use only one dovecot with external storage) All works fine but sometime ( after a few

Re: [firebird-support] What is the optimum pageSize?

2019-11-17 Thread jerz...@o2.pl [firebird-support]
On Sat, 16 Nov 2019 10:29:44 +0100, Mark Rotteveel m...@lawinegevaar.nl [firebird-support] wrote: >>> In Release Notes for these versions. >>> Maximum size of record was not changed. >> This is a very big limitation, a few larger char fields with multibyte >> coding and we get an

Re: [firebird-support] What is the optimum pageSize?

2019-11-16 Thread jerz...@o2.pl [firebird-support]
>> But only for FB 2.5, not for FB3! >> My question was about FB3. Where is info about new versions? >In Release Notes for these versions. >Maximum size of record was not changed. This is a very big limitation, a few larger char fields with multibyte coding and we get an exception. I

Re: [firebird-support] What is the optimum pageSize?

2019-11-15 Thread jerz...@o2.pl [firebird-support]
But only for FB 2.5, not for FB3! My question was about FB3. Where is info about new versions? > This is very useful info!!! On Fri, Nov 15, 2019 at 5:13 AM Dimitry Sibiryakov s...@ibphoenix.com [firebird-support] wrote: 15.11.2019 11:58, jerz...@o2.pl [firebird-support] wrote: >

Re: [firebird-support] What is the optimum pageSize?

2019-11-15 Thread jerz...@o2.pl [firebird-support]
>> Does each record consume a page, or are could there be multiple records on a >> page? >Multiple records can be on one data page or one record can be split to > several database > pages depending on record's size. What is the max record size in FB3 (in bytes)? I search for this

[OpenDaylight Discuss] How to develop Netconf application with Sodium release?

2019-11-05 Thread Dudek, Michal (Nokia - PL/Krakow)
Hello, I would like to create Opendaylight application which manages devices connected via NETCONF interface. Unfortunately, existing examples are outdated and are not supported with the latest SODIUM release of Opendaylight. It includes basing RPC

dovecot and ldap

2019-10-31 Thread Maciej Milaszewski IQ PL via dovecot
Hi Sorry for my question... I use dovecot+ldap How realy works (in dovecot-2.2.x ) lists of LDAP hosts to use ? -- dovecot.conf hosts = ldap.domain.pl:389 ldap-slave.domain.pl:389 #uris = This is simpe HA ? I mean if ldap.domain.pl have problem another request go to

[PacketFence-users] Message says that "Your network should be enabled within a minute or two. If it is not reboot your computer"

2019-10-28 Thread G PL via PacketFence-users
Hello, I'm using 3 virtual iap with 3 captive portal with one packetfence. I'm using a different way: I'm sending the role with pf (the registration role for the captive portal and a other role for the registered device). Pf send the captive portal on his registration interface. The iap translate

Re: [PacketFence-users] Issue joining domain with PF 9.1.0

2019-10-18 Thread G PL via PacketFence-users
Hello, The ip of management nterface is 192.168.100.0? Le vendredi 18 octobre 2019, Adrian Dessaigne via PacketFence-users < packetfence-users@lists.sourceforge.net> a écrit : > Hello. > > It's been a long time since I haven't asked for help. My previous project > on PF 8.3.0 went very well

Re: [PacketFence-users] Issue joining domain with PF 9.1.0

2019-10-18 Thread G PL via PacketFence-users
I think you have to set your interface with ip 192.168.100.201 in management mode Perhaps a update. Le vendredi 18 octobre 2019, G PL a écrit : > Hello, > The ip of management nterface is 192.168.100.0? > > > > Le vendredi 18 octobre 2019, Adrian Dessaigne via PacketFence-use

[PacketFence-users] Packetfence Registration IP cannot ping

2019-10-13 Thread G PL via PacketFence-users
Hello, I hink it's normal than the ping can't works. Each vlan have a different usage and don't have to communicate. The registration vlan is for the captive portal. The management is for administrate packetfence and radius request. Isolation vlan is for isolate pc without anti-virus or other

[Nut-upsuser] NUT-DRIVER cant start [Emerson Liebert APM 150 kVA]

2019-10-12 Thread Radwan, Bartlomiej (Nokia - PL/Wroclaw)
Hi, I'm trying connect a device: * OS name and version: root@nut:/etc/nut# hostnamectl Static hostname: nut Icon name: computer-vm Chassis: vm Machine ID: d7a3b7fc724f4fe1a79a3d0eeff08f72 Boot ID: 40a561c464064b5184150f5909af0aa7 Virtualization: vmware Operating System:

Re: [PacketFence-users] Setup questions

2019-10-09 Thread G PL via PacketFence-users
Hello, You need to use the routed mode of packetfence (look the documentation) . You can use different vlan on each switch. Regards Le mercredi 9 octobre 2019, Javier Pobeda via PacketFence-users < packetfence-users@lists.sourceforge.net> a écrit : > > Hi folks, > > I'm struggling to

Re: Recent Dovecot on old operating system

2019-09-19 Thread Maciej Milaszewski IQ PL via dovecot
Hi For test in my smal testing lab i downlod latest dovecot-2.2.36.4 and debian 7.x ./configure --prefix=/usr/local/dovecot-2.2.36.4 --sysconfdir=/etc --with-mysql --with-ssl=openssl --with-solr --with-storages=maildir,imapc and make working ok debian 7: dovecot-director debian 8: dovecot

Multiple certificate option SNI

2019-09-13 Thread Maciej Milaszewski IQ PL via dovecot
Hi I have some problem with SNI and dovecot 2.2.36.4 Server debian 9.x ad dovecot-2.2.36.4 default server ssl cert is a wildcard like *.domain.com (digicert) ssl_ca = /var/control/cert.pem ssl_cert = https://wiki.dovecot.org/SSL/DovecotConfiguration like: local_name imap.mail.test.domain.com

Re: Multiple certificate option

2019-09-10 Thread Maciej Milaszewski IQ PL via dovecot
file looks like this > > $cat ssl.d/somedomain_co_za.conf > local_name imap.somedomain.co.za { > ssl_cert =ssl_key = } > > > YMMV. > -- Maciej Miłaszewski Starszy Administrator Systemowy IQ PL Sp. z o.o. Biuro Obsługi Klienta: e-mail: b...@iq.pl tel.: +48 58 326 09 90 - 94

[Mojolicious] how to run my_app with hypnotoad?

2019-08-26 Thread Caveman Pl
Hi, I'm runing my_app with command morbo -w ./lib -w ./public -w templates script/my_app -l http://192.168.10.130:1773 my_app file is #!/usr/bin/env perl use strict; use warnings; use FindBin; BEGIN { unshift @INC, "$FindBin::Bin/../lib" } use Mojolicious::Commands; use Mojolicious::Lite; #

[PATCH v3] i2c: axxia: support slave mode

2019-08-19 Thread Adamski, Krzysztof (Nokia - PL/Wroclaw)
This device contains both master and slave controllers which can be enabled simultaneously. Both controllers share the same SDA/SCL lines and interrupt source but has separate control and status registers. Controllers also works in loopback mode - slave device can communicate with its own master

[Bug sanitizer/61071] Compiling with AddressSanitizer with 4.9 breaks printng some variables in gdb

2019-08-13 Thread athantor+gccbugzilla at athi dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61071 Krzysztof Kundzicz changed: What|Removed |Added Attachment #32739|0 |1 is obsolete|

[Bug sanitizer/61071] Compiling with AddressSanitizer with 4.9 breaks printng some variables in gdb

2019-08-13 Thread athantor+gccbugzilla at athi dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61071 --- Comment #5 from Krzysztof Kundzicz --- (In reply to Johannes Altmanninger from comment #4) > I can't reproduce this on Arch Linux, perhaps it is fixed by now? > > Linux 5.2.2 > gcc 9.1.0 > gdb 8.3 > glibc 2.29 > binutils 2.32 Just increase

[PATCH v2] i2c: axxia: support slave mode

2019-08-09 Thread Adamski, Krzysztof (Nokia - PL/Wroclaw)
This device contains both master and slave controllers which can be enabled simultaneously. Both controllers share the same SDA/SCL lines and interrupt source but has separate control and status registers. Controllers also works in loopback mode - slave device can communicate with its own master

Re: [PATCH] i2c-axxia: support slave mode

2019-08-07 Thread Adamski, Krzysztof (Nokia - PL/Wroclaw)
Hi Wolfram, >Hi Krzysztof, > >> +if (fifo_status & SLV_FIFO_DV1) { >> +if (fifo_status & SLV_FIFO_STRC) { >> +dev_dbg(dev, "First data byte sent\n"); > >I think, however, these debug messages could go. They were surely >helpful during development but assuming

[PATCH] i2c-axxia: support slave mode

2019-08-01 Thread Adamski, Krzysztof (Nokia - PL/Wroclaw)
This device contains both master and slave controllers which can be enabled simultaneously. Both controllers share the same SDA/SCL lines and interrupt source but has separate control and status registers. Controllers also works in loopback mode - slave device can communicate with its own master

[yocto] ODP: Recipes for gcc-native

2019-07-29 Thread Taborski, Krzysztof (Nokia - PL/Wroclaw)
Taborski Od: Khem Raj Wysłane: poniedziałek, 22 lipca 2019 22:22 Do: Taborski, Krzysztof (Nokia - PL/Wroclaw) DW: yocto@yoctoproject.org Temat: Re: [yocto] Recipes for gcc-native On Mon, Jul 22, 2019 at 1:14 PM Taborski, Krzysztof (Nokia - PL/Wroclaw

Re: [PacketFence-users] Help! email is not allowed to sponsor guest access

2019-07-28 Thread G PL via PacketFence-users
Hello, Your source is checking in the OU "computers". I think you need a other source for the users. Regards Le mer. 24 juil. 2019 à 01:55, Helen Power via PacketFence-users < packetfence-users@lists.sourceforge.net> a écrit : > Hi Nicolas, > > I think I figured it out. I changed the filter from

[yocto] Recipes for gcc-native

2019-07-22 Thread Taborski, Krzysztof (Nokia - PL/Wroclaw)
Hello, I am wondering, if there is any reason, that yocto project does not delivers recipes for gcc-native ( in similar way as python-native for example)? It would allow to build native recipes with different/higher version of gcc, than this, which user has on my build servers. Best regards,

Re: [PacketFence-users] Configuration help for Aruba Instant controller needed (guest access)

2019-07-21 Thread G PL via PacketFence-users
Hello, In my setup, I'm sending role to the iap and not using coa. The iap translate role to vlan. You need the register and guest role. Regards Le vendredi 19 juillet 2019, Stegmaier, Jona via PacketFence-users < packetfence-users@lists.sourceforge.net> a écrit : > Hi all, > > > > I try to

[Bug c++/85784] False positive with -Wunused-but-set-parameter

2019-07-19 Thread trashyankes at wp dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85784 trashyankes at wp dot pl changed: What|Removed |Added CC||trashyankes at wp dot pl

Projekt

2019-07-12 Thread Urszula PL
Dzień dobry, Tak jak wspominałam, nasi studenci tworzą strony internetowe za darmo w ramach kursu zaawansowanego. Mogliby taką stronę zrealizować również dla Państwa działalności. Czekam na kontakt zwrotny, telefoniczny bądź mailowy Urszula Żarkowska Menadżer projektu +48 696 333 736 --

solr

2019-07-10 Thread Maciej Milaszewski IQ PL via dovecot
Hi I have set up SOLR in accordance with documentation and it runs well. I use solr like: ... fts = solr fts_solr = debug url=http://IP:8983/solr/ (solr in external machine) .. Is replication of this system really essential ?? Due to my tests, rollback of the solr server on external

[AngularJS] Re: How to handle 'Loading chunk failed' error in an angular application

2019-07-09 Thread Loisy PL
IIS server and the command using for build is 'ng build --prod --aot=false' On Tuesday, July 9, 2019 at 10:39:22 AM UTC+5:30, Sander Elias wrote: > > Hi Loisy, > > This sounds like an issue with the way you serve the app more. > What server are you using? > > Regards > Sander > -- You

[AngularJS] How to handle 'Loading chunk failed' error in an angular application

2019-07-08 Thread Loisy PL
In our angular application, we are getting 'Loading chunk failed' error frequently after production build. Please help me out to handle this. -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group

Re: solr vs fts

2019-07-04 Thread Maciej Milaszewski IQ PL via dovecot
>> A few clients have 25K and more e-mail >> >> I thinking about use solr like: >>  fts = solr >>  fts_solr = debug url=http://IP:8983/solr/ (solr in external machine) >> >> Does it make sense ? use dovecot_indexes and fts ? >> What is the difference in performance? >> > Hi! > > Dovecot indexes

solr vs fts

2019-07-04 Thread Maciej Milaszewski IQ PL via dovecot
Hi I have a question about tunning dovecot-2.2.36.x Mail was stared in storage via nfs in MAILDIR via /home/us/usern...@domain.ltd/MAILDIR/ I use additionally local dovecot_indexes via SSD disk (/var/dovecot_indexes%h) A few clients have 25K and more e-mail I thinking about use solr like:  fts

Re: [PacketFence-users] Dashboard displays "What's going on?"

2019-06-28 Thread G PL via PacketFence-users
Hello, https://github.com/inverse-inc/packetfence/issues/3973 You need to restart 2 services: pfcmd service netdata restart pfcmd service pfstats restart Regards, Le jeu. 27 juin 2019 à 21:56, Guy BLAVIN via PacketFence-users < packetfence-users@lists.sourceforge.net> a écrit : > Hi, > >

Want to earn with us? Check our offer!

2019-06-28 Thread pl
Hello, We are interested at purchasing Ads on your website. We offer prepayments and we are flexible. If you are interested, reply to this email.

[Bug tree-optimization/90949] [9/10 Regression] null pointer check removed

2019-06-20 Thread luk32 at o2 dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90949 Łukasz Kucharski changed: What|Removed |Added CC||luk32 at o2 dot pl --- Comment #5

Re: [PATCH v2] hwmon: (pmbus/adm1275) Fix power sampling support

2019-06-14 Thread Adamski, Krzysztof (Nokia - PL/Wroclaw)
On Thu, Jun 13, 2019 at 05:42:34AM -0700, Guenter Roeck wrote: >Not every chip supported by this driver supports setting the number >of samples for power averaging. Also, the power monitoring register >is not always a 16-bit register, and the configuration bits used for >voltage sampling are

Re: [PATCH] hwmon: (pmbus/adm1275) Fix power sampling support

2019-06-13 Thread Adamski, Krzysztof (Nokia - PL/Wroclaw)
On Wed, Jun 12, 2019 at 07:58:24AM -0700, Guenter Roeck wrote: >Not every chip supported by this driver supports setting the number >of samples for power averaging. Also, the power monitoring register >is not always a 16-bit register, and the configuration bits used for >voltage sampling are

[Bug c/90860] New: Static const variable initialized with another static const compiles

2019-06-12 Thread mateusz+gcc at argc dot pl
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: mateusz+gcc at argc dot pl Target Milestone: --- static const int one = 1; static const int two = one; int main() { return two; } Following code does not compile on gcc 7.4, yet

Re: [PATCH] hwmon: pmbus: protect read-modify-write with lock

2019-06-10 Thread Adamski, Krzysztof (Nokia - PL/Wroclaw)
On Sat, Jun 08, 2019 at 12:32:18AM +0200, Wolfram Sang wrote: >On Tue, May 28, 2019 at 09:08:21AM +, Adamski, Krzysztof (Nokia - >PL/Wroclaw) wrote: >> The operation done in the pmbus_update_fan() function is a >> read-modify-write operation but it lacks any kind of lock p

Re: [PATCH] hwmon: pmbus: protect read-modify-write with lock

2019-05-31 Thread Adamski, Krzysztof (Nokia - PL/Wroclaw)
On Thu, May 30, 2019 at 10:21:20AM -0700, Guenter Roeck wrote: >Hi, > >On Thu, May 30, 2019 at 06:45:48AM +, Adamski, Krzysztof (Nokia - >PL/Wroclaw) wrote: >> The operation done in the pmbus_update_fan() function is a >> read-modify-write operation but it lacks any

[PATCH] hwmon: pmbus: protect read-modify-write with lock

2019-05-30 Thread Adamski, Krzysztof (Nokia - PL/Wroclaw)
The operation done in the pmbus_update_fan() function is a read-modify-write operation but it lacks any kind of lock protection which may cause problems if run more than once simultaneously. This patch uses an existing update_lock mutex to fix this problem. Signed-off-by: Krzysztof Adamski ---

[Bug c++/53637] NRVO not applied where there are two different variables involved

2019-05-29 Thread trashyankes at wp dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53637 trashyankes at wp dot pl changed: What|Removed |Added CC||trashyankes at wp dot pl

[PATCH v2 2/2] adm1275: support PMBUS_VIRT_*_SAMPLES

2019-05-29 Thread Adamski, Krzysztof (Nokia - PL/Wroclaw)
The device supports setting the number of samples for averaging the measurements. There are two separate settings - PWR_AVG for averaging PIN and VI_AVG for averaging VIN/VAUX/IOUT, both being part of PMON_CONFIG register. The values are stored as exponent of base 2 of the actual number of samples

[PATCH v2 1/2] pmbus: (core) mutex_lock write in pmbus_set_samples

2019-05-29 Thread Adamski, Krzysztof (Nokia - PL/Wroclaw)
update_lock is a mutex intended to protect write operations. It was not taken, however, when _pmbus_write_word_data is called from pmbus_set_samples() function which may cause problems especially when some PMBUS_VIRT_* operation is implemented as a read-modify-write cycle. This patch makes sure

Re: [PATCH] adm1275: support PMBUS_VIRT_*_SAMPLES

2019-05-29 Thread Adamski, Krzysztof (Nokia - PL/Wroclaw)
On Wed, May 29, 2019 at 05:17:47AM -0700, Guenter Roeck wrote: >On 5/29/19 12:11 AM, Adamski, Krzysztof (Nokia - PL/Wroclaw) wrote: >>On Tue, May 28, 2019 at 12:46:52PM -0700, Guenter Roeck wrote: >>>On Fri, May 24, 2019 at 12:49:13PM +, Adamski, Krzysztof (Nokia - &g

Re: [PATCH] adm1275: support PMBUS_VIRT_*_SAMPLES

2019-05-29 Thread Adamski, Krzysztof (Nokia - PL/Wroclaw)
On Tue, May 28, 2019 at 12:46:52PM -0700, Guenter Roeck wrote: >On Fri, May 24, 2019 at 12:49:13PM +, Adamski, Krzysztof (Nokia - >PL/Wroclaw) wrote: >> The device supports setting the number of samples for averaging the >> measurements. There are two separate settings - PWR

[Bug c++/63149] wrong auto deduction from braced-init-list

2019-05-28 Thread azalepiej at o2 dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63149 Az changed: What|Removed |Added CC||azalepiej at o2 dot pl --- Comment #4 from Az

[PATCH] hwmon: pmbus: protect read-modify-write with lock

2019-05-28 Thread Adamski, Krzysztof (Nokia - PL/Wroclaw)
The operation done in the pmbus_update_fan() function is a read-modify-write operation but it lacks any kind of lock protection which may cause problems if run more than once simultaneously. This patch uses an existing update_lock mutex to fix this problem. Signed-off-by: Krzysztof Adamski ---

[Bug c++/90516] New: Strange behaviour of code if function no return value and code embraced by try..catch with opt flags

2019-05-17 Thread matszpk at interia dot pl
: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: matszpk at interia dot pl Target Milestone: --- Created attachment 46371 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46371=edit sam

[Bug gas/24538] GAS crashes caused by corrupted input files

2019-05-14 Thread mtest1 at testlt dot pl
https://sourceware.org/bugzilla/show_bug.cgi?id=24538 --- Comment #6 from mtest1 at testlt dot pl --- (In reply to Nick Clifton from comment #4) > Created attachment 11772 [details] > Proposed patch > > Hi mtest1, > > Ah - yes - I know why I could not reproduc

[Bug gas/24538] GAS crashes caused by corrupted input files

2019-05-13 Thread mtest1 at testlt dot pl
https://sourceware.org/bugzilla/show_bug.cgi?id=24538 --- Comment #3 from mtest1 at testlt dot pl --- (In reply to Nick Clifton from comment #2) > Hi mtest1, > > Thank you very much for reporting these bugs. > > I have applied a patch to address most of the problems, but I

[Bug gas/24538] New: GAS crashes caused by corrupted input files

2019-05-08 Thread mtest1 at testlt dot pl
Component: gas Assignee: unassigned at sourceware dot org Reporter: mtest1 at testlt dot pl Target Milestone: --- Created attachment 11767 --> https://sourceware.org/bugzilla/attachment.cgi?id=11767=edit input files and crash logs I would like to submit information about cras

[JIRA] (JENKINS-56890) IOException: "cannot find current thread"

2019-04-23 Thread konpr...@o2.pl (JIRA)
Title: Message Title Michał Czech

Re: [PATCH v3 4/4] pmbus_core: export coefficients via sysfs

2019-04-15 Thread Adamski, Krzysztof (Nokia - PL/Wroclaw)
On Mon, Apr 15, 2019 at 09:33:10AM -0700, Guenter Roeck wrote: >We are talking an ABI here. ABIs are supposed to be hardware independent. >Directly mapping registers to attributes is not exactly hardware independent. That is true, I get that, even though I don't want to map registers. I want to

Re: [PATCH v3 4/4] pmbus_core: export coefficients via sysfs

2019-04-15 Thread Adamski, Krzysztof (Nokia - PL/Wroclaw)
On Sun, Apr 14, 2019 at 07:38:33PM -0700, Guenter Roeck wrote: >On 4/14/19 3:37 PM, Adamski, Krzysztof (Nokia - PL/Wroclaw) wrote: >>On Sun, Apr 14, 2019 at 11:59:38PM +0200, Krzysztof Adamski wrote: >>>PMBUS devices report values in real-world units. Those using direct

Re: [PacketFence-users] Dashboard charts

2019-04-15 Thread G PL via PacketFence-users
Hello, check if the netdata and pfstats service are running on all node of the cluster. https://github.com/inverse-inc/packetfence/issues/3973 Le ven. 12 avr. 2019 à 13:55, G PL a écrit : > Hello, > You need to start a service. > In my memory, its the pfstat service > Regards >

Re: [PATCH v3 4/4] pmbus_core: export coefficients via sysfs

2019-04-14 Thread Adamski, Krzysztof (Nokia - PL/Wroclaw)
On Sun, Apr 14, 2019 at 11:59:38PM +0200, Krzysztof Adamski wrote: >PMBUS devices report values in real-world units. Those using direct >format require conversion using standarised coefficients and formula. >This operation is already done by pmbus_core and the default values for >coefficients are

Re: [PATCH] hwmon: (pmbus_core) Replace S_ with octal values

2019-04-14 Thread Adamski, Krzysztof (Nokia - PL/Wroclaw)
On Sun, Apr 14, 2019 at 02:57:24PM -0700, Guenter Roeck wrote: >Replace S_ with octal values. > >The conversion was done automatically with coccinelle. The semantic patches >and the scripts used to generate this commit log are available at >https://github.com/groeck/coccinelle-patches/hwmon/. The

[PATCH v3 4/4] pmbus_core: export coefficients via sysfs

2019-04-14 Thread Adamski, Krzysztof (Nokia - PL/Wroclaw)
PMBUS devices report values in real-world units. Those using direct format require conversion using standarised coefficients and formula. This operation is already done by pmbus_core and the default values for coefficients are configured by chip drivers. However those default values are not

[PATCH v3 3/4] lm25066: support SAMPLES_FOR_AVG register

2019-04-14 Thread Adamski, Krzysztof (Nokia - PL/Wroclaw)
Manufacturer specific SAMPLES_FOR_AVG register allows setting the number of samples used in computing the average values (PMBUS_VIRT_READ_*_AVG). The number we write is an exponent of base 2 of the number of samples so for example writing 3 will result in 8 samples average. Signed-off-by:

[PATCH v3 2/4] hwmon: Document the samples attributes

2019-04-14 Thread Adamski, Krzysztof (Nokia - PL/Wroclaw)
Document new ABI attributes: {in,power,curr,temp}_samples and samples. Signed-off-by: Krzysztof Adamski --- Documentation/hwmon/sysfs-interface | 18 ++ 1 file changed, 18 insertions(+) diff --git a/Documentation/hwmon/sysfs-interface b/Documentation/hwmon/sysfs-interface

<    1   2   3   4   5   6   7   8   9   10   >