similar to: Mac OS X

Displaying 20 results from an estimated 100000 matches similar to: "Mac OS X"

2008 Feb 25
0
Fwd: Making rsync compile under Mac OS X 10.3.9 with extended attributes
Precisions: If I run my patched rsync on 10.4 instead of 10.3, it's my function that returns an error: rsync: rsync_xal_set: lsetxattr("Src/60-bsd-flags/dir-with- flags","com.apple.FinderInfo") failed: Unknown error: -5000 (-5000) And error -5000 means: afpAccessDenied -5000 User does not have the correct access to the file Directory cannot be shared Available in Mac OS
2016 Feb 26
0
Tinc 1.0.26 on Mac OS X
Mike, you can use ifconfig, it should work fine. It can be something like this: #!/bin/sh ifconfig $INTERFACE 172.20.0.1 netmask 255.255.0.0 It no need to add up at the end of ifconfig string. And "ip route" can be skipped too. On Fri, Feb 26, 2016 at 5:23 PM, Mike Purvis <mpurvis at clearpathrobotics.com> wrote: > Hi Maxim, > > > Not much to it: > >
2016 Feb 26
0
Tinc 1.0.26 on Mac OS X
Hi. May you show your tinc-up script? And subnet-up, host-up if you have they at all. On February 25, 2016 9:55:59 PM GMT+03:00, Mike Purvis <mpurvis at clearpathrobotics.com> wrote: >Hey all, > >I'm trying to use tinc 1.0.26 from Homebrew on Mac OS X 10.10.5, and >having >some trouble. Is anyone successfully doing this? > >Here's my config: > >$ sudo cat
2016 Feb 26
0
Tinc 1.0.26 on Mac OS X
Lets view your tinc.conf On February 26, 2016 6:41:30 PM GMT+03:00, Mike Purvis <mpurvis at clearpathrobotics.com> wrote: >Hi Maxim, > >I'm having the same result, though I got some more output with debug >level >5; it's definitely failing to create the specified tincdev0 network >device. >Is there something I need to change on OS X to enable that? See: >
2004 Mar 17
1
Mac OS X Server 10.3: Monotonically increasing Samba processes?
Through my Server Admin, a graph of Samba "connected users" shows that the number of smbd server processes grows and grows without end -- processes never time out/log out and die. This was no problem under light usage, but when I moved a heavily used share to the server, the number of processes spun out of control. What made it all worse was that many of the supposedly dormant
2000 Jun 19
0
Compilation issues on Mac OS X Server 1.2
Majordomo bounces the oddest things. Monty ------- Forwarded Message To: vorbis-dev@xiph.org From: Chris Hanson <cmh@mac.com> Subject: Compilation issues on Mac OS X Server 1.2 Content-Type: text/plain; charset="us-ascii" ; format="flowed" I'm trying to build vorbis on Mac OS X Server 1.2 -- aka powerpc-apple-rhapsody5.6 -- and have had pretty bad luck. But it
2020 Feb 22
0
Mac OS and interpretation of @ in a username. Ex user@mds.xyz doesn't work on Mac OS but does on Win 10
On 2/21/2020 6:10 PM, TomK via samba wrote: > On 2/21/2020 2:24 PM, Rowland penny via samba wrote: >> On 21/02/2020 19:06, torch via samba wrote: >>> Am I missing something?? I don?t see where you are using the ?@? >>> symbol anywhere. >>> Mac is probably interpreting the parameters ?valid users? and ?write >>> list" (correctly, I think ;-) as a
2008 Mar 22
0
Mac OS X Intel assembly
Flac uses assembly code to improve performance for ix86 processors. This works under Linux, BSD and Windows, but not Mac OS X, because there is no support for creating Mach-O format binaries (the native binary format for OS X systems). The attached patch provides the necessary support to create ASM-optimised Mach-O binaries. This wasn't created by me but was sent to the audacity-devel list (I
2001 Apr 20
1
Mac OS-X port of R?
I'm wondering if a Mac OS-X port of R-1.2.2 has occurred. Jan de Leeuw posted that he had made a preliminary port using calls to X windows for the GUI portions, but that file doesn't exist on his server. Is someone doing this? If not, I'll get busy and see if I can make a preliminary port. Of course, lots of work would need to be done to get everything nicely integrated with
2016 Feb 26
1
Tinc 1.0.26 on Mac OS X
Ah, fantastic. With the following config I get a usable tap0: $ sudo cat /etc/tinc/robotvpn/tinc.conf Name = elendur Mode = switch AddressFamily = ipv4 Device = /dev/tap0 Compression = 1 ConnectTo = robot_ph_cpe22_04 Still need to figure out the Avahi side of things for name resolution, but thanks all! On 26 February 2016 at 11:04, Guus Sliepen <guus at tinc-vpn.org> wrote: > On Thu,
2016 Feb 26
2
Tinc 1.0.26 on Mac OS X
Hi Maxim, Not much to it: avahi-autoipd -D $INTERFACE # ifconfig $INTERFACE 169.254.45.23 netmask 255.255.0.0 up ip route add 172.20.0.0/16 dev $INTERFACE Mac OS X doesn't have "ip" by default, so I also installed the Homebrew package "iproute2mac", which provides an emulation of "ip" on top of the legacy ifconfig/route calls. The commented-out ifconfig
2003 Feb 06
1
make fails for 1.7.0 on mac os x 10.1
I've been running a binary installation (kindly provided by Jan de Leeuw) on mac G4, but was inspired this morning to try to install 1.7.0 on the G4 as well as on my desktop solaris box. This worked smoothly on my solaris system but on the G4 the make dies shortly after compiling lapack with: /usr/bin/libtool: internal link edit command failed make[4]: *** [libRlapack.dylib] Error 1 make[3]:
2016 Feb 25
5
Tinc 1.0.26 on Mac OS X
Hey all, I'm trying to use tinc 1.0.26 from Homebrew on Mac OS X 10.10.5, and having some trouble. Is anyone successfully doing this? Here's my config: $ sudo cat /etc/tinc/robotvpn/tinc.conf Name = elendur Mode = switch AddressFamily = ipv4 Interface = tincdev0 Compression = 1 ConnectTo = robot_ph_cpe22_04 And here's the invocation: $ sudo tincd -D -c /etc/tinc/robotvpn -d tincd
2003 Sep 17
3
[Bug 665] sshd doesn't work on Mac OS X
http://bugzilla.mindrot.org/show_bug.cgi?id=665 Summary: sshd doesn't work on Mac OS X Product: Portable OpenSSH Version: 3.7p1 Platform: PPC OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: max at
2016 Feb 26
0
Tinc 1.0.26 on Mac OS X
On Thu, Feb 25, 2016 at 01:55:59PM -0500, Mike Purvis wrote: > Here's my config: > > $ sudo cat /etc/tinc/robotvpn/tinc.conf [...] > Interface = tincdev0 [...] > Error while writing to Generic BSD tap device /dev/tap0: Input/output error Unfortunately, on Mac OS X, tinc cannot change the name of the interface. It's probably just tap0. Tinc should've warned about this,
2019 Nov 05
0
Got unexpected error occurred (error code -50) when using Mac OS X 10.12.6 access samba 4.10.7
Hi all, When i used Mac OS X 10.12.6 to mount smb (samba version 4.10.7) share folder and upload a folder which has few files then i got an unexpected error (error code -50). Did anyone know what happened ? or what should i do on my configuration? My share conf is below: [myfolder] path = /tmpfs/mnt/pool/Pool_42442/v1/v1-f-1 write list = "admin" "@Administrator_Group"
2016 May 12
0
R process killed when allocating too large matrix (Mac OS X)
On Thu, May 12, 2016 at 9:51 AM, Martin Maechler <maechler at stat.math.ethz.ch> wrote: > My conclusion was I could not use the RAppArmor package. > > (But that's wrong: For the rlimit*() functions below, one do > *NOT* need an AppArmor-enabled version of Linux !) Yes, it is a relatively recent (unadvertised) feature that the package now builds on linux systems without
2020 Feb 21
3
Mac OS and interpretation of @ in a username. Ex user@mds.xyz doesn't work on Mac OS but does on Win 10
On 2/21/2020 2:24 PM, Rowland penny via samba wrote: > On 21/02/2020 19:06, torch via samba wrote: >> Am I missing something?? I don?t see where you are using the ?@? >> symbol anywhere. >> Mac is probably interpreting the parameters ?valid users? and ?write >> list" (correctly, I think ;-) as a LIST of 3 users: joe, at, mds.xyz >> or bob, at, mds.xyz.
2011 Nov 20
2
Run Mac OS as HVM guest on Macbook Pro
I just purchased an MBP, and having relied on Xen for virtualization on my servers for a long time now, I''d like to try setting up Mac OS as a domU on the laptop so that I can run other VMs under Xen to have real *nix environments at all times for non-Mac OS development. I''ve been looking around online, but haven''t seen anything particularly recent about running Mac OS
2010 Nov 04
1
Re: Tropico 3 on Mac OS X
For mac emulation in Wine, I suggest switching to CXZ. It's based on the Crossover Engine used by codeweavers and generally has better results on the mac platform. I personally ported Tropico 3 to mac a few months ago and placed it on Demonoid (so you might wanna look there) and if you wanna check out other ports for games - I'd look into portingteam.com Good luck!