Displaying 20 results from an estimated 10000 matches similar to: "Samba 3.0.5: Odd browsing / login issues"
2005 Mar 03
6
CentOS Release Lifespan
I''ve just started using CentOS as an alternative OS for some servers
for a project. At the time 3.4 was the release of choice. I''m curious
how long the CentOS project will release fixes and patched rpms for
3.4 before it would be necessary to migrate these machines to 4.x. I
rather know in advance so I can plan accordingly and slowly migrate
these over time. I do realize that 4.x
2004 Feb 10
1
Samba / Networking trouble since latest windows update
This is not really a Samba problem, but it does relate to Samba, in a
fashion...
In regards to:
http://www.microsoft.com/technet/treeview/?url=/technet/security/bulleti
n/MS04-004.asp
Since the latest security patch from Microsoft (last Thursday?) was
applied to common desktop machines within our school we have been
suffering from problems with network connections.
We run several Mac OS X
2003 Jul 31
0
Re: root password error! What a headache!
> When trying to connect to a samba PDC I receive this error of wrong
> network password. I've checked samba root's password, machine
> account, user account and so but nothing seems to work. the other
> day I go into the domain without a problem, now I cannot do that
> ( I've change quite a lot parameters in /etc/samba/smb.conf ). Can
> someone guide me in some
2007 May 31
1
Archive parameter doesn't preserve owner:group property!
Hi!
I would like some advices to combine security and automated backup...
How rsync manage hosts allow parameter compared to /etc/hosts.allow?
Is it possible to use ssh key just for authentification not for crypted
transfert?
I have also a problem to preserve owner:group properties even with archive
parameter which is supposed to do that.
I have to put gid =root and uid = root in
2009 May 07
1
Going to upgrad rsync V2.6.7 to V3.0.5
Hi,
We have been planning to upgrad rsync 3.0.5. I have some question on this so
that we will not screwed up the file systems. We have been using rsync 2.6.7
since long and we didn't have any major problems. I am wondering if we
upgrade rsync 3.0.5 then will it cause any unexpected behaviour then rsync
2.6.7? Can we directly upgrade it without any problems? It would be nice if
someone suggest
2005 May 24
0
how to use the *.patch file
hi,
may i ask some stupid question. :)
I am using Samba 2.2.8a, how should i do if i don't want upgrade to the =
latest version of Samba but use the *.patch file?
And there are so many patch files, should i patch every file to my =
system?
If the affected release of a patch file is "3.0.x <=3D 3.0.6", dose it =
mean this security issue just affect version 3.0.x and my system
2006 Mar 31
1
Can't chdir to directory on mapped share, no such directory?
I'm using cwRsync which incorporates rsync-2.6.7 with Cygwin. I've got it
set up as a server and it works for local directories but when I try to set
up a module with path /cygdrive/m/dirname it tells me that it can't chdir
to that path, error 2, no such file or directory. I copied Cygwin mount and
ls to the machine and mount reports that /cygdrive/m is indeed there, and
ls can
2004 Jun 24
1
Odd syslinux problem booting 2.6.7 kernel
I have a small embedded 486 system that is having a very strange problem
booting the linux kernel.
The system boots fine normally, but if I don't do a proper shutdown on
it (everything is in ramdisk anyway) then I can no longer boot the 2.6
kernel. It simply hangs after the "Ready.":
SYSLINUX 2.10 2004-06-18 Copyright (C) 1994-2004 H. Peter Anvin
boot:
Loading
2004 Jul 31
3
Openldap samba 3.0.5 net group add does not work
When I run net add groupmap rid=512 ntgroup="Domain Admins"
UNIXgroup="ntadmins" i get this error:
adding entry for group Domain Admins failed!
The error isn't very specific and the log doesn't show any error. I look in
the log (log level -1 in slapd.conf) and I can tell it is able to search. I
can post the syslog if you need it. I think their is an error in my
2004 Apr 21
1
Error with 1.9.0 - winMenuAdd not usable in .Rprofile
I had this problem too. The documentation for the winMenus says that these
functions are part of the utils package. R must be loading this library
after it sources in Rprofile. If you add library(utils) to the beginning of
your .First function, it should take care of the problem.
Brian Gregor, P.E.
Transportation Planning Analysis Unit
Oregon Department of Transportation
Brian.J.GREGOR at
2011 Oct 24
3
extlookup not working correctly in 2.7.6
I''m trying to upgrade from 2.6.7 to to 2.7.6 and I''m running into an
issue in my extlookup() calls. A lot of the variables which should be
defined aren''t defined within extlookup.rb. I''ve tested 2.6.7 agent
and 2.7.5 agent against the 2.6.7 master and 2.7.6 master. I adjusted
extlookup.rb slightly to provide some debug output.
2004 Dec 21
3
Problems installing Zaptel
Hi,
I am new to asterisk.
I have downloaded Asterisk and Zaptel from the cvs root.
I am installing them on Mepis with linux-2.6.7
Whenever I try to do "make" in the zaptel directory, I get the following
errors.
make -C /lib/modules/`uname -r` /build SUBDIRS=/usr/src/zaptel modules
make[1]: Entering directory `/usr/src/linux-2.6.7`
make[1]: *** No rule to make target
2006 Jun 27
2
Background + Dial
Hi everybody,
I try this :
[incoming_from_fxo_card]
exten => s,1,Answer()
exten => s,2,Background(filename)
exten => s,3,Dial($(INTERNAL_SIP_TEL))
But * wait the file is finish before make Dial to SIP channel.
Background(filename) (from voip-info.org)
=> Starts playing a given sound file, but immediately
returns, permitting the sound file to play in the background
while the next
2005 Nov 30
0
Cross-subnet browsing
I have two domains which are on different subnets, connected by a routed
OpenVPN tunnel. The domains trust each other.
Domain A has the WINS server. Domain B is confused to use Domain A's WINS
server. The VPN pushes the WINS server as part of its DHCP options as
well.
>From either domain, I am able to use smbclient to see the shares on the
other domain's PDC. I have to specify -W
2017 Feb 18
2
[RFC] Using Intel MPX to harden SafeStack
On 2/7/2017 20:02, Kostya Serebryany wrote:
> ...
>
> My understanding is that BNDCU is the cheapest possible instruction,
> just like XOR or ADD,
> so the overhead should be relatively small.
> Still my guesstimate would be >= 5% since stores are very numerous.
> And such overhead will be on top of whatever overhead SafeStack has.
> Do you have any measurements to
2007 Jan 05
0
troubles with telnet sessions under Solaris8 as AD member with winbind V3.0.23d
Hi guys,
I've a problem with telnet sessions under Solaris 8 with samba 3.0.23d
winbind.
If I have the winbind authorization active for telnet in my pam.conf I got
a kick out of the system after exactly 300 sec, no mather if I do or do
not activity on the telnet session. The same behavior is for AD and for
local users.
I've trussed a telnet session a the only thing I see is that my
2011 Aug 24
0
Odd certificate problem
Hi,
I just upgrade my puppet server from version 2.6.7 to 2.7.3 and now I
can''t connect new clients.
When trying to connect the clients I''m denied with the following error message:
err: Could not request certificate: SSL_connect returned=1 errno=0
state=SSLv3 read server certificate B: certificate verify failed.
This is often because the time is out of sync on the server or
2012 Jun 27
2
[LLVMdev] Compiler warnings with gcc-4.7.1
I just switched gcc from 4.6.2 to 4.7.1 and see the massive amount of
warnings, see few examples below.
They mostly didn't exist with gcc-4.6.2.
rev.159224
Yuri
/usr/home/yuri/llvm-2012-06/latest-unpatched/llvm-fix/include/llvm/ADT/PointerUnion.h:56:10:
warning: enumeral mismatch in conditional expression:
2004 Jul 23
2
"Duplicate workgroup names in browse list" problem reappeared in 3.0.5
Starting from version 3.0.2 (or .3?) there were a misfeature that caused
workgroup names to show up as duplicates in workstations' browse lists. Fix
for this didn't reach into 3.0.5-pre1, but rc1 had this fixed.
Today I upgraded 3.0.5-rc1 to 3.0.5-2 (FC2 binary rpm from samba.org) and
the problem reappeared.
To be more spesific, the problem appears when there are more that one
workgroup
2012 Jun 27
0
[LLVMdev] Compiler warnings with gcc-4.7.1
-Wenum-compare is buggy / bogus. We should turn this warning off in our
build scripts if possible.
On Tue, Jun 26, 2012 at 5:15 PM, Yuri <yuri at rawbw.com> wrote:
> I just switched gcc from 4.6.2 to 4.7.1 and see the massive amount of
> warnings, see few examples below.
> They mostly didn't exist with gcc-4.6.2.
>
> rev.159224
>
> Yuri
>
>
>