[plasmashell] [Bug 485456] With Qt 6.7, System Tray popup is inappropriately resized to a tiny nub

2024-05-03 Thread MJ
https://bugs.kde.org/show_bug.cgi?id=485456

MJ  changed:

   What|Removed |Added

 CC|jciphe...@gmail.com |

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 485708] KDE panel system tray pop ups become non-functioning when panel switches from floating to not floating or floating turned off

2024-04-17 Thread MJ
https://bugs.kde.org/show_bug.cgi?id=485708

--- Comment #1 from MJ  ---
So the issue is when the system tray widget plugin is being created, it is
being given the popupHeight and popupWidth values to 0. When you set them
manually to something like 300 in the plasma-org.kde.plasma.desktop-appletsrc
file, it fixes itself and a restart gives it the default values back.

https://www.reddit.com/r/kde/comments/1c2s2l2/comment/kzu1h0d/?utm_source=share_medium=web3x_name=web3xcss_term=1_content=share_button

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 485708] New: KDE panel system tray pop ups become non-functioning when panel switches from floating to not floating or floating turned off

2024-04-17 Thread MJ
https://bugs.kde.org/show_bug.cgi?id=485708

Bug ID: 485708
   Summary: KDE panel system tray pop ups become non-functioning
when panel switches from floating to not floating or
floating turned off
Classification: Plasma
   Product: kwin
   Version: 6.0.4
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: jciphe...@gmail.com
  Target Milestone: ---

Created attachment 168632
  --> https://bugs.kde.org/attachment.cgi?id=168632=edit
Screenshot of issue with system tray

SUMMARY

When you get a window near the floating panel and becomes non-floating as
intended, it makes the system tray popups for stuff like sound, network, etc
not work when clicking on them, it just shows a little bubble. Only way to fix
is to restart or remove the system tray widget and re-add it.

STEPS TO REPRODUCE
1. Have panel in floating mode
2. Move window near or completely maximize window to force panel out of
floating mode
3. Try to use the system tray icon widgets after

OBSERVED RESULT

Can not open the pop-ups for the system tray icon widgets

EXPECTED RESULT

Open the pop-ups for the system tray icon widgets and display the corresponding
pop-ups for each widget. 

Operating System: Arch Linux 
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Kernel Version: 6.8.7-zen1-1-zen (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 5600X 6-Core Processor
Memory: 31.2 GiB of RAM
Graphics Processor: AMD Radeon RX 6900 XT
Manufacturer: ASUS

-- 
You are receiving this mail because:
You are watching all bug changes.

Re: Improving Tiling Window Support in KDE Plasma

2024-04-15 Thread Aakarsh MJ
> The script could keep a copy of every window-tile association and
> reassign everything on every desktop switch but would be
> kinda error prone and have too much complexity on javascript side.
> What really needsto happen here is an internal support of tiles
> per-visrtualdesktop on kwin side (ideally the cartesian product of
> screen,virtualdesktop and activities)  but it will be a significant
refactor.

I see, can you link the files that need the refactor?

What I can suggest is I can take a look at those files and prepare a design
document incorporating the changes that the community can take a look at
provided the community is onboard with the refactor although It will take
some time to prepare the document depending on the complexity and size of
the issue.

Sincerely,
Aakarsh MJ



On Mon, Apr 15, 2024 at 1:18 PM Marco Martin  wrote:

> On Thu, Mar 28, 2024 at 1:43 PM Aakarsh MJ  wrote:
> > > there are already 3rd party scripts that attempt to do that, like one
> > > called polonium https://github.com/zeroxoneafour/polonium tough is
> > > still quite buggy
> >
> > I have checked polonium before, unfortunately for me it was way too
> buggy to use it on a daily basis.
>
> yeah, for now i', not sure polonium "can" be much bettergiven the
> underlying features.
> A significant thing missing that i seen is virtual desktops support,
> as tiles are at the moment per-screen and not (yet)
> per-virtualdesktop, so even just switching desktop it kinda breaks the
> layout.
> The script could keep a copy of every window-tile association and
> reassign everything on every desktop switch but would be
> kinda error prone and have too much complexity on javascript side.
>
> What really needsto happen here is an internal support of tiles
> per-visrtualdesktop on kwin side (ideally the cartesian product of
> screen,virtualdesktop and activities)  but it will be a significant
> refactor
>
>
> --
> Marco Martin
>


Re: Improving Tiling Window Support in KDE Plasma

2024-04-01 Thread Aakarsh MJ
> I suggest to move this discussion to the mailing list plasma-devel@kde.org
I have added the ML as recipient.

> So, the tiling system is aimed to be very basic, and more akin Windows
> "Fancy zones" than a complete tiling window manager (we are thinking
> about renaming the effect to be more clear)

I see, that would definitely avoid the confusion.

> That said, I still want it to be possible to build a full tiling
> window manager on top of it, and for that, using the javascript
> scripting bindings.
> there are already 3rd party scripts that attempt to do that, like one
> called polonium https://github.com/zeroxoneafour/polonium tough is
> still quite buggy

I have checked polonium before, unfortunately for me it was way too buggy
to use it on a daily basis.

> because the base system and api that exposes trough
> JS is still not complete enough (the per-desktop layout for instance
> is something really broken because it should really be managed in the
> base system)

If it's okay I'd like to contribute more to that front. If you can go into
detail what needs to be implemented, I'll be happy to look into that :)

Sincerely,
Aakarsh MJ

On Wed, Mar 27, 2024 at 2:52 PM Marco Martin  wrote:

> Hi,
> sorry if you didn't get any answer on the matrix channel, we should
> definitely improve on that.
> So, the tiling system is aimed to be very basic, and more akin Windows
> "Fancy zones" than a complete tiling window manager (we are thinking
> about renaming the effect to be more clear)
>
> That said, i still want it to be possible to build a full tiling
> window manager on top of it, and for that, using the javascript
> scripting bindings.
> there are already 3rd party scripts that attempt to do that, like one
> called polonium https://github.com/zeroxoneafour/polonium tough is
> still quite buggy because the base system and api that exposes trough
> JS is still not complete enough (the per-desktop layout for instance
> is something really broken because it should really be managed in the
> base system)
>
> I suggest to move this discussion to the mailing list plasma-devel@kde.org
>
>
> On Wed, Mar 27, 2024 at 7:58 AM Aakarsh MJ  wrote:
> >
> > Hi Marco,
> > My name is Aakarsh MJ, I am a kde contributor from India contributing
> mostly to Merkuro and KDE Eco. Last year, I did GSoC with KDE working on
> the merkuro(formerly Kalendar) mail integrations and Season of KDE this
> year working on integrating remote measurement lab into okular's pipeline.
> I was looking to contribute to plasma and on the matrix channel I was told
> to start with something that I'd like to see improved.
> >
> > I am sorry if this is not the right place to ask this. I had tried
> asking this on the matrix channel but I didn't get any response and since
> you contributed this feature I thought It would be best if I contact you
> regarding this, I hope it is okay. So the new tiling system is something I
> really like. It has definitely far improved my workflow than before but I
> feel it can do with some more improvements. I am not sure how much of it is
> currently possible but I'll list some of them so that I can get an input if
> it's possible to do and if it is, then I can work on it.
> >
> > 1. Auto tiling on changing the layout.
> > 2. Supporting separate tiling layouts for different virtual desktops.
> > 3. Moving windows to different positions inside the layout through
> key combinations.
> > 4. Possibility of defining padding for Single window configurations.
> >
> > I understand it's not meant to be window tiling replacement from what I
> read from Nate's blog but if any of these are possible to achieve and okay
> with the current goals I'd like to work on it.
> >
> > Additionally, I have built Plasma 6 from source and have helped a tiny
> bit in bug triaging before.
> >
> > Thanks for your time and consideration.
> >
> > Sincerely,
> > Aakarsh MJ
>
> --
> Marco Martin
>


Re: [cooperation-wg] Discuss ISO-3166 mark TAIWAN as a Provinces of China on the RIPE NCC website

2024-03-19 Thread Olivier MJ Crépin-Leblond

Dear Tsung-Yi Yu:

thanks for your follow-up. Obviously I cannot speak for RIPE NCC and 
someone there might wish to provide a better answer than me.


But my observation is that the page which you are referencing is 
https://www.ripe.net/membership/member-support/list-of-members/list-of-country-codes-and-rirs/ 
which, to me, although I have not checked it in detail, looks like to be 
a copy of the ISO 3166-1 and ISO 3166-2 list maintained by ISO. In fact 
the page says:
We update the list whenever a change to the official code list in ISO 
3166-1 is made by the ISO 3166/MA.


I do not believe that APNIC and ICANN are referring to the ISO 3166 list 
when using other naming conventions as this would be a derivation from 
the list itself.


BTW I am of course sensitive to matters of country naming and understand 
how this can easily become both an emotional and political matter. I 
have personally witnessed several such instances.


For example, whilst ICANN might be exercising some alternative 
approaches in its own naming conventions (in the GAC, for example), 
matters of Top Level Domains which relate to ISO 3166 are strictly 
adhered to with the official name. For example, the delegation of the PS 
Top Level Domain for Palestine only took place in 2000, after the 
publication of the Code and Name in ISO 3166, which at the time was 
"Palestinian Occupied Territories". See: 
https://archive.icann.org/en/general/ps-report-22mar00.htm
Since then, the name was changed by ISO 3166 to "Palestinian State". 
None of this naming had anything to do with ICANN - in fact all of this 
was negotiated over years at the United Nations.


Another example is that of MK - another "contentious" naming because of 
Greece's objections to the newly created country to call itself 
"Macedonia" and proposal that the country be called after its capital 
"Skopje". In October 1991 an agreement was struck for the newly 
independent country to be called FYRoM - Former Yugoslav Republic of 
Macedonia. The .MK TLD was created in September 1993 following ISO 3166 
naming convention. Today the country is officially listed as "North 
Macedonia", again through negotiations over years at the United Nations.


Last but not least, it has been emphasized on every occasion possible, 
that the ISO 3166 is not a list of recognised countries, but a 
denomination of countries and territories many of which are not 
sovereign territories. Thus the naming convention on ISO 3166 cannot be 
used as a means to establish a territory's sovereignty and vice-versa.


I hope this gives you a bit more background to see how complex and 
sensitive political situations are the realm of the United Nations and 
that is why when referencing the ISO 3166 list, organisations have been 
very careful to not stray from exact naming as listed in the ISO 3166 
list and have therefore made sure they use and maintain that list word 
for word.


Kindest regards,

Olivier

On 19/03/2024 21:16, SteveYi Yo wrote:

Dear Olivier,

Thank you for your detailed explanation regarding the ISO 3166 
standards and the process by which names and codes are assigned. It's 
very useful.


I understand that the ISO 3166 list is based on sources from the 
United Nations, which RIPE, ICANN gTLD, and many other organizations, 
follow. But you may know that the ISO 3166 standard contains three 
parts. (ISO 3166-1, ISO 3166-2, ISO 3166-3). I think using ISO 3166-1 
as the Country code does not have any dispute. However, the RIPE NCC 
uses ISO 3166-2 as the country name which marks TAIWAN as a PROVINCE 
OF CHINA. That's why I am concerned.


I'd like to highlight the importance of recognizing the diverse 
perspectives that exist within the international community regarding 
certain regions, including Taiwan.


As noted in my original message, other organizations, such as APNIC 
and ICANN, have adopted alternative approaches to reference Taiwan. 
These approaches aim to avoid political sensitivities and foster an 
inclusive environment, something I believe is crucial in global 
Internet Governance. (FYI, APNIC scrupulously uses "Economy" instead 
of "Country", perhaps because of Chinese sensitivities.)


Accuracy and respect in the naming and classification of regions are 
paramount. By considering alternative approaches that reflect the 
diversity of geographical and cultural identities, we can promote a 
more inclusive and respectful international dialogue.


Best,
Tsung-Yi Yu

On Wed, Mar 20, 2024 at 4:00 AM Olivier MJ Crépin-Leblond 
 wrote:


Dear Tsung-Yi Yu,

as I've been interested in ISO 3166 matters since the early
nineties, let me try and respond simply to this.
The ISO 3166 List is maintained by the International Organization
for Standardization (ISO).
Information about the list is given on:
https://www.iso.org/iso-3166-country-codes.html

The Code for Taiwan is published at:

Re: [cooperation-wg] Discuss ISO-3166 mark TAIWAN as a Provinces of China on the RIPE NCC website

2024-03-19 Thread Olivier MJ Crépin-Leblond

Dear Tsung-Yi Yu,

as I've been interested in ISO 3166 matters since the early nineties, 
let me try and respond simply to this.
The ISO 3166 List is maintained by the International Organization for 
Standardization (ISO).
Information about the list is given on: 
https://www.iso.org/iso-3166-country-codes.html


The Code for Taiwan is published at: 
https://www.iso.org/obp/ui/#iso:code:3166:TW


ISO has a process by which they define the naming in relation to a code 
such as TW and this information comes from United Nations sources 
(Terminology Bulletin Country Names and the Country and Region Codes for 
Statistical Use maintained by the United Nations Statistics Divisions).


Thus RIPE has nothing to do with the current naming convention for TW. 
It just follows the ISO 3166 code.


I hope this helps,

Olivier


On 19/03/2024 14:22, SteveYi Yo wrote:

Dear Members of the Cooperation Working Group,

I am Tsung-Yi Yu from Taiwan, a user of RIPE NCC's services since 2019 
with a deep interest in Global Internet Governance.


I wish to address the classification of Taiwan on RIPE NCC's website, 
particularly regarding Country Codes and RIRs: 
https://www.ripe.net/membership/member-support/list-of-members/list-of-country-codes-and-rirs/. 
Taiwan is listed as a "Province of China," which may cause confusion 
and misinterpretation.


Some of the Individuals and legal entities in Taiwan are using RIPE 
NCC services like Atlas/RIPEstat. However, the current classification 
does not accurately reflect Taiwan's status. I reached out to RIPE NCC 
Support, learning that changes to this classification are currently 
not possible since they have already implemented the ISO-3166.


Notably, the NRO/APNIC does not refer to Taiwan as a "Province of 
China" but rather by its "economy": 
https://www.nro.net/list-of-country-codes-in-the-apnic-region/ and 
https://www.apnic.net/about-apnic/corporate-documents/documents/corporate/apnic-service-region/. 
This approach avoids political sensitivities and ensures clarity.


As I know, the RIPE NCC is operating under a Multi-Stakeholder model 
(community), and follows different guidelines from entities like the 
UN/IGF. Even the ICANN, does not label Taiwan as a "Province of China" 
outside its GAC committee.


That's why I would like to discuss this in here and wish the RIPE NCC 
to reconsider its classification of Taiwan, promoting accuracy and 
respect in global internet governance.


Please feel free to share your opinion. Thank you!

Best,
Tsung-Yi Yu

-- 

To unsubscribe from this mailing list, get a password reminder, or change your 
subscription options, please visit: 
https://lists.ripe.net/mailman/listinfo/cooperation-wg


Re: [NNagain] Verified Email

2024-03-13 Thread Olivier MJ Crépin-Leblond via Nnagain

Especially when the message was "Hi $firstname,"
(as in his address book $firstname $lastname = Network Neutrality Again)
O.

On 13/03/2024 11:27, Vint Cerf via Nnagain wrote:

yes, I should have been more precise - that's what I had in mind, too.
v


On Wed, Mar 13, 2024 at 6:28 AM Bill Woodcock  wrote:

Rather than a hack, per se, I suspect that it’s a dot-com abusing
Steve’s trust and his contacts, spamming all of them.

      -Bill


On Wednesday, Mar 13, 2024 at 11:22, Vint Cerf via Nnagain
 wrote:
i wondered whether this was a hack. Not like Steve to do this.
v


On Wed, Mar 13, 2024 at 6:20 AM Christopher Hawker via Nnagain
 wrote:

With all due respect, I didn't think this was a mailing
list to advertise paid services.

Dave?

Regards,
Christopher Hawker


*From:* Nnagain  on
behalf of Steve Crocker via Nnagain

*Sent:* Wednesday, March 13, 2024 9:18 PM
*To:* nnagain@lists.bufferbloat.net

*Cc:* Steve Crocker 
*Subject:* [NNagain] Verified Email
Hi Network,

I’ve been using a new tool called Verified Email

.
It runs in my inbox and shows me who’s a real person —
saves time and reduces spam.

Thought you might find it useful. Here’s my invite link


if you want to try it.

Steve

Sent by a Verified
Sent by a Verified sender

sender
___
Nnagain mailing list
Nnagain@lists.bufferbloat.net
https://lists.bufferbloat.net/listinfo/nnagain



-- 
Please send any postal/overnight deliveries to:

Vint Cerf
Google, LLC
1900 Reston Metro Plaza, 16th Floor
Reston, VA 20190
+1 (571) 213 1346 


until further notice



___
Nnagain mailing list
Nnagain@lists.bufferbloat.net
https://lists.bufferbloat.net/listinfo/nnagain



--
Please send any postal/overnight deliveries to:
Vint Cerf
Google, LLC
1900 Reston Metro Plaza, 16th Floor
Reston, VA 20190
+1 (571) 213 1346


until further notice




___
Nnagain mailing list
Nnagain@lists.bufferbloat.net
https://lists.bufferbloat.net/listinfo/nnagain
___
Nnagain mailing list
Nnagain@lists.bufferbloat.net
https://lists.bufferbloat.net/listinfo/nnagain


[plasmashell] [Bug 483039] Keyboard shortcuts to activate widgets do not work in X11 or Wayland

2024-03-10 Thread Aakarsh MJ
https://bugs.kde.org/show_bug.cgi?id=483039

Aakarsh MJ  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||mj.aka...@gmail.com
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 483017] "open wallpaper image" in right-click menu does not work when wallpaper is set to image of the day

2024-03-10 Thread Aakarsh MJ
https://bugs.kde.org/show_bug.cgi?id=483017

Aakarsh MJ  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||mj.aka...@gmail.com
Summary|"open wallpaper image" in   |"open wallpaper image" in
   |right-click menu does not   |right-click menu does not
   |work when wallpaper is set  |work when wallpaper is set
   |to bing image of the day|to image of the day

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 482984] Power And Battery system tray won’t show battery percentage

2024-03-10 Thread Aakarsh MJ
https://bugs.kde.org/show_bug.cgi?id=482984

Aakarsh MJ  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED
 CC||mj.aka...@gmail.com

--- Comment #1 from Aakarsh MJ  ---
Hi, this can enabled by right clicking on the icon and select "Show battery
percentage on icon when not fully charged"

-- 
You are receiving this mail because:
You are watching all bug changes.

[Powerdevil] [Bug 483056] Laptop will not go to sleep when lid is closed or menu item Sleep is selected

2024-03-10 Thread Aakarsh MJ
https://bugs.kde.org/show_bug.cgi?id=483056

Aakarsh MJ  changed:

   What|Removed |Added

 Resolution|--- |BACKTRACE
 Status|REPORTED|NEEDSINFO
 CC||mj.aka...@gmail.com

--- Comment #1 from Aakarsh MJ  ---
Hi, thanks for the report. 

> After upgrade to Plasma 6, my laptop will not go to sleep. When I ran 
> `systemd-inhibit --list --mode=block`, I get only 1 result:
>WHOUID  USER  PID  COMMWHAT
>   WHY  MODE 
>PowerDevil 1000 elman 6789 org_kde_powerde 
>handle-power-key:handle-suspend-key:handle-hibernate-key:handle-lid->switch 
>KDE handles power events block
This is an expected result

Can you share the output of `journalctl` command, thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 483101] Splash screen installed on Plasma 5 cannot be uninstalled on Plasma 6

2024-03-10 Thread Aakarsh MJ
https://bugs.kde.org/show_bug.cgi?id=483101

Aakarsh MJ  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||mj.aka...@gmail.com
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 483096] Custom shortcut to create a folder does not work until Dolphin is restarted

2024-03-10 Thread Aakarsh MJ
https://bugs.kde.org/show_bug.cgi?id=483096

Aakarsh MJ  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||mj.aka...@gmail.com

--- Comment #1 from Aakarsh MJ  ---
Hi, thanks for the report!

F10 is the default shortcut for creating a folder in dolphin. I am unsure if
you are unsetting the shortcut and trying out a different shortcut.

I tried unsetting the shortcut and set a new shortcut and it worked without a
restart. Can you provide a bit more clarity on what you are trying to do?
Thanks

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 483009] Whenever I add an Application to Autostart in SystemSettings, SystemSettings crashes

2024-03-10 Thread Aakarsh MJ
https://bugs.kde.org/show_bug.cgi?id=483009

Aakarsh MJ  changed:

   What|Removed |Added

 CC||mj.aka...@gmail.com
 Resolution|--- |BACKTRACE
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Aakarsh MJ  ---
Hi, thanks for reporting this. 

I tried reproducing this but was unable to do so can you provide a backtrace if
possible so the developers can take a look? Thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.

Re: [WG: Sharpeners] Proposed - Sharpeners

2024-02-09 Thread MJ Foulks
This is another great idea.

You mentioned objections along the lines of "who are you to tell me what to
do?"  Most volunteers do better with some direction, rather than being told
"just submit a PR"  or "just contribute."  Most volunteers, especially new
volunteers such as myself, find that lack of direction frustrating.  Lack
of direction will lead to less active volunteers doing less work.

 Sharpeners can help provide direction without it having to come from a
position of authority.  I do agree that the Sharpener (even if a leader of
the WG) should not have any higher authority than others. However, their
position as a Sharpener should be recognized and respected, and their
advice taken with their elevated role in mind.  They are peers, but they
are peers with a more broad view and more experience in their skill set.
Advice can be taken or left, but a Sharpener's advice should, ideally, be
given more thought and consideration.

--MJ Foulks

On Fri, Feb 9, 2024 at 10:33 AM Rich Bowen  wrote:

>
> > On Feb 9, 2024, at 10:18 AM, Daniel Gruno  wrote:
> >
> > I like this proposal a lot, and would be happy to sharpen some pencil
> mahogany cases, if allowed (unless this pun was so bad you have to decline
> my offer).
> >
> > I do have one question, which is where this ...
> report bit would go, would that be entered into the comdev board report?
>
>
> I think that’s a detail for the WG to work out, in conjunction with the
> ComDev PMC and Chair, but my vision is that if/when any of these WGs start
> producing actual work, we would add a WG section to the ComDev report, and
> report on that work there. It’s an interesting question, though, because it
> might imply that the WG lead must be a ComDev PMC member, so that they
> *can* make these  comments. Or perhaps they just communicate with
> the PMC Chair directly? I’m not sure. We cannot violate PMC confidentially,
> whatever we do.
>
> *Ideally*, the comments/advice of an effective sharpener would also
> influence things showing up in the individual PMC’s report, too, but there
> will be cases where the Sharpener’s comments are about red flags in the
> project, and they will be asking the board to look into it, escalate, or
> whatever, since the Sharpener themself has no authority to do anything but
> advise.
>
>


Re: [WG: Social] Proposed - Social working group

2024-02-09 Thread MJ Foulks
+1

A volunteer organization is only as strong as its volunteers' perceptions
of the organization, and strong interpersonal relationships help to
facilitate a better perception.  There are obvious ways to keep perception
positive (limit negative and toxic interactions; provide positive and
constructive feedback for work; enforce a code of conduct), but building
strong interpersonal relationships goes a long way.  Morale will be higher,
bonds will be formed, and as a bonus, volunteers will be more likely to
stay active and participate in important ASF conversations.

An informal social group is fairly easy to form, since there would be no
skill requirements or experience needed to participate.  We could simply
send out invitations to join this group.  We could then appoint a
leader/administrator that can organize social gatherings (both in-person
and via zoom or other platform) and help to ensure that members of this
group feel welcome and are having a positive experience.

I know that one criticism of this idea will be the cost of physical
gatherings.  Consider this:  the vast majority of successful volunteer
organizations recognize the importance of the volunteer's experience, as
well as their perception of the community.  As mentioned by Paris Pittman
at FOSDEM, 80% of projects fail due to contributor turnover.  This issue is
fixed by community engagement and management. If even one informal,
physical social gathering a year is helpful to the volunteers' perception
and morale, then it's absolutely worth the cost.  Volunteers will be more
active, and more work will subsequently be done at a faster rate.  Bonus
points for the ASF being viewed in a more positive light by participating
volunteers.  Remember, it's community over code.

There should also be working groups associated with specific skill sets or
special interests, such as coders, community builders, writers,
photographers, and other such skill-related groups.  Non-code contributor
groups are essential, as there's more to the ASF than just the written
code.  Getting these groups off the ground may feel overwhelming, but it's
easier if you take it one step at a time.  Start by sending out a survey to
all active volunteers, asking them what they perceive their skill sets to
be, as well as any talents they have outside of their roles as volunteers.
Once you receive the data from these surveys, use it to determine which
working groups to form.  Send out invitations to the volunteers that will
benefit/fit with the groups.  Then, for each separate group, appoint an
active member to administrate and lead the group, preferably an active
volunteer/member that can provide a positive and welcoming atmosphere.

Once the groups are formed, it will be so much easier to find volunteers
with specific skills sets.  For example, the website needs work, right?
You can't just say "fix the website" and expect it to get done.  I can
write anything you need for a website, but I can't generate the code needed
to make it work, nor can I provide graphics or photos.  If these working
groups exist, it'll be so much easier to create a "fix the website"
project, appoint a writer, coder, and graphic designer for the project.
You don't have to wait for someone to say "hey, I can do that." You can
simply appeal to the WG, split the work based on skill sets, and provide
direction for the project.  The vast majority of volunteers will thrive so
much more with direction, and volunteers will feel more passionate about
the project. Their skills are being recognized, and they're being given
projects to exercise and show off those skills.

I'd be happy to help form and facilitate this social working group, as well
as other working groups.  My skill sets are mostly in writing, editing,
teaching, planning and organizing, and maintaining positive morale within a
community.  With the help of a long-term member, I can create the surveys I
mentioned, sift through the data, and help to create the working groups.

--MJ Foulks



On Fri, Feb 9, 2024 at 8:54 AM Rich Bowen  wrote:

> I’ve added an initial description here:
> https://svn.apache.org/repos/asf/comdev/community/wg-social/README.md
>
> And copied below for convenience.
>
> Part of building community is facilitating in-person (or maybe virtual?)
> gatherings where contributors can share life as humans. Our communities
> work a lot better when we view one another as humans, and not merely words
> in email messages and pull requests. Over the years, we have become
> increasingly fragmented, for lots of very logical reasons. Let’s see what
> we can do to chip away at that a little bit, and reclaim some of our
> cross-project bonds.
>
>
> # Social Workgroup (Proposed)
>
> To facilitate social gatherings wherever Apache contributors may be
> present.
>
> ## Who
>
> Any Apache contributor may be a wg-social member. It's helpful if yo

Re: KEcoLab's integration into Okular

2024-02-09 Thread Aakarsh MJ
Hi Albert,

Once again sorry for the delay in response me and karan were attending Conf
KDE India so were a bit preoccupied with that

>Try following the steps, you will see that you can't do step 1 because
that is
>not something we have in KDE (I guess one could bother sysadmin about it,
but
>that's not scalable).

Yes you are correct we'll have to ask sysadmins for this. For this we would
create a template to make this easy to achieve where we can have a comma
seperated list of email addresses to notify when the pipeline breaks.
Although this would be the last step for integration

In regards to concern around scalability at present we were only looking to
work with select projects owing to limited availability of hardware and
also bearing in mind measuring too many projects can overload the system
under test.

Also on 14 February we would be having our monthly KDE Eco meetup and from
what I have been told joseph will contact you in regards to this so maybe
we can go into more details over this which would help in a smoother
conversation.

Sincerely,
Aakarsh MJ

On Thu, Feb 1, 2024 at 3:18 AM Albert Astals Cid  wrote:

> El dimecres, 31 de gener de 2024, a les 4:48:04 (CET), DrQuark va escriure:
> > Hi Albert,
> > I am Karanjot Singh, one of the developers from the KEcolab Team.
> >
> >
> > You can configure a list of people that would receive an email when the
> > pipeline status changes.
> > See
> https://docs.gitlab.com/ee/user/project/integrations/pipeline_status_em
> > ails.html
>
> Try following the steps, you will see that you can't do step 1 because
> that is
> not something we have in KDE (I guess one could bother sysadmin about it,
> but
> that's not scalable).
>
> Cheers,
>   Albert
>
> >
> >
> > Cheers,
> > Karanjot
> >
> >
> >
> >
> >
> > On Wed, Jan 31, 2024 at 04:39, Albert Astals Cid  wrote:
> >
> > El dilluns, 29 de gener de 2024, a les 20:11:20 (CET), Aakarsh MJ va
> escriure:
> > > Sorry for the late reply,
> > >
> > > > > Please remember to keep the list in copy :)
> > >
> > > My mistake, I made sure to include all in this reply
> > >
> > > > Doing the testing on the tag creation may be a bit too late since we
> > > > only
> > > >
> > > > create the tag when the application is released, which means if the
> test
> > > > finds
> > > >
> > > > a regression, it's too late since we've already released.
> > > >
> > > >
> > > > But I guess as a start is not a bad thing, at least we'd know a
> > > > regression
> > > >
> > > > happened :D
> > >
> > > Great!
> > >
> > > > Speaking of which, how would we know a regression happened? I
> understand
> > > > the
> > > >
> > > > pipeline would fail, but since "noone" is specifically looking at
> that
> > > >
> > > > pipeline it would possibly be "lost"? Maybe we can get an email on
> the
> > > > mailing
> > > >
> > > > list? But I guess that's step #2.
> > >
> > > Yes, iirc whenever a pipeline fails the maintainers do receive an email
> >
> > > similar to the following image:
> > Are you sure this is how it works?
> >
> > For Okular I only get emails when I break it, not when someone else does.
> >
> > Cheers,
> > Albert
> >
> > > [image: image.png]
> > > and even if the deploy stage fails we would still have artefacts from
> the
> > > energy measurement stage.
> > >
> > > Sincerely,
> > > Aakarsh MJ
> > >
> > > On Fri, Jan 26, 2024 at 4:32 AM Albert Astals Cid 
> wrote:
> > > > El dijous, 25 de gener de 2024, a les 23:37:59 (CET), Aakarsh MJ va
> > > >
> > > > escriure:
> > > > > Hi Albert,
> > > >
> > > > Please remember to keep the list in copy :)
> > > >
> > > > > So we are planning to integrate this in the gitlab pipeline and are
> > > >
> > > > looking
> > > >
> > > > > to leverage `release-tags` (eg tag v 1.0) to identify the release
> > > > > KEcoLab
> > > > > runner would automatically run on and additionally the measurement
> > > >
> > > > process
> > > >
> > > > > can also be run manually at any time.
> > > >
> > > > Doing the testing on the tag creation may be a bit

Re: KEcoLab's integration into Okular

2024-01-30 Thread Aakarsh MJ
Sorry for the late reply,



> > Please remember to keep the list in copy :)
>

My mistake, I made sure to include all in this reply

> Doing the testing on the tag creation may be a bit too late since we only

> create the tag when the application is released, which means if the test
> finds

> a regression, it's too late since we've already released.


> But I guess as a start is not a bad thing, at least we'd know a
> regression

> happened :D
>

Great!

> Speaking of which, how would we know a regression happened? I understand
> the

> pipeline would fail, but since "noone" is specifically looking at that

> pipeline it would possibly be "lost"? Maybe we can get an email on the
> mailing

> list? But I guess that's step #2.


Yes, iirc whenever a pipeline fails the maintainers do receive an email
similar to the following image:
[image: image.png]
and even if the deploy stage fails we would still have artefacts from the
energy measurement stage.

Sincerely,
Aakarsh MJ

On Fri, Jan 26, 2024 at 4:32 AM Albert Astals Cid  wrote:

> El dijous, 25 de gener de 2024, a les 23:37:59 (CET), Aakarsh MJ va
> escriure:
> > Hi Albert,
>
> Please remember to keep the list in copy :)
>
> > So we are planning to integrate this in the gitlab pipeline and are
> looking
> > to leverage `release-tags` (eg tag v 1.0) to identify the release KEcoLab
> > runner would automatically run on and additionally the measurement
> process
> > can also be run manually at any time.
>
> Doing the testing on the tag creation may be a bit too late since we only
> create the tag when the application is released, which means if the test
> finds
> a regression, it's too late since we've already released.
>
> But I guess as a start is not a bad thing, at least we'd know a regression
> happened :D
>
> Speaking of which, how would we know a regression happened? I understand
> the
> pipeline would fail, but since "noone" is specifically looking at that
> pipeline it would possibly be "lost"? Maybe we can get an email on the
> mailing
> list? But I guess that's step #2.
>
> Cheers,
>   Albert
>
> >
> > Sincerely,
> > Aakarsh MJ
> >
> > On Tue, Jan 23, 2024 at 4:07 AM Albert Astals Cid  wrote:
> > > El dijous, 18 de gener de 2024, a les 18:17:10 (CET), Aakarsh MJ va
> > >
> > > escriure:
> > > > request "reply all"
> > > >
> > > > Hello everyone, My name is Aakarsh MJ, I’m contacting you on behalf
> of
> > >
> > > the
> > >
> > > > KDE Eco’s KEcoLab team for proposing the integration of KEcoLab into
> > > > Okular’s pipeline. There are 2 proposed models (you can also suggest
> > > > your
> > > > own) which are as follows:
> > > >
> > > > 1) Pre-release Testing:
> > > > * Every release candidate would be tested for energy consumption.
> > > > * Provide information about energy change with the previous versions
> to
> > > > maintain the Blue Angel’s recommended less than 10% increase from the
> > >
> > > time
> > >
> > > > of certification requirement.
> > > >
> > > > 2) Optional Merge Request Testing (MRT)
> > > > * Maintainers can opt to run KEcoLab on specific merge requests
> based on
> > > > their potential impact on energy consumption.
> > > > * Smaller changes or bug fixes may not require MRT, while large
> feature
> > > > additions could benefit from energy analysis
> > > > * This approach allows for targeted testing, while at the same time
> > > > ensuring we are not consuming unnecessary energy.
> > > >
> > > > If approved me and sarthak negi will be working on it as part of KDE
> SoK
> > > > 24. You can also check my proposal(
> > > > https://invent.kde.org/teams/season-of-kde/2024/-/issues/24) and
> > >
> > > sarthak's
> > >
> > > > proposal(https://invent.kde.org/teams/season-of-kde/2024/-/issues/19
> )
> > > >
> > > > I am eager to hear your feedback, answer any questions and discuss
> the
> > >
> > > most
> > >
> > > > effective implementation approach. Thanks for your time and
> > >
> > > consideration.
> > >
> > > Would this be a gitlab thing or be in a separate service?
> > >
> > > How would you implement 1) i.e. how do you know what/when a
> "pre-release"
> > > exactly is?
> > >
> > > Cheers,
> > >
> > >   Albert
>
>
>
>
>


KEcoLab's integration into Okular

2024-01-18 Thread Aakarsh MJ
request "reply all"

Hello everyone, My name is Aakarsh MJ, I’m contacting you on behalf of the
KDE Eco’s KEcoLab team for proposing the integration of KEcoLab into
Okular’s pipeline. There are 2 proposed models (you can also suggest your
own) which are as follows:

1) Pre-release Testing:
* Every release candidate would be tested for energy consumption.
* Provide information about energy change with the previous versions to
maintain the Blue Angel’s recommended less than 10% increase from the time
of certification requirement.

2) Optional Merge Request Testing (MRT)
* Maintainers can opt to run KEcoLab on specific merge requests based on
their potential impact on energy consumption.
* Smaller changes or bug fixes may not require MRT, while large feature
additions could benefit from energy analysis
* This approach allows for targeted testing, while at the same time
ensuring we are not consuming unnecessary energy.

If approved me and sarthak negi will be working on it as part of KDE SoK
24. You can also check my proposal(
https://invent.kde.org/teams/season-of-kde/2024/-/issues/24) and sarthak's
proposal(https://invent.kde.org/teams/season-of-kde/2024/-/issues/19)

I am eager to hear your feedback, answer any questions and discuss the most
effective implementation approach. Thanks for your time and consideration.


Re: [Ietf-dkim] Shutdown deadline

2024-01-04 Thread Olivier MJ Crépin-Leblond
Not sure if there's more work for this group to do, but it is worth 
noting that starting in Feb 2024, Google is going to reinforce its 
requirements in spam protection.

https://blog.google/products/gmail/gmail-security-authentication-spam-protection/

In its email sender guidelines on 
https://support.google.com/mail/answer/81126 DKIM is an essential 
technology.
I guess that pretty much gives DKIM a rubber stamp that it's been well 
developed. Congratulations to all involved. (I was not but I am just a 
happy user to thank you all for your great work)


Kindest regards,

Olivier


On 04/01/2024 04:32, Murray S. Kucherawy wrote:

Hi all, welcome back from the holidays.

It's been about ten weeks since Laura posted about the status of the 
WG, and a final plea was made for energy and activity.  Since then, 
despite a handful of people expressing interest at the M3AAWG meeting 
in Brooklyn, there has been no activity of any kind; the promise of 
progress has once again been a false one.  Even granting extra time 
for the holidays that just passed, I think we've waited long enough.


Accordingly, a deadline seems in order: This WG will close sometime 
after January 15th if no sustained push to be productive toward the 
charter's goals has developed by then. Anything after that will need 
to be sponsored by a willing Area Director, seek publication via the 
ISE, or start the DISPATCH process over again, and surviving that 
latter option will probably face a high credibility bar.


-MSK, ART Area Director

___
Ietf-dkim mailing list
Ietf-dkim@ietf.org
https://www.ietf.org/mailman/listinfo/ietf-dkim
___
Ietf-dkim mailing list
Ietf-dkim@ietf.org
https://www.ietf.org/mailman/listinfo/ietf-dkim


[Wikiapiary] Re: Wikiapiary maintenance

2023-12-28 Thread MJ Lemonsnout
Cargo would slot in pretty nicely as a replacement for SMW. Templates would 
have to be converted, but it should be possible from my casual perspective on 
the matter. I'm not a tech expert.

DPL has a lot of resource-bases issues from my understanding. I would not 
recommend.

-MJL
[They/Them]


Sent via the Samsung Galaxy S22 default email application.



 Original message 
From: Jesús Martínez 
Date: 12/27/23 4:16 AM (GMT-05:00)
To: Communication about WikiApiary site 
Subject: [Wikiapiary] Re: Wikiapiary maintenance

Hi,

Sam proposes switching to Cargo. However, from what I've heard (and I
haven't used Cargo myself), Cargo is another beast and comes with its
own problems as well. Someone with more experience with Cargo should
probably assess whether it would be a good idea or not to use Cargo
here. Maybe there's a way to do roughly the same queries by using
categories instead, and the help of one of the available
DynamicPageList extensions.

Best regards,

--
Jesús Martínez
Ciencia Al Poder

El mié, 27 dic 2023 a las 2:29, Sam Wilson () escribió:
>
> My understanding is that the basic structure of Wikiapiary is firstly a
> system of templates etc that stores data from the sites' pages into SMW
> and then reads it out for various reports; and secondly the scripts that
> populate the wikitext pages with data fetched from the sites (and
> extensions etc). The really valuable bits to me are the fact of having a
> categorized/tagged index to MediaWiki sites, and the extension
> popularity info. The first part of that is most valuable as a
> human-curated thing, so I think that'd make sense to get back online
> even if it wasn't bot-updated. The extension and other site info is
> silly to update by hand, but there isn't an absolute reason that the
> bots doing the updating need to be part of the WikiApiary
> infrastructure, so perhaps if WikiApiary was online, a new system of
> fetching site info could be built.
>
> Then, of course, is the separate issue of *how* to store the info on the
> wiki. It's SMW at the moment, but it sounds like that hits some resource
> issues given the number of queries being run and the amount of data.
> Would Cargo be better? I feel like switching to that would be not an
> insurmountable thing to do (compared to say moving to Wikibase to store
> the data, which would be a bigger restructure). The individual sites'
> pages mightn't even need to be changed (if all the storage/querying
> logic is in templates and modules).
>
> I vote for bringing it online again now, even if it's without SMW or the
> bots, and updating it to the latest MediaWiki. If any of that's possible
> of course.
>
> Thank you for working on it! I'm not sure how much time I've got to
> help, but I'd love to try.
>
> —Sam
>
>
> On 27/12/23 08:47, Mark A. Hershberger wrote:
> > Triple Camera  writes:
> >
> >> The database has been locked for half a year, Bots and editors are
> >> waiting, and they are losing patience. I believe the most urgent thing
> >> to do is to make WikiApiary back online as soon as possible.
> > If we brought WikiApiary back online right now without the bots, would
> > that be acceptable?
> >
> > I'm trying to understand what you need from the site and how you've used
> > it, so any information you have would be useful.
> >
> > If you or other users of the site can let us know how you would like to
> > use it, that well help us make sure we are able bring it back online in
> > as useful a way as possible.
> >
> > Mark.
> >
> ___
> Wikiapiary mailing list -- wikiapiary@lists.wikimedia.org
> To unsubscribe send an email to wikiapiary-le...@lists.wikimedia.org
___
Wikiapiary mailing list -- wikiapiary@lists.wikimedia.org
To unsubscribe send an email to wikiapiary-le...@lists.wikimedia.org
___
Wikiapiary mailing list -- wikiapiary@lists.wikimedia.org
To unsubscribe send an email to wikiapiary-le...@lists.wikimedia.org


Re: [NNagain] The rise and fall of the 90's telecom bubble

2023-11-16 Thread Olivier MJ Crépin-Leblond via Nnagain
y? Regards   Sebastian

RR

Jason




Nnagain mailing list Nnagain@lists.bufferbloat.net
https://lists.bufferbloat.net/listinfo/nnagain



Nnagain mailing list Nnagain@lists.bufferbloat.net
https://lists.bufferbloat.net/listinfo/nnagain



Nnagain mailing list Nnagain@lists.bufferbloat.net
https://lists.bufferbloat.net/listinfo/nnagain



Nnagain mailing list Nnagain@lists.bufferbloat.net
https://lists.bufferbloat.net/listinfo/nnagain

--
Sent from my Android device with K-9 Mail. Please excuse my brevity.


___
Nnagain mailing list
Nnagain@lists.bufferbloat.net
https://lists.bufferbloat.net/listinfo/nnagain


--
Olivier MJ Crépin-Leblond, PhD
http://www.gih.com/ocl.html
___
Nnagain mailing list
Nnagain@lists.bufferbloat.net
https://lists.bufferbloat.net/listinfo/nnagain


[uknof] FW: Update from GOV.UK for: Revised Investigatory Powers Act notices regimes consultation

2023-11-08 Thread Olivier MJ Crépin-Leblond

Dear colleagues,

The UK Government response is finally published - see the links below.
As a reminder, several of us discussed the IPA as well as Online Safety 
Bill at the last UKNOF meeting. The developments relating to both bills 
are of grave concern.

Kindest regards,

Olivier MJ Crépin-Leblond
ISOC UK England Chair


 Forwarded Message 
Subject: 	Update from GOV.UK for: Revised Investigatory Powers Act 
notices regimes consultation

Date:   Wed, 8 Nov 2023 17:33:45 +
From:   GOV.UK Email 
Reply-To:   govuk-email-supp...@digital.cabinet-office.gov.uk
To: o...@gih.com



GOV.UK

<https://www.gov.uk>










Update from GOV.​UK for:


   Revised Investigatory Powers Act notices regimes consultation




   Revised Investigatory Powers Act notices regimes consultation
   
<https://www.gov.uk/government/consultations/revised-investigatory-powers-act-notices-regimes-consultation?utm_medium=email_campaign=govuk-notifications-single-page_source=56bdfe31-6fa3-411f-bd3c-c6f48410d700_content=immediately>

Page summary:
Consultation on possible outcomes for revised Investigatory Powers Act 
(IPA) notices regimes intended to improve the effectiveness of the 
current regimes.


Change made:
Government response added.

Time updated:
5:33pm, 8 November 2023




   Why am I getting this email?

You asked GOV.​UK to send you an email each time we add or update a page 
about:


Revised Investigatory Powers Act notices regimes consultation




Re: [ipv6-wg] Why did the Google IPv6 statistics dropped for the Netherlands?

2023-10-10 Thread Olivier MJ Crépin-Leblond

No noticeable change on content supplier side:
https://ipv6matrix.org/hosts/country-NL

Kindest regards,

Olivier


On 10/10/2023 11:26, Mat Ford via ipv6-wg wrote:

Pick your outlier:

5abe11939cb84340.jpeg
IPv6 Deployment in NL 

public.flourish.studio 






On 10 Oct 2023, at 10:26, Marco Davids (Private) via ipv6-wg 
 wrote:


Hello,

Is there anyone in this group that would dare to speculate on the 
sudden drop in IPv6 adoption for my country, the Netherlands on this URL?


https://www.google.com/intl/en/ipv6/statistics.html#tab=per-country-ipv6-adoption

The drop is best shown here:

https://www.vyncke.org/ipv6status/project.php


--
Marco

--

To unsubscribe from this mailing list, get a password reminder, or 
change your subscription options, please visit: 
https://lists.ripe.net/mailman/listinfo/ipv6-wg



-- 

To unsubscribe from this mailing list, get a password reminder, or change your 
subscription options, please visit: 
https://lists.ripe.net/mailman/listinfo/ipv6-wg


Re: Skill based groups at the ASF

2023-08-29 Thread MJ Foulks
I’d love to see this idea implemented. It will make it easier for new
volunteers to find the things that interest them. Anything that makes new
volunteers feel like they belong is something we should try, even if it’s a
heavy pull to implement.

What can be done to make this easier to implement?


Once new guilds are identified and fleshed out, the website could have
“Guilds” on the banner. Click on it, and there’s a description that warmly
explains what the guilds are (a way to contribute using your personal
skills and interests), and how to join. Then there could be a list of
guilds with a short (one sentence) description. Each guild name could be a
link to click on, which could lead the new volunteer to a page that
celebrates the guild and has a “Join this Guild” button.

My only concern is getting too many guilds that become too specific.
Having too many guilds may make for convoluted communication, so we should
try to identify best ways to group guilds to avoid having too many.
“Writers and Editors, Community and Mentors, Business and Marketing, Our
Code Wizards, Planners and Organizers” are what pop in my head, though I’m
sure there’s more.

Also consider allowing these spaces to be for socializing as well as work.
We have plenty of channels dedicated to just work, but Guild could be a
safe place to grow community and get to know each other via shared
interests. This is something that could go a long way to making all
volunteers, not just newcomers, feel more welcome and at home.

Just brainstorming here, but I think the idea has merit.

—MJ

On Tue, Aug 8, 2023 at 6:54 AM Roman Shaposhnik 
wrote:

> On Mon, Aug 7, 2023 at 9:02 PM Drew Foulks  wrote:
> >
> > Hi All!
> >
> > I'd like to submit an idea for an effort that I'd like to undertake / see
> > undertaken here at the foundation -- I've taken to calling them guilds
> for
> > lack of a better name, which are essentially project independent expert
> > groups that help in a specific capacity (builds, writing, websites, etc)
> to
> > help elevate solutions from the TLP level to the Foundation level.
> >
> > Feedback is appreciated.
>
> FWIW: huge +1 to the idea. Bootstrapping it to make it real would be a bit
> of
> a heavy pull ('cuz I don't think just an ML would do it -- you kind would
> have
> to engage in some level of community building). But if it succeeds --
> that'd
> be awesome. Count me in (Operating Systems, IoT, AI, Cloud Native,
> MLOps/DataOps I guess would be the guilds I'd join in a heartbeat).
>
> Thanks,
> Roman.
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
> For additional commands, e-mail: dev-h...@community.apache.org
>
>


Re: [uknof] Revised Investigatory Powers Act notices regimes consultation

2023-07-31 Thread Olivier MJ Crépin-Leblond

Hello all,

the consultation ended today. For your information, please find the 
Internet Society & UK Chapter of Internet Society response on:

https://isoc-e.org/the-revised-ipa-2016-consultation-response/

Kindest regards,

Olivier Crépin-Leblond
Chair - Internet Society UK Chapter

On 27/07/2023 12:02, Olivier MJ Crépin-Leblond wrote:


Hello all,

We recently learned that the Home Office has launched a consultation 
on the Investigatory Powers Act 
<https://www.gov.uk/government/consultations/revised-investigatory-powers-act-notices-regimes-consultation> 
preceding planned revisions.


Both the Internet Society global and its UK Chapter are particularly 
concerned by certain elements of this including that compliance with 
technical capability notices is required even during the appeal 
process and that operators would need to notify authorities before 
making technical changes that would “impact existing IPA 
capabilities”, which to us sounds like steps towards a 
permission-based approach.


Back in 2016 the UK Chapter of the Internet Society joined other 
organisations to alert the government about the threat to 
permissionless innovation in several parts of the Bill (sadly to no 
avail). Now that there is a consultation, which unfortunately is 
happening in the middle of the summer, I wonder how many people have 
seen it.


The*_deadline for submission is Monday at 11am. _*This means that we 
are working with an incredibly tight timeline.


Is this consultation something that's been on your organisation's 
radar? If so, what is your take on the consultation and if you 
responded, would you mind sharing your response?


Kindest regards,

Olivier Crépin-Leblond
ISOC UK England Chair


[uknof] Revised Investigatory Powers Act notices regimes consultation

2023-07-27 Thread Olivier MJ Crépin-Leblond

Hello all,

We recently learned that the Home Office has launched a consultation on 
the Investigatory Powers Act 
 
preceding planned revisions.


Both the Internet Society global and its UK Chapter are particularly 
concerned by certain elements of this including that compliance with 
technical capability notices is required even during the appeal process 
and that operators would need to notify authorities before making 
technical changes that would “impact existing IPA capabilities”, which 
to us sounds like steps towards a permission-based approach.


Back in 2016 the UK Chapter of the Internet Society joined other 
organisations to alert the government about the threat to permissionless 
innovation in several parts of the Bill (sadly to no avail). Now that 
there is a consultation, which unfortunately is happening in the middle 
of the summer, I wonder how many people have seen it.


The*_deadline for submission is Monday at 11am. _*This means that we are 
working with an incredibly tight timeline.


Is this consultation something that's been on your organisation's radar? 
If so, what is your take on the consultation and if you responded, would 
you mind sharing your response?


Kindest regards,

Olivier Crépin-Leblond
ISOC UK England Chair

Re: [GLLUG] New Free Software Users Group - South Ealing

2023-07-17 Thread MJ via GLLUG
 Gosh, I have a few in common with you David . I never played Cash Flow, 
but read Rich Father, Poor Father and The Quadrant. I use Lineage OS 
18.1 . I gave RMS a hug once 8-( . ASD/ ADHD, what can I say. 

MY own Residential Electricity Generation project is on back burner. 
Only a Chicken Coop of a flat. 

-- 
MJ
==
"AND IF YOU TOLERATE THIS, YOUR CHILDREN WILL BE NEXT" -- MSP
==




On Monday, 17 July 2023 at 16:38:30 BST, James Tobin via GLLUG 
 wrote:


I'll see if I can make one of these David

On Tue, 4 Jul 2023 at 20:59, David Geary via GLLUG
 wrote:
>
> Hi Greater London LUG,
>
> The universe has granted me some free time between 19:00 and 21:00 every 
> Tuesday.
>
> I am spending it at the Rose and Crown Pub, Church Place, South Ealing, W54HN.
>
> All welcome to come and chat about anything really.
>
> My interests, in no particular order, include, but are not limited to:
> - Free Software (https://www.gnu.org/philosophy/philosophy.html)
> - - Debian
> - - LineageOS (https://lineageos.org/)
> - - F-Droid (https://f-droid.org/)
> - - Raspberry Pi
> - - Arduino
> - - The myriad of technologies that these systems enable
> - Creative Commons (https://creativecommons.org/)
> - Esperanto (https://lernu.net/)
> - Residential Electricity Generation, in particular Solar Photovoltaics and 
> Electric Car Charging
> - Democracy, in particular the elimination of Tweedism (See the many 
> presentations on the topic by Lawrence Lessig)
> - Money Management (including CashFlow board game, of which I have a copy and 
> am willing to bring along)
>
> I bring along printouts of selected essays from the book 'Free Software, Free 
> Society: Selected Essays of Richard M. Stallman' 
> (https://www.gnu.org/philosophy/fsfs/rms-essays.pdf).
>
> Hopefully this interests some people.
> Also welcome are ideas on how to get the word out.
>
> Thanks.
>
> --
> David Geary
> --
> GLLUG mailing list
> GLLUG@mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/gllug


-- 
GLLUG mailing list
GLLUG@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/gllug
  -- 
GLLUG mailing list
GLLUG@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/gllug


Re: Nethack General Public License

2023-06-30 Thread MJ Ray



Le 28 juin 2023 16:25:09 GMT+01:00, Joshua Allen  a écrit :
>Dear Debian Legal,
>
>I was going through the Nethack General Public License and even though it is a 
>free software license obviously not compatible with the GNU GPL, how do you 
>maintain it without calling it nethack though since the only official nethack 
>releases can be called nethack. If you were to append the same license on top 
>of the NGPL but remove references to nethack, it would still qualify because 
>the terms are the same im just changing the name of the program derivative.

I don't see the problem with maintaining it. You do not have to remove 
references to nethack. You only cannot call other things nethack inaccurately.

Hope that explains,
-- 
MJR



[2.13.0] - Log overflow & Threads hanged

2023-06-20 Thread MJ
me=(1687272172791, 2023-06-20 10:42:52.791)
[ignite-poc-datanode-131-x4fzx] L=1 - Read lock pageId=844420635164763, 
structureId=1560569965__key_PK##H2Tree [pageIdHex=0002005b, 
partId=65535, pageIdx=91, flags=0002]
[ignite-poc-datanode-131-x4fzx] L=2 - Read lock pageId=844420635197184, 
structureId=1560569965__key_PK##H2Tree [pageIdHex=00027f00, 
partId=65535, pageIdx=32512, flags=0002]
[ignite-poc-datanode-131-x4fzx] L=1 <- Read unlock pageId=844420635164763, 
structureId=1560569965__key_PK##H2Tree [pageIdHex=0002005b, 
partId=65535, pageIdx=91, flags=0002]
..
[ignite-poc-datanode-131-x4fzx] L=2 - Read lock pageId=844420635199249, 
structureId=1560569965__key_PK##H2Tree [pageIdHex=00028711, 
partId=65535, pageIdx=34577, flags=0002]
[ignite-poc-datanode-131-x4fzx] 23-06-20 10:44:05.201 [WARN ] 
page-lock-tracker-timeout o.a.i.i.p.c.CacheDiagnosticManager:127 - Failed to 
save locks dump file.
[ignite-poc-datanode-131-x4fzx] org.apache.ignite.IgniteCheckedException: Work 
directory does not exist and cannot be created: /ignite/work
[ignite-poc-datanode-131-x4fzx] at 
org.apache.ignite.internal.util.IgniteUtils.workDirectory(IgniteUtils.java:9900)
 ~[ignite-core-2.13.0.jar:2.13.0]
[ignite-poc-datanode-131-x4fzx] at 
org.apache.ignite.internal.util.IgniteUtils.defaultWorkDirectory(IgniteUtils.java:9840)
 ~[ignite-core-2.13.0.jar:2.13.0]
[ignite-poc-datanode-131-x4fzx] at 
org.apache.ignite.internal.processors.cache.persistence.diagnostic.pagelocktracker.PageLockTrackerManager.onHangThreads(PageLockTrackerManager.java:153)
 ~[ignite-core-2.13.0.jar:2.13.0]
[ignite-poc-datanode-131-x4fzx] at 
org.apache.ignite.internal.processors.cache.persistence.diagnostic.pagelocktracker.SharedPageLockTracker$TimeOutWorker.iteration(SharedPageLockTracker.java:340)
 ~[ignite-core-2.13.0.jar:2.13.0]
[ignite-poc-datanode-131-x4fzx] at 
org.apache.ignite.internal.util.worker.CycleThread.run(CycleThread.java:49) 
~[ignite-core-2.13.0.jar:2.13.0]
[ignite-poc-datanode-131-z5x4r] 23-06-20 10:44:18.623 [WARN ] 
page-lock-tracker-timeout o.a.i.i.p.c.CacheDiagnosticManager:127 - Threads 
hanged: [(query-#2331%poc%-2376, TIMED_WAITING)]
[ignite-poc-datanode-131-z5x4r] 23-06-20 10:44:18.632 [WARN ] 
page-lock-tracker-timeout o.a.i.i.p.c.CacheDiagnosticManager:127 - Page locks 
dump:
[ignite-poc-datanode-131-z5x4r] Log overflow, size:512, headIdx=512 
[structureId=50, pageIdpageId=844420635194620 [pageIdHex=000274fc, 
partId=65535, pageIdx=29948, flags=0002]]
[ignite-poc-datanode-131-z5x4r] Thread=[name=query-#2331%poc%, id=2376], 
state=TIMED_WAITING
[ignite-poc-datanode-131-z5x4r] Locked pages = 
[844420635194620[000274fc](r=1|w=0),844420635201360[000200008f50](r=1|w=0)]




Thanks,
MJ

Re: Ignite Affinity - sql join Question

2023-06-14 Thread MJ
Tested SqlQueriesExample.java of ignite 2.13.0 - the inside sqlQueryWithJoin 
method, it still prints out below warning message when executing the join sql 
on COLLOCATED_PERSON_CACHE. So that's a false positive ?
[ WARN] - For join two partitioned tables join condition should contain the 
equality operation of affinity keys. Left side: PERSON; right side: ORGANIZATION





Thanks



---Original---
From: "Jiang Jacky"https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/sql/SqlQueriesExample.java
 
 
 
  
 
 Get Outlook for iOS
 
 
 From: MJ <6733...@qq.com
 Sent: Tuesday, June 13, 2023 1:24:48 AM
 To: user https://ignite.apache.org/docs/latest/data-modeling/affinity-collocation and 
added with some additional annotation changes. 
 

 
public class AffinityCollocationExample2 {
 
 
 
static class Person {
 
 @QuerySqlField(index = true)
 
 private int id;
 
 @QuerySqlField(index = true)
 
 private String companyId;
 
 @QuerySqlField
 
 private String name;
 

 
 public Person(int id, String 
companyId, String name) {
 
 this.id  = 
id;
 
 
this.companyId  = companyId;
 
 this.name  = 
name;
 
 }
 

 
 public int getId() {
 
 return id;
 
 }
 
 }
 

 
 static class PersonKey {
 
 private int id;
 

 
 @AffinityKeyMapped
 
 private String companyId;
 

 
 public PersonKey(int id, String 
companyId) {
 
 this.id  = 
id;
 
 
this.companyId  = companyId;
 
 }
 
 }
 

 
 static class Company {
 
 
 
@QuerySqlField(index  = true)
 
 private String id;
 
 @QuerySqlField
 
 private String name;
 

 
 public Company(String id, String 
name) {
 
 this.id  = 
id;
 
 this.name  = 
name;
 
 }
 

 
 public String getId() {
 
 return id;
 
 }
 
 }
 

 
 public void configureAffinityKeyWithAnnotation() {
 
 CacheConfiguration

Re: Ignite Affinity - sql join Question

2023-06-12 Thread MJ
No luck. With the change its throwing exception BinaryObjectImpl cannot 
be cast to java.lang.String when it tried to put a new entey into 
"companies" cache.


Beside, there is already the @AffinityKeyMapped annotation on companyId field 
of PersioKey class. AffinityKey needs to be marked on sql join's both 
left and right sides?


Thanks,
MJ



---Original---
From: "Jiang Jacky"https://ignite.apache.org/docs/latest/data-modeling/affinity-collocation and 
added with some additional annotation changes. 
 

 
public class AffinityCollocationExample2 {
 
 
 
static class Person {
 
 @QuerySqlField(index = true)
 
 private int id;
 
 @QuerySqlField(index = true)
 
 private String companyId;
 
 @QuerySqlField
 
 private String name;
 

 
 public Person(int id, String 
companyId, String name) {
 
 this.id  = 
id;
 
 
this.companyId  = companyId;
 
 this.name  = 
name;
 
 }
 

 
 public int getId() {
 
 return id;
 
 }
 
 }
 

 
 static class PersonKey {
 
 private int id;
 

 
 @AffinityKeyMapped
 
 private String companyId;
 

 
 public PersonKey(int id, String 
companyId) {
 
 this.id  = 
id;
 
 
this.companyId  = companyId;
 
 }
 
 }
 

 
 static class Company {
 
 
 
@QuerySqlField(index  = true)
 
 private String id;
 
 @QuerySqlField
 
 private String name;
 

 
 public Company(String id, String 
name) {
 
 this.id  = 
id;
 
 this.name  = 
name;
 
 }
 

 
 public String getId() {
 
 return id;
 
 }
 
 }
 

 
 public void configureAffinityKeyWithAnnotation() {
 
 CacheConfiguration

Ignite Affinity - sql join Question

2023-06-12 Thread MJ
hi Igniters,


Can you pls advise below ?
 
It always prints out below WARN message in server side when I am trying to use 
the sql join . Anything wrong with my configuration or testing code ? Is 
it possible  to eliminate that WARN message ?
 

 
[ WARN] org.apache.ignite.internal.processors.query.h2.QueryParser - For join 
two partitioned tables join condition should contain the equality  operation of 
affinity keys. Left side: PERSON; right side: COMPANY
 

 
Ignite version: 2.13.0
 
see below test code, which is extracted from 
https://ignite.apache.org/docs/latest/data-modeling/affinity-collocation and 
added with some additional annotation changes. 
 

 
public class AffinityCollocationExample2 {
 
 
 
static class Person {
 
 @QuerySqlField(index = true)
 
 private int id;
 
 @QuerySqlField(index = true)
 
 private String companyId;
 
 @QuerySqlField
 
 private String name;
 

 
 public Person(int id, String 
companyId, String name) {
 
 this.id  = 
id;
 
 
this.companyId  = companyId;
 
 this.name  = 
name;
 
 }
 

 
 public int getId() {
 
 return id;
 
 }
 
 }
 

 
 static class PersonKey {
 
 private int id;
 

 
 @AffinityKeyMapped
 
 private String companyId;
 

 
 public PersonKey(int id, String 
companyId) {
 
 this.id  = 
id;
 
 
this.companyId  = companyId;
 
 }
 
 }
 

 
 static class Company {
 
 
 
@QuerySqlField(index  = true)
 
 private String id;
 
 @QuerySqlField
 
 private String name;
 

 
 public Company(String id, String 
name) {
 
 this.id  = 
id;
 
 this.name  = 
name;
 
 }
 

 
 public String getId() {
 
 return id;
 
 }
 
 }
 

 
 public void configureAffinityKeyWithAnnotation() {
 
 CacheConfiguration

Re: [GLLUG] Host for my business and music band colaboration via Jitsi and BB over single domain

2023-06-02 Thread MJ via GLLUG
 Hi Marco,

A friend purchased bikefi.x domain for us, but has has difficulties getting to 
the interface for it. 
How much to use that and get wordpress , but I need a payment module included 
please?

Thanks
-- 
MJ
==
"AND IF YOU TOLERATE THIS, YOUR CHILDREN WILL BE NEXT" -- MSP
==


 On Wednesday, 24 May 2023 at 18:27:16 BST, Marco van Beek via GLLUG 
 wrote:  
 
 Hi,

I might be able to help. I am an ex-concert touring crew person and have 
my own hardware in a server farm in the UK for which we do web and email 
hosting, amongst other things.

Cheers,

Marco

On 24/05/2023 18:20, MJ via GLLUG wrote:
> Dear Yall!
> is there a bunch of peeps I should entrust my life in this subject matters 
> above.
> I hope to have my own Jitsi, Wordpress or and Concrete9 instals.
> With Thanks.


-- 
GLLUG mailing list
GLLUG@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/gllug
  -- 
GLLUG mailing list
GLLUG@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/gllug


[frameworks-kirigami] [Bug 469950] Tooltip bug: Tooltip appears behind the sidebar

2023-05-25 Thread Aakarsh MJ
https://bugs.kde.org/show_bug.cgi?id=469950

--- Comment #3 from Aakarsh MJ  ---

(In reply to Aakarsh MJ from comment #2)
> (In reply to Nate Graham from comment #1)
> > Cannot reproduce in Discover on KF6 + Plasma 6.
> 
> Let me check that on tokodon against KF6 branch. But I would probably be
> check that by the end of today.

sorry for the late reply busy with exams but umm yeah it persists.

-- 
You are receiving this mail because:
You are watching all bug changes.

[GLLUG] Host for my business and music band colaboration via Jitsi and BB over single domain

2023-05-24 Thread MJ via GLLUG
Dear Yall!
is there a bunch of peeps I should entrust my life in this subject matters 
above. 
I hope to have my own Jitsi, Wordpress or and Concrete9 instals.
With Thanks.
-- 
MJ
==
"AND IF YOU TOLERATE THIS, YOUR CHILDREN WILL BE NEXT" -- MSP
==

-- 
GLLUG mailing list
GLLUG@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/gllug


[frameworks-kirigami] [Bug 469950] Tooltip bug: Tooltip appears behind the sidebar

2023-05-19 Thread Aakarsh MJ
https://bugs.kde.org/show_bug.cgi?id=469950

--- Comment #2 from Aakarsh MJ  ---
(In reply to Nate Graham from comment #1)
> Cannot reproduce in Discover on KF6 + Plasma 6.

Let me check that on tokodon against KF6 branch. But I would probably be check
that by the end of today.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kirigami] [Bug 469950] New: Tooltip bug: Tooltip appears behind the sidebar

2023-05-18 Thread Aakarsh MJ
https://bugs.kde.org/show_bug.cgi?id=469950

Bug ID: 469950
   Summary: Tooltip bug: Tooltip appears behind the sidebar
Classification: Frameworks and Libraries
   Product: frameworks-kirigami
   Version: 5.104.0
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: mj.aka...@gmail.com
CC: notm...@gmail.com
  Target Milestone: Not decided

Created attachment 159078
  --> https://bugs.kde.org/attachment.cgi?id=159078=edit
'Close Window' tooltip comes behind the sidebar

SUMMARY
ToolTip bug which is causing it to appear behind the sidebar(encountered in
Tokodon)

STEPS TO REPRODUCE: (encountered in Tokodon)
1. Click on the sidebar
2. Hover over the X icon
3. Tooltip appears behind the sidebar (Note: Resolution must be that of a phone
to reproduce this bug)

OBSERVED RESULT
Close window ToolTip appears behind sidebar.

EXPECTED RESULT
The tooltip should appear in front of sidebar.


SOFTWARE/OS VERSIONS
Fedora SPIN 37
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.104.0
Qt Version: 5.15.8


As you can see in the screenshot the ToolTip is appearing behind the sidebar

-- 
You are receiving this mail because:
You are watching all bug changes.

Re: [Xastir] Receiving messages

2023-05-17 Thread MJ Inabnit


Hi agn Phil,

Name is Jaye, not Jay

What's your call and what SSID are you using?  I'll transmit a test
message in your general direction.  :)

73
Jaye

On 5/17/23 6:22 PM, Phil wrote:
> 
> On 18/5/23 11:00, MJ Inabnit wrote: looks
> 
>> Yes, xastir receives message very well.
> 
> Thank you Jay,
> 
> Under the menu item "Messages" I can see how to send a message but not
> how to receive one or how to be notified if I have received a message.
> 


-- 

wishing you well
Jaye, ke6sls--via the toshiba w/thunderchicken
___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] Receiving messages

2023-05-17 Thread MJ Inabnit


Hi Phil,

I run the Humboldt APRS net every Monday.  I receive dozens of check-ins
each week.

Yes, xastir receives message very well.  I even added a sound file that
notifies me on each arrival with an R2D2 beep beep! :)

73
Jaye

On 5/17/23 4:04 PM, Phil wrote:
> 
> On 17/5/23 21:27, st...@coastaldatasystems.com wrote:
>> There is also the point that the mobile station may be, well, mobile. I'm
>> not going to be trying to type a reply to a station when I'm doing
>> 60-70 mph
>> down the road.
> 
> What I really wanted to know if it's possible to receive a message via
> Xastir; I don't think so.
> 


-- 

wishing you well
Jaye, ke6sls--via the toshiba w/thunderchicken
___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


[v8-dev] Chrome Integration Version:111.0.5563.116

2023-04-27 Thread Ashwin MJ
Hi Team,

I am trying to integrate chrome apk along with trichromelibrary for the 
version 111.0.5563.116 in AOSP. I am stuck with this dexpreopt issue while 
integration. I am stuck at the following error:
*Error Message:*
-
[ 97% 47480/48589*] TrichromeLibrary dexpreopt*
FAILED: 
out/target/product/qssi/obj/APPS/TrichromeLibrary_intermediates/dexpreopt.zip
/bin/bash -c "bash 
out/target/product/qssi/obj/APPS/TrichromeLibrary_intermediates/dexpreopt.sh 
vendor/partner_gms/apps/Chrome/TrichromeLibrary_arm64.apk 
out/target/product/qssi/obj/APPS/TrichromeLibrary_intermediates/dexpreopt.zip"
dex2oatd64 E 04-24 13:21:27  3276  3276 oat_writer.cc:571] No dex files in 
zip file '/product/app/Trichrom*eLibrary/TrichromeLibrary.apk': Entry not 
found*
error: 
out/target/product/qssi/obj/APPS/TrichromeLibrary_intermediates/dexpreopt.sh:23 
exited with status 1
error in command:
---

I have used LOCAL_DEX_PREOPT := false in Android.mk file and it resolves 
the issue. However, there is no optimization and it impacts on the 
performance.

Is there any better solution so that I can maintain the performance and 
optimize the code? Kindly Suggest.

Integrated following apks 
at qssi/LA.QSSI/LINUX/android/vendor/partner_gms/apps/Chrome
Chrome64_x86_64.apk
Chrome_arm.apk 
Chrome_x86.apk
Chrome64_arm64.apk
Chrome_arm64.apk
Chrome_x86_64.apk 
TrichromeLibrary64_x86_64.apk
TrichromeLibrary_arm.apk
TrichromeLibrary_x86.apk
TrichromeLibrary64_arm64.apk
TrichromeLibrary_arm64.apk
TrichromeLibrary_x86_64.apk

Kindly, suggest.

Thanks,
Ash

-- 
-- 
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-dev/d49dee39-5bcb-425c-8858-245a403924d0n%40googlegroups.com.


Re: Raspberry Pi 3 and NetBSD 10.0_BETA - WiFi stops working after few hours and wonky USB keyboard

2023-03-26 Thread MJ




On 27/03/2023 7:26 am, Bartek Krawczyk wrote:

Hi,
is anybody using a Raspberry Pi 3 daily? I've been testing it with 10.0_BETA 
(tried -current from a week back but didn't boot) and I'm experiencing 
intermittent problems with WiFi and USB keyboard.

I'm currently compiling packages from pkgsrc-current to test the future 2023Q1 
release and right now I'm at security/ca-certificates (btw. this one is a beast 
to build: llvm, rust, damn). The load during compile is around 1-1.5 and 
usually 1 or 2 cores are utilized (Rpi3 has 4 cores).

First problem I noticed is that USB keyboard is "wonky". It repeats my keystrokes a bunch of times until I hit a different key. 


I had noticed this when testing the RPI 3B under NetBSD 9.x. I only used the keyboard to 
install and then went straight to headless, but yes, when I hit return/enter for 
something, it would scroll off the page until I "smashed" a few more keys. I 
don't recall it happening for other keys though.

[...]


Another problem is that after a while - hours, tens of hours the Pi stops 
responding over network, my router/ap (MikroTik) shows stuff like:


I have heard the WiFi on these is terrible, so you're probably not configuring 
or doing anything wrong.

Perhaps the device is going into power saving mode and your connection 
terminates?

You could mitigate this by using whatever gets your wifi back by placing it in 
a script and pinging a known site. Once the site no longer responds, write a 
message to the log using logger and restart wpa_supplicant.

Another thing, change the channel of the router, perhaps there's interference 
from others around you?

Cheers
Matt.



[kalendar] [Bug 466569] Accessibility: Buggy keyboard Navigation under Configure Kalendar

2023-02-28 Thread Aakarsh MJ
https://bugs.kde.org/show_bug.cgi?id=466569

Aakarsh MJ  changed:

   What|Removed |Added

   Assignee|claudio.cam...@kde.org  |mj.aka...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[Tokodon] [Bug 466573] Accessibility: Keyboard Navigation is a bit buggy under Settings

2023-02-27 Thread Aakarsh MJ
https://bugs.kde.org/show_bug.cgi?id=466573

Aakarsh MJ  changed:

   What|Removed |Added

 CC||mj.aka...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[Tokodon] [Bug 466573] New: Accessibility: Keyboard Navigation is a bit buggy under Settings

2023-02-27 Thread Aakarsh MJ
https://bugs.kde.org/show_bug.cgi?id=466573

Bug ID: 466573
   Summary: Accessibility: Keyboard Navigation is a bit buggy
under Settings
Classification: Applications
   Product: Tokodon
   Version: 23.01.0
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: mj.aka...@gmail.com
CC: c...@carlschwan.eu, j...@redstrate.com
  Target Milestone: ---

Created attachment 156814
  --> https://bugs.kde.org/attachment.cgi?id=156814=edit
Video referrence showing the bug

SUMMARY
While trying to navigate through settings using Keyboard specifically tabbing
through the different settings options once the selection goes out of view the
settings does not scroll automatically scroll to show the selection.


STEPS TO REPRODUCE
1. Open Settings 
2. Use Tab to navigate through various options 
3. Once the selection reaches the end most option of the view using Tab again
the selection goes out of view

OBSERVED RESULT
Option selected is out of view

EXPECTED RESULT
It should scroll automatically to show the selection.

SOFTWARE/OS VERSIONS
Linux: Fedora Linux 37
(available in About System)
KDE Plasma Version: 5.27.0
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8


ADDITIONAL INFORMATION
None

-- 
You are receiving this mail because:
You are watching all bug changes.

[kalendar] [Bug 450461] Feature Request: send reminder for missed events

2023-02-27 Thread Aakarsh MJ
https://bugs.kde.org/show_bug.cgi?id=450461

Aakarsh MJ  changed:

   What|Removed |Added

 CC||mj.aka...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kalendar] [Bug 466569] Accessibility: Buggy keyboard Navigation under Configure Kalendar

2023-02-27 Thread Aakarsh MJ
https://bugs.kde.org/show_bug.cgi?id=466569

Aakarsh MJ  changed:

   What|Removed |Added

 CC||mj.aka...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kalendar] [Bug 466569] New: Accessibility: Buggy keyboard Navigation under Configure Kalendar

2023-02-27 Thread Aakarsh MJ
https://bugs.kde.org/show_bug.cgi?id=466569

Bug ID: 466569
   Summary: Accessibility: Buggy keyboard Navigation under
Configure Kalendar
Classification: Applications
   Product: kalendar
   Version: 22.12.2
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: claudio.cam...@kde.org
  Reporter: mj.aka...@gmail.com
CC: c...@carlschwan.eu
  Target Milestone: ---

Created attachment 156811
  --> https://bugs.kde.org/attachment.cgi?id=156811=edit
It basically shows the scrolling bug. PS: please mute the audio I am sorry for
the background noise.

SUMMARY
While using Keyboard Navigation to access the Appearance Tab under configure
Kalendar this issue is encountered. On pressing Tab to move to the next
element, if the selection goes out of view, settings does not auto scroll to
show the selection.


STEPS TO REPRODUCE
1. Open 'Configure Kalendar' under 'Settings'.
2. Use Tab for navigating the settings options under 'Appearance Tab'.
3. When you reach the bottom option visible in the view, on pressing Tab it
goes to the next selection present outside the view but settings does not
scroll down to show the selection.

OBSERVED RESULT
settings does not scroll automatically when the selection moves out of view.

EXPECTED RESULT
settings should scroll automatically when the selection moves out of view.

SOFTWARE/OS VERSIONS
Linux: Fedora Linux 37
(available in About System)
KDE Plasma Version: 5.27.0
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8

ADDITIONAL INFORMATION
none

-- 
You are receiving this mail because:
You are watching all bug changes.

Re: [Koha] Upgrade - Error - Missing - Koha?

2023-02-20 Thread MJ Ray


Le 17 février 2023 11:09:33 GMT+00:00, "Chief Librarian, SAIACS" 
 a écrit :
>E: Failed to fetch
>http://security.ubuntu.com/ubuntu/pool/main/a/apache2/apache2-data_2.4.41-4ubuntu3.13_all.deb
> 500  Internal Server Error [IP: 185.125.190.39 80]
>E: Unable to fetch some archives, maybe run apt-get update or try with
>--fix-missing?
>
>Could someone share insights on how to fix this?.

Can you download 
http://security.ubuntu.com/ubuntu/pool/main/a/apache2/apache2-data_2.4.41-4ubuntu3.13_all.deb
 in a browser?

If not, there may be some problem accessing that server somewhere between you 
and it, or the security.ubuntu server might have been down (but it isn't now).

If so, maybe some cute firewall between your server and security.ubuntu is 
messing up.

Hope that helps,
-- 
MJR
software.coop koha support
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: Mystical issue with NetBSD and opening Russian Bank site chelinvest.ru

2022-11-02 Thread MJ




On 2/11/2022 1:53 pm, Dmitrii Postolov wrote:

Topic: Mystical issue with NetBSD and opening Russian Bank site chelinvest.ru

Hi! Sorry for my bad English...

The NetBSD version: 9.3_STABLE 02 Nov 06:28 +05 2022

I am client of Russian Bank Chelyabinvestbank. His website is 
https://chelinvest.ru
This website successfully opens on FreeBSD and FF-ESR with settings by default
and redirection occurs to https://chelinvest.ru/?ckattempt=1

On NetBSD 9.3_STABLE and FF-ESR (102.1.0, latest version from binary repository 
cdn.netbsd.org/.../9.0_current) while trying to open this site, endlessly 
spinning progress and the site does not open.

In rare instances if force site adress to 'https://chelinvest.ru/?ckattempt=1'
this site is successfully open on NetBSD, but it is very rare. Basically, this 
site under NetBSD never opens.

Mystical issue is that open this site in another PC with FreeBSD and after that 
go to the separate PC with NetBSD and trying to open it, then site 
https://chelinvest.ru successfully opens on NetBSD and FF-ESR for for a while 
but after some time the problem repeats again.


I'm no web expert BUT this seems like a cookie issue. Once FreeBSD saves/stores 
the cookie and that is verified by the other end, the remote system doesn't 
know that the next PC you use is running NetBSD so it permits you to continue. 
It then fails because of a cookie timeout of something. This implies the cookie 
can in no way be related to certificates (well you'd damn well hope so!), so 
your thoughts of certificates is probably correct; they are not the problem.

So, are there any add-ons to FF? Look at permissions of the directory firefox 
saves its cookies into.
Cheers
MJ



[ceph-users] Re: cephfs ha mount expectations

2022-10-26 Thread mj

Hi all,

Thanks for the interesting discussion. Actually it's a bit disappointing 
to see that also cephfs with multiple MDS servers is not as HA as we 
would like it.


I read also that filover time depends on the number of clients. We will 
only have three, and they will not do heavy IO. So that should perhaps 
help a bit.


Is there any difference between an 'uncontrolled' ceph server 
(accidental) reboot, and a controlled reboot, where we (for example) 
first failover the MDS in a controlled, gentle way?


MJ

Op 26-10-2022 om 14:40 schreef Eugen Block:
Just one comment on the standby-replay setting: it really depends on the 
use-case, it can make things worse during failover. Just recently we had 
a customer where disabling standby-replay made failovers even faster and 
cleaner in a heavily used cluster. With standby-replay they had to 
manually clean things up in the mounted directory. So I would recommend 
to test both options.


Zitat von William Edwards :

Op 26 okt. 2022 om 10:11 heeft mj  het volgende 
geschreven:


Hi!

We have read https://docs.ceph.com/en/latest/man/8/mount.ceph, and 
would like to see our expectations confirmed (or denied) here. :-)


Suppose we build a three-node cluster, three monitors, three MDSs, 
etc, in order to export a cephfs to multiple client nodes.


On the (RHEL8) clients (web application servers) fstab, we will mount 
the cephfs like:


cehp1,ceph2,ceph3:/ /mnt/ha-pool/ ceph 
name=admin,secretfile=/etc/ceph/admin.secret,noatime 0 2


We expect that the RHEL clients will then be able to use (read/write) 
a shared /mnt/ha-pool directory simultaneously.


Our question: how HA can we expect this setup to be? Looking for some 
practical experience here.


Specific: Can we reboot any of the three involved ceph servers 
without the clients noticing anything? Or will there be certain 
timeouts involved, during which /mnt/ha-pool/ will appear 
unresposive, and *after* a timeout the client switches monitor node, 
and /mnt/ha-pool/ will respond again?


Monitor failovers don’t cause a noticeable disruption IIRC.

MDS failovers do. The MDS needs to replay. You can minimise the effect 
with mds_standby_replay.




Of course we hope the answer is: in such a setup, cephfs clients 
should not notice a reboot at all. :-)


All the best!

MJ
___
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io



___
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io




___
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io

___
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io


[ceph-users] cephfs ha mount expectations

2022-10-26 Thread mj

Hi!

We have read https://docs.ceph.com/en/latest/man/8/mount.ceph, and would 
like to see our expectations confirmed (or denied) here. :-)


Suppose we build a three-node cluster, three monitors, three MDSs, etc, 
in order to export a cephfs to multiple client nodes.


On the (RHEL8) clients (web application servers) fstab, we will mount 
the cephfs like:



cehp1,ceph2,ceph3:/ /mnt/ha-pool/ ceph 
name=admin,secretfile=/etc/ceph/admin.secret,noatime 0 2


We expect that the RHEL clients will then be able to use (read/write) a 
shared /mnt/ha-pool directory simultaneously.


Our question: how HA can we expect this setup to be? Looking for some 
practical experience here.


Specific: Can we reboot any of the three involved ceph servers without 
the clients noticing anything? Or will there be certain timeouts 
involved, during which /mnt/ha-pool/ will appear unresposive, and 
*after* a timeout the client switches monitor node, and /mnt/ha-pool/ 
will respond again?


Of course we hope the answer is: in such a setup, cephfs clients should 
not notice a reboot at all. :-)


All the best!

MJ
___
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io


[Xastir] exit kiss on close

2022-10-13 Thread MJ Inabnit


I am trying to figure out the trick for xastir to run the kiss-off.pl
file on exit to return my tnc to command mode.  The file is there and
I've manually tested it & it works.

Where/how to find the setting with serial kiss tnc device?

TU & 73
j

-- 

wishing you well
Jaye, ke6sls--via the toshiba w/thunderchicken
___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


[Xastir] kiss-off fails Mint 20.3

2022-10-13 Thread MJ Inabnit


A few of us are testing the perl script kiss-off.pl and tonight I've
discovered it no longer works on my Mint 20.3.  I KNOW it worked on my
prior OS.  I get this error:

jaye@ham:~$ sudo ./kiss_off.pl >/dev/ttyUSB1

./kiss_off.pl: 19: Syntax error: word unexpected (expecting ")")

My friend is running Ubuntu 22.04 with same error.

What failed and how can I get this to work again?

I REALLY don't want to have to take the TNC apart and I have a packet
net tomorrow afternoon!  :|

Tnx all, 73
j

-- 

wishing you well
Jaye, ke6sls--via the toshiba w/thunderchicken
___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [cooperation-wg] good news from Plenipot

2022-09-29 Thread Olivier MJ Crépin-Leblond
In historic elections, Bogdan-Martin received the majority of Member 
State votes, pledging meaningful connectivity as her goal. She will be 
the first woman to lead the UN specialized agency in its 157-year history


Announcement on:
https://www.itu.int/en/mediacentre/Pages/PR-2022-09-29-ITU-SG-elected-Doreen-Bogdan-Martin.aspx

Full results on:
https://pp22.itu.int/en/elections/elections-results/

Worth noting that Tomas Lamanauskas was elected to the position of 
Deputy Secretary General. He is also a strong advocate of dialogue, 
collaboration, transparency and sustainability in the wider sense.


Kindest regards,

Olivier

On 29/09/2022 19:32, Jim Reid wrote:

And I thought I’d never see those words in a Subject: header. :-)

Doreen Bogdan-Martin has just been elected as secretary-general of the ITU. 
She’s also the first woman to get the job and she may well the first woman to 
lead a UN agency.


-- 

To unsubscribe from this mailing list, get a password reminder, or change your 
subscription options, please visit: 
https://lists.ripe.net/mailman/listinfo/cooperation-wg


Re: Build original Csh on Linux and FreeBSD.

2022-09-04 Thread MJ




On 5/09/2022 12:05 am, Matheus wrote:

Tried three sources, from Debian, NetBSD and OpenBSD, but no luck. I can run 
the Debian binary, but really wish to build the sources.
Here are the errors I get: http://bwass.org/bucket/err_csh.txt



That looks like openbsd source, as it seems (obviously) to be riddled with 
pledge calls and therefore is likely unusable unless you want to spend time 
removing all the calls.
Best to stick to NetBSD source as it looks cleaner.



Re: Build original Csh on Linux and FreeBSD.

2022-09-03 Thread MJ




On 3/09/2022 8:26 pm, Matheus wrote:

Csh is a hard-link to Tcsh in FreeBSD. NetBSD contains the sources of the 
original Csh, but FreeBSD doesn't.
https://www.freebsd.org/cgi/man.cgi?query=csh
https://man.netbsd.org/csh
I was hoping I could build Csh's sources under other Unix systems, but that 
seems inviable.
 Original Message 
On Sep 3, 2022, 03:55, MJ < mafsys1...@gmail.com> wrote:


On 3/09/2022 5:21 am, Matheus wrote: > Hello. I'd like to know if it's possible to build Csh (not Tcsh) on Linux and FreeBSD. Pkgsrc doesn't have the sources for Csh, though they're found in the system's sources, located in bin/csh. > > There's a package in Debian's repository, but doesn't build, and many errors pop up when building on FreeBSD, using the sources from NetBSD. > > Thanks in advance. csh is already in FreeBSD as the default shell for root. What are you trying to accomplish here? 



Ok, so are the only sources you tried from NetBSD? Perhaps OpenBSD's?
The errors you're encountering, are they easy or hard to overcome?



Re: Build original Csh on Linux and FreeBSD.

2022-09-03 Thread MJ




On 3/09/2022 5:21 am, Matheus wrote:

Hello. I'd like to know if it's possible to build Csh (not Tcsh) on Linux and 
FreeBSD. Pkgsrc doesn't have the sources for Csh, though they're found in the 
system's sources, located in bin/csh.

There's a package in Debian's repository, but doesn't build, and many errors 
pop up when building on FreeBSD, using the sources from NetBSD.

Thanks in advance.


csh is already in FreeBSD as the default shell for root.

What are you trying to accomplish here?



Re: "Failed to start Create System Users" when booting Debian 10 rootfs from NFS mount.

2022-09-01 Thread mj

Hi,

A suggestion: we've had issues in the past, where on NFS root the issue 
was that setting "Linux Capabilities" (setcap) fails, because NFS does 
not support the extended attributes to store them.


Perhaps that is your issue as well?

MJ

Op 16-08-2022 om 21:58 schreef Lie Rock:

Hi,

I'm trying to bring up the Debian 10 root file system on an ARM SoC 
board. When the rootfs was in an SD card the board worked well. When I 
put the rootfs on an NFS server and tried to boot the board through NFS 
mount, it reported error through serial port:


|[FAILED] Failed to start Create System Users. See 'systemctl status 
systemd-sysusers.service' for details. |


And this is the only error message printed out. The board went all the 
way to login inputI, but I could not login with any of 
the preset accounts including root (because no users have been created 
as it suggested?), and I didn't see any way to run commands to check 
system status for details.


So how is the process "create system users" performed when Linux/Debian 
starts? What can be contributing to this error?


Any suggestions would be greatly appreciated.

Rock





[git-users] Re: There is no tracking information for the current branch.

2022-08-19 Thread MJ Hennebry
One reason that I approach git with fear and
trepidation is that the first time I tried to use it,
the repository was the output of a tool that,
unbeknownst to me, produced a bare repository.
I never did figure out how to do anything with it.

Other than imply --bare , I'm not at all sure what --mirror does.
git help clone
doesn't really help all that much.
It is written in git-speak.
By the time I understand enough git-speak to understand git help clone ,
I probably will not need git help clone .

To use a mirror repository for completeness-checking,
I'd need to clone it.
Absent the --mirror or --bare options,
a working tree would occur, correct?

following=tracking, correct?

What would cause a repository to forget its tracking information?
That seems to have happened.

In the usual case,
git fetch would update origin/master from its mother, correct?

I'm not following the paragraph "It then ".

Thank you for your time and attention.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/beb2c369-2fc5-413e-bdf4-834e79f0a2f7n%40googlegroups.com.


[git-users] There is no tracking information for the current branch.

2022-08-18 Thread MJ Hennebry
I have a git repository I use for all related work.
I cloned it for two reasons:
A backup.
Allow testing whether everything needed is under version control.

This seems like something that should be easy.
If I cannot do it, I might have to give up on version control,
as git seems to have conquered the world.

To be clear, by "cloned", I mean that I made it with git clone.
I want to maintain the clone as a more or less exact copy of its mother.
The clone, of course, would remember its mother.

>From git help fetch and git help pull , I gathered I could do this.
Nyet.
No combination of git fetch and git pull seems to do the trick.
Eventually I got
[hennebry@fedora sqrt-g]$ git pull
\There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

git pull  

If you wish to set tracking information for this branch you can do so with:

git branch --set-upstream-to=origin/ master

[hennebry@fedora sqrt-g]$ gvim /tmp/git.txt
[hennebry@fedora sqrt-g]$ pwd
/home/hennebry/sqrt-g
[hennebry@fedora sqrt-g]$ git branch
  corrections
* master
  split1
[hennebry@fedora sqrt-g]$ 

I am not happy.
What happened?
How do I do what I want to do?
Will I have to process each branch one at a time?
That could be difficult, since at the moment,
I cannot even process one branch.
git fetch --all ?

The mother is on an SD card that through USB has
been continuously connected to my PC at all times.
The clone is on my hard drive.

[hennebry@fedora sqrt-g]$ git remote -v
origin/run/media/hennebry/data2/mathprog/sqrt-g (fetch)
origin/run/media/hennebry/data2/mathprog/sqrt-g (push)
[hennebry@fedora sqrt-g]$ [hennebry@fedora sqrt-g]$ git diff
[hennebry@fedora sqrt-g]$ git merge
fatal: No remote for the current branch.
[hennebry@fedora sqrt-g]$ 


-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/46b50c62-96d6-4812-bcc2-48942da5b454n%40googlegroups.com.


Re: [gtkmm4] Help on DrawingArea plus Mouse Activity

2022-07-26 Thread Mj Mendoza IV via gtkmm-list
Hi Andrew!

Thanks for porting the demo code.  I saw the GTK version earlier but I'm
not familiar on Gtkmm4 API to actually port the GTK version.  I'm still
halfway in porting my code, but I can draw now so I feel like it's better
progress now than without your gtkmm ported version of the GTK demo.

Kjell thanks for the link.  I've always been referring to the developer-old
gtkmm tutorial -- I'm still wondering why it's developer-old -- prolly
cooking something new?

~creek23

On Sun, Jul 10, 2022, 04:29 Kjell Ahlstedt  wrote:

> Den 2022-07-09 kl. 20:02, skrev Mj Mendoza IV via gtkmm-list:
>
>
> I've tried the Cairo-based Clock demo, and adjusted my code to reflect
> needed changes to port to gtkmm4.  Now, I'm currently missing mouse
> activities.
>
> In addition to what Andrew Potter suggested, if you want to track all
> mouse movements, use Gtk::EventControllerMotion.
>
> Just about everything that was done in event signal handlers in gtkmm3 is
> now done with the many subclasses of Gtk::EventController.
>
>
> I've read the gtkmm4 changes section
> <https://developer-old.gnome.org/gtkmm-tutorial/unstable/gtkmm-tutorial.html#changes-gtkmm4>
> of the tutorial (
> https://developer-old.gnome.org/gtkmm-tutorial/unstable/gtkmm-tutorial.html#changes-gtkmm4)
> but content is more of a note than actual information for beginner porters
> like me.
>
> I don't think anyone will ever take the time to write a real migration
> guide from gtkmm3 to gtkmm4.
>
> The documentation at developer-old.gnome.org
> <https://developer-old.gnome.org/gtkmm-tutorial/unstable/gtkmm-tutorial.html#changes-gtkmm4>
> is not updated any more. If you want to see the latest version of the
> gtkmm4 tutorial, look at
> https://gnome.pages.gitlab.gnome.org/gtkmm-documentation.
>
>
>
___
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list


Google Ads API Query vs Google Ads UI Discrepancy in Impressions and Conversions

2022-07-20 Thread MJ Steenberg
Hi Google Ads API Support,

I've pulled my Google Ads data into BigQuery and I'm attempting to pull 
specific data using standard SQL queries - I'm attempting to get my values 
as accurate to the UI as possible.

Campaign Level + Ad Group level all metrics are 100% except for my Impr. 
and Conv.

I've recently learned that these discrepancies in Impressions and 
Conversions are normal. Could you provide me with SQL logic that accurately 
reflects what is shown on the UI?

Here are my queries:

Generic stats at Campaign + Ad Group level:

#standardSQL
SELECT
ADG.date,
CMP.CampaignId,
BASE.CampaignName,
CMP.AdGroupID,
CMP.AdGroupName,
ADG.Cost,
ADG.Clicks,
ADG.Impressions,
ADG.Interactions,
FROM `p_AdGroup_3355755821` as CMP
LEFT JOIN `p_AdGroupBasicStats_3355755821` as ADG 
ON CMP.AdGroupId = ADG.AdGroupId
LEFT JOIN `p_Campaign_3355755821` as BASE
ON CMP.CampaignId = BASE.CampaignId
WHERE ADG.Date >= DATE_ADD(CURRENT_DATE(), INTERVAL -31 DAY)
AND ADG.ExternalCustomerId = {yourid}
GROUP BY 1,2,3,4,5,6,7,8,9;

Conversions at Campaign + Ad Group level:

#standardSQL
SELECT
ADG.date,
CMP.CampaignId,
BASE.CampaignName,
CMP.AdGroupID,
CMP.AdGroupName,
ADG.ConversionTypeName,
ADG.Conversions
FROM `p_AdGroup_3355755821` as CMP
LEFT JOIN `p_AdGroupConversionStats_3355755821` as ADG 
ON CMP.AdGroupId = ADG.AdGroupId
LEFT JOIN `p_Campaign_3355755821` as BASE
ON CMP.CampaignId = BASE.CampaignId
WHERE ADG.Date >= DATE_ADD(CURRENT_DATE(), INTERVAL -31 DAY)
AND ADG.ExternalCustomerId = {yourid}
GROUP BY 1,2,3,4,5,6,7;

Thanks,
MJ

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fe772a37-3dd3-4504-824a-2e1b321ebdb5n%40googlegroups.com.


error failed to load

2022-07-11 Thread mj lane
Hi Guix!
I can't do, what's the point of a mistake a failed to load

 guix package --export-manifest
guix package: warning: failed to load '(cuirass base)':
no code for module (mailutils mailutils)
guix package: warning: failed to load '(cuirass http)':
no code for module (squee)
guix package: warning: failed to load '(cuirass mastodon)':
no code for module (mastodon)
guix package: warning: failed to load '(cuirass remote)':
no code for module (simple-zmq)
WARNING: (cuirass scripts register): imported module (fibers) overrides
core binding `sleep'
guix package: warning: failed to load '(cuirass scripts remote-server)':
no code for module (simple-zmq)
guix package: warning: failed to load '(cuirass scripts remote-worker)':
no code for module (simple-zmq)
WARNING: (cuirass scripts web): imported module (fibers) overrides core
binding `sleep'
;; This "manifest" file can be passed to 'guix package -m' to reproduce
;; the content of your profile.  This is "symbolic": it only specifies
;; package names.  To reproduce the exact same profile, you also need to
;; capture the channels being used, as returned by "guix describe".
;; See the "Replicating Guix" section in the manual.

(specifications->manifest
  (list ".."))

Some deprecated features have been used.  Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information.  Set it to "no" to suppress
this message.

Hope that helps
Mlan


[gtkmm4] Help on DrawingArea plus Mouse Activity

2022-07-09 Thread Mj Mendoza IV via gtkmm-list
Hi,

I'm porting a 2D Animation Software from gtkmm3 to gtkmm4.

As a drawing tool, it heavily relies on Gtk::DrawingArea and mouse
activities (movements and presses).  I got the keyboard activity working
from a different code demo.

I've tried the Cairo-based Clock demo, and adjusted my code to reflect
needed changes to port to gtkmm4.  Now, I'm currently missing mouse
activities.

I've read the gtkmm4 changes section

of the tutorial (
https://developer-old.gnome.org/gtkmm-tutorial/unstable/gtkmm-tutorial.html#changes-gtkmm4)
but content is more of a note than actual information for beginner porters
like me.  By any chance, does someone have a snippet of DrawingArea where
mouse activities are currently handled?  I believe I could work on that and
be on my merry way.

I've tried the IRC but there's no activity at all.  I tried the gtk channel
but could only be helpful to a certain extent.

~creek23
___
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list


About Source tarball

2022-06-30 Thread mj lane
Hello,

 I thank you for giving me how to use a trick. I am a low-profile person in
the field of software and english. I am very interested in the construction
of creating an OS in the application of emacs. I have a question, what is
the function or purpose in GNU Guix 1.3.0 Source tarball? Source tarball
can replicate or modify the way I built the OS later? I hope team guix can
give you an answer.

thanks.


Re: [squid-users] override the "combined" logformat

2022-06-30 Thread mj

Hi Amos,

So: everything works as designed :-)

Thanks for explaining!

MJ

Op 30-06-2022 om 14:03 schreef Amos Jeffries:
The built-in log formats have a specification for what each column 
contains and are hard coded to comply with that. You cannot "override" them.


What you should do is make up your own name for custom formats. Like you 
did with "test".


Amos

___
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users


[squid-users] override the "combined" logformat

2022-06-30 Thread mj

Hi,

We have set the following in /etc/squid/squid.conf, and it doesn't take 
effect:



logformat combined %>a %ui %un [%{%d/%b/%Y:%H:%M:%S +0100}tl] \
"%rm %ru HTTP/%rv" %>Hs %h" "%{User-Agent}>h" %Ss:%Sh "remote ip" 
%>a
access_log   syslog:local2.notice combined


With the above, the defined "remote ip" %>a is NOT logged.

Changing *only* the logformat name from "combined" to "test", like:


logformat test %>a %ui %un [%{%d/%b/%Y:%H:%M:%S +0100}tl] \
"%rm %ru HTTP/%rv" %>Hs %h" "%{User-Agent}>h" %Ss:%Sh "remote ip" 
%>a
access_log   syslog:local2.notice test


has the result that "remote ip" 1.2.3.4 starts appearing in the logs 
immediately.


I would like to understand why. Is it not possible to make changes to 
the "combined" log format..? Or is the fact that logs go through syslog 
causing this?


Is this expected?

This is RHEL8, with it's stock squid.

Thanks for any insights :-)

MJ
___
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users


Google Ads API

2022-06-14 Thread MJ Steenberg
Hi There,

Is there functionality to pull ad previews via the Google Ads API?

Find attached for example.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e5733fb9-6aa5-44b4-bf38-cb0128eb8ebfn%40googlegroups.com.


[jira] [Commented] (AVRO-1419) java.io.IOException: Invalid sync! throw after random number of sync() calls.

2022-05-27 Thread Abhishek MJ (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17542819#comment-17542819
 ] 

Abhishek MJ commented on AVRO-1419:
---

What is the update on this???

Still seeing issue while using avro 1.8.2. Is it resolved in later versions? 
What version to use?

> java.io.IOException: Invalid sync! throw after random number of sync() calls.
> -
>
> Key: AVRO-1419
> URL: https://issues.apache.org/jira/browse/AVRO-1419
> Project: Apache Avro
>  Issue Type: Bug
>  Components: java
>Affects Versions: 1.7.5
>Reporter: Deepak Kumar V
>Priority: Major
>
> I have a 340 MB avro data file that contains records sorted and identified by 
> unique id (duplicate records exists). At the beginning of every unique record 
> a synchronization point is created with DataFileWriter.sync(). (I cannot or 
> do not want to save the sync points and i do not want to use 
> SortedKeyValueFile as output format for M/R job)  
> There are at-least 25k synchronization points in a 340 MB file.
> Ex:
> Marker1_RecordA1_RecordA2_RecordA3_Marker2_RecordB1_RecordB2
> As records are sorted and marked, for efficient retrieval, binary search is 
> performed. Most of the times the search is successful, at times the code 
> throws the following exception
> --
> org.apache.avro.AvroRuntimeException: java.io.IOException: Invalid sync! at 
> org.apache.avro.file.DataFileStream.hasNext(DataFileStream.java:210 
> --
> I note down the position that was used to invoke fileReader.sync(mid); and 
> catch AvroRuntimeException, close and open the file and sync(mid) i do not 
> see exception. 
> Why should Avro throw exception before and not later ?
> 1.7.5v of library is throwing this error. Raising a major defect, adjust the 
> priority at your convenience. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


Re: [PacketFence-users] 802.1x computer + user

2022-05-17 Thread mj via PacketFence-users

Yes, it is what we do.

First the computer authenticates, and as soon as a user logs on, it 
switches to user authentication.


MJ

On 16/05/2022 14:19, José Ramos via PacketFence-users wrote:

Hello everyone.
Is it possible to combine 802.1x computer + user authentication ?
I only do user authentication so far but would like to give VLAN only if 
the AD user uses AD computer :)

Thank you !

José Ramos


___
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users



___
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users


Re: [uknof] Cisco 887VA "golden config" (for home)

2022-05-16 Thread Olivier MJ Crépin-Leblond

Hi Tom,

I gather you have considered asking your ISP and/or BT to perform line 
tests from outside?
Second: this is a old device with end of life in 2014. Have you 
considered recycling it? I've seen my fair share of access devices fail 
over the years due to capacitor & resistor tolerance problems which I 
wasted time on because I thought there was a config problem of some 
sort. CISCO ain't no longer bomb-proof US made AGS+

Best,

Olivier

On 15/05/2022 15:21, Tom Storey wrote:

Hi Chris,

Been way too long for me as well with this kind of stuff. :-)

No outages that I am aware of, and as far as I know nothing has been 
swapped in the cabinet - but I dont exactly keep a daily record of 
activity around it. There has been cable pulling in nearby streets in 
recent weeks, although my dropouts seemed to coincide more so with 
some tiling work that I had done. The old socket and wiring was 
sitting on the floor of the utility cupboard, and was moved out of the 
way, but nothing appears to be damaged in any way, so may just be 
coincidental.


Replacing the socket had been on my list of things to do for a long 
time, so I finally got around to that but even removing all of the old 
wiring and terminal blocks and having the lead in cable terminate 
directly on the new socket hasnt helped. Things have been much more 
stable with the HG612, but I still had a dropout overnight.


Looks like Im already using the latest and greatest VDSL firmware too. 
Doh.


Tom

On Sun, 15 May 2022 at 11:40, Chris Russell  
wrote:



Wonder if anyone has a golden config they could share for a
Cisco 887VA hooked up to a BT line - I guess what is referred
to as "Fibre". Zen is the retailer.

Up until about a week ago mine had been running rock solid,
nary a dropout to be known. Now it seems it cant hold a
connection for more than a couple of hours.

Master socket was replaced (or rather, installed) with one
that has a filter faceplate, because the old incoming wiring
was quite janky using screw terminals and all.

Below is a snippet of my config for reference, any pointers
would be appreciated to restore my once rock solid internet
without needing to daisy chain devices.


 Been a while but from memory,  config looks ok.  Was there any
outages and possible DSLAM change ?  there used to be
weird incompatibility with some Cisco DSL* interfaces whereas you
had to update the firmware - checking latest might not hurt ?

Chris



Re: [CODE4LIB] scraping or extracting structured data from a pdf

2022-05-13 Thread MJ Ray
Le 12 mai 2022 20:44:22 GMT+01:00, "Hammer, Erich F"  a écrit 
:
>Danielle,
>
>.DOCX files are just a collection of zipped xml and image files.  You can see 
>this by changing the extension (on a copy) on the file and then exploring.  It 
>should be possible to parse out the data from the XML file(s) and build a 
>structure from it.

Yes, the key one is document.xml but it is very noisy and seems only
semantic if the author used styles instead of bold, italics and so on.

--
MJR
https://www.software.coop


Re: Thunderbird importeren

2022-05-03 Thread mj

Hoi Paul,

Complimenten, en dank voor je (uitgebreide) beschrijving.

MJ



Re: [GLLUG] adroid alternative

2022-04-17 Thread MJ via GLLUG
 > Hi. There is another phone that is worth checking out in my opinion



I Think you should ditch Debian constraint and choose PIXEL and get it flushed 
with Graphene, or choose a phone and flush it with LineageOS. 
That is if you really do not mind some tinkering.

I use F-Droid with Lineage and can not say I need Google for anything. 
But then I may be asocial. OsnAnd for driving and MTB trails. Ba'ab is your 
uncle.

Better one, get dual sim phone and do the same. But then who am I to give 
advice. 
Just another ADD, without much motivation to do anything.
--
MJ





  -- 
GLLUG mailing list
GLLUG@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/gllug


Re: [GLLUG] Debian mobile phone

2022-04-16 Thread MJ via GLLUG
 Hi Alain,
As Martin said,
Having in mind your constraint, you can not have a choice of G free hardware by 
https://wiki.lineageos.org/devices/#devices ;/

There is a French developers iode, but their security app is still closed 
source.
NO wonder!
https://iode.tech/en/iodeos-installation/
-- 
MJ

 On Saturday, 16 April 2022, 13:18:06 BST, Martin A. Brooks via GLLUG 
 wrote:  
 
 On 2022-04-16 12:55, Alain D D Williams via GLLUG wrote:
> Does anyone have any experience with this ? What should I look for ?
> What avoid ?

AFAIK you have precisely one vendor option that will fit your 
requirements, a PinePhone.

-- 
GLLUG mailing list
GLLUG@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/gllug
  -- 
GLLUG mailing list
GLLUG@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/gllug


ignite-shmem ?

2022-04-04 Thread MJ
hi Igniters,


Can anyone please elaborate what below is used for ? The inside 
libigniteshmem.so is labelled as high security risk by compliance tool hence i 
have to exclude it. but seems the fundermental funcationalities are not 
impact. Is it safe to exlude it ? or any advanced ignite usages could be 
impacted by the removal ofignite-shmem ?
org.gridgain:ignite-shmem


Server OS: redhat 7




Thanks,
MJ

Re: inkomende mail met poort 25 geblokkeerd

2022-03-26 Thread mj

Hoi,

Op 26-03-2022 om 15:14 schreef Martijn van de Streek:

Persoonlijk zou ik hiervoor een (virtueel) servertje huren voor een
paar euro per maand.

Dan kun je een tunnel (bijv. WireGuard) opzetten tussen je mailhost
thuis en die VPS, wat port forwards instellen en zo voor een "vast IP"
voor je mailserver zorgen.


Ja, ook over zitten denken. Dat kan natuurlijk altijd. En bij een ISP 
switch zal ik dit zeker meenemen.


Ik zit op zichzelf nu wel heel goed: hoge snelheid en weinig kosten. 
Probeer toch nog even om via t-mobile een werkende oplossing te krijgen.


En dan het liefst op een andere manier dan dynu.com, hoewel die goed 
werkt, maar waar je voor elk domain apart moet betalen.


Dank voor alle reacties, ook offlist. De gouden vonst zit er echter nog 
niet tussen. Keep 'm coming. :-)


Fijn weekend allen!
MJ



Re: inkomende mail met poort 25 geblokkeerd

2022-03-26 Thread mj

Hoi!

Op 26-03-2022 om 11:40 schreef Diederik de Haas:

Heb je al aan t-mobile gevraagd of ze het voor jou willen de-blokkeren?
Ik kan me voorstellen dat ze het *by default* blokkeren omdat de meeste van
hun klanten waarschijnlijk te weinig kennis hebben om hun systemen zo in te
richten en bij te houden dat hun systemen NIET gebruikt worden door
kwaadwilligen en enorme hoeveelheden spam versturen ... met als gevolg dat
(alle) t-mobile hosts op een blacklist terecht komen, inclusief t-mobile zelf.


Nee niet gevraagd nee... ik lees op hun fora dat er meer mensen over 
klagen, dus ik denk dat ze dat niet doen. Ik krijg ook geen statisch ip 
van ze. Dat wisselt.


Denk dus eigenlijk niet dat ze dat gaan doen, maar kan het eens 
proberen. Zelfs al zou het alleen zijn alleen om een signaal af te geven.


Overigens, https://www.dynu.com/ doet ook wat ik zoek, ZONDER het To: 
adres te herschrijven. Ik heb dus een oplossing, voor jaarlijks 10 
dollar per domain.


Andere oplossingen ben ik nog steeds in geinteresseerd, dus als iemand 
input/suggesties heeft?


MJ



inkomende mail met poort 25 geblokkeerd

2022-03-26 Thread mj

Hoi!

Niet debian specifiek, maar hopelijk toch relevant en wellicht interessant.

Ik wil graag thuis (via mn glasvezel) een mailserver draaien, echter 
t-mobile blokkeert poort 25, zowel in als uit.


Uit is geen probleem, want kan natuurlijk versturen via een smarthost.

Ik zit een beetje met inkomende mail.

Ik ken inmiddels forwardemail.net, waarmee je inkomende email kunt laten 
'her-bezorgen' op een andere poort dan 25. Precies wat ik zoek dus.


Alleen lijkt forwardemail ook het domain van het To: adres te 
herschrijven naar het fqdn van de mailserver. Ik ben bij hen een ticket 
hierover begonnen.


Ik ben vast niet de enige hier die zoiets probeert te doen, met een ISP 
die poort 25 blokkeert.


Zijn er mensen hier met tips of suggesties? Ik kan natuurlijk altijd 
ergens een cloud server nemen en daar zelf de 'herbezorging-naar-huis' 
regelen, of de hele mailserver in de cloud neer zetten.


Maar ik wil proberen het thuis te doen, en dus zoek ik een oplossing 
voor het poort-25 probleem.


Tips, ideeen?

MJ



Re: log failed plaintext password for specific user only

2022-03-25 Thread mj

Hi,

Thank you both for the additional suggestions!

MJ


[GLLUG] Hello, a homeuse case question (old EeePC)

2022-03-24 Thread MJ via GLLUG
Hi,
My Phenom MOBO went kaput, PSU + PCU or MOBO duno/

NOW only hardware daily I have is EeePC for emails, but everithing is 
Slooow.
My last kernel compile was Pentium 450Mhz running Mandrake, in late 90ties. 
Would specific kernel compile specific to EeeePC improve speed, or is this 
mostly bloated 
desktop even LXDE?

Thanks

-- 
MJ
=
"I JUST WANNA DO GOD'S WILL!" -- Dr. Martin L. King Jr.
"AND IF YOU TOLERATE THIS, YOUR CHILDREN WILL BE NEXT" -- MSP
=

-- 
GLLUG mailing list
GLLUG@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/gllug


Re: log failed plaintext password for specific user only

2022-03-23 Thread mj




Op 23-03-2022 om 12:29 schreef Aki Tuomi:


1. Try hashing possible password candidates and compare
2. Temporarily log everyone's passwords and then sanitize logs after you're 
done.

No way to enable that option for a single user.


Thank you! I will follow your advise.


Re: log failed plaintext password for specific user only

2022-03-23 Thread mj




Op 23-03-2022 om 11:11 schreef Aki Tuomi:


Well, is the sha1 value same every time? If it is, then they are trying same 
password each time.

Aki


Yes, understood. :-)

The SHA1 changes, but each SHA1 is tried multiple times.

The question is: can we find out, just for this specific user, WHAT the 
attempted passwords are?


log failed plaintext password for specific user only

2022-03-23 Thread mj

Hi,

We are logging failed authentication attempts, with the attempted 
password as auth_verbose_passwords=sha1


The question: is it possible to configure auth_verbose_passwords=plain 
for a specific user only? Turning it on globally would be too much 
sensitive information for the purpose.


Reason:

We are currently observing a high number of failed authentications for a 
specific user, coming from *many* diffirent IPs across the globe, with 
most IPs only trying once or twice, making this difficult to block. The 
number of failed authentications cause this account to regularly become 
blocked in AD.


We would like to know if they are trying older actual passwords from the 
user, or if it's just dictionary attack.


Thanks!


Re: [SOGo] XMPP in sogo

2022-03-21 Thread mj

Hi!

I know of this:

https://jsxc.readthedocs.io/en/latest/getting-started/installation/sogo.html

MJ

Op 18-03-2022 om 00:19 schreef Aristedes Maniatis (a...@ish.com.au):
Sogo is a terrific web interface for email messaging and calendaring. It 
keeps getting better and has a thoughtfully designed UI.



XMPP is a technically very nice communications API, and has a good 
choice of servers to use on different platforms (my favourite is 
ejabberd). The choices client-side are rather limited [1] and a good 
slack style UI, focussing on the group chat aspects would be really nice.


Is there any appetite for such a client in sogo, or has such a thing 
been attempted? While I did write WebObjects systems some 20 years ago, 
sadly my time is more limited these days. So I'm cheekily asking if 
other people have a similar itch to scratch or have already tried it.



Cheers

Ari



[1] https://conversejs.org/ might be the best example


--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] "prevent from being invited to appointments" | side effects

2022-03-08 Thread mj

Hi,

We have recently discovered that end users can configure their SOGo 
account to "prevent from being invited to appointments".


Good function.

However, it has the side effect, that when we (the institute) want to 
invite everyb...@institute.com, we can no longer send out that 
invitation, as a single person has his agenda blocked for appointments.


Of course we can request that person to whitelist 
everyb...@institute.com. That will solve it, but tomorrow another person 
will discover the function, and we need to talk to that person again.


An idea could be to allow admins to populate the whitelist function 
through sogo.conf, or using the SOGo administration screen in the web 
interface.


Or perhaps a popup to say: "This invitation to everyb...@institute.com 
will not be sent to userX, because he/she has configured his account to 
prevent appointment invitations."


Is there a better way forward? It's a bit strange that with this (in 
itself a useful) function, basically any person is able to make 
institute-wide invites impossible.


Or are we missing something?

MJ
--
users@sogo.nu
https://inverse.ca/sogo/lists


[Desktop-packages] [Bug 1962293] [NEW] fps drop with on-demand profile

2022-02-25 Thread mj
Public bug reported:

Hi, I have Lenovo Ideapad S540 with a NVIDIA GeForce GTX 1650 with Max-Q Design 
(GPU 0) and Ubuntu 20.04, when I choose the on-demand profile, everything is 
fine except bothering fps drop, when moving curser or opening a window and etc.
So with the last update which power saving is disabled, I have to downgrade to 
the previous version, because of high power usage with the performance profile.
I have this problem with ubuntu 18.04 and continues till now.

** Affects: ubuntu-drivers-common (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1962293

Title:
  fps drop with on-demand profile

Status in ubuntu-drivers-common package in Ubuntu:
  New

Bug description:
  Hi, I have Lenovo Ideapad S540 with a NVIDIA GeForce GTX 1650 with Max-Q 
Design (GPU 0) and Ubuntu 20.04, when I choose the on-demand profile, 
everything is fine except bothering fps drop, when moving curser or opening a 
window and etc.
  So with the last update which power saving is disabled, I have to downgrade 
to the previous version, because of high power usage with the performance 
profile.
  I have this problem with ubuntu 18.04 and continues till now.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1962293/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Bug 1962293] [NEW] fps drop with on-demand profile

2022-02-25 Thread mj
Public bug reported:

Hi, I have Lenovo Ideapad S540 with a NVIDIA GeForce GTX 1650 with Max-Q Design 
(GPU 0) and Ubuntu 20.04, when I choose the on-demand profile, everything is 
fine except bothering fps drop, when moving curser or opening a window and etc.
So with the last update which power saving is disabled, I have to downgrade to 
the previous version, because of high power usage with the performance profile.
I have this problem with ubuntu 18.04 and continues till now.

** Affects: ubuntu-drivers-common (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962293

Title:
  fps drop with on-demand profile

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1962293/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [cooperation-wg] DNS4EU - proposal for a community response - draft

2022-02-05 Thread Olivier MJ Crépin-Leblond

Dear Desiree,

on this, speaking from a personal perspective and not EURALO, which I'll 
leave to Sébastien Bachollet, I should add that I agree with the points 
the Statement makes, with the added point that the inherent robustness 
of the Internet has always been due to its diversity: diverse 
technologies with nameservers and resolvers that were running on a 
variety of technologies. Putting together a uniform set of DNS 
resolvers, all of which run on the same technology, will actually weaken 
the European Internet infrastructure rather than enhance it, as it will 
reduce that diversity of technologies that mitigates attacks using 
specific security flaws and buggy updates.

Kindest regards,

Olivier

On 03/02/2022 22:16, Desiree Miloshevic wrote:

Dear members, dear all

Further to the RIPE NCC’s summary of the DNS4EU Open House discussion 
and further to your witnessing of our earlier 'transparent 
wordsmithing consultation' with other RIPE - WG Chairs,
I’d like to propose the following high level statement draft for your 
consideration.


Julf and myself, as Co-Chairs are in agreement with this draft 
statement and Achilleas had excused himself due to his affiliation 
with the EC.


We’d like to know if there is some support from members for having a 
RIPE community response on this proposal?


We would really appreciate your feedback or any comments you’d wish to 
make or if you'd like us to work further on this.


Many thanks for your consideration and the feedback,

Desiree
--
Coop WG Co-Chair

Proposed DNS4EU RIPE community statement comments


1.
RIPE community believes that governance of the DNS resolution
chain, which is such an important element of everybody's Internet
connectivity, should involve all stakeholders and can not solely
rely on legislation and regulatory oversight.

2.

RIPE Community hopes that any winning bidder will adhere to what
we see as a fundamental property of the Internet, with a diverse
and competitive landscape, anchored on the principles of
multistakeholder Internet governance.

3.
RIPE Community believes that the responsibility of
well-functioning Internet access including the DNS resolution is
with the access providers. We believe it should stay that way.
4.
We understand that to be able to minimise some risks when the end
user selects a random DNS resolver, a possible and feasible
solution is to have the access provider run their local DNS
resolvers and/or an additional DNS resolver as a back-up.
5.

We hope that the EU could allocate DNS4EU funds to the local
Internet community and encourage Internet access providers to run
their local DNS resolvers. Additionally, the funds can be also
used towards the development of open source software for better
and affordable DNS resolution services.

On 2 Feb 2022, at 15:26, Chris Buckridge mailto:chr...@ripe.net>> wrote:
Dear colleagues, Thank you to all who joined for the RIPE NCC Open
House discussion of DNS4EU on Monday, 31 January. We have posted a
summary of some key points and links to the video archive here:
https://labs.ripe.net/author/chrisb/dns4eu-ripe-ncc-open-house-discussion/
<https://labs.ripe.net/author/chrisb/dns4eu-ripe-ncc-open-house-discussion/>
Cheers Chris -- To unsubscribe from this mailing list, get a
password reminder, or change your subscription options, please
visit: https: <https://lists.ripe.net/mailman/listinfo/cooperation-wg>




--
Olivier MJ Crépin-Leblond, PhD
http://www.gih.com/ocl.html
-- 

To unsubscribe from this mailing list, get a password reminder, or change your 
subscription options, please visit: 
https://lists.ripe.net/mailman/listinfo/cooperation-wg


Re: [PVE-User] windows remote desktop services as VM on proxmox

2022-01-19 Thread mj

Hi Daniel,

Thanks very much for your encouraging words. Good to know that this is a 
viable path, also for windows VMs.


MJ

Op 18-01-2022 om 14:39 schreef Daniel Plominski:

Hello MJ,

we have a lot of Windows VMs running in our Proxmox Cluster.

The performance is very good, for most legacy / normal "2D" applications 
the software (RDP) rendering is sufficient.


For special applications (CAD software) we have additional graphics 
cards passed through via "GPU passthrough" (Intel & AMD servers).


This all works very well.

Mit freundlichen Grüßen

DANIEL PLOMINSKI
Leitung IT | Head of IT

Telefon 09265 808-151 | Mobil 0151 58026316 | d...@ass.de
PGP Key: https://pgp.ass.de/d...@ass.de.asc
PGP Fingerprint: 74DBC06BD9F63187C4DF8934C96585A89CFC10B3

Company Logo

     ASS-Einrichtungssysteme GmbH
     ASS-Adam-Stegner-Straße 19 | D-96342 Stockheim

     Geschäftsführer: Matthias Stegner, Michael Stegner, Ralph 
Müller

     Amtsgericht Coburg HRB 3395 | Ust-ID: DE218715721
Bottom_Line
___
pve-user mailing list
pve-user@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user



___
pve-user mailing list
pve-user@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user


[PVE-User] windows remote desktop services as VM on proxmox

2022-01-18 Thread mj

Hi,

We are looking into windows remote desktop services, and would like to 
see how feasible it is to run it through our proxmox cluster.


Currently our VMs are all linux, so we have no experience with windows 
VMs on proxmox. I have read some of the docs on the pve wiki, like 
https://pve.proxmox.com/wiki/Windows_10_guest_best_practices


But looking for some practical guidance, like how well do windows VMs 
run under proxmox? Anything special to consider?


Thanks!

___
pve-user mailing list
pve-user@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user



Re: system76

2022-01-17 Thread mj

An other option you could look at: https://laptopwithlinux.com/

I never actually purchased there, but they are very responsive on 
whatsapp and telephone. I am considering buying my next laptop from them.


MJ

On 16/01/2022 20:38, Charles Curley wrote:

On Sun, 16 Jan 2022 11:38:28 +0800
Yamadaえりな  wrote:


I have thought about buying a laptop from system76 with linux
pre-installed. What do you think of this manufacturer? Glad to hear
from you.


My one brief experience with their customer support was excellent, most
encouraging.





[Lam-public] create windows-only users

2022-01-15 Thread mj

Hi,

Is it possible to create a windows-only user when your default/regular 
users are windows/unix, if you know that that particular new user will 
not need the unix account stuff?


We are not able to remove the unix tab for a new user, and also we 
cannot leave it's fields empty.


Use case: regular users will need both windows/unix, but specific users 
(like API users, or some dedicated system users) will never need the 
unix bits, and I'd like to create those as windows-only users.


Does LAM support this?

Thanks!


___
Lam-public mailing list
Lam-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lam-public


Re: [SOGo] SOGo database schema

2021-12-26 Thread mj

Hi,

Only to say: YES, specially on #3: the credentials in clear text inside 
the database. It's terrible. And additionally makes it so much more 
difficult to change the database credentials than it really should be.


MJ

Op 23-12-2021 om 10:33 schreef André Rodier (an...@rodier.me):

Good morning, all.

OK, SOGo is the only working CalDAV / CardDAV server with an acceptable 
level of quality, at least to me, in the standard Debian repository.


The two absolute requirements for me are LDAP authentication and a 
working user interface over https. So I have to use it, fair enough.


By the way, if right now, when reading this, your mind comes up with 
nice repositories on GitHub or somewhere else, where I can download xxx 
or yyy, just stop and read again. I want to stick to a standard Debian 
compatible repository, this is not negotiable.


Unfortunately, every time I have a look into the database schema, it is 
a shame, and I don't see any improvements over the years.


First, the tables prefixes - seriously, what is the point of this, 
remove it. The tables should not be named sogo_xxx ? We are not any more 
in the 80s, when you were only able to use one database on a hosting 
provider. At least, make this an option, and not the default case.


Second, the column prefixes - Why all the columns are called c_xxx, 
there is no point behind this except it is annoying and reduce queries 
readability. Do you have a dinosaur programmer in your team that 
advertise this as a poor way to avoid errors ?


For these two "features", trust unit test, static code analysis and 
continuous integration to detect errors, not programming practices from 
the 70s.


Third, why the table sogo_folder_info replicates the credentials of the 
database in each record ? (columns c_location, c_quick_location, 
c_acl_location) Even if you wanted to have multiple database, the 
credentials should not be stored in clear text in the database. This is 
both a security issue and the worst database design I have seen so 
far...just remove this feature.


Fourth, in the same table, what are the columns c_path1, c_path2, 
c_path3 ??? If your database was properly designed, you wouldn't need 
these artefacts.


For 2022, can you hire a database administrator to redesign your 
database schema ?


Otherwise, I wish the whole team a happy new year.

Andre Rodier.

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] MFA settings

2021-12-16 Thread mj




Op 09-12-2021 om 08:04 schreef Christian Mack 
(christian.m...@uni-konstanz.de):

Good point.
Like enforcing password changes.

You could open an enhancement request for that on
https://sogo.nu/bugs/


Done, here: https://www.sogo.nu/bugs/view.php?id=5446

MJ
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: quota warnings not sent out anymore

2021-12-15 Thread mj

Hi Christian,

Thanks for replying!

It seems that your comments (or perhaps some of my recent config 
tinkering) helped, because once I tried just now to make it go from 89% 
to 91%, and I did receive the quota warning!


Thanks!

MJ

Op 15-12-2021 om 15:23 schreef Christian Mack:

Hello

Just to clarify.
You only will getting an over quota once, you step over one or multiple
of those quota warning limits while storing an email.

Therefore you will not get any warning, just because you are over that
85% limit.
If you receive another email in that account, and go at least over 90%,
then dovecot will call your script once.
If you also go over 100% with that same mail, you will not get one for
90% or 95%, but only one for 100%.

You also should check, if you have any environment variables set, which
are not present, when your script is run by dovecot.
Do you have any logging in it?


Kind regards,
Christian Mack

Am 15.12.21 um 14:06 schrieb mj:

Hi,

I am still struggling with this, and would appreciate any help ayone can
give. Let me try to explain step for step.

I created a test account t...@company.com:


root@dovecot:/# doveadm quota get -u test
Quota name Type    Value
Limit
%
    STORAGE  1209
1368
88
    MESSAGE    35
-
0


As you can see, the test mailbox is 88% full, so it should receive
warnings, because in dovecot.conf I have set:


plugin {
   quota = maildir
   quota_rule = ?:storage=5G
   quota_rule2 = Trash:storage=+100M
   quota_warning = storage=97%% quota-warning 97 %u
   quota_warning2 = storage=95%% quota-warning 95 %u
   quota_warning3 = storage=90%% quota-warning 90 %u
   quota_warning4 = storage=85%% quota-warning 85 %u
   quota_warning5 = storage=80%% quota-warning 80 %u
   quota_warning6 = -storage=100%% quota-warning below %u
}


We use a script to send out the email warnings, configured like this:


service quota-warning {
   executable = script /usr/local/bin/quota-warning.sh
   unix_listener quota-warning {
     user = vmail
     mode = 0666
   }
   user = vmail
}


When running this script manually as vmail, the warning is delivered to
the test user:


sudo -H -u vmail bash -c '/usr/local/bin/quota-warning.sh 90 test'


However, in practice: dovecot never sends out any quota-warnings. It
just starts generating delivery failures when the mailbox is over 100%.

We define the per-user quota in the first line of each user's
maildirsize file, for the test user: /var/vmail/test/Maildir/maildirsize

Here is a debug=yes log file of 88% full incoming mailbox delivery:


Dec 15 13:56:07 mail dovecot: lda(t...@company.com)<20290><>: Debug:
Loading modules from directory: /usr/lib/dovecot/modules
Dec 15 13:56:07 mail dovecot: lda(t...@company.com)<20290><>: Debug:
Module loaded: /usr/lib/dovecot/modules/lib01_acl_plugin.so
Dec 15 13:56:07 mail dovecot: lda(t...@company.com)<20290><>: Debug:
Module loaded: /usr/lib/dovecot/modules/lib02_lazy_expunge_plugin.so
Dec 15 13:56:07 mail dovecot: lda(t...@company.com)<20290><>: Debug:
Module loaded: /usr/lib/dovecot/modules/lib10_quota_plugin.so
Dec 15 13:56:07 mail dovecot: lda(t...@company.com)<20290><>: Debug:
Module loaded: /usr/lib/dovecot/modules/lib15_notify_plugin.so
Dec 15 13:56:07 mail dovecot: lda(t...@company.com)<20290><>: Debug:
Module loaded: /usr/lib/dovecot/modules/lib20_mail_log_plugin.so
Dec 15 13:56:07 mail dovecot: lda(t...@company.com)<20290><>: Debug:
Module loaded: /usr/lib/dovecot/modules/lib20_zlib_plugin.so
Dec 15 13:56:07 mail dovecot: lda(t...@company.com)<20290><>: Debug:
Module loaded: /usr/lib/dovecot/modules/lib90_sieve_plugin.so
Dec 15 13:56:07 mail dovecot: lda(t...@company.com)<20290><>: Debug:
auth USER input: test uid=5000 gid=5000 home=/var/vmail/test
Dec 15 13:56:07 mail dovecot: auth: Debug: master in:
USER#0111#011t...@company.com#011service=lda
Dec 15 13:56:07 mail dovecot: auth: Debug: userdb out:
USER#0111#011test#011uid=5000#011gid=5000#011home=/var/vmail/test
Dec 15 13:56:07 mail dovecot: lda(t...@company.com)<20290><>: Debug:
changed username to test
Dec 15 13:56:07 mail dovecot:
lda(test)<20290>: Debug: Effective uid=5000,
gid=5000, home=/var/vmail/test
Dec 15 13:56:07 mail dovecot:
lda(test)<20290>: Debug: lazy_expunge: No
lazy_expunge setting - plugin disabled
Dec 15 13:56:07 mail dovecot:
lda(test)<20290>: Debug: Quota root: name=
backend=maildir args=
Dec 15 13:56:07 mail dovecot:
lda(test)<20290>: Debug: Quota rule: root=
mailbox=? bytes=5368709120 messages=0
Dec 15 13:56:07 mail dovecot:
lda(test)<20290>: Debug: Quota rule: root=
mailbox=Trash bytes=+104857600 messages=0
Dec 15 13:56:07 mail dovecot:
lda(test)<20290>: Debug: Quota warning:
bytes=5207647846 (97%) messages=0 reverse=no command=quota-warning 97
test
Dec 15 13:56:07 mail dovecot:
lda(test)<20290>: Debug: Quota warning:
bytes=5100273664 (95%) messages=0 r

Re: quota warnings not sent out anymore

2021-12-15 Thread mj
eve: Loading script /var/lib/dovecot/default.sieve
Dec 15 13:56:07 mail dovecot: lda(test)<20290>: Debug: 
sieve: Script binary /var/lib/dovecot/default.svbin successfully loaded
Dec 15 13:56:07 mail dovecot: lda(test)<20290>: Debug: 
sieve: binary save: not saving binary /var/lib/dovecot/default.svbin, because it is already 
stored
Dec 15 13:56:07 mail dovecot: lda(test)<20290>: Debug: 
sieve: Executing script from `/var/lib/dovecot/default.svbin'
Dec 15 13:56:07 mail dovecot: lda(test)<20290>: Debug: 
Mailbox INBOX: Mailbox opened because: lib-lda delivery
Dec 15 13:56:07 mail dovecot: lda(test)<20290>: Debug: 
Quota root : Recalculated relative rules with bytes=140 count=0. Now grace=14
Dec 15 13:56:07 mail dovecot: lda(test)<20290>: Debug: 
Mailbox INBOX: saving UID 0: Opened mail because: mail stream
Dec 15 13:56:07 mail dovecot: lda(test)<20290>: save: box=INBOX, 
uid=20, msgid=<46e7b334-80a0-3a99-4494-bc6fd07aa...@external.com>, from=user name 
, subject=test
Dec 15 13:56:07 mail dovecot: lda(test)<20290>: sieve: 
u...@external.com | test | msgid=<46e7b334-80a0-3a99-4494-bc6fd07aa...@external.com>: 
stored mail into mailbox 'INBOX'
Dec 15 13:56:07 mail postfix/pipe[20088]: 76722819170D6: to=, 
relay=dovecot, delay=0.24, delays=0.2/0.02/0/0.03, dsn=2.0.0, status=sent (delivered 
via dovecot service)
Dec 15 13:56:07 mail postfix/qmgr[19577]: 76722819170D6: removed


I would appreciate any help. :-)

Finally, our dovecont -n running-config:


root@dovecot:# dovecot -n
# 2.3.4.1 (f79e8e7e4): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.4 ()
# OS: Linux 4.19.0-17-amd64 x86_64 Debian 10.11 xfs
# Hostname: mail.company.com
auth_debug = yes
auth_failure_delay = 10 secs
auth_master_user_separator = *
auth_mechanisms = plain login
auth_username_format = %Ln
auth_verbose = yes
auth_verbose_passwords = sha1
default_vsz_limit = 512 M
deliver_log_format = %f | %s | msgid=%m: %$
lda_mailbox_autocreate = yes
lda_mailbox_autosubscribe = yes
login_greeting = Dovecot ready.
login_log_format_elements = user=<%u> method=%m rip=%r lip=%l mpid=%e %c 
lport=%a
mail_gid = vmail
mail_location = maildir:/var/vmail/%Ln/Maildir:LAYOUT=fs:DIRNAME=mAildir
mail_plugins = acl lazy_expunge zlib quota mail_log notify
mail_shared_explicit_inbox = yes
mail_uid = vmail
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character 
vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy 
include variables body enotify environment mailbox date ihave
namespace {
  list = children
  location = 
maildir:/var/vmail/%%u/Maildir:LAYOUT=fs:DIRNAME=mAildir:INDEX=/var/vmail/%u/shared/%%u
  prefix = shared/%%n/
  separator = /
  subscriptions = no
  type = shared
}
namespace inbox {
  inbox = yes
  location = 
  mailbox "Deleted items" {

special_use = \Trash
  }
  mailbox Drafts {
special_use = \Drafts
  }
  mailbox Junk {
special_use = \Junk
  }
  mailbox Sent {
special_use = \Sent
  }
  mailbox "Sent items" {
special_use = \Sent
  }
  mailbox Trash {
special_use = \Trash
  }
  mailbox inbox {
auto = subscribe
  }
  prefix = 
  separator = /

  type = private
}
passdb {
  args = /etc/dovecot/deny.imap
  deny = yes
  driver = passwd-file
}
passdb {
  args = /etc/dovecot/master-users
  driver = passwd-file
  master = yes
}
passdb {
  args = /etc/dovecot/dovecot-ldap.conf.ext
  driver = ldap
  result_failure = return-fail
}
plugin {
  acl = vfile
  acl_shared_dict = file:/var/lib/dovecot/db/shared-mailboxes.db
  mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename 
append
  mail_log_fields = uid box msgid from subject
  quota = maildir
  quota_rule = ?:storage=5G
  quota_rule2 = Trash:storage=+100M
  quota_warning = storage=97%% quota-warning 97 %u
  quota_warning2 = storage=95%% quota-warning 95 %u
  quota_warning3 = storage=90%% quota-warning 90 %u
  quota_warning4 = storage=85%% quota-warning 85 %u
  quota_warning5 = storage=80%% quota-warning 80 %u
  quota_warning6 = -storage=100%% quota-warning below %u
  sieve = ~/.dovecot.sieve
  sieve_default = /var/lib/dovecot/default.sieve
  sieve_dir = ~/sieve
}
protocols = imap lmtp sieve
service auth {
  unix_listener /var/spool/postfix/private/auth {
mode = 0666
  }
  unix_listener auth-userdb {
group = vmail
mode = 0666
user = vmail
  }
}
service imap-login {
  process_limit = 500
  process_min_avail = 2
}
service quota-warning {
  executable = script /usr/local/bin/quota-warning.sh
  unix_listener quota-warning {
mode = 0666
user = vmail
  }
  user = vmail
}
service stats {
  unix_listener stats-reader {
group = vmail
mode = 0666
user = vmail
  }
  unix_listener stats-writer {
group = vmail
mode = 0666
user = vmail
  }
}
shutdown_clients = no
ssl = required
ssl_cert = 

Thanks very much for your help!

MJ


Re: Agenda software

2021-12-13 Thread mj




Op 13-12-2021 om 15:27 schreef Paul van der Vlis:


Ik vind het interface niet heel beroerd of ouderwets eigenlijk.

Maar Geert is op zoek naar o.a. een agenda-server en niet naar een 
bijna-alles-in-een oplossing lijkt me. En dat is SOGo wel.


Onze gebruikers klagen er steen en been over, en er is er niet eentje 
uitgesproken positief.


De meesten denken wel met veel plezier terug aan de v2 interface.

Maar inderdaad: het is persoonlijk.

MJ



  1   2   3   4   5   6   7   8   9   10   >