search for: juju

Displaying 20 results from an estimated 22 matches for "juju".

2012 Dec 21
2
NFSv4 on CentOS 5.5
Hi, What is the magic juju that I have to put in /etc/sysconfig/autofs to get autofs to default to using NFSv4, rather than NFSv3, for mounting file systems? I don't want to place these flags into the automount maps themselves because we have a varied network with Sun, CentOS, RedHat and Macintosh systems, and the flags...
2004 Jul 15
2
getpagesize / libsysfs broken with 0.148
...nter. For the unbelievers, have a look in kernel/timer.c:sys_sysinfo(). As a quick hack I've added a check for mem_unit==1 and reset the page_size to 4096 on those cases. Naturally, this is not the right fix. The right fix would be to get the values from the kernel headers and/or some magic juju for those machines with variable pagesize. It probably would not have been noticed, but as libsysfs insists on doing all reads from sysfs attributes with a length of pagesize, the failures were ... interesting. So in short, udev does _not_ work with klibc until that (or an equivalent) patch i...
2001 Apr 03
1
user:style
...are administered by root (since the file lives in ~root/.ssh), and I can fire fred without having to change the passphrase for joe. There are several problems with this idea, not the least of which is that if anybody except root uses it, it allows at least group access to a verifier, which is bad juju. Besides that, I noticed that just stripping it off the way it's currently done in auth2.c means one has to tack it back on later if you actually use the full name for something (which SRP needs to do). It would be better to make a copy of the string sent by the client, and nuke the ':...
2010 Sep 22
1
help with sockets in R
...":\"7-906e06a7744780ef93126adc6f8f10ef\"}\n" when it should be: "{\"ok\":true,\"id\":\"some_doc\",\"rev\":\"7-906e06a7744780ef93126adc6f8f10ef\"}" Is mixing readLines and readChars on the same connection causing bad juju? If it is, what's the recommended what to do such a thing? Thanks for any help!! -Chris
2006 Mar 15
13
usage of constants
I would like to define some constants that I can use across models and views and I cannot figure out how to do that. Googling hasn''t turned up anything useful and I''m looking at the PickAxe book, and I get the impression that a constant must belong to a class. If I just want a constant like... CompanyPhoneNo = "(602) 999-9999" and be able to use it in any view
2013 Jul 30
2
lxc-enter-namespace error: security model cannot be entered.
Hi Guys, I started a lxc container with libvit in ubuntu Operating system, and succeed using lxc-enter-namespace to enter the namespaces and security context of the container. But when I do the same thing in debian OS, It reported an error, with details as following: root@debian:/etc# vir list Id Name State ---------------------------------------------------- 4424
2010 May 19
2
Error in untar2(tarfile, files, list, exdir) : unsupported entry type ‘x’
Hi R gurus, I'm getting the following error when trying to build and install an R package: Error in untar2(tarfile, files, list, exdir) : unsupported entry type ?x? I build the package like so: R --no-init-file CMD build mypackage Then try to install it: sudo R --no-init-file CMD INSTALL mypackage.tar.gz ...which dies with the above error. I can extract the archive fine with tar -zxf, so
2009 Aug 08
0
Samba, OSX, and USB vfat
...? I did test this same setup with an XFS mounted filesystem and it did not require the 'force user' option. Additionally, I wanted to force the group so that ownership stays for the group. Maybe I'm doing something else wrong? Also, it seems like forcing a user an a share is bad juju, however, this is a home network. Thanks for any hints or advice. Mike B. ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
2012 Jan 04
2
Note worthy package: XCP
On Tue, Jan 03, 2012 at 06:53:09AM +0800, Thomas Goirand wrote: > This makes 2 cloud stacks available for Debian SID and soon Wheezy, and > makes Debian on top of cloud computing (no other distributions have XCP > at the moment, though I'm expecting Ubuntu to import XCP for the next > LTS, and Fedora to also use the RPMs from Citrix). I agree this is quite an achievement,
2015 Mar 27
2
headless VirtualBox on Centos
Awesome! Thanks for your replies everybody. I was looking more or less at the same options. Just was wondering if there was a ready-made set of scripts somewhere to set all of this in motion to save me a little time - but if not, I will just make one. Cheers, Boris. On Fri, Mar 27, 2015 at 3:16 AM, ????????? ???????? <nevis2us at infoline.su> wrote: > I am wondering if there is a
2010 Apr 23
2
link_to with resource routes in helper file?
Hey all! Any pointers on doing something like: link_to "Comments", comments_path from within a helper file just like you can do from a view? Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To
2019 Feb 24
2
SAMBA DNS interfaces set to br0
On a machine with virtual networking is enabled and two ether net controllers eth0/192.168.1.2 and eth1/192.168.1.3 and having SAMBA smb.conf set to: dns interfaces = lo br0 is there a chance for: 1) The system not to boot with DNS working 2) The DNS server bounce between eth0 and eth1 3) The DNS server portion work on boot sometimes on eth0, but when software restarted only work on eth1 or
2006 Feb 10
14
dynarch calendar and calendar helper usage
I am playing around with this and reference this wiki from RonR site... http://wiki.rubyonrails.org/rails/pages/CalendarHelper The error I am getting is: NameError in Placements#list undefined local variable or method `date_format'' for #<PlacementsController:0xb78f9ef4> RAILS_ROOT: script/../config/.. Application Trace | Framework Trace | Full Trace
2010 Jan 12
6
x4500/x4540 does the internal controllers have a bbu?
Has anyone worked with a x4500/x4540 and know if the internal raid controllers have a bbu? I''m concern that we won''t be able to turn off the write-cache on the internal hds and SSDs to prevent data corruption in case of a power failure. -- This message posted from opensolaris.org
2011 Jan 22
32
Bug in mkfs.btrfs?!
Hi, I wanted to create a new btrfs fs for my backups. When trying to mkfs.btrfs for that device, I''m getting "error checking /dev/loop2 mount status" With strace I see where the problem is: lstat("/dev/disk/by-id/ata-INTEL_SSDSA2M160G2GC_CVPO939201JX160AGN-par", 0x7fffa30b3cf0) = -1 ENOENT (No such file or directory) The problem is there is something missing
2003 Mar 25
7
DNAT not working after changing BIND to use views
Hello all: I''ve got a confusing issue. I had a working shorewall configuration (based on the two interface model) using DNAT for redirection to my HTTP server. The HTTP server is on my inside network (I know - bad juju, but one thing at a time). I changed my configuration this morning to use views in my BIND (named) configuration. Everyone outside the firewall is able to get in fine. Everyone inside the firewall is able to browse the Internet just fine. The only thing that broke is my internal net to internal...
2007 Sep 12
12
Philosophical questions
Disclaimer: The following are observations by a relatively new user (couple of weeks) of RSpec and not intended as RSpec trollbait. Also, forgive me if similar topics have been discussed elsewhere on the mailing list. I at least did the due diligence of a quick search. That said... I''ve been positively thrilled with RSpec for use outside of Rails. It has been in my attempts
2007 Jun 27
5
Help: I need community delegates
Hi all, I''m very happy to see how quickly the Puppet community is growing and how pleasant and helpful everyone is. It seems like people are starting to handle a lot of the questions on the email lists and IRC, which is great because it means I can focus more on development and planning. There are a few areas that don''t seem to be meeting the community needs, though,
1999 Mar 22
86
SWAT
I was playing with this on my test machine, (redhat 5.2, samba 2.0.3) worked great, and I was really impressed. So I decided to install this on my office machine. (redhat 4.2, samba 2.0.3) and the only significant difference is that on the office machine, I use encrypted passwords. I cannot get swat to authenticate on the second machine. That is, no matter what account, password combination
2004 Apr 14
0
Frame too large?
I'm occasionally seeing this warning, at this point I'm not sure if it's causing any problems. I did some searches and haven't found any discussions about it. Could anyone help me out and explain what this means and what could be causing it? Thanks. Apr 14 10:39:42 WARNING[7946268]: chan_zap.c:3818 zt_write: Frame too large