search for: mitten

Displaying 6 results from an estimated 6 matches for "mitten".

Did you mean: bitten
2007 Sep 21
5
Stubbing yielding methods
I''ve just been tying my brain in knots looking at bug #8687 ( http://rubyforge.org/tracker/index.php?func=detail&aid=8687&group_id=1917&atid=7477 ). I''ve been (1) trying to work out whether there is anything logically wrong with Mocha''s existing behaviour and (2) whether Mocha should support the requested functionality. It all centres around the use of the
2020 Sep 21
2
cant create network with virt-manager
...ed', net=self) libvirt.libvirtError: internal error: Failed to apply firewall rules /sbin/iptables -w --table filter --insert LIBVIRT_INP --in-interface virbr3 --protocol tcp --destination-port 67 --jump ACCEPT: iptables: No chain/target/match by that name any ideas? thank you marko -- Mitten drin statt nur Datei!
2002 Nov 28
2
Trusted domains with Samba 3.0alpha21?
..._guest(38) No such user nirs [EXANET-IL] - using guest account [2002/11/28 18:26:05, 3] smbd/sec_ctx.c:push_sec_ctx(255) Anyone have any idea? Is this supposed to work in 3.0 now? thanks, Nir. -- Nir Soffer -=- Software Engineer, Exanet Inc. -=- "The poor little kittens; They lost their mittens; And now you all must die. Mew, Mew, Mew, Mew, And now you all must die." www.sluggy.com, 24/10/02
2000 Sep 06
3
Error Code 0
Hello, I have read over all of the FAQ's I could find, read all of the documnetation that I could find and still I cannot find an answer to the following problem. When I use the smbclient to check to see if Samba is working correctly I get the following response. This is running on Solaris 7 on a Sun box. If you need any other info please let me know. Any help would be very much
2003 Feb 09
3
Which .tdb files are safe to remove?
Hello, which .tdb files in /var/lib/samba are safe to remove (rebuilt automatically)? Long story: I have posted a couple of times lately regarding some mysterious freeze effects we've been having on the clients. We have now tried 2.2.4, 2.2.7a (this one makes it even worse) and 2.999 (3.0 pre-X) and have the same trouble on all. It seems the same configuration does NOT cause this
2008 Apr 25
2
force glm estimates to be nonnegative
Is there a way to force certain formula parameters to be nonnegative? What I want to do is to estimate student capacity over time, namely by > capacity ~ Student + Student:Day I add this formula to a glm call and obtain negative learning slope estimates (Student:Day) in some cases. However, I don't want to allow for that. In such a case, glm should solve > capacity ~ Student and