Re: sftp server empty password login

2024-03-27 Thread Thomas L.
On Tue, 26 Mar 2024 10:28:11 +0100 Sylvain Saboua wrote: > Match User media > ForceCommand internal-sftp -d /home/media > ChrootDirectory /home/media > PasswordAuthentication yes > AuthenticationMethods none > PermitEmptyPasswords yes you probably

Re: Ignore some USB devices

2024-02-19 Thread Thomas L.
On Mon, 19 Feb 2024 19:43:14 +0100 Kirill A. Korinsky wrote: > I do have two USB audio device: > > ~ $ usbdevs -v > Controller /dev/usb0: > ... > addr 07: 043e:9a66 LG Electronics Inc., LG UltraFine Display Audio >high speed, self powered, config 1, rev 0.03 >

Re: [new] sysutils/dump_inode

2023-04-27 Thread Thomas L.
On Wed, 29 Mar 2023 23:43:41 +0200 "Thomas L." wrote: > On Wed, 8 Mar 2023 22:13:16 +0100 > "Thomas L." wrote: > > > hi, > > > > i recently wrote a small utility to recover accidentally deleted > > files from UFS/UFS2 filesystems (only

Re: [new] sysutils/dump_inode

2023-03-29 Thread Thomas L.
On Wed, 8 Mar 2023 22:13:16 +0100 "Thomas L." wrote: > hi, > > i recently wrote a small utility to recover accidentally deleted files > from UFS/UFS2 filesystems (only works as long as there is still a > process keeping a file desriptor open, otherwise the block n

[new] sysutils/dump_inode

2023-03-08 Thread Thomas L.
hi, i recently wrote a small utility to recover accidentally deleted files from UFS/UFS2 filesystems (only works as long as there is still a process keeping a file desriptor open, otherwise the block numbers are cleared from the inode). port attached. kind regards, thomas dump_inode.tar.gz

crontab and /usr/local/{,s}bin

2023-02-14 Thread Thomas L.
hi, what is the reason that /usr/local/{,s}bin is not in PATH in crontab? this seems to be the case on all unix-like systems and it regularly bites people. sometimes someone says it's for security w/o being able to tell what is being prevented by this. or is it just some historic default noone

Re: OpenSMTPD ignores the system time zone in mail header and logfile

2022-12-12 Thread Thomas L.
On Mon, 12 Dec 2022 20:49:06 +0100 (CET) "Nils" wrote: > O.k., thanks. But has tzset() also effect on the forked processes, i. > e. is the timezone data then also available for the forked processes? afaik the processes are created via fork+exec to rerandomize the address space layout. so all

Re: OpenSMTPD ignores the system time zone in mail header and logfile

2022-12-10 Thread Thomas L.
On Sat, 10 Dec 2022 19:03:23 +0100 (CET) "Nils" wrote: > And why does this problem occur in Linux, but *not* in OpenBSD? > log_init calls tzset(3), which reads the timezone data early. not sure why this does not work on Linux.

vmd writes corrupt qcow2 images

2022-04-18 Thread Thomas L.
Hi, I recently tried to use qemu-img with qcow2 images of my VMs and qemu-img finds them corrupted. I can reproduce the issue in the following way (on -current, but is the same on -stable; tried different hosts to exclude hardware errors): marsden# vmctl create -s 300G test.qcow2 vmctl: qcow2

Re: tcpdump rotating issue with newsyslog

2022-04-10 Thread Thomas L.
On Sun, 10 Apr 2022 17:00:25 -0400 Nick Holland wrote: > On 4/10/22 9:39 AM, Yogendra Kumar Chaudhary wrote: > > I am running the following command in the OpenBSD 6.2. You should really upgrade. That version no longer gets security patches for several years. > So, I'm thinking you probably want

net/neochat: missing dependency on devel/kf5/sonnet

2022-03-24 Thread Thomas L.
Hi, when starting neochat I get: $ neochat QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-tom' QQmlApplicationEngine failed to load component qrc:/qml/main.qml:145:20: Type RoomDrawer unavailable qrc:/imports/NeoChat/Panel/RoomDrawer.qml:260:9: Type RoomSettingsDialog

Re: Cipher list

2021-12-07 Thread Thomas L.
> Where do you find the definition of cipher settings: all, insecure, > default, etc? The "man tls_config_set_ciphers" mentions them but > doesn't define them. Neither does "man openssl". > > "TLSv1.2:ECDHE-RSA-AES256-SHA384:256" looks reasonably modern, why is > it not part of "ciphers secure"?

[FFmpeg-user] Can't build ffmpeg shared libraries under Windows with dash enabled (missing libxml2)

2021-11-05 Thread thomas l
Hello, I can't build ffmpeg shared libraries under Windows with the mpeg dash demuxer enabled. The problem is always that libxml2 is missing. I always get the error : " ERROR: libxml-2.0 not found using pkg-config" Here is what I have done: I installed msys2 I run cmd from Visual Studio 2015

[FFmpeg-user] Can't build ffmpeg libs for Windows using msys2, msys1.0 or Debian 9.8

2021-10-25 Thread thomas l
Hello, I have spent the last 3 days trying to build the ffmpeg 4.4 libraries (avcodec.dll, avutil.dll, ...) for Windows. I want to be able to build them for Windows 32 bits and for Windows 64 bits. I want to build them with the maximum of libs included in it but I want to stay within the LGPL

Re: kernel: page fault trap in rw_status

2021-08-16 Thread Thomas L.
On Fri, 6 Aug 2021 08:08:26 +0200 Theo Buehler wrote: > > The diff below fixes this by setting the "source" amap lock to the > > newly allocated one. This is not strictly necessary on OpenBSD > > since the amap is only inserted on the global list at the end of > > amap copy, but this satisfies

kernel: page fault trap in rw_status

2021-08-04 Thread Thomas L.
>Synopsis: page fault trap in rw_status >Category: kernel >Environment: System : OpenBSD 6.9 Details : OpenBSD 6.9 (GENERIC) #4: Mon Jun 7 08:20:14 MDT 2021 r...@syspatch-69-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC

[PAXEXAM] test transactional method in Karaf

2021-07-13 Thread Thomas L
Hello, I'm trying to use PaxExam 4. The set up is ok. I'm able to run my custom Karaf distribution from my local maven repositiory. Using @Inject allows to have my service injected and i can check with assertNotNull(). Now i'm trying to test a transactional method and i have this error :

Re: vmd: spurious VM restarts

2021-06-26 Thread Thomas L.
On Wed, 7 Apr 2021 17:00:00 -0700 Mike Larkin wrote: > Depends on the exact content that got swapped out (as we didn't handle > TLB flushes correctly), so a crash was certainly a possibility. > That's why I wanted to see the VMM_DEBUG output. > > In any case, Thomas should try -current and see if

Re: audio/mumble: missing icons

2021-04-17 Thread Thomas L.
On Sat, 17 Apr 2021 11:21:52 +0200 Rafael Sadowski wrote: > Can't confirm. Both installed and none icon issues. > > Pro Qt tip: Install qt5ct, run qt5ct, set QT_QPA_PLATFORMTHEME=qt5ct. > For more themes and icons install lightly, adwaita-qt, breeze, oxygen. I tried this with kiconthemes

Re: audio/mumble: missing icons

2021-04-17 Thread Thomas L.
On Sat, 17 Apr 2021 10:06:32 +0200 Alexander Bluhm wrote: > pkg_delete kiconthemes fixes the issue for me. > pkg_add -Dsnap kiconthemes && mumble triggers the bug on -current. Fascinating, that fixes it for me as well ... I played around with ktrace(1) a bit and it seems that with kiconthemes

audio/mumble: missing icons

2021-04-16 Thread Thomas L.
Hi, I noticed that recently mumble shows me no icons in the toolbar and elsewhere. I already tried reverting the most recent changes in audio/mumble, but it seems like something else is amiss. To rule out broken configuration I tried creating a new user, but it shows the same behaviour. Can

Re: vmd: spurious VM restarts

2021-04-07 Thread Thomas L.
> > Thomas: I looked at your host dmesg and your provided vm.conf. It > > looks like 11 vm's with the default 512M memory and one (minecraft) > > with 8G. Your host seems to have only 16GB of memory, some of which > > is probably unavailable as it's used by the integrated gpu. I'm > > wondering if

Re: vmd: spurious VM restarts

2021-04-06 Thread Thomas L.
On Tue, 6 Apr 2021 14:28:09 -0700 Mike Larkin wrote: > On Tue, Apr 06, 2021 at 09:15:10PM +0200, Thomas L. wrote: > > On Tue, 6 Apr 2021 11:11:01 -0700 > > Mike Larkin wrote: > > > Anything in the host's dmesg? > > > > *host* dmesg. I think you misread what I

Re: vmd: spurious VM restarts

2021-04-06 Thread Thomas L.
On Tue, 6 Apr 2021 11:11:01 -0700 Mike Larkin wrote: > Anything in the host's dmesg? Below is the dmesg and latest syslog from one of the VMs. OpenBSD 6.8 (GENERIC) #1: Tue Nov 3 09:04:47 MST 2020 r...@syspatch-68-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC real mem =

vmd: spurious VM restarts

2021-04-06 Thread Thomas L.
Hi, I'm running OpenBSD 6.8 as hypervisor with multiple OpenBSD VMs. Regularly, it happens that all VM are restarted, not at the same time but clustered. The indication that this happend is reduced uptime on the VMs, some services that fail to come up again and the following logs: # grep vmd

Fix pledge violation in firefox during screen capture

2021-04-03 Thread Thomas L.
Hi, trying to start screen capture in firefox currently leads to a pledge(2) violation, cause it calls shmget(2). You can test this by going to https://meet.jit.si, creating a room and trying to screen share. The patch below avoids this, by not trying to setup XShm for the screen capture. Firefox

Re: video shows green box on -current

2021-03-16 Thread Thomas L.
On Wed, 17 Mar 2021 00:05:24 +0100 Pau wrote: > Any idea? https://www.openbsd.org/faq/current.html#r20201229 by any chance? > thanks, > > Pau Kind regards, Thomas

snapshot upgrade hangs with "iwm0: DAD detected duplicate"

2021-03-02 Thread Thomas L.
Hi, current snapshot hangs during sysupgrade after rootfs mount with iwm0: DAD detected duplicate IPv6 address fe80:1::164f:8aff:fe25:dbef: NS in/out=1/1, NA in=0 iwm0: DAD complete for fe80:1::164f:8aff:fe25:dbef - duplicate found iwm0: manual intervention required The problem persists over

[jira] [Created] (STORM-3716) Nodes underutilized

2020-11-20 Thread Thomas L Redman (Jira)
Thomas L Redman created STORM-3716: -- Summary: Nodes underutilized Key: STORM-3716 URL: https://issues.apache.org/jira/browse/STORM-3716 Project: Apache Storm Issue Type: Bug

Re: Problem moving topology from 1.2.3 to 2.2.0 - tuple distribution across cluster

2020-11-16 Thread Thomas L. Redman
perhaps I'll just leave the feature > disabled. > > Again - thanks for the reply - VERY helpful. > > > On Saturday, November 14, 2020, 01:05:03 PM EST, Thomas L. Redman > wrote: > > > I have seen this same thing. I sent a query on this list, and. after some > time

Re: Problem moving topology from 1.2.3 to 2.2.0 - tuple distribution across cluster

2020-11-16 Thread Thomas L. Redman
perhaps I'll just leave the feature > disabled. > > Again - thanks for the reply - VERY helpful. > > > On Saturday, November 14, 2020, 01:05:03 PM EST, Thomas L. Redman > wrote: > > > I have seen this same thing. I sent a query on this list, and. after some > time

Re: Problem moving topology from 1.2.3 to 2.2.0 - tuple distribution across cluster

2020-11-14 Thread Thomas L. Redman
nts out > to another node unless it runs out of capacity on single node. If you do not > like this and want to distribute events evenly, you can try disabling this > feature. You can turn off LoadAwareShuffleGrouping by setting > topology.disable.loadaware.messaging to true. > -K

Re: Problem moving topology from 1.2.3 to 2.2.0 - tuple distribution across cluster

2020-11-14 Thread Thomas L. Redman
nts out > to another node unless it runs out of capacity on single node. If you do not > like this and want to distribute events evenly, you can try disabling this > feature. You can turn off LoadAwareShuffleGrouping by setting > topology.disable.loadaware.messaging to true. > -K

Re: Significant Bug

2020-10-29 Thread Thomas L. Redman
> like this and want to distribute events evenly, you can try disabling this > feature. You can turn off LoadAwareShuffleGrouping by setting > topology.disable.loadaware.messaging to true. > -Kishor > > On 2020/10/28 15:21:54, "Thomas L. Redman" wrote: >> What

Re: Significant Bug

2020-10-28 Thread Thomas L. Redman
What’s the word on this? I sent this out some time ago, including a GitHub project that clearly demonstrates the brokenness, yet I have not heard a word. Is there anybody supporting Storm? > On Sep 30, 2020, at 9:03 AM, Thomas L. Redman wrote: > > I believe I have encountered a si

Significant Bug

2020-09-30 Thread Thomas L. Redman
I believe I have encountered a significant bug. It seems topologies employing anchored tuples do not distribute across multiple nodes, regardless of the computation demands of the bolts. It works fine on a single node, but when throwing multiple nodes into the mix, only one machine gets pegged.

Re: Nodes underutilized

2020-09-15 Thread Thomas L. Redman
2.2.0, I just upgraded not long ago. > On Sep 14, 2020, at 9:28 AM, Rui Abreu wrote: > > Hi Thomas, > > Which version of Storm are you using? > > On Sun, 13 Sep 2020 at 20:23, Thomas L. Redman <mailto:tomred...@mchsi.com>> wrote: > Sorry, I had previously

Nodes underutilized

2020-09-13 Thread Thomas L. Redman
Sorry, I had previously sent this from a different email address, not sure how well that would work with this service, hence this re-send. I’m running storm on a 3 node cluster, 32 physical cores in each node. I have a complex topology with one spout which is a singleton, connected to several

WTB: 520/550/575 board

2020-07-14 Thread Thomas L.
I know they don’t exactly grow on trees, and when I see one they come at too high a price on the bay! But I thought I’d ask anyway. I have recently acquired a CC with a non-working board, and I wonder if someone is willing to sell one of these boards I mentioned.. I could also consider to

Re: Strange behavior when I try to use lladdr

2020-05-22 Thread Thomas L.
On Fri, 22 May 2020 13:12:15 +0300 Денис Давыдов wrote: > P.S. offtopic: I turn to the developers: I tearfully ask you to add > python to the base installation. This would allow the configuration > to be rolled automatically using Ansible right after install an OS. > It would simplify the task

[Update] www/youtube-dl-2020.05.03

2020-05-04 Thread Thomas L.
Hi, straightforward update to the new version. With the current version I was no longer able to play youtube-videos with mpv, with the new version I am. Hope this can still go in. Kind regards, Thomas diff --git www/youtube-dl/Makefile www/youtube-dl/Makefile index 07852e6d602..ce9e2128837

Re: OpenBSD::PortGen::Utils: SQL statement to get pkgpath without flavor

2020-04-18 Thread Thomas L.
On Sat, 18 Apr 2020 18:53:49 +0200 Marc Espie wrote: > On Sat, Apr 18, 2020 at 06:07:41PM +0200, Thomas L. wrote: > > I saw the Canonical field in _Paths and wondered about its use, but > > I am still unclear after your explanation. _Ports.FullPkgPath has a > > foreign key co

Re: OpenBSD::PortGen::Utils: SQL statement to get pkgpath without flavor

2020-04-18 Thread Thomas L.
On Sat, 18 Apr 2020 15:08:59 +0200 Marc Espie wrote: > It's very likely to miss a canonical at least. > > Specifically, _Ports.FullPkgPath is not guaranteed to match every > _Paths.Id > > the _Ports table get canonicalized to save space and avoid duplicates. I saw the Canonical field in _Paths

Re: OpenBSD::PortGen::Port::Ruby: Use right pkgstem prefixes

2020-04-17 Thread Thomas L.
Improved patch below. Now really does the check for top-level in Port.pm and uses ruby_versions in is_standard_module too. diff --git infrastructure/lib/OpenBSD/PortGen/Port.pm infrastructure/lib/OpenBSD/PortGen/Port.pm index f5334a72c01..bebc22ff047 100644 ---

Re: OpenBSD::PortGen::Utils: SQL statement to get pkgpath without flavor

2020-04-17 Thread Thomas L.
On Sat, 18 Apr 2020 04:30:50 +0200 "Thomas L." wrote: > diff --git infrastructure/lib/OpenBSD/PortGen/Utils.pm > infrastructure/lib/OpenBSD/PortGen/Utils.pm index > 16f901a3c9d..0dc18d0a592 100644 --- > infrastructure/lib/OpenBSD/PortGen/Utils.pm +++ > infrastructure/lib

OpenBSD::PortGen::Utils: SQL statement to get pkgpath without flavor

2020-04-17 Thread Thomas L.
Hi, module_in_ports() uses a SQL statement to get the pkgpath from a pkgstem: SELECT _Paths.FullPkgPath FROM _Paths JOIN _Ports ON _Paths.PkgPath = _Ports.FullPkgPath WHERE PKGSTEM = ? AND _Paths.Id = _Paths.PkgPath ORDER BY

Re: OpenBSD::PortGen::Port::Ruby: Use right pkgstem prefixes

2020-04-17 Thread Thomas L.
On Fri, 17 Apr 2020 18:11:08 -0700 Andrew Hewus Fresh wrote: > I like this better too, but unfortunately it doesn't work. So we need > to do something else. What do you mean with "doesn't work"? If you're refering to doing `portgen ruby activesupport` ... The check whether the gem is already

Re: OpenBSD::PortGen::Port::Ruby: Use right pkgstem prefixes

2020-04-17 Thread Thomas L.
Moving the logic back to get_deps allows a less hacky approach, since the Makefile is already created. I like this much better. diff --git infrastructure/lib/OpenBSD/PortGen/Port/Ruby.pm infrastructure/lib/OpenBSD/PortGen/Port/Ruby.pm index 1703fba5b89..e4ed3d9d6a4 100644 ---

Re: OpenBSD::PortGen::Port::Ruby: Use right pkgstem prefixes

2020-04-17 Thread Thomas L.
On Fri, 17 Apr 2020 13:29:12 -0700 Andrew Hewus Fresh wrote: > Try this patch with `portgen ruby activesupport` and you'll see that > it it still doesn't find it. > > You would have to add the same logic in the name_new_ports sub as > the parent module looks for the *current* port being ported.

OpenBSD::PortGen::Port::Ruby: Use right pkgstem prefixes

2020-04-17 Thread Thomas L.
Hi, as noted yesterday, portgen fails to find ruby dependencies which are already ported. This is because module_in_ports() searches the pkgstem, which contains the ruby version. Patch below lets portgen search for the right prefixes and portgen of the activerecord gem works correctly with this.

Re: OpenBSD::PortGen::Port::Ruby: support exact version requirements

2020-04-16 Thread Thomas L.
On Thu, 16 Apr 2020 19:15:08 -0700 Andrew Hewus Fresh wrote: > Committed, thanks! Would have been nice if you had included a gem > that wouldn't portgen before but will now, but I believe this is > correct. I noted this with the activerecord gem. It seems to portgen with this, but portgen fails

Re: OpenBSD::PortGen::Port::Ruby: support exact version requirements

2020-04-16 Thread Thomas L.
Should use tabs for indentation ... diff --git infrastructure/lib/OpenBSD/PortGen/Port/Ruby.pm infrastructure/lib/OpenBSD/PortGen/Port/Ruby.pm index 2cacf932323..1583119bddc 100644 --- infrastructure/lib/OpenBSD/PortGen/Port/Ruby.pm +++ infrastructure/lib/OpenBSD/PortGen/Port/Ruby.pm @@ -111,6

OpenBSD::PortGen::Port::Ruby: support exact version requirements

2020-04-16 Thread Thomas L.
Hi, I noted while playing around with portgen, that it chokes on gems which specify an exact version requirement. Patch below allows it to continue. Kind regards, Thomas diff --git infrastructure/lib/OpenBSD/PortGen/Port/Ruby.pm infrastructure/lib/OpenBSD/PortGen/Port/Ruby.pm index

Re: audio/mumble: build and package server component too

2020-04-11 Thread Thomas L.
On Sat, 11 Apr 2020 23:23:00 +0200 Klemens Nanni wrote: > Below is a CVS diff that should work. > I'd like to commit this on your behalf. > More feedback? OK? Ok, thanks.

Re: audio/mumble: build and package server component too

2020-04-11 Thread Thomas L.
On Sat, 11 Apr 2020 12:34:20 +0200 Klemens Nanni wrote: > Out of curiosity, have you tried audio/umurmur as server? No, I have a murmur server already, which I intend to move to a OpenBSD maschine soon. Patch with suggested improvements below. I left the REVISION-client, since I noted that

audio/mumble: build and package server component too

2020-04-11 Thread Thomas L.
Hi, I'd like to build and package the server component of Mumble too. Since users usually either want the client or the server, I made audio/mumble a multi-package for this. While there I also removed some references to non-installed manpages from the manpages that are installed. Tested and works

Re: Catchall user

2020-04-05 Thread Thomas L.
On Thu, 2 Apr 2020 15:57:17 +0800 Stephan Chedlivili wrote: > Is there a way to achieve that? And more generally, is that a good > idea? You could have a list with valid receivers and redirect the rest to your user X with a catchall rule. Something like this (untested, partial): table aliases

WTB: Apple IIgs keyboard

2020-03-12 Thread Thomas L.
Hello everyone! Does anybody sell a IIgs keyboard for a reasonable price? I currently live in Italy and the ones for sale on the Bay have shipping + import costs a bit too high. Thanks a lot! Thomas Larsen 20145 Milan Italy -- You received this message because you are a member of the LEM

Re: Apple IIgs Keyboard

2020-03-12 Thread Thomas L.
Thanks for answering! I actually have a Mac SE/30 and I really like the look of the IIgs keyboard. I think it would look great with the Mac. You’re probably right, there are some models for sale but a bit pricey. Yes, we’re all stuck indoors at the moment, this is the best course of action for

Apple IIgs Keyboard

2020-03-12 Thread Thomas L.
Hello everyone! Does anybody sell a IIgs keyboard for a reasonable price? I currently live in Italy and the ones for sale on the Bay have shipping + import costs a bit too high. Thanks a lot! Thomas Larsen Milan, Italy. -- -- - You received this message because you are a member of the

Re: pkg_add: how to specify both flavor and branch

2020-01-26 Thread Thomas L.
On Sun, 26 Jan 2020 10:54:25 - (UTC) Stuart Henderson wrote: > You need to know the name of the directory in ports to use this > notation. Formats vary. Here you would use "pkg_add gnupg--%gnupg2". > > If you don't have a ports tree installed and need to find the path, > install the package

pkg_add: how to specify both flavor and branch

2020-01-25 Thread Thomas L.
Hello, `pkg_add gnupg` is ambiguous since there is both gnupg-1.4.23p3-card-ldap, gnupg-1.4.23p3 and gnupg-2.2.12p0, but neither `pkg_add gnupg%2.2`, `pkg_add gnupg--%2.2` nor `pkg_add gnupg%2.2--` work. So how do i specify the exact package in this case? (I know that `pkg_add gnupg-2.2.12p0`

Re: login_passwd: reject challenge service

2019-12-11 Thread Thomas L.
On Thu, 5 Dec 2019 13:35:40 + "Lindner, Thomas 1. (Nokia - DE/Nuremberg)" wrote: > The (untested) patch below makes login_passwd behave as described in > the manpage. I've now been able to test the patch and login/su/doas/ssh still work as expected. All the other login_* styles in base are

Re: Issue with sshexec and 1.10.7

2019-10-17 Thread Arnold, Thomas L. (LARC-D321)[LITES II]
On 2019-10-17, Stefan Bodewig wrote: > Should be fixed with > https://github.com/apache/ant/commit/8511719cf38cfe9be3c000e89d448f7f13f49cba#diff-bb49f6b85622e35296971c8d0f10284a > - will be fixed in 1.10.8. Confirmed. I grabbed the updated SSHexec.java, stuck it into 1.10.7 and rebuilt and

Issue with sshexec and 1.10.7

2019-10-17 Thread Arnold, Thomas L. (LARC-D321)[LITES II]
I'm having an issue with 1.10.7. This behavior doesn't exist in 1.10.6. Sample build.xml : simple example build file Running this should leave me with a file CheckHost-Server1.txt containing "OK", instead it fails creating the file: BUILD FAILED

RE: openjdk-8 removed from Buster?

2019-04-29 Thread Thomas L
It seems that openjdk-8 was also removed from jessie-backports. Why? Is it a mistake? Regards Thomas

RE: openjdk-8 removed from Buster?

2019-04-10 Thread Thomas L
ts were for packages backported from Debian "n+1". I'm pretty sure lots of users will like to have a simple way to install openjdk-8 on Buster. Regards, Thomas De : Emmanuel Bourg Envoyé : mercredi 10 avril 2019 09:02 À : Thomas L; debian-java@lists.de

Bug#926790: gnuradio: Filter design tool not working

2019-04-10 Thread Thomas L
Package: gnuradio Version: 3.7.13.4-4+b1 Severity: normal Dear Maintainer, GNURadio Companion's filter design tool is not working. When selecting "Filter Design Tool" in the tool menu, nothing happens and no error message is showed on screen or printed on stdout/stderr. Regards -- System

openjdk-8 removed from Buster?

2019-04-09 Thread Thomas L
Hi all, It seems that openjdk-8 has been removed from Buster a few days ago. Why?? openjdk-11 is not a drop-in replacement for openjdk-8, lots of people (including me) will NEED openjdk-8 in Buster! Regards, Thomas

Bug#857228: Wayland vs X Windows

2019-03-08 Thread Thomas L
Hi! Just to inform you that this bug is still present when installing Buster (with Gnome and Guake) from the Debian Buster DI alpha 5 DVD set. Regards

Re: acme-client: renewal fails

2019-01-30 Thread Thomas L.
On Wed, 30 Jan 2019 10:08:30 +0100 Sebastian Benoit wrote: > http://feuf.eu/.well-known/acme-challenge/ > reports a 404 not found. I would expect a 403 Permission Denied there > if you have DirectoryIndex turned off. > > Also feuf.eu claims it is "Apache/2.4.10 (Debian) Server at feuf.eu > Port

Re: acme-client: renewal fails

2019-01-29 Thread Thomas L.
I meanwhile tried it again with the same setup and it worked. It got a "status": "valid" this time, so maybe pending/valid handling really is the problem. # acme-client -vv lists.dl6tom.de acme-client: /etc/ssl/lists.dl6tom.de.crt: certificate renewable: -48 days left acme-client:

devel/openmpi Can't link example program, symbols local in libmpi.so.0.1?

2019-01-13 Thread Thomas L.
Hi, I tried compiling a MPI example program (https://raw.githubusercontent.com/wesleykendall/mpitutorial/gh-pages/tutorials/mpi-hello-world/code/mpi_hello_world.c) with openmpi on -current and it fails linking: $ mpicc -v Downloads/mpi_hello_world.c OpenBSD clang version

Re: vmd console freeze and locked (?) qcow2 image

2019-01-06 Thread Thomas L.
On Sat, 5 Jan 2019 17:56:01 -0800 Mike Larkin wrote: > Did you kill all the old vmd processes? > > -ml > I tested again and it works now. There were restarts in between. I will try killing vmd processes if this happens again, thanks. Kind regards, Thomas

vmd console freeze and locked (?) qcow2 image

2019-01-04 Thread Thomas L.
Hi, I am running -current and installed Arch Linux on vmd. Unfortunatly, after a while the vmd console freezes. I tried stoping the vm with vmctl stop, but it keept hanging (maybe related to the console hanging?). So I terminated the vm with vmctl stop -f. Now, the vm won't start up complaining

Expression Evaluation

2018-12-06 Thread Thomas L. Redman
I suspect nobody wants to broach this topic, this has to have come up before, but I can not find an authoritative answer. How does the Standard Query Parser evaluate boolean expressions? I have three fields, content, status and source_name. The expression content:bement AND status:relevant

Re: Documentation on SolrJ

2018-12-01 Thread Thomas L. Redman
use the patch there to see if there are gaps or bugs that could be >> fixed before 7.7 / 8.0. >> >> Jason, who did the work on that issue, also presented on SolrJ at the >> Activate conference, you may find it interesting: >> https://www.youtube.com/watch?v=ACPUR_GL5zM >>

Re: Documentation on SolrJ

2018-11-30 Thread Thomas L. Redman
Hi Shawn, thanks for the prompt reply! > On Nov 29, 2018, at 4:55 PM, Shawn Heisey wrote: > > On 11/29/2018 2:01 PM, Thomas L. Redman wrote: >> Hi! I am wanting to do nested facets/Grouping/Expand-Collapse using SolrJ, >> and I can find no API for that. I see I can add a

Documentation on SolrJ

2018-11-29 Thread Thomas L. Redman
Hi! I am wanting to do nested facets/Grouping/Expand-Collapse using SolrJ, and I can find no API for that. I see I can add a pivot field, I guess to a query in general, but that doesn’t seem to work at all, I get an NPE. The documentation on SolrJ is sorely lacking, the documentation I have

Bug#911925: openjdk-8-jdk: Maven surefire crashes after update to 8u181-b13-2

2018-10-26 Thread Thomas L
Package: openjdk-8-jdk Version: 8u181-b13-2~deb9u1 Severity: important Dear Maintainer, After upgrading OpenJDK8 to version 8u181-b13-2~deb9u1, compiling a project with Maven makes Surefire crashes with the following error: Erreur : impossible de trouver ou charger la classe principale

Re: addresses not sticking in group

2018-07-31 Thread Thomas L. Miller
I would try that, too. In the last few years, the only problem I have is that some of the filters no longer act as they should, and I haven’t taken the time to trouble shoot the problem. Tom Miller 10.12.6 and PM 6.2.1 (Wishing that PM were still being developed.) On Jul 27, 2018, at 9:02

[CMake] FindMPI and version

2018-07-12 Thread Clune, Thomas L. (GSFC-6101)
It appears that MPI__VERSION is returning the version of the MPI _standard_ that is supported by the chosen MPI. While I am sure this is useful in some contexts, it’s actually not what I want/need for my project and it is quite inconsistent with analogous versions such as

Re: [CMake] specifying path for license file for commercial compiler?

2018-07-09 Thread Clune, Thomas L. (GSFC-6101)
Mark and Juan, Thanks! Between your two suggestions I was able to make something work.My first attempt at using -DCMAKE_TOOLCHAIN_FILE resulted in some error messages that I completely misinterpreted as needing to “re-teach” CMAKE about the Intel compiler.A simple wrapper for the

Re: [CMake] specifying path for license file for commercial compiler?

2018-07-09 Thread Clune, Thomas L. (GSFC-6101)
> On Jul 9, 2018, at 1:04 AM, Alan W. Irwin wrote: > > On 2018-07-06 20:34-0000 Clune, Thomas L. (GSFC-6101) wrote: > >> To use the Intel compiler, one must use an environment variable that >> specifies the path to the license file. E.g., >> >> export

Re: [CMake] specifying path for license file for commercial compiler?

2018-07-08 Thread Clune, Thomas L. (GSFC-6101)
and therefore need a separate mechanism to see that env variable. From: Stephen McDowell Date: Saturday, July 7, 2018 at 2:25 AM To: Marc CHEVRIER Cc: "Clune, Thomas L. (GSFC-6101)" , CMake MailingList Subject: Re: [CMake] specifying path for license file for commercial compiler

Re: [CMake] specifying path for license file for commercial compiler?

2018-07-08 Thread Clune, Thomas L. (GSFC-6101)
From: Marc CHEVRIER Date: Saturday, July 7, 2018 at 1:49 AM To: "Clune, Thomas L. (GSFC-6101)" Cc: CMake MailingList Subject: Re: [CMake] specifying path for license file for commercial compiler? May be using a toolchain file is more appropriate. See https://cmake.org/cmake/help/v3

[CMake] specifying path for license file for commercial compiler?

2018-07-06 Thread Clune, Thomas L. (GSFC-6101)
To use the Intel compiler, one must use an environment variable that specifies the path to the license file. E.g., export INTEL_LICENSE_FILE=/usr/local/intel/license Other commercial compilers use a very similar mechanism.I had hoped to capture such information in a cache file so that

Re: Autocompletion with pass in ksh

2018-05-27 Thread Thomas L.
On Fri, 25 May 2018 08:36:44 +0200 Niels Kobschaetzki wrote: > I got a reply on twitter from Roman Zolltarif who wrote a blog post > about it :) > https://www.romanzolotarev.com/pass.html#Completions%20in%20Korn%20shell This seems to be a custom pass implementation.

[ECOLOG-L] M.S. student assistantship available – salt marsh carb on cycling

2018-04-25 Thread Thomas L O'Halloran
M.S. student assistantship available – salt marsh carbon cycling The O’Halloran lab in the Department of Forestry and Environmental Conservation at Clemson University currently has an opening for an M.S. student starting in fall of 2018. We seek an enthusiastic and inquisitive student who is

[ECOLOG-L] Ph.D. student assistantship available – forest carbon cycling

2018-04-24 Thread Thomas L O'Halloran
Ph.D. student assistantship available – forest carbon cycling The O’Halloran lab in the Department of Forestry and Environmental Conservation at Clemson University currently has an opening for a Ph.D. student starting in fall of 2018. We seek an enthusiastic and inquisitive student who is

[ECOLOG-L] Research technician position available: Environmental sensors and forestry

2018-04-24 Thread Thomas L O'Halloran
Research technician position available: Environmental sensors and forestry JOB TITLE: Environmental Sensor Program Manager JOB SUMMARY: This is a permanent state position at Clemson University's Baruch Institute of Coastal Ecology and Forest Science. The main responsibilities of the position

Fwd: PowerMail not emptying trash at quit

2018-02-20 Thread Thomas L. Miller
I manually delete messages, so I’m not aware of your problem, but since I moved to Sierra, some of my filters have stopped working properly. I simply adjust since I don’t see Mail as a good replacement for PowerMail. Tom Miller On Feb 18, 2018, at 2:04 PM, Winston Weinmann

Bug#890339: gnuradio: ControlPort not usable because gnuradio was compiled without Thrift

2018-02-13 Thread Thomas L
Package: gnuradio Version: 3.7.10.1-2+b3 Severity: normal Dear Maintainer, The GNU Radio's ControlPort feature has a dependency on Apache Thrift (cf. https://wiki.gnuradio.org/index.php/ControlPort). However, the Debian package was not compiled with this dependency (cf. Debian log file

Bug#887509: gnuradio-doc: Side nav bar missing in HTML documentation

2018-01-17 Thread Thomas L
Package: gnuradio-doc Version: 3.7.10.1-2 Severity: minor Dear Maintainer, When browsing the gnuradio HTML documentation at file:///usr/share/doc/gnuradio-doc/html/index.html, the side navigation bar is missing. The problem seems to be related to the jquery.js library which seems to be missing.

Bug#887510: uhd-host: Side nav bar missing in HTML documentation

2018-01-17 Thread Thomas L
Package: uhd-host Version: 3.9.5-2+b3 Severity: minor Dear Maintainer, When browsing the uhd documentation at file:///usr/share/doc/uhd- host/doxygen/html/index.html, the side navigation bar is missing. It seems to be a compatibility problem with the jquery.js library. The version used is 3.1.1

[Desktop-packages] [Bug 1616332] Re: gnome-software using hundreds of MB of memory when not in use

2018-01-15 Thread Thomas L
I found a second bug report (#1716579) which seems to describe the same problem as this report. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-software in Ubuntu. https://bugs.launchpad.net/bugs/1616332 Title: gnome-software

[Bug 1616332] Re: gnome-software using hundreds of MB of memory when not in use

2018-01-15 Thread Thomas L
I found a second bug report (#1716579) which seems to describe the same problem as this report. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-software in Ubuntu. https://bugs.launchpad.net/bugs/1616332 Title: gnome-software

[Bug 1616332] Re: gnome-software using hundreds of MB of memory when not in use

2018-01-15 Thread Thomas L
I found a second bug report (#1716579) which seems to describe the same problem as this report. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1616332 Title: gnome-software using hundreds of MB of

Re: High Sierra compatibility - Attachment links break when the underlying file is moved

2018-01-04 Thread Thomas L. Miller
So far, those problems you mention are not in functions I use. I have not switched to High Sierra, and don’t plan to for a while. If it comes to it, I may just keep a Mac running Sierra for a few more years in order to keep PowerMail working properly. Tom Miller On Jan 4, 2018, at 10:18

[Bug 1616332] Re: gnome-software using hundreds of MB of memory when not in use

2018-01-02 Thread Thomas L
Same problem on 17.10. Memory consumption of gnome-software seems to be stable most of the time (around 56MB). Sometimes it starts consuming the whole available memory, including the swap. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed

  1   2   3   4   5   6   7   8   9   10   >