Re: [Semibug] Need an example of libxo usage

2024-04-15 Thread Sean McBride
On 15 Apr 2024, at 10:34, Mike Wayne wrote: > Any idea what package jq might be in? Never heard of it. https://www.freshports.org/textproc/jq/ Sean ___ Semibug mailing list Semibug@lists.nycbug.org

[clang] [Clang] Implement the 'counted_by' attribute (PR #76348)

2024-01-22 Thread Sean McBride via cfe-commits
seanm wrote: @bwendling thanks for your reply. No idea how representative it is of other projects, but 3 of the 6 flexible arrays in [libusb](https://github.com/libusb/libusb) structures have these kinds of non-trivial counts. The GCC folks seem to have

[clang] [Clang] Implement the 'counted_by' attribute (PR #76348)

2024-01-19 Thread Sean McBride via cfe-commits
seanm wrote: @bwendling is there any plan / possibility for simple expressions (with no side effects)? Like: ```c struct libusb_bos_dev_capability_descriptor { uint8_t bLength; uint8_t bDescriptorType; uint8_t bDevCapabilityType; uint8_t

Re: [External] : Re: Can't connect to github anymore

2024-01-16 Thread Sean McBride
On 16 Jan 2024, at 15:44, Daniel Sahlberg wrote: > TortoiseSVN, the Windows client, has some scripts that actually allow > "diffing" of Word and Excel documents. So does Araxis Merge (not affiliated, just a happy customer). Sean

Re: building bhyve from source

2023-12-12 Thread Sean McBride
On 12 Dec 2023, at 15:42, Patrick M. Hausen wrote: > Compile on 13.1-p(latest) if possible Quite possible. I'm doing the compiling in a VM, so I'll just create another. I suppose I may as well put TrueNAS in a VM and do my compiling in that. Then I match up perfectly. > or if you can

Re: building bhyve from source

2023-12-12 Thread Sean McBride
On 12 Dec 2023, at 14:08, Denis Kirjanov wrote: The patch mentions only the kernel, so you have to rebuild the vmm module That's a nice simplification, thanks! So I've replaced `/boot/kernel/vmm.ko` with the one I built, and rebooted. Alas it doesn't seem to load. I see in

building bhyve from source

2023-12-12 Thread Sean McBride
Hi all, I'm trying to build bhyve from source, with the ultimate goal of fixing https://reviews.freebsd.org/D39620 in my production TrueNAS Core system. I've followed the TrueNAS build instructions at https://github.com/truenas/core-build and although some packages failed to build, the

wcsftime() outputs in wrong language

2023-11-15 Thread Sean McBride
Hi OpenBSD folks, I tried building the fmt library on OpenBSD 7.4 on x86_64 and a few of its unit tests fail. First we thought it was maybe a libc++ bug, but in fact it seems to be an OpenBSD bug: Reduced case: ```c #include #include #include #include int main() { setlocale(LC_TIME,

Re: bhyve guests: what clock source to use?

2023-10-18 Thread Sean McBride
: > in the old days i used to have to hard wire it. now it picks the same value i > used to hard code. ntpd encountered chaos with other values. > > kern.timecounter.hardware: TSC-low > > i don't know if this has become an urban legend since i last fought it. > > re: > >

Re: SVN update not working in MacOS Sonoma

2023-10-11 Thread Sean McBride
On 6 Oct 2023, at 10:40, Daniel Sahlberg wrote: > Pavel has confirmed that Subversion works for him without any issues on macOS > 14 FWIW svn 1.14.2 from MacPorts has been working for me fine throughout the macOS 14 beta cycle, and with the final release. Sean

`man backtrace` should name the required linker flag (`-lexecinfo`)

2023-10-08 Thread Sean McBride
Hello, I've been trying to compile some open source C/C++ code on OpenBSD (that already builds on Mac, Windows, and linux) and one error I hit on one project was a link error trying to link to the backtrace() function. So I went to check the man page. But the man page does not document

Re: Ubuntu in bhyve

2023-06-15 Thread Sean McBride
having this issue, but we haven't seen it though we do use OpenNTPD across our BSD/*nix guests (windows has its own time sync service). Cheers, Jason. From: owner-freebsd-virtualizat...@freebsd.org On Behalf Of Sean McBride Sent: Friday, June 16, 2023 5:20 AM To: freebsd-virtualizat

Ubuntu in bhyve

2023-06-15 Thread Sean McBride
Hi all, I am running bhyve (via TrueNAS Core 13) and have some Ubuntu 20.04 and 22.04 guests. One of them rather regularly seizes up hard, where I cannot ssh to it, then after a few minutes works again. This happens repeatedly and on and off. In the Ubuntu logs I see messages like: ```

[RCU] Does changing special folders in roundcube config affect dovecot?

2023-05-15 Thread Sean McBride
Hello folks, I have a Roundcube instance running with a namespace configuration which differs from my dovecot settings. I would like to have a unified namespace setting across both my dovecot and roundcube, for that I am planning to modify my roundcube's `config.inc.php` to match my dovecot

Re: precommit hook to prevent large commits?

2023-03-10 Thread Sean McBride
On 30 May 2019, at 3:12, Andreas Stieger wrote: I'm looking to update my precommit hook to reject commits that are larger than x megabytes. The proposed transaction is passed as a parameter to the hook. Hand that to svnlook (svnlook -t $TXN changed), and iterate over all entries. Filter out

Re: [CalendarServer-users] Is this still Active?

2023-03-08 Thread Sean McBride
We have been testing baikal, and will probably use that. Another option is https://radicale.org/v3.html Sean On 19 Feb 2023, at 16:14, Julian Y Koh wrote: So I’ve been running CalendarServer-9.0 as a tiny standalone CalDAV server for years now on a 2014-era Intel Mac mini just for a couple

Re: How to accept ~ (obstructed by item of a different kind) status files?

2023-02-21 Thread Sean McBride
On 21 Feb 2023, at 15:57, Nathan Hartman wrote: > $ svn remove --keep-local file > $ svn add file Thanks to you both. Somehow, after all these years, I had no idea you could both svn remove and svn add a file at the same path without a commit in-between. Cheers, Sean

How to accept ~ (obstructed by item of a different kind) status files?

2023-02-21 Thread Sean McBride
Hi all, Today I hit something I never saw before: a ~ in svn status output. Indeed, a file that is a symlink in the repo was (deliberately) changed to a plain file in my working copy. I appreciate that this could be a mistake generally, but when it's deliberate, how do I signal to svn that

Re: NSAppKitVersionNumber wrong on latest Big Sur versions?!

2023-01-06 Thread Sean McBride via Cocoa-dev
On 6 Jan 2023, at 16:27, Rob Petrovec wrote: > Yes, this is a bug that started in 11.7 that doesn’t appear to have been > fixed yet in 11.7.2. Thanks for the confirmation. Sad that such a serious regression wasn't fixed in 11.7.1 nor 11.7.2. > Have you tried the arguably more robust and less

NSAppKitVersionNumber wrong on latest Big Sur versions?!

2023-01-06 Thread Sean McBride via Cocoa-dev
Hi all, On at least 3 Macs in my office, running macOS 11.7 or 11.7.2, NSAppKitVersionNumber (at runtime) is 2202.7 (sic). This conflicts with NSApplication.h which has: static const NSAppKitVersion NSAppKitVersionNumber11_0 = 2022; static const NSAppKitVersion NSAppKitVersionNumber11_1 =

Re: [RCU] Updating RC

2022-12-17 Thread Sean McBride
I wonder if maybe you've hit this bug: https://github.com/roundcube/roundcubemail/issues/8642 Sean On 8 Dec 2022, at 4:33, Thomas Anderson wrote: Ok figured it out. In /etc/master.cf had to change tls_wrapper mode = no then it all worked. But, it killed my thunderbird client from being

How much is too much data in an svn repository?

2022-09-22 Thread Sean McBride
Hi all, Our svn repo is about 110 GB for a full checkout. Larger on the server of course, with all history, weighting about 142 GB. There haven't been any performance issues, it's working great. But now some users are interested in committing an additional 200 GB of mostly large binary files.

[CalendarServer-users] Any way to migrate calendars to radicale or baikal?

2022-08-22 Thread Sean McBride
Hi all, Is there any script or code or other (semi)automatic way to migrate the calendar database from Mac OS X 10.13 Server to either radicale or baikal? Thanks, Sean ___ calendarserver-users mailing list calendarserver-users@lists.macosforge.org

Re: Recovering deleted mailbox

2022-05-13 Thread Sean McBride
client (roundcube). Anyone have any suggestions? Thanks, Sean On 27 Apr 2022, at 18:53, Ted Hatfield wrote: > I've done so with no issues as long as permissions and ownership are accurate. > > Ted Hatfield > > On Wed, 27 Apr 2022, Sean McBride wrote: > >> Hi all, >&

Recovering deleted mailbox

2022-04-27 Thread Sean McBride
Hi all, I have a user (coworker) that accidentally deleted a mailbox and all its sub-mailboxes. I use Maildir format storage. I have backups. Is it enough to put the mailbox folder back where it was? I'm talking about the folder that contains 'cur', 'new', 'tmp', 'dovecot-uidlist', etc.

Re: dispatch_apply() on an NSArray and Thread Sanitizer

2022-04-25 Thread Sean McBride via Cocoa-dev
Well, to close this thread, for anyone curious... I've tried on the same Mac, with the same Xcode version (13.2.1), on both macOS 11.6.6 vs 12.3.1, and it seems to be the OS that makes the difference. On 11, TSan correctly gives no error; but on 12 it gives this incorrect error about there

Re: dispatch_apply() on an NSArray and Thread Sanitizer

2022-04-19 Thread Sean McBride via Cocoa-dev
On 19 Apr 2022, at 19:35, Rob Petrovec wrote: > The docs for NSEnumerationConcurrent state that it is a hint and may be > ignored at run time. Ah, so they do. I had only checked in the header file. OK, one less mystery. Sean ___ Cocoa-dev mailing

Re: dispatch_apply() on an NSArray and Thread Sanitizer

2022-04-19 Thread Sean McBride via Cocoa-dev
On 19 Apr 2022, at 18:47, Saagar Jha wrote: If Thread Sanitizer says your code has a race, it almost certainly has a race. Yeah, that's been my general experience until now. Your simple code seems OK superficially, but there are a couple things that could be problematic here: either your

dispatch_apply() on an NSArray and Thread Sanitizer

2022-04-19 Thread Sean McBride via Cocoa-dev
Hi all, If one wants to do something with every item in an NSArray in a concurrent way, is the following safe/correct? NSArray* array = @[@5, @6, @7, @8, @9, @10, @11]; dispatch_apply([array count], DISPATCH_APPLY_AUTO, ^(size_t idx) { id unused = array[idx]; }); Here of

Re: NSPredicate: Using NSExpression CAST(x, 'Class') is deprecated and will be removed in a future release

2022-03-16 Thread Sean McBride via Cocoa-dev
On 18 Nov 2021, at 19:44, Sean McBride via Cocoa-dev wrote: > Hi all, > > Starting in Monterey, I see a new message logged by Core Data during > persistent store migration: > > NSPredicate: Using NSExpression CAST(x,'Class') is deprecated and will be > removed in a future

Re: Does disabling POP3 just mean removing it from the `protocols` list?

2022-03-01 Thread Sean McBride
Thanks all for your replies. I have no need/desire to support anything google-related, so those concerns don't apply, but thanks for pointing them out. So is it just a matter of removing `pop3` from that list in the config file? Thanks, Sean

Does disabling POP3 just mean removing it from the `protocols` list?

2022-03-01 Thread Sean McBride
Hi all, Hopefully a simple question. If I want to disable POP3 support (because everyone is using IMAP anyway), it is just a matter of removing `pop3` from the `protocols` setting in dovecot.conf? Are there side effects or other considerations I should be aware of? Thanks, Sean

Re: Help with basic pf rule to open port 25

2022-01-06 Thread Sean McBride
On 5 Jan 2022, at 11:40, Crystal Kolipe wrote: > Have you actually changed the default /etc/mail/smtpd.conf to listen for > external connections? No. > By default it only listens on the loopback interface, (and local socket). Ah. That probably explains that then. I don't actually want to use

Help with basic pf rule to open port 25

2022-01-05 Thread Sean McBride
Hi all, (Newbie and first time poster, please be gentle :)) I'm trying to set up spamd, and I think I'm having trouble with pf. So I tried to add a very basic test rule. I added to the beginning of /etc/pf.conf the following: pass in log quick on egress proto tcp to any port smtp then

Re: rcctl man page does not describe -d and -f flags, at least, not sufficiently

2021-12-23 Thread Sean McBride
On 13 Dec 2021, at 15:46, Crystal Kolipe wrote: On Mon, Dec 13, 2021 at 03:39:31PM -0500, Sean McBride wrote: The rcctl man page fails to actually describe what the -d and -f flags do. It mentions they exist, but doesn't say more. If you look at the referenced rc.d(8) manpage, you'll see

rcctl man page does not describe -d and -f flags, at least, not sufficiently

2021-12-13 Thread Sean McBride
Hi, I'm new to OpenBSD, and this is my first Problem Report. Please be gentle. :) The rcctl man page fails to actually describe what the -d and -f flags do. It mentions they exist, but doesn't say more. I was having trouble getting a service to load and trying to find a way to see some error

Re: [RCU] Filter to mark messages as read with managesieve plugin?

2021-11-21 Thread Sean McBride
On 19 Nov 2021, at 17:44, l...@ptld.com wrote: >> On 11-19-2021 4:37 pm, Sean McBride wrote: >> I run roundcube/postfix/dovecot and I'm able to use roundcube to create >> filters that move messages into various folders. >> But for some of these filters, I'd also like to m

[RCU] Filter to mark messages as read with managesieve plugin?

2021-11-19 Thread Sean McBride
Hi all, I run roundcube/postfix/dovecot and I'm able to use roundcube to create filters that move messages into various folders. But for some of these filters, I'd also like to mark the messages as read. So I use the 'set flags' option and set 'read'. But this seems to not work. Does this

NSPredicate: Using NSExpression CAST(x, 'Class') is deprecated and will be removed in a future release

2021-11-18 Thread Sean McBride via Cocoa-dev
Hi all, Starting in Monterey, I see a new message logged by Core Data during persistent store migration: NSPredicate: Using NSExpression CAST(x,'Class') is deprecated and will be removed in a future release. 'MyClassName' should not be cast into a Class object.' This is due to my .xcmapping

[RCU] NOTICE: Update dependencies by running `php composer.phar update --no-dev` ?

2021-11-14 Thread Sean McBride
Hi all, I upgraded from 1.4.11 to 1.4.12 and one message output was: NOTICE: Update dependencies by running `php composer.phar update --no-dev` Is this always necessary? When I installed roundcube, composer was never involved, so I'm surprised to see this... Thanks, Sean

Re: Recovering deleted messages?

2021-11-04 Thread Sean McBride
On Thu, 4 Nov 2021 16:21:55 -0700, Shaun Johnson said: >If the user who did this accidentally still has the POP client >installed, and said mail client supports multiple accounts - including >IMAP accounts, the simplest way IMO would be to have him set up a second >account as an IMAP account,

Recovering deleted messages?

2021-11-04 Thread Sean McBride
Hi all, I've run postfix and dovecot for years, but they have been so trouble-free that I've never really learned in-depth how they work. :) But now I have a user who accidentally used a POP client, and it deleted all his email. He told me this only days later, and it's now been days later

Re: [EXT] SOLVED: Re: Dovecot does not start on MacOS 12.01

2021-11-01 Thread Sean McBride
On Mon, 1 Nov 2021 14:55:25 +0200, Aki Tuomi said: >I think this is happening because MacOS no longer supports RLIMIT_DATA. I just tried on macOS 12.1 beta and getrlimit(RLIMIT_DATA) gives RLIM_INFINITY for both current and max (and so does my macOS 10.14 box). On Monterey, using setrlimit()

Re: svn binary packages for macOS

2021-10-06 Thread Sean McBride
On Tue, 5 Oct 2021 17:45:39 -0500, Ryan Schmidt said: >I am a manager of MacPorts. MacPorts supports Mac OS X 10.4 and later >and provides binaries for Mac OS X 10.6 and later. See: > >https://ports.macports.org/port/subversion Ryan, Thanks! That worked for me. It was able to install svn

Re: svn binary packages for macOS

2021-10-04 Thread Sean McBride
On Sun, 3 Oct 2021 09:07:04 -0400, Mark Phippard said: >I personally use Homebrew. The SVN package is all precompiled so it is >easy to install. Myself and other SVN devs have even improved the >formula over the years. Mark, Not sure if this is veering off-topic for this list, but I've tried

Re: svn binary packages for macOS

2021-10-04 Thread Sean McBride
On Mon, 4 Oct 2021 17:23:56 +0200, Daniel Sahlberg said: >I don't pretend to know anything about Macos, but WANdisco is providing >Subversion 1.10.6 for Mac OS 10.9. Is that version of Mac OS supported by >Fink/Homebrew/MacPorts? If not, then I think it is reasonable to keep the >link - at least

Re: svn binary packages for macOS

2021-10-03 Thread Sean McBride
On Sun, 3 Oct 2021 09:07:04 -0400, Mark Phippard said: >Homebrew and MacPorts are both listed. I saw that, but I thought they required Xcode... >Honestly once those projects >supported SVN it kind of removed all of the incentive to publish a >package. That is why we stopped providing one from

svn binary packages for macOS

2021-10-03 Thread Sean McBride
Hi all, Not sure who maintains the list of binary packages here: But you should probably remove WANdisco from the list. They haven't published one since version 1.11.1 in 2019 (for any OS):

[RCU] out-of-office filter documentation?

2021-08-06 Thread Sean McBride
Hi all, Perhaps I'm just failing to find it, but are there docs for the Settings > Out of Office UI? Mostly, I'm wondering what "Reply sender address" and "reply interval" are. Thanks, Sean ___ Roundcube Users mailing list users@lists.roundcube.net

Re: Has rfc2487 been obsoleted and mandatory TLS in smtpd is now kosher?

2021-07-29 Thread Sean McBride
On Thu, 29 Jul 2021 22:17:49 +1000, raf said: >That second sentence sounds to me like a definite >statement that an SMTP connection that doesn't initiate >STARTTLS will not be able to send email. At least, I >can't see how else to interpret those words. Which is an odd thing considering,

Re: How to check signature and notarization?

2021-04-12 Thread Sean McBride via Cocoa-dev
On Mon, 12 Apr 2021 18:36:12 +0200, Gabriel Zachmann via Cocoa-dev said: >Is there a way to check that the signature and notarization is proper? >Are there any other checks I can do to determine what is going wrong? You might find this helpful:

Re: [cfe-users] Locally built clang on macOS 10.15.7

2021-03-16 Thread Sean McBride via cfe-users
On Thu, 11 Mar 2021 21:27:27 +1100, Mark Jamsek via cfe-users said: >I checked out and built clang as per the docs Getting Started page[0]. Those instructions haven't worked on macOS since at least autumn 2019. >When using clang, however, compilation of C and C++ projects fail to >find the

Re: [RCU] Notifications with Safari?

2021-03-08 Thread Sean McBride
On Sat, 6 Mar 2021 17:33:13 -0500, Steve Dondley said: >I'd like to get some kind of notifications working on macos (Big Sur) >when an email is received in with Roundcube opened in a tab in Safari. > >I've tried two plugins so far: html5_notifier and newmail_notifier. >Neither worked. I also

Re: [RCU] email list

2020-08-03 Thread Sean McBride
On Mon, 3 Aug 2020 11:02:49 +0200, Imi Fekete said: >Hi Guys, > >Is it possible to create an email list? > >If so, how can I do it? > >Thanks for your help! Imi, Take a look at mailman: Sean ___ Roundcube Users mailing list

[Mailman-Users] Re: "Error: Unknown virtual host" trying to create new list from web UI

2020-07-30 Thread Sean McBride
On Thu, 30 Jul 2020 10:21:55 -0700, Mark Sapiro said: >I suspect the permissions issue may have been in doing the MTA task, so >if you have "MTA = 'Postfix'" in mm_cfg.py, your data/aliases(.db) >didn't get updated. You can run `bin/genaliases` to fix that. I ran it and it output nothing. >I

[Mailman-Users] Re: "Error: Unknown virtual host" trying to create new list from web UI

2020-07-30 Thread Sean McBride
On Wed, 29 Jul 2020 22:42:23 -0700, Mark Sapiro said: >On 7/29/20 10:24 PM, Sean McBride wrote: >> >> After reading the comments in that file and FAQ 4.29, I *think* the >correct solution is to append the following 5 lines to my mm_cfg.py: >> >> DEFAULT_EM

[Mailman-Users] "Error: Unknown virtual host" trying to create new list from web UI

2020-07-29 Thread Sean McBride
Hi all, I'm running mailman 2.1.x. I haven't had need to create a new list in years, but now I need to. Trying to do so from the web UI here: results in: "Error: Unknown virtual host: mail.rogue-research.com". After searching for this, I now

[RCU] 1.4.4 update gave: ERROR: Failed to load plugin file /usr/local/www/roundcube/plugins//.php

2020-04-30 Thread Sean McBride
Hi all, I updated from 1.4.2 to 1.4.4 yesterday and it seemed to work except for one error message: Running update script at target... ERROR: Failed to load plugin file /usr/local/www/roundcube/plugins//.php Executing database schema update. This instance of Roundcube is

[RCU] Is it possible to remove the mailbox size / quota at the bottom left?

2020-04-29 Thread Sean McBride
Hi all, Near the bottom left it shows (I guess) a disk icon, a bar, and a percentage. I run my own mail server and no one has any quota or size limits. I guess that's why it always shows 0%. Is it possible to remove that UI? I couldn't find anything in the config file. Thanks, Sean

Re: [RCU] Are there docs describing the built-in plugins?

2020-04-29 Thread Sean McBride
On Wed, 29 Apr 2020 09:54:37 +1000, Frederick Zhang said: >I think the docs, sometimes in PHPDoc style, are usually placed in >plugins' main PHP files? For example [1]: > >> * New Mail Notifier plugin >> * >> * Supports three methods of notification: >> * 1. Basic - focus browser window and

[RCU] Are there docs describing the built-in plugins?

2020-04-28 Thread Sean McBride
Hi all, I'm just doing a fresh install of roundcube (not my first) and noticed there sure are a lot of plugins that come built-in (though disabled) by default. From their names, some look useful to me, but I can't seem to find any docs describing what many of them do. For example, how can

[CalendarServer-users] Help! CalendarServer was disconnected from OpenDirectory for days, and now everything is gone!?

2020-01-06 Thread Sean McBride
Hi all, I'm running CalendarServer on macOS 10.13.6 with Server.app 5.6.3 and it's been basically set-and-forget. But now I have a big problem. I updated a network switch's firmware, which broke the connection from my Calendar server to my (separate) Open Directory server. For whatever

[Bug 1772705] Re: IKEv2 VPN connections fail to use DNS servers provided by the server

2019-10-28 Thread Sean McBride
I just ran into this bug also, with a fully up-to-date Ubuntu 18.04. Would be nice to have it fixed in LTS. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1772705 Title: IKEv2 VPN connections fail

Re: Thoughts on ARC

2019-10-02 Thread Sean McBride via Cocoa-dev
On Wed, 2 Oct 2019 10:50:19 +1300, Sam Ryan via Cocoa-dev said: >That was a good read, thank you for passing that on. It highlights a good >point, that Apple is itself releasing applications with non-Mac UI (News, >Home, Stocks, Voice Memos are mentioned in that article). Another way to look at

Re: Cannot locate mod_dav_svn on macosx 10.13 default apache2

2019-09-17 Thread Sean McBride
ve svn through httpd. Personally, I use these: <http://opensource.wandisco.com/osx/> They include the module. Cheers, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.

Re: which review tools are suitable for codes versioned by svn

2019-08-12 Thread Sean McBride
On Sun, 11 Aug 2019 12:18:54 +0800, wuzhouhui said: >I'm searching some review tools which are suitable for codes versioned >by Subversion, any recommends? I've never tried it, but: <https://rhodecode.com/> Cheers, -- ____

Re: Carbon-dev closing on 6/30

2019-06-30 Thread Sean McBride via Carbon-dev
On Fri, 28 Jun 2019 16:02:32 -0700, Eric Schlegel via Carbon-dev said: >I’ve been informed that the carbon-dev list will be closing down this >weekend, on June 30th. > >It’s been a pleasure and an honor to assist you with your Carbon >programming issues over the years. Thank you all for your

[Desktop-packages] [Bug 1828606] Re: Ubuntu 18.04 "Files" app unable to show Samba/SMB shares where 'access based share enumeration = yes'

2019-05-15 Thread Sean McBride
https://gitlab.gnome.org/GNOME/gvfs/issues/398 ** Bug watch added: gitlab.gnome.org/GNOME/gvfs/issues #398 https://gitlab.gnome.org/GNOME/gvfs/issues/398 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gvfs in Ubuntu.

[Bug 1828606] Re: Ubuntu 18.04 "Files" app unable to show Samba/SMB shares where 'access based share enumeration = yes'

2019-05-15 Thread Sean McBride
https://gitlab.gnome.org/GNOME/gvfs/issues/398 ** Bug watch added: gitlab.gnome.org/GNOME/gvfs/issues #398 https://gitlab.gnome.org/GNOME/gvfs/issues/398 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gvfs in Ubuntu.

[Bug 1828606] Re: Ubuntu 18.04 "Files" app unable to show Samba/SMB shares where 'access based share enumeration = yes'

2019-05-15 Thread Sean McBride
https://gitlab.gnome.org/GNOME/gvfs/issues/398 ** Bug watch added: gitlab.gnome.org/GNOME/gvfs/issues #398 https://gitlab.gnome.org/GNOME/gvfs/issues/398 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1828606] Re: Ubuntu 18.04 "Files" app unable to show Samba/SMB shares where 'access based share enumeration = yes'

2019-05-10 Thread Sean McBride
OK, I used "ubuntu-bug -w" and the package seems to be "nautilus 1:3.26.4-0~ubuntu18.04.4" ** Package changed: ubuntu => nautilus (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu.

[Bug 1828606] Re: Ubuntu 18.04 "Files" app unable to show Samba/SMB shares where 'access based share enumeration = yes'

2019-05-10 Thread Sean McBride
OK, I used "ubuntu-bug -w" and the package seems to be "nautilus 1:3.26.4-0~ubuntu18.04.4" ** Package changed: ubuntu => nautilus (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1828606

[Desktop-packages] [Bug 1828606] Re: Ubuntu 18.04 "Files" app unable to show Samba/SMB shares where 'access based share enumeration = yes'

2019-05-10 Thread Sean McBride
OK, I used "ubuntu-bug -w" and the package seems to be "nautilus 1:3.26.4-0~ubuntu18.04.4" ** Package changed: ubuntu => nautilus (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu.

[Bug 1828606] [NEW] Ubuntu 18.04 "Files" app unable to show Samba/SMB shares where 'access based share enumeration = yes'

2019-05-10 Thread Sean McBride
Public bug reported: >From Ubuntu 18.04's GUI, if I open the "Files" app and go to "Other Locations", I see my samba/SMB server. If I double click it, it then lists *some* of my shares. Specifically, it lists those where I didn't use Samba's 'access based share enumeration = yes'[1] (which allows

Re: [Mailman-Users] Now that Python 2 is dead in 2020 what are people's plans with mailman2?

2019-04-10 Thread Sean McBride
On Wed, 10 Apr 2019 13:36:59 -0500, Dimitri Maziuk via Mailman-Users said: >On 4/10/19 12:49 PM, Sean McBride wrote: >> On Wed, 10 Apr 2019 12:38:34 -0500, Dimitri Maziuk via Mailman-Users said: >> >>> How much support for python 2 have you been getting until now, and wh

Re: [Mailman-Users] Now that Python 2 is dead in 2020 what are people's plans with mailman2?

2019-04-10 Thread Sean McBride
On Wed, 10 Apr 2019 12:38:34 -0500, Dimitri Maziuk via Mailman-Users said: >> Now that all support for Python 2 is supposed to go away in 2020 are >> people going to move off of mailman 2? > >How much support for python 2 have you been getting until now, and why >do you believe you will need it

Re: NSTextField "Discard Change"

2019-04-09 Thread Sean McBride
my case, I'm wanting to commitEditing on a text field in the action method of a push button that consults the text field's value. Cheers, -- ____ Sean McBride, B. Eng s...@rogue-research.com Rogue Research

Re: [CMake] [ANNOUNCE] CMake 3.14.0 available for download

2019-03-14 Thread Sean McBride
On Thu, 14 Mar 2019 11:58:16 -0400, Robert Maynard via CMake said: >I am happy to announce that CMake 3.14.0 is now available for download at: > https://cmake.org/download/ Pi version on Pi Day. Nicely done! :) Couldn't you have waited until 3:14 to release it? :) Sean -- Powered by

Re: Crash in terminate: on Mavericks

2019-01-21 Thread Sean McBride
On Fri, 18 Jan 2019 16:48:37 -0800, James Walker said: >When my app runs in Mavericks (10.9.5), it crashes on quit, but in High >Sierra it's fine. The backtrace doesn't show any of my code, so I'm not >sure how to proceed. I don't suppose this means anything to anyone? Have you tried ASan and

Re: [Valgrind-users] Valgrind Mojave Support Timeline

2019-01-21 Thread Sean McBride
t on 10.12: <https://bugs.kde.org/show_bug.cgi?id=399504> I guess you are running trivial examples for demonstration purposes? Cheers, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Research

PowerMail crashes in WebCore while rebuilding search index

2018-12-31 Thread Sean McBride
Hi all, With PowerMail open at the time, my whole macOS paniced and I had to force a reboot. Since then, PM crashes with the backtrace below. Does the backtrace give a hint as to how I might work around this? It occurs when rebuilding the search index. Perhaps there is an email I could

Re: Diagnosing memory problems

2018-11-27 Thread Sean McBride
On Tue, 27 Nov 2018 16:53:26 -0700, Rob Petrovec said: >Actually, you want the Zombies tool. That finds overreleased objects >like ones that cause the spew you are seeing. See also: 1) man guardmalloc 2) 3) NSZombieEnabled 4) CFZombieLevel

Re: [CMake] Odd Behavior in macOS Mojave

2018-11-14 Thread Sean McBride
.1 bot "RogueResearch12" and indeed it does not have a /usr/include folder. It is however able to build CMake, VTK, and ITK nightly without any compiler errors. Perhaps it's not so much a CMake bug as a bug in the project you're trying to build? Cheers, -- ___

Re: [CMake] Odd Behavior in macOS Mojave

2018-11-14 Thread Sean McBride
Xcode? Cheers, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- Powered by www.kitware.com Please keep messages on-topic and check the CMak

Re: How to clear macOS app bundle cache

2018-09-07 Thread Sean McBride
ll -r -domain local -domain system -domain user Cheers, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montr

Re: Carbon -> Cocoa

2018-08-16 Thread Sean McBride
On Thu, 16 Aug 2018 11:54:59 +, Casey McDermott said: >I am curious, are there other developers on this list working on conversions >from C++ Carbon to Cocoa? By now, Cocoa may be the new Carbon. If you haven't switched to Cocoa after all these years, and if your app is large, I'd wait to

Re: purpose of asking to access contacts

2018-06-13 Thread Sean McBride
>works with the old AddressBook framework, or do I need to rewrite with >the CNContact stuff? It works with the old AB framework. I haven't even moved to the newer one yet, but I assume it works there too. Cheers, -- ____ Sean McBride,

Re: purpose of asking to access contacts

2018-06-13 Thread Sean McBride
On Wed, 13 Jun 2018 11:01:40 -0700, James Walker said: >On iOS, you can give the user a hint of why you need access to contacts >by putting a purpose string in the Info.plist. There isn't any way to >do that on macOS, is there? There is: NSContactsUsageDescription in your Info.plist Cheers,

Re: Deleting files extremely slow since OSX High sierra

2018-04-25 Thread Sean McBride
On Mon, 23 Apr 2018 07:36:26 -0400, Mike Throckmorton said: >Try replacing FSDeleteObject with [[NSFileManager defaultManager] >removeItemAtPath: pth error: ]; Don't do that, it's sorta-deprecated too. :) You want removeItemAtURL:error:. Sean ___

Re: [ft-devel] LLP64 model outside Win64

2018-02-12 Thread Sean McBride
re that's undefined in C standard as well. Indeed. clang warns: warning: arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Wnull-pointer-arithmetic] Cheers, -- Sean McBride, B. Eng

Re: [CMake] Recommandation for macOS framework install rules

2018-01-22 Thread Sean McBride
On macOS, the most usual thing is for your code to be self-contained in your .app bundle. Perhaps if you described more what kind of thing you are building and why you don't want to do the usual thing, people will have more advice... On Fri, 19 Jan 2018 19:44:03 +0100, Lucas Soltic said:

kIOUSBInterfaceInterfaceID550 was new in which version of Mac OS really?

2017-12-27 Thread Sean McBride
e wrong. I suspect it was new in 10.8.2 (not 10.7.3) based on a comment later in the file... anyone know for sure? Thanks, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rog

Re: [Hdf-forum] 2 patches: one for spelling/typos, one for working with UBSan/TSan

2017-12-06 Thread Sean McBride
>From: Hdf-forum [mailto:hdf-forum-boun...@lists.hdfgroup.org] On Behalf >Of Sean McBride >Sent: Wednesday, December 06, 2017 2:16 PM >To: HDF Users Discussion List >Subject: [Hdf-forum] 2 patches: one for spelling/typos, one for working >with UBSan/TSan > >Hi there, > &

[Hdf-forum] 2 patches: one for spelling/typos, one for working with UBSan/TSan

2017-12-06 Thread Sean McBride
eers, -- ____ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada 0001-Fixed-various-spelling-mistakes-mostly-in-comments.p

Re: [Hdf-forum] Release of HDF5-1.8.20 (Newsletter #159)

2017-12-04 Thread Sean McBride
On Fri, 1 Dec 2017 11:01:35 -0600, Quincey Koziol said: >The git repo is publicly available: https://bitbucket.hdfgroup.org/ >projects/HDFFV/repos/hdf5/browse projects/HDFFV/repos/hdf5/browse> And if one wants to submit a patch? What is your preferred method?

Re: [Hdf-forum] Release of HDF5-1.8.20 (Newsletter #159)

2017-12-01 Thread Sean McBride
bsite somewhere; seems I was not alone in being unable to find it! It seems there is no hdf5-1_8_20 tag though... Cheers, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rog

Re: [Hdf-forum] Release of HDF5-1.8.20 (Newsletter #159)

2017-12-01 Thread Sean McBride
ly well hidden! :( Where is it? Thanks, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada _

Re: [Hdf-forum] Bug in hdfview table editor

2017-12-01 Thread Sean McBride
onstant name for the precision of a Float and not having >Float.MIN_VALUE be defined to be - Float.MAX_VALUE, I do not know It likely comes from C/C++: <http://en.cppreference.com/w/c/types/limits> Cheers, -- ____ Sean McBride, B. Eng

[CalendarServer-users] webcal won't allow changing delegate permission from read-write to read-only

2017-11-06 Thread Sean McBride
, we see read-only in some browsers and read-write in others! Rather confusing. Has anyone seen this problem? Any suggestions for debugging it? Thanks, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Research

Re: [ITK-dev] [ITK] Patches for 4.12.2 release

2017-10-02 Thread Sean McBride
On Fri, 29 Sep 2017 17:28:36 +, Lowekamp, Bradley (NIH/NLM/LHC) [C] said: >Could you explicitly include nigti1_io.h in you code? Brad, . Thanks. I had mistakenly assumed that the symbols were made private and the header was no longer installed. I see now that it's merely no longer

  1   2   3   4   5   6   7   8   9   10   >