Re: [VOTE] Release Apache Qpid Proton 0.37.0 (RC2)

2022-03-20 Thread Cliff Jansen
frequently than previous versions of Python. Consequently, I don’t think this is a reason to hold up the release. I will raise a Jira to look into this further. Cliff On Fri, Mar 18, 2022 at 10:35 AM Robbie Gemmell wrote: > I haven't, I'm using 3.9. > > I seem to recall you see

Re: [VOTE] Release Apache Qpid Proton 0.37.0 (RC2)

2022-03-17 Thread Cliff Jansen
+1 Built and tested with new TLS library. Did basic soak test with Quiver and Qpid Dispatch 1.19 RC2: high message throughput alternating with 250 simultaneous connections. On Tue, Mar 15, 2022 at 10:34 AM Robbie Gemmell wrote: > Hi folks, > > I have put together another spin for a Qpid

Re: How to increase mbuf size in dpdk version 17.11

2022-03-02 Thread Cliff Burdick
-Original Message- > From: Stephen Hemminger > Sent: Tuesday, March 1, 2022 11:41 PM > To: Cliff Burdick > Cc: Lombardo, Ed ; users@dpdk.org > Subject: Re: How to increase mbuf size in dpdk version 17.11 > > External Email: This message originated outside of NETSCOUT. Do not cli

Re: How to increase mbuf size in dpdk version 17.11

2022-03-01 Thread Cliff Burdick
> > Percpu: 2816 kB > > HardwareCorrupted: 0 kB > > AnonHugePages: 13228032 kB > > CmaTotal: 0 kB > > CmaFree: 0 kB > > HugePages_Total:1024 > > HugePages_Free:0 > > HugePages_Rsvd:0 > &g

Re: How to increase mbuf size in dpdk version 17.11

2022-03-01 Thread Cliff Burdick
statistics available > > -Original Message- > From: Stephen Hemminger > Sent: Tuesday, March 1, 2022 5:46 PM > To: Cliff Burdick > Cc: Lombardo, Ed ; users@dpdk.org > Subject: Re: How to increase mbuf size in dpdk version 17.11 > > External Email: This message orig

Re: How to increase mbuf size in dpdk version 17.11

2022-03-01 Thread Cliff Burdick
Can you verify how many buffers you're allocating? I don't see how many you're allocating in this thread. On Tue, Mar 1, 2022 at 1:30 PM Lombardo, Ed wrote: > Hi Stephen, > The VM is configured to have 32 GB of memory. > Will dpdk consume the 2GB of hugepage memory for the mbufs? > I don't mind

Re: DPDK on isolated cores but I still see interrupts

2022-03-01 Thread Cliff Burdick
One thing you can try is using the irqaffinity boot parameter to force interrupts onto your non-isolated cores: For timer interrupts you can try running in NO_HZ_FULL mode, but that may not work if you have other userspace processes running on those cores. It might be worth confirming that the

Re: [VOTE] Release Apache Qpid Proton 0.37.0

2022-02-28 Thread Cliff Jansen
+1 Built and ran tests, including the new TLS library and associated example. Ran some quiver soak tests against the Dispatch router, including 1, 3, and 125 arrow pairs. On Thu, Feb 24, 2022 at 8:17 AM Robbie Gemmell wrote: > Hi folks, > > I have put together a first spin for a Qpid Proton

Re: [VOTE] Release Apache Qpid Proton 0.37.0

2022-02-28 Thread Cliff Jansen
I can reproduce. I also get failures for Proton 0.36 on the same system. In my opinion it is not a regression and not a reason to fail this RC. I will raise a Jira to get this resolved for the next release. On Mon, Feb 28, 2022 at 10:29 AM Ken Giusti wrote: > +- "?" > > Just want to rule

Additional TLS support in Proton-C

2022-02-17 Thread Cliff Jansen
does rely on the existing proton/raw_connection.h header file to obtain the definition for pn_raw_buffer_t which is used to define encrypted and decrypted content passed into and out of the library. This allows easy passing of data between the TLS library and Proton raw connections. Cliff

Re: Help using CA signed certificates with a Qpid Proton C++ app

2022-01-16 Thread Cliff Jansen
-proton/blob/main/cpp/examples/ssl_client_cert.cpp and see the configuration pertaining to "using_OpenSSL()". That should show you where to plug in the "XXX.pem" files you started from. Cliff On Fri, Jan 14, 2022 at 7:00 PM Shipley, Glen wrote: > Hi All, > > I

[jira] [Created] (NETBEANS-6267) Dart-Sass 1.44, Apache-NetBeans 12.5, MacOS Monterey - does not recognise @use or @forward

2021-12-07 Thread Cliff Wallace (Jira)
Cliff Wallace created NETBEANS-6267: --- Summary: Dart-Sass 1.44, Apache-NetBeans 12.5, MacOS Monterey - does not recognise @use or @forward Key: NETBEANS-6267 URL: https://issues.apache.org/jira/browse/NETBEANS

Re: Question about supported GPU cards for DPDK

2021-11-23 Thread Cliff Burdick
It should work for any card supporting GPUDirect. The requirement is you would need nv_peer_mem running, and this is now included in the latest NVIDIA drivers. On Tue, Nov 23, 2021 at 7:06 AM sak...@fujitsu.com wrote: > Hello > > I have a question about (CUDA) DPDK supported GPU cards. > If

[Crash-utility] Trace common and ARM aarch64

2021-11-18 Thread Wickman, Cliff
you have any report of a problem with trace and trace-cmd specifically on aarch64? Thanks. -Cliff Wickman -- Crash-utility mailing list Crash-utility@redhat.com https://listman.redhat.com/mailman/listinfo/crash-utility

Re: Can the DPDK multi-process feature be used in Docker containers?

2021-11-18 Thread Cliff Burdick
Li, I would suggest pasting your errors. It sounds like a separate issue from Staffan, and I know for sure it works in DPDK (never used SPDK), so I'd be curious to see what the problem is. On Wed, Nov 17, 2021 at 11:13 PM Staffan Wiklund wrote: > Cliff, > > Many thanks for your help!

Re: Can the DPDK multi-process feature be used in Docker containers?

2021-11-17 Thread Cliff Burdick
I don't remember that being a problem. Are you starting them with two different file prefixes and mounting the hugepages directory into both containers? On Wed, Nov 17, 2021, 22:20 Li Feng wrote: > On Thu, Nov 18, 2021 at 2:11 PM Cliff Burdick wrote: > > > > Yes. Try mapping th

Re: Can the DPDK multi-process feature be used in Docker containers?

2021-11-17 Thread Cliff Burdick
Yes. Try mapping the dpdk metadata directory (/var/run/dpdk) into both containers from the host. You should be able to do the normal dual process methods. On Wed, Nov 17, 2021, 05:58 Staffan Wiklund wrote: > Hello > > I wonder if it is possible to use the DPDK multi-process feature in Docker >

Re: [Gimp-user] Update blocked by trend micro

2021-11-16 Thread Cliff Pratt via gimp-user-list
distinctive about the brand. I've seen what happens when some idiot turns off their security software, and I've had to sort out the resultant mess. These days admins prevent users turning off their security software thank goodness. What exactly do you have against security software? Cliff On Wed, Nov 17

Re: [VOTE] Release Apache Qpid Proton 0.36.0

2021-11-02 Thread Cliff Jansen
+1 Built and ran tests on Centos 8 and Fedora 34. Ran 4 hour Quiver soak against Qpid Dispatch (4 arrow pairs) all built with this release candidate. Fedora 34. Cliff On Mon, Nov 1, 2021 at 6:13 AM Robbie Gemmell wrote: > Hi folks, > > I have put together a first spin for a Qp

RE: Dry System Size

2021-11-01 Thread cliff--- via Sprinklerforum
If it's only Listed for Tree Systems, will the AHJ accept it on a loop system? Sounds a little risky. There must be some reason it's not Listed for loops. I'd prefer to be on the safe/conservative side and make it 2 systems. Cliff Whitfield, SET President Fire Design, Inc. 940 Summerbrooke

RE: Dry System Size

2021-11-01 Thread cliff--- via Sprinklerforum
Brian, Unless they have changed the program in the last year or so, the FDT software will not work if your mains are looped. I believe it only works on a 'tree' type system. Cliff Whitfield, SET President Fire Design, Inc. 940 Summerbrooke Drive Tallahassee, FL 32312 Ph: 828-284-4772   cl

Re: [VBox-users] alternate ways to report bugs

2021-10-29 Thread Cliff
Well said. I ran into the same issue when trying to file a bug report. I didn’t want to share all that info so didn’t file the bug report. Regards, Cliff Scott > On Oct 29, 2021, at 18:03, Gregory Nowak wrote: > > On Fri, Oct 29, 2021 at 08:35:56AM -0300, Fernando Cassia wrote: &

Re: [VBox-users] Installing VBox 6.1.28 on MacOS Mojave

2021-10-27 Thread Cliff
Finally found the key. Anyone having a similar issue check out this forum post. It’s saved my bacon. https://forums.virtualbox.org/viewtopic.php?f=8=100442 Regards, Cliff > On Oct 26, 2021, at 14:26, Cliff wrote: > > No success. Uninstall does not allow a new install even of t

Re: [Gimp-user] Canvas Size on Crop

2021-10-27 Thread Cliff Pratt via gimp-user-list
Gene, I've never had to do that. I'll have a fiddle, but, can I ask, what do you see in the "Tool Options" when you open GIMP without an image? I attach a screenshot of my GIMP window when I open it. Cliff On Wed, Oct 20, 2021 at 6:36 PM Gene Heskett wrote: > On Tuesday 19 Octob

Re: [Heb-NACO] ease of cataloging Hebrew records into ALEPH

2021-10-26 Thread Cliff Miller via Heb-naco
At the Library of the Jewish Theological Seminary, I have been working in Aleph for decades. Whenever possible, I work in OCLC and then load the completed record into Aleph. Hope you are all staying safe from Covid, cyclone, flooding, earthquake, hurricane, tornado, wildfire, etc. Be well,

Re: [VBox-users] Installing VBox 6.1.28 on MacOS Mojave

2021-10-26 Thread Cliff
No success. Uninstall does not allow a new install even of the 6.1.14 that used to work just fine. System is MacOS Mojave 10.13.6. Please, someone point me to what to do next. Regards, Cliff > On Oct 26, 2021, at 13:51, Cliff wrote: > > Let me add that now 6.1.14 will not ru

Re: [VBox-users] Installing VBox 6.1.28 on MacOS Mojave

2021-10-26 Thread Cliff
Let me add that now 6.1.14 will not run. Trying to reinstall over the top of it fails also. Only hope I suppose is to uninstall then reinstall. Sure hope this works as I have critical data in one of the VMs. Regards, Cliff > On Oct 26, 2021, at 12:18, Cliff wrote: > > I am currentl

[VBox-users] Installing VBox 6.1.28 on MacOS Mojave

2021-10-26 Thread Cliff
an error and "I need to contact the software manufacturer for assistance.” No other helpful message etc. as to why it happened. This pops up after the validate step in the install. Help! Regards, Cliff ___ VBox-users-community mailing list VBox-

Re: [Gimp-user] Canvas Size on Crop

2021-10-22 Thread Cliff Pratt via gimp-user-list
t works *for me*." If it appeared to be confronting, I apologise. That wasn't my intent. Incidentally, I appear to have replied to all. My mistake, sorry. Cliff On Fri, Oct 22, 2021 at 10:52 PM Simon Budig wrote: > Hi all. > > Cliff Pratt via gimp-user-list (gimp-user-list@gnome.org) wrote: >

Re: [Gimp-user] Canvas Size on Crop

2021-10-22 Thread Cliff Pratt via gimp-user-list
No. 1) I open GIMP 2) The font size as I see it is 80pts. 3) I change it to 100. 4) I exit. 5) I reopen GIMP. 6) The font size is 100. ?? Cliff On Thu, Oct 21, 2021 at 2:58 PM Ruben Safir wrote: > On Wed, Oct 20, 2021 at 01:36:15AM -0400, Gene Heskett wrote: > > On Tuesday 19 Oct

Re: [Gimp-user] Canvas Size on Crop

2021-10-19 Thread Cliff Pratt via gimp-user-list
(so far as I can make out) applied to the tool options. There is no hidden default. The tool options can be changed and are saved between sessions and the next time you open GIMP they will be the same as they were when you last shut down. Cliff On Tue, Oct 19, 2021 at 11:20 PM Ofnuts via gimp

Re: [Gimp-user] Canvas Size on Crop

2021-10-17 Thread Cliff Pratt via gimp-user-list
I find tutorials of limited use. They usually use out of date versions, and some are just plain wrong. Use them as rough guides only. Cliff On Mon, Oct 18, 2021 at 4:50 AM Ofnuts via gimp-user-list < gimp-user-list@gnome.org> wrote: > On 17/10/2021 10:24, Alexandre Prokoudine via gimp-

Re: [Gimp-user] text mode, need instruct sequence

2021-10-17 Thread Cliff Pratt via gimp-user-list
There's not enough information there to tell what is going wrong. Where are you making the changes, on screen or in the tool options, for example. As I recall there have been similar discussions in the past, and it may pay to look at teh archives. Cheers, Cliff On Sun, Oct 17, 2021 at 3:00 PM

Re: [Gimp-user] Debian 11, updated, Gimp 2.10.22 - bad clone tool

2021-10-16 Thread Cliff Pratt via gimp-user-list
I'm not sure why, but you get a message "select source image first." Cliff On Sun, Oct 17, 2021 at 1:26 PM Dedeco Balaco via gimp-user-list < gimp-user-list@gnome.org> wrote: > > Em 16/10/2021 21:14, Liam R E Quin escreveu: > > On Sat, 2021-10-16 at 20:45 -0300, Dede

[Bug 1947463] [NEW] gnome-recipes print output incorrect

2021-10-16 Thread Cliff Carson
Public bug reported: When printing to either PDF or printer the ingredients fails to format correctly (attached sample output). ProblemType: Bug DistroRelease: Ubuntu 21.10 Package: gnome-recipes 2.0.2-5build1 ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14 Uname: Linux

[capnproto] Compiler plugin for AutomationML

2021-09-20 Thread Cliff Pennalligen
I'm expressing interest in writing a compiler plugin for AutomationML ( IEC 62714-4: Logic). This language is basically used to generate vendor-independent PLC code. PLCs (Programmable Logic Controllers) are ruggedized embedded devices for controlling machines, factory processes, water and

RE: [weewx-user] CSV reporting removed in V4

2021-09-17 Thread Cliff Kotnik
Ah yes. csv - emit loop or archive data in comma-separated-value format Copyright 2015 Matthew Wall Thanks, Cliff Cliff Kotnik clkot...@gmail.com From: weewx-user@googlegroups.com On Behalf Of Tom Keffer Sent: Friday, September 17, 2021 1:39 PM To: weewx-user Subject: Re

RE: Fire Pump Backflow

2021-08-25 Thread cliff--- via Sprinklerforum
Hi Joe, Why would you need the BFP if you have storage tanks? Are there other systems being fed from the same tanks that would necessitate the BFP? Cliff Whitfield, SET President Fire Design, Inc. 940 Summerbrooke Drive Tallahassee, FL 32312 Ph: 828-284-4772 cl...@fire-design.com www.fire

Re: Cannot access or ping hard-wired printers

2021-08-16 Thread Cliff Cummings
Thanks for the advice. Regards - Cliff On 8/15/2021 6:49 PM, Charles Curley wrote: On Sun, 15 Aug 2021 17:20:28 -0600 Cliff Cummings wrote: Thanks for advice. I will look into it. Any tips that I should consider while doing this? (I do not want to bring down my entire service because I made

Re: Cannot access or ping hard-wired printers

2021-08-15 Thread Cliff Cummings
made a bone-head adjustment). Regards - Cliff On 8/15/2021 5:03 PM, Charles Curley wrote: On Sun, 15 Aug 2021 16:51:24 -0600 Cliff Cummings wrote: Like I said, this all happened right after the Google Fiber change so maybe this is related. If I change my printers to use 86 as part of the ip

Re: Cannot access or ping hard-wired printers

2021-08-15 Thread Cliff Cummings
to use 86 as part of the ip addresses, would Windows Settings-Devices now find them? I think I am being taught a lesson. Thanks. Regards - Cliff PS C:\Users\cliff> arp -a Interface: 192.168.86.30 --- 0xe   Internet Address  Physical Address  Type   192.168.86.1  58-2

Cannot access or ping hard-wired printers

2021-08-15 Thread Cliff Cummings
192.168.1.12 was still there on one of my printers). I have never had a problem pinging a local hard-wired printer before. I am a bit stuck and I am no expert in networking. Any ideas? Regards - Cliff -- Cliff Cummings - Sunburst Design, Inc. 1639 E. 1320 S., Provo, UT 84606 - 801-960-1996

[issue44857] class member varibles assigned member functions create a circular reference

2021-08-06 Thread Cliff Cordeiro
Cliff Cordeiro added the comment: It looks like the collector does detect the cycle and that's why it ends up in garbage with gc.DEBUG_SAVEALL set. Sorry about that. -- resolution: -> not a bug stage: -> resolved status: open -&g

[issue44857] class member varibles assigned member functions create a circular reference

2021-08-06 Thread Cliff Cordeiro
New submission from Cliff Cordeiro : This class is not collected by the gc without a custom __del__ method to del or assign None to self.fn: import gc class Leak: def __init__(self): self.fn = self.x def x(self): pass gc.set_debug(gc.DEBUG_SAVEALL) l = Leak() del

Re: local-idle-timeout and idle timeout sequencing errors on several instances

2021-08-03 Thread Cliff Jansen
I have provided a patch that will hopefully allow your production to run more robustly and also allow collection of debug info that may help explain the nature of the problem. On Mon, Jul 19, 2021 at 12:02 AM Wiggelinkhuizen J (Jaap) < jaap.wiggelinkhui...@intraffic.nl> wrote: > D

[Desktop-packages] [Bug 1938779] [NEW] package pulseaudio-utils 1:14.2-2ubuntu2 failed to install/upgrade: trying to overwrite '/usr/share/bash-completion/completions/pulseaudio', which is also in pac

2021-08-03 Thread Cliff Carson
ApportVersion: 2.20.11-0ubuntu67 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: cliff 1695 F pulseaudio CasperMD5CheckResult: pass Date: Tue Aug 3 06:06:50 2021 ErrorMessage: trying to overwrite '/usr/share/bash-completion/completions

[Touch-packages] [Bug 1938779] [NEW] package pulseaudio-utils 1:14.2-2ubuntu2 failed to install/upgrade: trying to overwrite '/usr/share/bash-completion/completions/pulseaudio', which is also in packa

2021-08-03 Thread Cliff Carson
ApportVersion: 2.20.11-0ubuntu67 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: cliff 1695 F pulseaudio CasperMD5CheckResult: pass Date: Tue Aug 3 06:06:50 2021 ErrorMessage: trying to overwrite '/usr/share/bash-completion/completions

[Bug 1938779] [NEW] package pulseaudio-utils 1:14.2-2ubuntu2 failed to install/upgrade: trying to overwrite '/usr/share/bash-completion/completions/pulseaudio', which is also in package pulseaudio 1:1

2021-08-03 Thread Cliff Carson
ApportVersion: 2.20.11-0ubuntu67 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: cliff 1695 F pulseaudio CasperMD5CheckResult: pass Date: Tue Aug 3 06:06:50 2021 ErrorMessage: trying to overwrite '/usr/share/bash-completion/completions

Re: [Gimp-user] Recurring mouse problem in GIMP 2.8.22

2021-07-16 Thread Cliff Pratt via gimp-user-list
On Fri, Jul 16, 2021 at 6:48 PM Techno wrote: > On 2021-07-15 22:44, Cliff Pratt via gimp-user-list wrote: > > Although you say this only happens in GIMP, I would expect to have seen > > many more complaints in the community if it was a GIMP (only) problem. I > > would n

Re: local-idle-timeout and idle timeout sequencing errors on several instances

2021-07-16 Thread Cliff Jansen
a reproducer would be ideal, but may be hard to provide. Are you building your own Proton libraries from source? If so I could try to put together a patch that would be more resilient in the abort case and gather some additional bread crumbs to help analyze the circumstances of the failure. Cliff On Thu

Re: [Gimp-user] Fwd: Buttons are blurry

2021-07-15 Thread Cliff Pratt via gimp-user-list
Those look disabled to me. I don't see the same on gimp 2.10.22 on Linux, Cliff On Fri, Jul 16, 2021 at 4:14 AM John Coppens wrote: > On Thu, 8 Jul 2021 08:06:39 +0300 > Ilya Novikov via gimp-user-list wrote: > > > Hello all, > > > > Just want to ask - does anyone o

Re: [Gimp-user] Recurring mouse problem in GIMP 2.8.22

2021-07-15 Thread Cliff Pratt via gimp-user-list
Assistive technology software. Can you try with everything else stopped? Cliff On Fri, Jul 16, 2021 at 10:44 AM Techno wrote: > On 2021-06-05 12:47, Marco Ciampa via gimp-user-list wrote: > > On Sat, Jun 05, 2021 at 11:45:53AM -0400, Rick Strong wrote: > >> It sounds li

Re: [VOTE] Release Apache Qpid Proton 0.35.0

2021-06-29 Thread Cliff Jansen
+1 Ran some quiver soak tests with the C based arrow driver in various configurations on a 24 core /48 thread system (CentOS 7.9): - peer-to-peer - qpid-dispatch and 3 high throughput arrow pairs - qpid-dispatch and 125 “credit 1” low throughput pairs On Fri, Jun 25, 2021 at 7:56 AM

RE: Calculating Parallel fire pumps

2021-06-21 Thread cliff--- via Sprinklerforum
this from time to time and this is the best I've seen in a long time. Cliff Whitfield, SET President Fire Design, Inc. 184 Comfort Place Burnsville, NC 28714 Ph: 828-284-4772   cl...@fire-design.com www.fire-design.com -Original Message- From: Sprinklerforum On Behalf Of Prahl, Craig/GVL

Re: [Gimp-user] Violation of GNOME Code of Conduct - ablelist language and discrimination

2021-05-25 Thread Cliff Pratt via gimp-user-list
FWIW There are distasteful meanings of the word Glimpse, too. Cheers, Cliff On Wed, May 26, 2021 at 8:15 AM Alexandre Prokoudine via gimp-user-list < gimp-user-list@gnome.org> wrote: > Dear Michael, > > If I were to summarize our conversation with GNOME Foundation a few > mon

[bug #60662] Xmega.h is prepared for Doxygen but not added to doxygen.config.in

2021-05-24 Thread Cliff Lawson
URL: Summary: Xmega.h is prepared for Doxygen but not added to doxygen.config.in Project: AVR C Runtime Library Submitted by: wrightflyer Submitted on: Mon 24 May 2021 09:43:16 AM UTC

[Bug 1925821] Re: do-release-upgrade 18 to 20 LTS failed

2021-05-17 Thread Cliff Kotnik
Per Brian's instructions of 5-14 I performed the upgrade with the "-p" option. The upgrade performed as expected and my system is now on release 20. thanks very much for the quick response. Cliff -- You received this bug notification because you are a member of Ubuntu Bugs, which is

Custom metrics in Stateful Functions

2021-04-27 Thread Cliff Resnick
We think Embedded Statefun is a nicer fit than Datastream for some problem domains, but one thing we miss is support for custom metrics/counters. Is there a way to access the Flink support? It looks like if we want custom metrics we'll need to roll our own.

Re: [Heb-NACO] 046 Hebrew date coding in NARs

2021-04-26 Thread Cliff Miller via Heb-naco
Dear colleagues, I do not have references resources at home to check this. Do I remember correctly? Hebrew and Gregorian years overlap each other by 9 months. The minority is 3 months. Odds are 3 : 1 that the years with matching final digits are the correct year. Hebrew and Gregorian dates

[Bug 1925821] [NEW] do-release-upgrade 18 to 20 LTS failed

2021-04-23 Thread Cliff Kotnik
this. Cliff ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: ubuntu-release-upgrader-core 1:18.04.44 ProcVersionSignature: Ubuntu 4.15.0-142.146-generic 4.15.18 Uname: Linux 4.15.0-142-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion: 2.20.9-0ubuntu7.23

[Bug 1921143] Re: efivarfs_set_variable: writing to fd 7 failed: Invalid argument.

2021-04-20 Thread Cliff Carson
Problem has been corrected by some update between 2021-04-02 and 2021-04-20. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1921143 Title: efivarfs_set_variable: writing to fd 7 failed: Invalid

RE: Same size orifice in a room

2021-04-19 Thread cliff--- via Sprinklerforum
T Mack, I'm not sure where it's located but I have used smaller orifice sprinklers under a soffit as you describe. I discussed it in depth with the old VP at AFSA and he said it was perfectly acceptable. If I can find my old emails, I'll send them to you off-forum. Cliff Whitfield, SET

[Bug 1921143] Re: efivarfs_set_variable: writing to fd 7 failed: Invalid argument.

2021-04-02 Thread Cliff Carson
Grub update 2021-04-02 grub-efi-amd64-signed (1.169+2.04-1ubuntu45) installation failed. Again doing an grub-install indicates that the process failed to set Boot000B. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1921143] Re: efivarfs_set_variable: writing to fd 7 failed: Invalid argument.

2021-03-26 Thread Cliff Carson
Don't know what I'm looking at but the out put of efibootmgr -v shows a Boot000B set and it is current. cliff@Desktopps:~$ efibootmgr -v BootCurrent: 000B Timeout: 1 seconds BootOrder: 000B,0016,0014,0013,000C,000E,0012,0018,001A,001E,001F Boot000B* ubuntu HD(1,GPT,f3c85e85-56e3-4154-bee2

[Bug 1921143] Re: efivarfs_set_variable: writing to fd 7 failed: Invalid argument.

2021-03-26 Thread Cliff Carson
Got a grub error after installing grub-efi-amd64-bin 2.04-1ubuntu44 during daily update/upgrade on 3/24. The message indicated the boot process may fail. Attempted to re-install grub on two different devices both failed with the error noted above. Thought my only option was to re-install 21.04

[tor-relays] Tor project helping to attempt to cancel Richard Stallman

2021-03-25 Thread Jeffrey Cliff
I will be shutting down my exit node in protest of this action by the Tor Project. I hope the rest of you out there, who depend every day on GNU project code which would not exist without RMS's project, might consider joining me. Jeff Cliff former tor exit node admin

[Bug 1921143] [NEW] efivarfs_set_variable: writing to fd 7 failed: Invalid argument.

2021-03-24 Thread Cliff Carson
Public bug reported: With the 3/24/2021 update grub failed to install. Getting messages; grub-install: warning: Cannot set EFI variable Boot000B. grub-install: warning: efivarfs_set_variable: writing to fd 7 failed: Invalid argument. grub-install: warning: _efi_set_variable_mode:

Re: [Gimp-user] Adding a text box

2021-02-11 Thread Cliff Pratt via gimp-user-list
. It depends on the capability of your editor. GIMP is for editing images and while it can do text, that is not its primary purpose and it may be the wrong tool for the job. Cliff On Fri, Feb 12, 2021 at 9:16 AM Stan Pioro via gimp-user-list < gimp-user-list@gnome.org> wrote: > Hi Folk

RE: [EXTERNAL] RE: Multiple System Calculation

2021-02-11 Thread cliff--- via Sprinklerforum
We need a 'Like' button on the forum. Since we don't have one, Craig is right on the money here. Cliff Whitfield, SET President Fire Design, Inc. 600 W. Bypass Hwy. 19E Suite 202 Burnsville, NC 28714 Ph: 828-284-4772 -Original Message- From: Sprinklerforum On Behalf

RE: Pan-Type Construction

2021-02-01 Thread cliff--- via Sprinklerforum
Steve, I don't agree that Pan slabs are smooth ceilings. If the pans are less than 300 sf, they are more than likely considered panel construction and would be obstructed. Most of the 'Pan' that I have ever seen falls into that category. Cliff Whitfield, SET President Fire Design, Inc. 600 W

Re: [Linuxptp-devel] [PATCH v2 2/2] Improve port-related log messages.

2021-01-28 Thread Cliff Spradlin via Linuxptp-devel
Hi, On Fri, Jan 29, 2021 at 2:54 AM Grygorii Strashko wrote: > I've being thinking - shouldn't be implemented as new api, like > port_pr_xx(port, ...)? > (similar to kernel dev_xx(dev)). The problem is: 1) There are 8 basic log level macros, and then another 8 rate-limited macros. If I

[Linuxptp-devel] [PATCH v2 1/2] port: Cache display name for logs.

2021-01-28 Thread Cliff Spradlin via Linuxptp-devel
Adds a string to the port struct that can easily identify a port. This is intended to be used in log messages that refer to a port. Signed-off-by: Cliff Spradlin Change-Id: Ic45d61c05b0aa970c9caf9e17528693dc0090c31 --- port.c | 23 ++- port.h | 7

[Linuxptp-devel] [PATCH v2 0/2] improve port log messages

2021-01-28 Thread Cliff Spradlin via Linuxptp-devel
failover scenario that Richard had mentioned, because the interface name for a port never changes. Cliff Spradlin (2): port: Cache display name for logs. Improve port-related log messages. clock.c | 22 +++--- e2e_tc.c | 10 +-- p2p_tc.c | 10 +-- port.c

[Linuxptp-devel] [PATCH v2 2/2] Improve port-related log messages.

2021-01-28 Thread Cliff Spradlin via Linuxptp-devel
Previously, only the logical port number was emitted for most port-related log messages. Now, the interface name is included. old: port 12: assuming the grand master role new: port 12 (eth8): assuming the grand master role Signed-off-by: Cliff Spradlin Change-Id

[digikam] [Bug 421043] Faces Detection crashes digiKam

2021-01-18 Thread Cliff Albert
https://bugs.kde.org/show_bug.cgi?id=421043 --- Comment #27 from Cliff Albert --- (In reply to Cliff Albert from comment #26) > (In reply to Maik Qualmann from comment #25) > > A new version of the AppImage that contains the latest patches is available. > > Can you plea

[digikam] [Bug 421043] Faces Detection crashes digiKam

2021-01-15 Thread Cliff Albert
https://bugs.kde.org/show_bug.cgi?id=421043 --- Comment #26 from Cliff Albert --- (In reply to Maik Qualmann from comment #25) > A new version of the AppImage that contains the latest patches is available. > Can you please test whether the problem still exists? > > Maik Looks go

[digikam] [Bug 421043] Faces Detection crashes digiKam

2021-01-13 Thread Cliff Albert
https://bugs.kde.org/show_bug.cgi?id=421043 --- Comment #22 from Cliff Albert --- Is this patch already in digiKam-7.2.0-rc-20210112T182159-x86-64-debug.appimage ? Because it just crashed again (Maintenance -> Face Recognition with "clear unconfirmed results and scan again" o

Re: [SOGo] Fresh install of SOGo 2 on Debian 10 gets Version 4

2021-01-07 Thread Cliff Hood
://sogo.nu/support/faq/how-to-install-nightly-sogo-versions-on-debian.html#/faq On 1/7/2021 8:37 AM, Cliff Hood (cmh...@hmcnees.com) wrote: I was able to download the individual files and install them from a local directory.  Version 2 appears to run properly. Moving the repository statement from las

Re: [SOGo] Fresh install of SOGo 2 on Debian 10 gets Version 4

2021-01-07 Thread Cliff Hood
rsion 2. On 1/1/2021 1:39 PM, "cliff" (cmh...@hmcnees.com) wrote: I am replacing a Centos 6 server with a fresh build of Debian 10 and would like to install SOGo Version 2 to match the old server. It seems that using "deb http://packages.inverse.ca/SOGo/nightly/2/debian/ buste

[digikam] [Bug 421043] Faces Detection crashes digiKam

2021-01-05 Thread Cliff Albert
https://bugs.kde.org/show_bug.cgi?id=421043 --- Comment #20 from Cliff Albert --- It has been a while, but i've hit the same issue again. Release: digikam-7.2.0-rc-20210103T180117-x86-64-debug.appimage This time the issue does not appear during normal face detection / face recognition

Re: [s3ql] Question about data and file deletion timing

2021-01-05 Thread Cliff Stanford
blocks remain until the transfer is complete? Cliff. -- Cliff Stanford London:+44 20 0222 1666 Swansea: +44 1792 469666 Spain: +34 603 777 666 Estonia: +372 5308 9666 UK Mobile: +44 7973 616 666 -- You received this message because you are subscribed

Re: [Linuxptp-devel] [PATCH] improve port log messages

2021-01-04 Thread Cliff Spradlin via Linuxptp-devel
nt port variants of the log functions that takes the port pointer as a parameter and prefixes the port debug info. Let me know, I'm happy to change the patch as needed. -cliff ___ Linuxptp-devel mailing list Linuxptp-devel@lists.sourceforge.net https://lists

[SOGo] Fresh install of SOGo 2 on Debian 10 gets Version 4

2021-01-01 Thread &quot;cliff"
I am replacing a Centos 6 server with a fresh build of Debian 10 and would like to install SOGo Version 2 to match the old server. It seems that using "deb http://packages.inverse.ca/SOGo/nightly/2/debian/ buster buster" in the sources.list gets Version 4. Is there some trick to getting

[Linuxptp-devel] [PATCH] improve port log messages

2020-12-30 Thread Cliff Spradlin via Linuxptp-devel
Previously, only the logical port number was emitted for most port-related log messages. Now, the interface name is included. old: port 12: assuming the grand master role new: port 12 (eth8): assuming the grand master role Change-Id: I38f529a4b436f96e9803920bacc605790b3a0b45 Signed-off-by: Cliff

Bug#910545: unstable is not affected by this anymore

2020-12-26 Thread Jeffrey Cliff
this is basically resolved by the fact that unstable is on 3.x

[Pkg-javascript-devel] Bug#910545: unstable is not affected by this anymore

2020-12-26 Thread Jeffrey Cliff
this is basically resolved by the fact that unstable is on 3.x -- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Re: [EVDL] Ev book recommendation

2020-12-17 Thread Cliff Crabtree via EV
Yep.  Same guy.  However this book is exclusively about batteries.  While he mentions electric bicycles and skateboards there is no more emphasis on two wheelers than home eneregy storage, electric cars or RCs. Later, Cliff On 12/16/20 6:44 PM, Willie via EV wrote: On 12/16/20 2:39 PM

Re: [EVDL] Ev book recommendation

2020-12-16 Thread Cliff Crabtree via EV
-3 This is a rewrite of the first book with some additional information. Formulas are in chapter 6 in this book. DIY Lithium Batteries How to Build Your Own Battery Packs", Micah Toll ISBN 978-0-9899067-0-8 Hope this helps, Cliff On 12/16/20 10:49 AM, Glenn Brooks via EV wro

[Linuxptp-devel] Port number vs name in debug messages?

2020-12-12 Thread Cliff Spradlin via Linuxptp-devel
The primary identifier in port-related debug messages is the logical port number. For me, that seems not very useful. See for example: ptp4l[152.283]: port 17: LISTENING to FAULTY on FAULT_DETECTED (FT_UNSPECIFIED) What is port 17? I have to go figure that out. Would anyone else be in favor of

Re: [Gimp-user] Opening uncompressed NASA image files in GIMP

2020-12-07 Thread Cliff Pratt via gimp-user-list
That's what it looks like before you open the "Folders" folder/dropdown. Click on the arrow to the left of "Folders" in the left pane to see all the directories. Cheers, Cliff On Sat, Dec 5, 2020 at 4:06 PM Rick Kline wrote: > I looked in Gimp > Preferences >

Re: [Gimp-user] Opening uncompressed NASA image files in GIMP

2020-12-03 Thread Cliff Pratt via gimp-user-list
Just out of curiosity, probably nothing to do with your problem, what do you mean by "my system didn't like $HOME/"? In Unix-like systems, the $HOME variable equates to /home/, usually. Cheers, Cliff On Thu, Dec 3, 2020 at 5:30 PM Rick Kline wrote: > I found where GIMP plug-i

Re: [Gimp-user] Image Compression

2020-12-02 Thread Cliff Pratt via gimp-user-list
Pictures in a magazine are likely to be copyrighted. Cheers, Cliff On Thu, Dec 3, 2020 at 4:59 AM Jason Amerson via gimp-user-list < gimp-user-list@gnome.org> wrote: > Hello, > > I scanned in a magazine as JPEGs, 300 dpi and high compression, but > still each file is over

Re: [Gimp-user] GIMP 2.10 .xcf files can't open in GIMP 2.8

2020-12-02 Thread Cliff Pratt via gimp-user-list
I guess you could export them to some other format and import them into an earlier version. If you really need to do it. Cheers, Cliff On Thu, Dec 3, 2020 at 7:00 AM Techno wrote: > On 2020-11-29 20:00, Alexandre Prokoudine via gimp-user-list wrote: > > On Mon, Nov 30, 2020 at 3:43

[Bug 1896393] Re: gedit not responding to keystrokes

2020-11-24 Thread Cliff Carson
Continue to see this problem, both keystroke delay and the mouse wheel response. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1896393 Title: gedit not responding to keystrokes To manage

[Bug 1896393] Re: gedit not responding to keystrokes

2020-11-24 Thread Cliff Carson
Continue to see this problem, both keystroke delay and the mouse wheel response. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in Ubuntu. https://bugs.launchpad.net/bugs/1896393 Title: gedit not responding to keystrokes To

[Desktop-packages] [Bug 1896393] Re: gedit not responding to keystrokes

2020-11-24 Thread Cliff Carson
Continue to see this problem, both keystroke delay and the mouse wheel response. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gedit in Ubuntu. https://bugs.launchpad.net/bugs/1896393 Title: gedit not responding to keystrokes

Re: [VOTE] Release Apache Qpid Proton 0.33.0 (RC3)

2020-11-17 Thread Cliff Jansen
+1 Various Quiver and connexorciser soak/performance tests with C test broker and Qpid Dispatch. Build and ctest checkout on centos6 (last time?), centos7, fedora32. On Tue, Nov 17, 2020 at 4:33 AM Robbie Gemmell wrote: > Hi folks, > > I have put together another spin for a Qpid Proton

Re: [VOTE] Release Apache Qpid Proton 0.33.0 (RC2)

2020-11-16 Thread Cliff Jansen
-1 see PROTON-2304. Yes, a hang in my own main contribution to this release. I was minutes away from a +1 when this showed up. Fix looking likely by end of my working day. On Mon, Nov 16, 2020 at 7:21 AM Robbie Gemmell wrote: > Hi folks, > > I have put together another spin for a Qpid Proton

[Bug 1903420] [NEW] Qemu clients lose Internet access on upgrade to Groovy Gorilla

2020-11-07 Thread Cliff
Public bug reported: Starting configuration. Ubuntu 20.04, Qemu (repository version), also the latest Docker snap. Actions: Upgrade to Ubuntu 20.10. Qemu and Docker will have been upgraded too, I assume. Result: The system is fine. However, when I start a Qemu client, it can no longer access

Clients cannot access the Internet after an OS upgrade.

2020-11-06 Thread Cliff Pratt
=Cliff+Pratt

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