Displaying 20 results from an estimated 7000 matches similar to: "*-sock created as part of normal daemon startup?"
2019 Jan 31
1
1.1~pre17 is no longer available for OSX from Homebrew.
Hey Folks,
It seems that Homebrew for some reason arbitrarily decided to banish all
of the --devel flavors from all of their installable packages. I
couldn't find any discussion as to why or what they intend to replace
the function with.
**update; this is where they decided to do this;
https://github.com/Homebrew/brew/pull/5060#issuecomment-428149176
But in the meantime, 1.1pre17 is
2019 Jan 23
0
Newbie - SNMP-UPS Driver Issue
On Jan 22, 2019, at 5:29 PM, NutList <dean at trasente.com> wrote:
>
> Hello all,
> I have exhausted my research and need a little help with some basic concepts. First time configuration working with NUT and putting into a OS X environment. Was able to install the package using Brew. Have read the documentation and have been able to get the server running and agent running using
2019 Jan 08
0
Re: virsh on mac os X
Borrowed an old lab mac running 10.13.6 installed brew from scratch,
installed libvirt ... same failure. Advise about how to debug would be
appreciated!
*➜ * virsh -c vbox:///session list
error: failed to connect to the hypervisor
error: internal error: Failed to create vbox driver object.
virsh -V
Virsh command line tool of libvirt 4.10.0
See web site at https://libvirt.org/
Compiled
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
> On 22/02/2023 07:48 EET James Brown <jlbrown at bordo.com.au> wrote:
>
>
> > On 22 Feb 2023, at 4:14 pm, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
> >
> >
> > > I?ve spent ages on this and am getting really desperate! :-(
> > >
> > > CPPFLAGS=-I/opt/homebrew/Cellar/openssl at 3/3.0.8/include
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
> On 22 Feb 2023, at 5:33 pm, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>>
>> Thanks Aki, that was helpful. When I add that I get:
>>
>> checking for LIBSODIUM... no
>> configure: error: Can't build with libsodium: not found
>>
>> So I have to tell it where libsodium is.
>>
>> Tried:
>>
>>
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
> On 22/02/2023 08:41 EET James Brown <jlbrown at bordo.com.au> wrote:
>
>
> > On 22 Feb 2023, at 5:33 pm, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
> > >
> > > Thanks Aki, that was helpful. When I add that I get:
> > >
> > > checking for LIBSODIUM... no
> > > configure: error: Can't build with libsodium: not
2012 Dec 28
3
installing ruby 1.9.3 in michael hartl's ruby on rails tutorial
I''m working on Michael Hartl''s ruby on rails tutorial
http://ruby.railstutorial.org/ruby-on-rails-tutorial-book#sec-development_tools
.
I installed Git, updated my OS to 10.8.2 and downloaded XCode 4.5.2.
when I type in
rvm install 1.9.3
this long thing comes up...
Ruby (and needed base gems) for your selection will be installed shortly.
Before it happens, please read and
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
> On 22/02/2023 09:10 EET James Brown <jlbrown at bordo.com.au> wrote:
>
>
> On 22 Feb 2023, at 5:53 pm, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>
> >
> >
> > > > >
> > > > > % locate libsodium
> > > > > /opt/homebrew/Cellar/libsodium
> > > > > /opt/homebrew/Cellar/libsodium/1.0.18_1
2014 Sep 10
2
[LLVMdev] Can't build against LLVM-3.5 with CMake: CMakeExports.cmake broken?
On Sep 9, 2014, at 7:12 AM, Dan Liew <dan at su-root.co.uk> wrote:
> This is happening because the ``LLVMConfigLibs`` makefile variable is
> empty when used in ``cmake/modules/Makefile``. It is normally set in
> Makefile.rules . However if you build with --enable-shared this
> variable doesn't get set and so LLVMExports.cmake isn't generated
> correctly.
>
>
2013 Mar 24
0
Playing Cue sheets
Hello,
I haven't managed to install LiquidSoap on OSX yet but on a external Linux server*
This is my current approach:
http://pastie.org/private/cumwuw2u9vcqmasbghrlw
Any idea what is going on ? Or anyone please like to point me to a working example how to play Cue sheets ?
Best Regards
Marc
*when I try to install Liquidsoap under OSX 10.8.3 using brew I get the following error:
2015 Sep 22
2
[compiler-rt] Add iOS simulator link flag
Sadly I really can’t help you debug the home-brew build, it is a good ways outside my expertise.
If you want to try building from source using the guide here: http://llvm.org/docs/GettingStarted.html#getting-started-quickly-a-summary <http://llvm.org/docs/GettingStarted.html#getting-started-quickly-a-summary>
I’d be more helpful. As it is, the patch you proposed doesn’t seem to make it
2010 Apr 18
0
Something about Homebrew install ruby
I installed the ruby1.8.7 by macports.
Yesterday, I updated the ruby into 1.9.1 by homebrew.
But when I show the version (ruby -v),It still is 1.8.7. So I use brew
link ruby,and replace the /opt/local/bin/ruby by /usr/local/Cellar/
ruby/1.9.1-p378/bin/ruby. It works. But command "ri" is not work yet.
Is there any way to use the ruby installed by homebrew?
,sorry for my english
2018 Mar 22
0
Pin package/s
Hi!
I don?t know if you know package manager for macOS Homebrew. With Homebrew there is a way to stop update certain packages:
brew pin <formula/package>
Does anyone know a way to do a similar thing with R packages?
In the same way, it would be great to be able to receive a notification ?an email? when a new version of a package reach CRAN or any other repository.
I would like to
2018 Feb 17
2
Problem installing libxml2 under Homebrew
i am trying to install xml2 from CRAN, and it is throwing an error
that it cannot find the libxml2 library configuration.
The thing is that pkg-config seems to be set up correctly:
$ echo $PKG_CONFIG_PATH
:/usr/local/opt/libxml2/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig
$ pkg-config --cflags --libs libxml-2.0
-I/usr/local/Cellar/libxml2/2.9.7/include/libxml2
2015 Sep 22
2
[compiler-rt] Add iOS simulator link flag
In the failing command (iossim-log) the syslibroot flag is being specified to the linker and the link command still fails, so your patch shouldn’t fix the problem. You can see that listed in iossim-link.txt.
The other error is (if anything) more disturbing. You’re generating a malformed libLLVMSupport. Not sure how that’s happening.
It looks to me like there is something wrong with your host
2015 Sep 22
2
[compiler-rt] Add iOS simulator link flag
The behavior here is consistent with setting SDKROOT in the environment to an OS X SDK.
-Chris
> On Sep 22, 2015, at 2:28 PM, Alex Wang <aw1621107 at gmail.com> wrote:
>
> Logs + commands added to the earlier gist.
>
> Only thing different from a plain trunk build is adding -Wl,-v and -Wl,-t to the
> iossim link flags.
>
>> On Sep 22, 2015, at 5:17 PM, Chris
2015 Sep 22
2
[compiler-rt] Add iOS simulator link flag
Can you please provide the full error and information about the failure you saw without your patch?
Since you couldn’t build before the patch, and you can’t build with the patch. I suspect there is an underlying issue which isn’t being addressed.
-Chris
> On Sep 22, 2015, at 2:02 PM, Alex Wang <aw1621107 at gmail.com> wrote:
>
> Whoops. Forgot to include what happened before the
2024 Jul 04
1
Apple's SSH x OpenSSH (brew) x CTK x Security Key types
Hi,
What I was trying to do (apart from toying with stuff) was to get a realiable, single, portable/importable credential that would be universally available whenever I need it but in normal operation would be either stored in or wrapped by Secure Enclave (this means EC keys), instead of provisioning 5 resident FIDO keys, one Secretive SE-wrapper key and a backup key. (I know, I could use
2024 Aug 22
1
Question about nut-dependencies
On Aug 21, 2024, at 12:34?PM, Heath Smith via Nut-upsuser <nut-upsuser at alioth-lists.debian.net> wrote:
>
> 1) Who is deciding what goes in to fink and port packages? Do the maintainers of NUT have any say with fink, Mac Ports, and Home Brew (for MacOs machines)?
>
As Jim mentioned, the distributions like Fink and MacPorts are free to choose the subset of dependencies that they
2018 Feb 27
0
utun socket Resource busy on macOS
Hello list,
I install the tinc 1.0.33 through Homebrew using the below command:
brew install tinc
And I configure the tinc and want to start it, but the tinc logs shows that
utun socket resource busy:
/u/l/C/t/1.0.33 ❯❯❯ cat /usr/local/Cellar/tinc/1.0.33/logs/tincd.log
2018-02-26 16:04:15 tinc[60361]: tincd 1.0.33 starting, debug level 0
2018-02-26 16:04:15 tinc[60361]: Could not connect utun