similar to: Terms..?

Displaying 16 results from an estimated 16 matches similar to: "Terms..?"

2009 Jun 28
1
CentOS 5.3 and NTFS
Aaaaaa, I'm pulling out my hair over here! I have an external USB drive which I had at work, connected just fine to my CentOS 5.3 box. I recall there was some jiggery-pokery involved, but do not recall just what. So now I'm on my wife's freshly installed CentOS 5.3 laptop trying to get it going, and I keep getting errors about FATAL: Module fuse not found. I saw this message from
2006 Dec 11
1
Using Rails Plugins with Camping
I just picked up Camping and I''m currently reviewing every little tidbit of information I can find out about it. I really liked the simplicity of RubyOnRails, but sometimes you want something fast and everything is relative. After looking at Camping, RubyOnRails seems like a lot of work if you just want to test out a prototype of a small web app. One thing I do miss are all the
2010 Sep 09
3
1.9.2 why does relative_require need an additional backtrack in path
Why does Ruby-1.9.2-p0 require an additional ../ for relative paths when compared to the same code for ruby1.8? if RUBY_VERSION < ''1.9'' require File.dirname(__FILE__) + library else require_relative File.dirname(__FILE__) + ''/..'' + library end -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core"
2007 Oct 16
4
Useradd & NIS issue if the user exist
Hi, I have a class to add users to all the host servers. We are in the process to have a coexisting user which belongs in NIS & as well as /etc/passwd. We have NIS clients (yp running) on all host servers. So when running puppet is fails to add or modify user, bcos the user already exists in NIS. Eg: A user pcruise is an existing NIS user. When using useradd or
2011 Jan 19
0
Make ConfBridge hang up on last participant
Is there a way to make ConfBridge hang up on the final participant in a conference (obviously after some sort of initial grace period)? Background - I have just moved all of the phones in my house to separate extensions. As a replacement for the POTS-style shared line, I have implemented a "barge in" feature; any internal extension is able to join the call of any other internal
2006 Feb 20
8
Downloading Files
I''m building a rails app that will create .xml documents for the users of a particular intranet. My question is two fold 1. The files are in /public/files/something.xml, etc... How can I create a link_to in rails to access these files? 2. How I can I force the file to be downloaded (bring up a save dialog) as opposed to displaying in the browser? Thanks for hte help. -- Posted
2006 Oct 16
11
Configuring a 3510 for ZFS
Hi folks, Myself and a colleague are currently involved in a prototyping exercise to evaluate ZFS against our current filesystem. We are looking at the best way to arrange the disks in a 3510 storage array. We have been testing with the 12 disks on the 3510 exported as "nraid" logical devices. We then configured a single ZFS pool on top of this, using two raid-z arrays. We are getting
2006 Apr 05
23
DTrace as a security tool / http://systrace.org
I''d like to see if we can use DTrace to as the kernel implementation of the BSD systrace security policy system (http://www.systrace.org). I don''t really want to port systrace to Solaris because I think with DTrace we already have all the necessary in kernel hooks to do this. With systrace you express things like: "httpd can bind to port 80 but not any other port, it
2006 Mar 28
3
Unable to authenticate password - VM
Hello: I am relatively new to Asterisk, so this hopefully is an easy question for someone: I'm unable to get into voicemail to retrieve messages. Since I'm learning, the conf files are very basic. The relevant portions of the voicemail.conf is: [general] format=wav serveremail=asterisk@myserver.com append=yes maxgreet=30 maxmessage=120 [default] 100 => 9999,100,me@myserver.com When
2016 May 24
3
[PATCH 1/3] inspect: recognize the Void Linux distribution
Since Void Linux provides only an /etc/os-release with no VERSION_ID field, then special-case it to avoid that the os-release parsing ignore it. This provides basic distro identification, and icon. --- generator/actions.ml | 4 ++++ inspector/virt-inspector.rng | 1 + src/guestfs-internal.h | 1 + src/inspect-fs-unix.c | 14 ++++++++++++-- src/inspect-fs.c |
2009 Dec 29
1
Static build segfaults on x86_64
Hello everyone, I would like to ask you for advice on how to approach (or solve) this particular problem. I use Slackware Linux and compile Openssh from source. I prefer to compile it statically so it doesn't get messed up if I update openssl libraries. Up until now this approach was working OK for me. Lately I have been challenged with Slackware64 installations and I have come across a
2008 Dec 20
2
Problems installing lme4 on Ubuntu
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 While I'm not an R expert, I have used R on Windows XP. Now I've moved to Ubuntu (Intrepid), and I'm trying to configure R to work with the Gelman and Hill _Data Analysis Using Regression and Multilevel/Hierarchical Models_. So far, it's not working. I start by following the instructions for installing arm and BRugs at
2003 Dec 01
0
No subject
To the server from the local disk 7 mins 38 seconds Copying from and two the samba server from nt/win2k clients is okay, I didn't get a chance to get figures for this :/ I saw a post similar to this suggesting that it was a NIC problem and that it was in full duplex mode? Im not sure I could check this on a dos client. any suggestions? We are using a 10mbit dumb hub. The server that is
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
Already outdated, but rounded ;) I literally just opened the 5yrs logo, changed the text and then done: inkscape -z -o logo/fish-10yrs.{png,svg} cp {logo,website}/fish-10yrs.svg and then updated the rest of the files. Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- Makefile.am | 2 + logo/fish-10yrs.png | Bin 0 -> 65790 bytes logo/fish-10yrs.svg |
2006 May 04
2
Unable to get TDM400p working
This has got to be a stupid error I'm making... I have been experimenting with different hardware and software configurations before I decide what to use as a production platform. Up until just recently things were going well. But now it appears I'm unable to get access to my TDM400p from Asterisk. I know the TDM card works fine, used it in another machine where it performed flawlessly.
2006 May 01
1
compiling Zaptel-1.2.4 on CentOS 4.3
A few days ago Mark Quitoriano posted: >Im having a problem compiling zaptel 1.2.4 on CentOS 4.3, anyone >encountered this problem before? >Here's the error i got: >make -C /lib/modules/2.6.9-34.EL/build SUBDIRS=/usr/src/zaptel-1.2.4 >XPPMOD=>modules . . . . >/usr/src/zaptel-1.2.4/zaptel.c:188: warning: 'fcstab' defined but not used >make[2]: ***