search for: unixy

Displaying 20 results from an estimated 65 matches for "unixy".

Did you mean: unix
2006 May 01
6
Two developers, one on unix and one on windows
Hello all, An interesting problem, I am developing on Windows, another developer is using Unix, and our app and svn repository are running on a Linux box. We need an easy way to not keep breaking our app and each others development environs when we check in the code. The piece in question is the dispatch.fcgi. The path to ruby is (obviously) different in Windows and Unix. Has anyone run into
2012 Apr 13
4
#!/usr/bin/env Rscript --vanilla ??
...ard R, I would start such a script with --------------------------------------- #! /usr/bin/Rscript --vanilla --------------------------------------- (yes, the "--vanilla" is important to me, in this case) However; as, at work, my scripts have to work correctly on quite a few different (unixy : several flavors of Linux, Solaris, MacOS X) platforms, *and* as an R developer, I have many different versions of R installed simultaneously, using /usr/bin/Rscript is not an option. Rather, I'd use the /usr/bin/env trick : --------------------------------------- #! /usr/bin/env Rscript ---...
2005 Dec 18
5
restarting fastCGI process
Hi, I am very new to this so please go easy on me... I am trying to deploy my app on dreamhost and I seem to be having problems getting it working. One of the troubleshooting items on the wiki states: Rails apps in production mode do not reflect changes made after they start running. So, if you found a bug, fixed it and nothing appeared to happen--this is probably because you
2006 Jun 23
2
rsync and mysql with users connected
Hi, I want to apologise for my bad english (I'm french). So I need to Back-up a lot of datas from a place to an another by the way of rsync with ssh naturally. A good question from my boss was : What happened when the mysql database is used by a user during the Backup ? Is the system stop the Backup or is it transparency for rsync ? Sorry if my question is stupid but I haven't
2007 Apr 18
5
FLAC: sending output to file
Hi, I'm using windows so I know the wildcard support for flac is broken. That's why I use this command to encode a whole directory of WAV-files to FLAC-files in a command prompt: for %1 in (*.wav) do flac -V --best "%1" This command is fully working Now I want to write the flac output to a file, so I can open this file later. I tried to add > outputfile.txt to the command
2007 Aug 23
4
Idiomatic way to do a non-database Enumeration?
I have a class which stores as one of its attributes a day of the week as an integer (0-6, 0=Sunday, standard UNIXy values). I want, obviously, the views to show the weekday name and the forms to provide a drop-down with the weekday names. Essentially it''s a vrtual attribute whose value is the localized weekday name, which maps to the integer value that''s actually stored. There are a lot o...
2011 May 19
0
[LLVMdev] [cfe-dev] Cannot run clang regression tests with cmake
> > I've wanted to ask earleir, but forgot about it: > Why we can't produce libclang.dll on Win and clang.so on Unixies? > I meant "libclang.so on Unixies using simple if() else() construct in CMakeLists.txt?" -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Oct 25
1
advice on using daemontools on centos production servers
...vent-handlers in case of daemon failure . My views is to use daemontool to control all these daemons , and create a single nagios check which scans /service/ directory and alerts for daemons which are getting restarting in unwanted ways. Some of my friends will argue about daemontools being non-unixy and unconventional , But I had good experience with daemontools on around 3000 servers earlier in my previous organization . Please advice what you guys think about daemontools and its pros and crons . Thanks , Saurabh Verma
2009 Sep 12
1
DESCRIPTION/OS_type and OS X
...t, it should be one of `unix' or `windows', and indicates that the package should only be installed on a platform with `.Platform$OS.type' having that value. and I am wondering if 'OS_type: unix' includes OS X or not. I am currently updating RInside which builds on the two unixy OS variants. Would I exclude OS X by picking OS_type: unix ? I don't think so but maybe this could be made more explicit in the paragraph above. Dirk -- Three out of two people have difficulties with fractions.
2005 Jan 25
2
[LLVMdev] llc -load....
hello... I have finish my backend. But I dont know how to install my backend... llc -load=???Load what?? Can anyone teach me? thanx.
2005 Jan 25
0
[LLVMdev] llc -load....
...6 or PowerPC backends, see tools/llc/Makefile), or you can dynamically load the backend. To dynamically load the back end, add these two lines to your target makefile: SHARED_LIBRARY = 1 LOADABLE_MODULE = 1 This should build a DSO for your target (which will end with .so if you're on most unixy platforms). You can load this with: llc --load ~/llvm/Debug/lib/yourlibrary.so -march=yourarch in.bc -o out.s BTW, what architecture are you working with? -Chris -- http://nondot.org/sabre/ http://llvm.cs.uiuc.edu/
2015 Apr 09
1
How can I have new users/groups to include posixAccount/posixGroup schema automatically?
...a migration to samba 4 I see that there are no ready made tools to do the same. Yes, you can do everything with ADUC but you have to install it first and then the sequence of steps to get everything (AD+unix attributes) right is cumbersome, and even then I have to write some tools that do the "unixy" things I'm currently doing automatically once a user is created, like creating a mailbox and a home directory. Not that I'm complaining, it's just something I have to keep in mind and allocate time for. Bye -- Luca Olivetti Wetron Automation Technology http://www.wetron.es Tel....
2013 Jan 01
0
[LLVMdev] IR function pointers
...stions go under the generic term of "devirtualisation"), but obviously not all. If you as a reader just want to know what function's being called in broad terms, I'd look at where that %1608 comes from: likely loaded from an offset in the vtable, stored in %1604. Very roughly for Unixy ABIs (and loosely typed): %vtable = load i8** %1604 %fptr = getelementptr %vtable, NNN %1608 = load %fptr Work out where that NNN offset actually is and then look at RGBAucharFrameBuffer's vtable *definition* (the global symbol @_ZTV3LRT20RGBAucharFrameBuffer, I believe: the _ZTV is the impor...
2019 Jan 05
2
IMAP preauth and stats-writer
...nly disable reporting to the stats service? Previously, running as preauth was all very clean. * Just wanted to highlight that IMAP preauth is really useful. Even though it might not be mainstream, it seems healthy to be able to easily install dovecot as an unprivilidged user in a "unixy" way. I'm on FreeBSD 11.2, with dovecot from ports. dovecot.conf below. -- Mark # # Dovecot configuration # mail_location = maildir:~/Maildir postmaster_address = postmaster namespace { inbox = yes } ssl = required ssl_cert = </etc/ssl/lets.crt ssl_key = </etc/ssl/local.k...
2010 Aug 20
1
Re: OT: Xranr support for MacOSX {was: Wine Window not Maximizin
The place to put this information is the MacOSX wiki page, which looks to be sorely in need of updating. An experienced Mac user needs to do it. http://wiki.winehq.org/MacOSX
2013 Jan 01
2
[LLVMdev] IR function pointers
I am coming up against a lot of function pointers in the IR, although the corresponding source code does not have indirect calls. For example: call void %1608(%"struct.LRT::RGBAucharFrameBuffer"* %1604) How can I resolve the targets of these? Also, why are they appearing as indirect calls in the IR, when they are direct calls in the source? Thanks. -Apala
2005 Jan 25
2
[LLVMdev] llc -load....
...or > you can dynamically load the backend. > > To dynamically load the back end, add these two lines to your target > makefile: > > SHARED_LIBRARY = 1 > LOADABLE_MODULE = 1 > > This should build a DSO for your target (which will end with .so if you're > on most unixy platforms). You can load this with: > > llc --load ~/llvm/Debug/lib/yourlibrary.so -march=yourarch in.bc -o out.s > > BTW, what architecture are you working with? > > -Chris > > -- > http://nondot.org/sabre/ > http://llvm.cs.uiuc.edu/ >
2007 Mar 12
7
Capistrano Hanging on Deployment
Hello ~ I am using the Capistrano recipe outlined in this post to restart my backgroundrb server: http://rubyforge.org/pipermail/backgroundrb-devel/2007-February/000718.html My Version: ~~~~~~~~~~~~ task :before_restart, :roles => :app do restart_backgroundrb end task :start_backgroundrb, :roles => :app do sudo "nohup
2007 Sep 12
0
[LLVMdev] C interface
...> which want to have self-hosting front-ends, and probably a C > interface to the JIT would be well-received. Sounds good, it seems like anyone who wants more can extend it on demand :) > My naming conventions are similar to the Carbon interfaces in OS X. > (Should I prefer a Unixy flavor instead?) Naming prefix is LLVM, > which may be a bit long. (Would LL be better?) LLVM seems fine to me, and the naming convention seems ok (using lowercase + underscores makes the name longer). I do find things like this slightly strange: /* Same as Module::addTypeName. */ int A...
2007 Sep 12
7
[LLVMdev] C interface
...work (only) far enough to author a language front-end. The C bindings should help other languages which want to have self-hosting front-ends, and probably a C interface to the JIT would be well-received. My naming conventions are similar to the Carbon interfaces in OS X. (Should I prefer a Unixy flavor instead?) Naming prefix is LLVM, which may be a bit long. (Would LL be better?) Pointers are opaque, obviously. I find myself copying enums, which is mildly scary. I'm using C strings instead of const char*, size_t tuples. This avoids having to write things like "tmp", s...