Displaying 20 results from an estimated 44 matches for "quacks".
Did you mean:
quack
2004 May 04
1
How does Norvergence do it ?
So a guy shows up at the the office, after making an
appointment with the office manager / receptionist to talk
'phone systems'.
After her eyes glaze over, with him talking T1 and
Frame-Relay I get to see him. He's from Norvergence. Well
dressed. Tells me they can do a T1 for $79, with unlimited
local & long distance for free. It also does 'internet'.
'Just give me
2005 Mar 08
0
winbindd will not connect to samba pdc
I'm trying to migrate to a Samba PDC from an NT PDC. Right now I'm
testing whether a Samba member server can effectively grab user account
info from a Samba PDC.
Both the PDC and the member server are vanilla, no-frills Redhat 9
machines, the PDC is running Samba 3.0.9 and the member is running
3.0.11. I've followed the instructions in the Samba HOWTO for setting
up winbindd, that
1999 Jul 20
2
R 0.65 and AIX: if it quacks like a duck...
Hi,
this relates to R-devel of 1999/July/18. I will outline what I had
to change to get R to compile with cc then with gcc. Note that R
compiled with cc works, R compiled with gcc is broken.
--> Compile with cc:
1) Edit src/main/saveload.c: disable the undefine! With the #undef
_XOPEN_SOURCE_EXTENDED the compilation dies an untimely death.
(And the header files are not as badly broken
2012 Dec 06
1
During FTS reindexing, search commands unceremoniously exit
Is this intentional? Closing the connection without warning doesn't
seem like the best response...
--8<---------------cut here---------------start------------->8---
% printf "1 select \"INBOX\"\n2 search body quack\n3 logout\n" | /opt/local/libexec/dovecot/imap
* PREAUTH [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY
2005 Mar 03
5
Debian SID versions messed ujp
Last few days had wine 20050111-1 but was missing stuff like libwine-alsa. Any
attempt to install would remove all the existing modules.
Now has everything for the 20050111-1 but has wine and wine-dev for
20050211-1. Attempts to install will quack.
2005 Nov 17
7
render :partial in mail template
Hi,
Is it possible to render a partial template from within a mail template?
I get the following error
undefined method `controller_path'' for SupportMailer:Class
Extracted source (around line #8):
5:
6: <%= @url %>
7:
8: <%= render_partial ''sig_admin'' %>
Jeroen
2006 Nov 25
5
Metaphone analysis
Not sure how much this will interest people but I don''t have a blog so I''m
posting something I threw together today cause I think it might be useful.
In what little free time I have I''ve been wanting to put together a
Rails/Ferret based restful dictionary. So I finally got a chance to get
started today so the first thing I wanted to do was implement a metaphone
2007 Feb 26
0
Specifying Ajax hyperlinks
I was about to put this as a feature request but I wasn''t sure if
anyone would consider it useful so I thought I''d ask here. I''m not
sure what the feeling on specifying links is - it strikes me as
something that needs doing because it''s generated code at the end of
the day.
I''ve got a few lines now along the lines of:
1999 May 07
0
Advice needed for samba for school use
...ssues are marginally related to
samba, sorry. Hopefully, someone has already solved these
issues.
Thanks,
--
Mike Anderson
Freelance Consultant
http://www.commproc.com
mka@ieee.org
+52 473 25789 voice
+52 473 24837 fax
Guanajuato, GTO, Mexico
"If it looks like a bug, waddles like a bug,
and quacks like a bug, its a quack!"
2018 Oct 17
2
Samba v3 works with LDAP, but not Samba v4
...t;correct"
> password being used. I do see entries in that log for the Primary
> Group of 0. Not sure where I would need to make the change. Any
> guidance would be really appreciated. Have been fighting this for the
> last 3 weeks. :-(
>
Hi Andrew, if it walks like a duck and quacks like a duck, it very
probably is a duck ;-)
Even though testparm says it is a 'standalone server', it seems to be
acting like a PDC:
[2018/10/16 20:13:57.961606, 5] ../source3/lib/username.c:159(Get_Pwnam_internals)
Get_Pwnam_internals did find user [johndoe]!
[2018/10/16 20:13:57.9616...
2017 Jun 07
3
How to update the root hints for bind DLZ
It looks like the original intention in our code was to be able to
add/modify records with the "." zone. Trying it, there seems to be other
issues with using it. I'm not entirely sure if this alias is valid
against Windows or for which calls.
I just hacked a patch (see attached) to see if I could add or modify
another name server.
samba-tool dns add $DC_SERVER . @ NS testing
2020 Aug 10
3
Docker container isolation not working in CentOS 7
...>
<head>
<title>Welcome to nginx!</title>
...
$ docker exec -it webserver3 curl -m 5 http://172.17.0.3
<!DOCTYPE html>
<html>
<head>
<title>Welcome to nginx!</title>
...
As far as I'm concerned, it looks like a bug, it walks like a bug and it quacks
like a bug.
Any remarks and/or suggestions?
Cheers from the sunny South of France,
Niki
--
Microlinux - Solutions informatiques durables
7, place de l'?glise - 30730 Montpezat
Site : https://www.microlinux.fr
Blog : https://blog.microlinux.fr
Mail : info at microlinux.fr
T?l. : 04 66 63 10...
2006 Jan 05
4
testing file uploads
Hi all,
I was wondering about the class used when rails receives file uploads.
Sometimes it appears to be a File, and other times it is a StringIO.
Also it has methods such as original_filename that don''t appear to
belong to either of these classes. I ask because I''m trying to work out
how to test my fil upload related models and controllers.
Is there some standardised way of
2006 Jan 09
4
Lack of support of Stored Procedures is a Show Stopper
In my opinion most mature/complex client/server or n-tier applications
using SQL Server, Oracle, or MySQL, use stored procedures.
Without support (except by use of the execute method) for Stored
Procedures, Ruby on Rails or MonoRail is a Show Stopper. We are unable
to effectively use Ruby On Rails as all access to the db is using Stored
Procedures.
This does not mean that we are unable to use
2007 Feb 12
6
Specs for Ajax partials with unicode characters
Hi
Not sure if this is more Rails or RSpec related...
I''ve got an app with an RJS view that updates a div in a page with
the contents of a partial. The partial contains a non-ascii
character namely a pound sign.
I set up a simple test app with this RJS view:
page.replace_html("test_div", :partial => "test_action")
and this _test_action.rhtml:
2017 Jun 07
0
How to update the root hints for bind DLZ
..."." zone. Trying it, there seems to be
> other issues with using it. I'm not entirely sure if this alias is
> valid against Windows or for which calls.
The zone is definitely called 'RootDNSServers' not '.'
If something looks like a duck, walks like a duck and quacks like a
duck, it is a duck.
The object in AD for 'RootDNSServers' looks like a zone record, it is
in 'CN=MicrosoftDNS,DC=DomainDnsZones,DC=samdom,DC=example,DC=com' and
it has the 'objectClass' dnsZone, therefore it is a zone.
Samba needs to see this zone before we can even...
2018 Oct 17
0
Samba v3 works with LDAP, but not Samba v4
...being used. I do see entries in that log for the Primary
> > Group of 0. Not sure where I would need to make the change. Any
> > guidance would be really appreciated. Have been fighting this for the
> > last 3 weeks. :-(
> >
>
> Hi Andrew, if it walks like a duck and quacks like a duck, it very
> probably is a duck ;-)
>
> Even though testparm says it is a 'standalone server', it seems to be
> acting like a PDC:
Pretty much, because there isn't really much difference between a PDC
and a single standalone server, both use a local passdb.
>...
2005 Dec 24
1
Bug#344620: ignore.server.d/postfix: 'address not listed for hostname' rule
Package: logcheck-database
Version: 1.2.42
Severity: normal
Tags: patch
Index: postfix
===================================================================
--- postfix (revision 1097)
+++ postfix (working copy)
@@ -44,7 +44,7 @@
# Postfix < 2.1
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: connect to [^[:space:]]+: server dropped connection without sending the initial greeting
1998 Apr 14
1
File locking issues? Has it been a problem for you?
Hi all-
I'm new to both these lists so if this isn't the right place,
point me in the right direction.
I've got a Sun that I want to use for file services for our desktops (Mac,
W95). I was planning on using netatalk and samba until I thought about
the lack of file locking b/n the two.
So, I started looking at other options (like Syntax's Totalnet),
but it's quite a bit of
2010 Sep 27
0
[LLVMdev] Issue compiling llvm-gcc frontend on sparc
On Sep 26, 2010, at 3:23 PMPDT, Raghu Prabhakar wrote:
> 1) During configuration, the default assembler (installed at /usr/ccs/bin) is chosen to be used, but I want to use the GNU assembler (installed at /vm/GNU/bin in my machine). In spite of re-arranging paths on the PATH variable, and even after removing /usr/ccs/bin from PATH, configure still chooses the default assembler itself. Is there