Displaying 5 results from an estimated 5 matches for "bramble".
Did you mean:
ramble
2011 Feb 18
1
Rails plugins new official maintainers
...Dewey
Steven Soroka
scaffolding (https://github.com/KeysetTS/scaffolding)
Brandon
http_authentication (https://github.com/dshimy/http_authentication)
Darian Shimy
Lars Smit
auto_complete (https://github.com/david-kerins/auto_complete)
dkerins
Devdatta
atom_feed_helper (https://github.com/TrevorBramble/atom_feed_helper)
Trevor Bramble
acts_as_tree (https://github.com/amerine/acts_as_tree)
Mark Turner
Swanand Pagnis
acts_as_nested_set (https://github.com/bbommarito/acts_as_nested_set)
BrianBommarito
account_location (https://github.com/bbommarito/account_location)
BrianBommarito
render_compone...
2004 Jan 20
0
..You can be a ~Se-xxMachine~
adventurous burgundian rook elkhart butterball concave chaplin
dustbin trout plane pedestal cinquefoil ely indigene choir
curvilinear scald zing bramble braid cobol
composition tripartite bust torpedo transverse marvin crestfallen troika
molybdate aflame righteous aden diffusive lenin wilcox downright pittsburgh
inflammable smear cathy orinoco
2005 Apr 11
1
Samba 3.0.7-2 and IIS6
Hi, we are using Samba as a network attached storage server for our web-
servers, and have an oddity with Windows 2003/IIS6 where some of the
sites seem to lose their connection for short periods of time (up to
about 1/2 an hour at most). During this time the web server reports
either a 500 or 401 error. There doesn't appear to be anything in the
Samba logs that indicated any problems - has
2004 Dec 20
2
Stalled Authentication, Great Clues
...ulate LDAP info from JAMM very well, too. However, Dovecot
authentication seem to hang up when a correct password is submitted (POP
or IMAP... it doesn't matter).
Here's an example of the problem:
[root at kayak /etc] telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.bramble.com (127.0.0.1).
Escape character is '^]'.
+OK dovecot ready.
user repetty at bizzy.mine.nu
+OK
pass bogeybogey
sadf
hello?
^]
telnet> q
Connection closed.
As you can see, once I hit the return key to submit the password I do
not get another prompt. In fact, Dove...
2006 Jul 28
3
R uses private function in libc (PR#9107)
Full_Name: Quanah Gibson-Mount
Version: 2.3.0, 2.3.1
OS: Linux
Submission from: (NULL) (171.66.155.86)
libc used to export the symbol:
__libc_stack_end;
however, newer versions of libc no longer export it. R has some serious
problems around this, because the code has:
# ifdef linux
extern void * __libc_stack_end;
# endif
and
#if defined(linux)
R_CStackStart = (uintptr_t)