Displaying 20 results from an estimated 500 matches similar to: "NT network can't browse Samba"
2000 Apr 23
3
Win98 command line vs. long filenames
I just cranked up Samba 2.0.6 on NetBSD-sun3 1.4. The clients are
Windows 98 (non-SE). I have had experience with earlier versions of Samba,
so I was able to get 2.0.6 up and running without great difficulty. I
exported a directory and was able to mount it on my Win98 machines fine.
Using Explorer, everything looked like I expected it to: files were
listed with their full names and I was able
1999 May 24
0
Broadcast resolve broken!
Hi,
I was wondering if anybody had this problem. If I use nmbclient to
resolve a name, I get 'name_query failed to find name xxxx'.
No names get resolved, but if I use smbclient with the same name and
specify the IP everything is fine.
Just as additional info, ping, telnet etc work fine, I have 'name
resolve order = lmhosts wins bcast host' in smb.conf with 'wins support
=
2009 Jul 17
9
[LLVMdev] speed and code size issues
So it would appear that llvm-gcc and clang are both slower than
gcc4 which is infamous for being slow at compiling code, and
yes this is with a release build/--enable-optimizations.
This seems to go against notes such as
http://clang.llvm.org/features.html#performance
which claim clang is signifcantly faster than gcc.
Below are some times and the larger object files when
compiling an i386
2011 Feb 05
1
dovecot not delivering emails in the right folder
Hello everyone,
I'm having trouble getting postfix + dovecot to work correctly.
It seems like Postfix is receiving and delivering the emails correctly but
dovecot is placing/looking for them in the wrong folder therefore the
clients aren't receiving any new emails.
I switched from courier and followed a tutorial found here:
2009 Nov 16
1
dovecot ignoring folder permissions on directory creation
Ubuntu 8.04lts
Dovecot 1.2.6
So, further to the 'deliver' problem posted yesterday I've also discovered
another issue regarding permissions: files and directories are being created
0600/0700 by the IMAP and deliver process (depending on who gets there
first!) preventing use of shared mailboxes.
According to documentation:
"When creating a new mailbox, Dovecot v1.2+ copies the
2005 May 16
1
Win2K3 Server, in Terminal Session, Problem connecting to SAMBA server.
I have looked for several days and can not find the answer to my problem, but
I'm sure it has to be a simple issue. I'm trying to map drives inside Windows
Server 2003 Terminal Session from a local Samba server but can't get connected.
I figure the problem is in Windows Registry but can't find web page on what
needs to be changed to get this working.
I built a new Windows 2003
2019 Mar 13
2
recipient bcc and dovecot
I have a recipient_bcc_maps which contains a bcc map that is updated everyday:
rbcc.pcre:
if !/backup.*@/
/^([^+_]*).*@([^.]*)/ backup+071.${1}-${2}@adomain.tld
endif
the 071 portion is changed each day to the current day of the year.
Everything works, but I get an error from dovecot on every message:
lda(backup at adomain.tld): Error: User initialization failed: Namespace '':
2009 Jul 18
3
[LLVMdev] speed and code size issues
On Fri, Jul 17, 2009 at 04:41:55PM -0700, Eli Friedman wrote:
> On Fri, Jul 17, 2009 at 4:14 PM, Jonathan Gray<jsg at goblin.cx> wrote:
> > This seems to go against notes such as
> > http://clang.llvm.org/features.html#performance
> > which claim clang is signifcantly faster than gcc.
>
> I think the URL you want is actually
>
2012 Apr 12
3
[LLVMdev] Support for "foreign" Visual Studio 64 bits C++ exceptions?
Hi,
We are currently porting our application to Windows 64 bits (amd64), and we are getting regressions from 32 bits relatively to LLVM 3.0's ability to get traversed by "foreign" Visual Studio C++ exceptions. That is, there is a crash when C++ exceptions which are thrown from Visual Studio code, are unwinding through LLVM code before being eventually catch by other Visual Studio
2009 Jul 18
0
[LLVMdev] speed and code size issues
On Fri, Jul 17, 2009 at 5:12 PM, Jonathan Gray<jsg at goblin.cx> wrote:
> On Fri, Jul 17, 2009 at 04:41:55PM -0700, Eli Friedman wrote:
>> On Fri, Jul 17, 2009 at 4:14 PM, Jonathan Gray<jsg at goblin.cx> wrote:
>> > This seems to go against notes such as
>> > http://clang.llvm.org/features.html#performance
>> > which claim clang is signifcantly
2012 Apr 13
0
[LLVMdev] Support for "foreign" Visual Studio 64 bits C++ exceptions?
On Thu, Apr 12, 2012 at 2:02 PM, Jérôme Couture-Gagnon
<Jerome.Couture-Gagnon at fabricengine.com> wrote:
> Hi,
>
> We are currently porting our application to Windows 64 bits (amd64), and we
> are getting regressions from 32 bits relatively to LLVM 3.0's ability to get
> traversed by "foreign" Visual Studio C++ exceptions. That is, there is a
> crash when C++
2006 Jan 24
6
[MacOSX] Firefox Not Diplaying Images
Forgive the random question, but for those of you Mac OS X users...
Does anyone else have a problem with Firefox 1.5 not displaying
pictures/graphics embedded on web pages. Safari doesn''t seem to have a
problem with them.
For example, my blog appears correctly in Safari, however Firefox
drops background images.
Clues? Thanks.
--
~~~~~~~~~~~~~~~~~~~
D''Andrew "Dave"
2009 Jul 18
1
[LLVMdev] speed and code size issues
I'd look at if_spppsubr.o, which is big in the llvm directories and
doesn't appear in the gcc directory listings at all (I assume the
listings were fed through tail or something, but there's clearly a
sizeable difference there)
On Jul 17, 2009, at 5:41 PMPDT, Daniel Dunbar wrote:
> On Fri, Jul 17, 2009 at 5:12 PM, Jonathan Gray<jsg at goblin.cx> wrote:
>> On
2005 May 24
3
sharing NFS mounts
OK, I've been searching the archives and google with little luck...
I have a directory which needs to be shared with a number of UNIX
clients via NFS and with Windows clients via Samba. What is the best
way to do this? Should I configure Samba to share the actual NFS mount?
Or should I configure Samba to share the actual filesystem directory?
Reason I ask, we were using the former method
2009 Jul 17
0
[LLVMdev] speed and code size issues
On Fri, Jul 17, 2009 at 4:14 PM, Jonathan Gray<jsg at goblin.cx> wrote:
> This seems to go against notes such as
> http://clang.llvm.org/features.html#performance
> which claim clang is signifcantly faster than gcc.
I think the URL you want is actually
http://clang.llvm.org/performance.html. The difference isn't as
dramatic when you consider code generation, at least for the
2006 Jan 27
1
Win2K3 Server, in Terminal Session,
Hello Steven
I read about your problem I am sorry I can't help you.
Because have the same problem. And have looked everywhere to
find a solution so I wonder if you have fixed it
Best regards
/Peter
I have looked for several days and can not find the answer to my problem,
but
I'm sure it has to be a simple issue. I'm trying to map drives inside
Windows
Server 2003
2008 Oct 31
3
Date_select vs wrong date weird behavior
In my date_select if I choose 31 april 2008, it converts it for 1st may
2008 which it seems odd for me?
I say odd because first its difficult to validate at the model level, I
have to hook some code in the controller and secondly when I finally get
the validation errors I have to go back at the edit page and show the
selected date(and the error message) which should be 31 april 2008 but
the date
2006 Jan 24
3
Merging two heavily referenced records into one
Here''s the situation: I have a "people" table whose "id" column serves
as a foreign key to several other tables (authorships, editorships,
members, users, etc.). Every now and then I will find two distinct
records in the "people" table that represent the same human being. They
generally differ by small differences in spelling but should really be
the
2009 Jan 02
2
deliver looking into root directory for sieve configuration ?
Hi,
I'm using dovecot (+sieve), dspam, clamav and postfix with wirtual users
and domains.
When the server receive an email, I get this error :
Jan 2 14:48:52 mail postfix/qmgr[13573]: 89DE1276C42B:
from=<postmaster at shadowprojects.org>, size=926, nrcpt=1 (queue active)
Jan 2 14:48:52 mail deliver(postmaster at adomain.fr): chdir(/root)
failed: Permission denied
Jan 2 14:48:52
2008 Oct 28
7
How to override one method of AssetTagHelper
I created a file ./lib/action_view/helpers/asset_tag_helper.rb
and put in it only the method I want to override. like this
module ActionView
module Helpers #:nodoc:
module AssetTagHelper
def image_path(source)
compute_public_path(source, ''images'')
end
end
end
end
But as soon I try this all the others methods from the overriden module
are not