Displaying 20 results from an estimated 39 matches for "dre".
Did you mean:
are
2008 May 29
1
Test Failure for RW1 with samba-3.0.30, Solaris 9
I'm trying to build and install Samba 3.0.30 on a Solaris 9 SPARC machine.
When I do a "make test", the RW1 test is failing. If I go back and
configure and build 3.0.28 with the same settings, and do a make test,
everything passes. Here's what I'm seeing with 3.0.30:
---8<---
Testing RW1 (0)
TEST OUTPUT:
host=127.0.0.2 share=tmp user=root myname=cannes
Running RW1
2010 Jan 14
4
Strange OpenLDAP errors w/ samba 3.4.3
Hi all,
after an upgrade of my Ubuntu 8.04 64-bit box to a self-compiled samba 3.4.3 (Lenny backport dpkg), I see strange error messages in my OpenLDAP log:
slapd[3388]: do_search: invalid dn (sambaDomainName=,sambaDomainName=<domain>,cn=<...>,dc=<...>,dc=<...>)
Samba seems to work, though, but this message makes me somewhat nervous.
Any ideas?
Thanks, Albrecht.
2005 Apr 05
1
AD auth + local unix groups: access denied?
...k = no
writable = no
valid users = @DOMAIN_USER
admin users =
</snip>
Any idea what causes the "permission denied" error and how I can fix it?
How could I get more debug information about the cause?
Thanks in advance,
Albrecht
--
LIOS Technology GmbH
Dr. Albrecht Dre?
Project Engineering / Software Design
Schanzenstrasse 6 - 20
D-51063 K?ln
Germany
Phone +49 221 676 2742
Fax +49 221 676 2069
2006 Nov 13
2
Only admin user can print?
...--------------------------------------------------
All users are reported as member of the DOM_grp group by 'getent group
DOM_grp'. The spool folders /opt/samba/printers and /opt/samba/ps2pdf
are owned by nobody.nobody and have permissions rwxrwxrwt.
--
LIOS Technology GmbH
Dr. Albrecht Dre?
Project Engineering / Software Design
Schanzenstrasse 6 - 20
D-51063 K?ln
Germany
Phone +49 221 676 2742
Fax +49 221 676 2069
2016 Aug 26
3
Configuration of smb.conf for Active Directory authentication
I've completed the configuration specified, and the command 'wbinfo -g' provides a list of the groups available and 'wbinfo -u' provides a list of all the users on the system, but I cannot access the shares; When I navigate a file explorer to \\ip.ad.dre.ss I am presented with a login screen, which I cannot log into with my ID; 'The user name or password is incorrect'
I suspect an issue with my idmap configuration:
[global]
netbios name = FILESERVER-001
security = ADS
workgroup = SUBDOMAIN
realm = SUBDOMAIN...
2005 Apr 29
1
Q: windbind, local groups and domain user membership?
...bind. However, the wbinfo man page only describes
how I could add a local user to a local group, not a domain user.
Maybe I'm just too dumb to understand the man pages - any advice how to
get this setup working would be really welcome!
Cheers,
Albrecht
--
LIOS Technology GmbH
Dr. Albrecht Dre?
Project Engineering / Software Design
Schanzenstrasse 6 - 20
D-51063 K?ln
Germany
Phone +49 221 676 2742
Fax +49 221 676 2069
2008 Sep 17
1
WG: Samba LDAP entries for Password Change
...old the sambaMaxPwdAge must be set.
Greetings
Daniel
-----Urspr?ngliche Nachricht-----
Von: samba-bounces+mueller=tropenklinik.de@lists.samba.org
[mailto:samba-bounces+mueller=tropenklinik.de@lists.samba.org] Im
Auftrag von Jorge Concha C.
Gesendet: Dienstag, 16. September 2008 23:36
An: Albrecht Dre?; samba@lists.samba.org
Betreff: Re: [Samba] Samba LDAP entries for Password Change
Hi...
sorry for my bad english.
> - when a new account is created, the user immediately must change the
> password when [s]he first logs in;
> - after that, the password shall expire after x days.
samb...
2006 Apr 08
2
respond_to causes DoubleRenderError?
...lah> and return false",
where the redirect method wraps a respond_to block. For example:
def redirect(url)
respond_to do |wants|
wants.html { redirect_to url }
wants.js { render :update do |page| page.redirect_to url end }
end
end
However, this causes a DRE when I deployed it on my FCGI production
server. In fact, removing the wants.js line so that the function is
just
def redirect(url)
respond_to do |wants|
wants.html { redirect_to url }
end
end
still triggers a DRE. The only time things work as expected are when
the fun...
2019 Jul 25
2
Serverinfo Error
...r role
check:inhibit=yes --foreground
?????????? ?? 3204 samba: task[wrepl]
?????????? ?? 3205 samba: task[ldapsrv]
?????????? ?? 3206 samba: task[cldapd]
?????????? ?? 3207 samba: conn[kdc_tcp] c[ipv4:10.10.10.204:55740]
s[ipv4:10.10.1.10:88] server_id[3207.3]
?????????? ?? 3208 samba: task[dreplsrv]
?????????? ?? 3209 samba: task[winbindd_parent]
?????????? ?? 3210 samba: task[ntp_signd]
?????????? ?? 3211 samba: task[kccsrv]
?????????? ?? 3212 samba: task[dnsupdate]
?????????? ?? 3213 samba: tfork waiter process
?????????? ?? 3214 samba: conn[dns_tcp] c[ipv4:10.10.10.242:63297]
s...
2008 Aug 19
2
Roaming Profiles only for Admin?
Hi all,
I am currently fighting with roaming user profiles which shall be
stored on an Ubuntu 8.04 Xeon (64 bit) box. I'm running the stock
Ubuntu packages (version 3.0.28a-1ubuntu4.4). The Ubuntu box runs as
PDC with a LDAP backend.
Adding a Win 2000 SP4 workstation to the domain works flawlessly. If I
log on on the workstation with a root-like account (UNIX user id 0,
UNIX
2011 Jun 20
0
[LLVMdev] Problem regarding AsmPrinter registration
...ived from following observation.
I have configured LLVM with only two targets- X86 and ASD (my target)
When I checked for targets build/include/llvm/Config/Targets.def, I
see my target details.
#ifndef LLVM_TARGET
# error Please define the macro LLVM_TARGET(TargetName)
#endif
LLVM_TARGET(DRE) LLVM_TARGET(X86)
#undef LLVM_TARGET
But when I check for the ASMPrinter for my target in
build/include/llvm/Config/AsmPrinters.def, I see only X86
#ifndef LLVM_ASM_PRINTER
# error Please define the macro LLVM_ASM_PRINTER(TargetName)
#endif
LLVM_ASM_PRINTER(X86)
#undef LLVM_ASM_PRINT...
2017 Oct 12
1
wiki add
Dear Team,
Wiki login Name KarstenDreifus
I want to add a wiki page:
CentOS 6.9 with SELinux enforcing denies mount action ZFS
Based on this blog post (I am not the author), I would like to add a
wikipage that states how to mount ZFS automatically on reboot.
Thanks,
Karsten
2016 Aug 26
0
Configuration of smb.conf for Active Directory authentication
...leted the configuration specified,
No you haven't
> and the command 'wbinfo
> -g' provides a list of the groups available and 'wbinfo -u' provides
> a list of all the users on the system, but I cannot access the
> shares; When I navigate a file explorer to \\ip.ad.dre.ss I am
> presented with a login screen, which I cannot log into with my ID;
> 'The user name or password is incorrect'
>
> I suspect an issue with my idmap configuration:
>
> [global]
> netbios name = FILESERVER-001
> security = ADS
> wo...
2019 Jul 25
0
Serverinfo Error
...--foreground
> ?????????? ?? 3204 samba: task[wrepl]
> ?????????? ?? 3205 samba: task[ldapsrv]
> ?????????? ?? 3206 samba: task[cldapd]
> ?????????? ?? 3207 samba: conn[kdc_tcp] c[ipv4:10.10.10.204:55740]
> s[ipv4:10.10.1.10:88] server_id[3207.3]
> ?????????? ?? 3208 samba: task[dreplsrv]
> ?????????? ?? 3209 samba: task[winbindd_parent]
> ?????????? ?? 3210 samba: task[ntp_signd]
> ?????????? ?? 3211 samba: task[kccsrv]
> ?????????? ?? 3212 samba: task[dnsupdate]
> ?????????? ?? 3213 samba: tfork waiter process
> ?????????? ?? 3214 samba: conn[dns_tcp] c[ipv...
2009 Mar 05
1
Strange Win Disk Size Info
Hi all,
I run Samba 3.0.28a-1ubuntu4.7 on a Ubuntu 8.04/x86_64 Xeon box. On
one huge XFS file system, I have several shares, which have XFS project
quotas applied. Looking at the file system info in Win (both 2k and
xp), I see a *very* strange size display (see screen shot).
Linux tells me about the folder hosting the share:
root@mybox:~# df -k
Filesystem 1K-blocks Used
2003 Apr 25
0
Diva 4BRI, asterisk and capidrv support ?
...modem responds
to AT commands.
Asterisk stops taking calls as well.
Any ideas on what's happening here?
Thanks,
--
ARICIE: J'aime, je l'avo?rai, cet orgueil g?n?reux
Qui n'a jamais fl?chi sous le joug amoureux.
(Ph?dre, J-B Racine, acte 2, sc?ne 1)
2002 Apr 11
1
why --delete dosen't work in my script?
...--delete
--delete-excluded
--bwlimit=0
--backup
--suffix=''
--backup-dir=$REMOTE_ROOT/$BACKUP_HOST/$TODAY
/{etc,home,var/lib,var/cvs,usr/local}
backup.host.com:$REMOTE_ROOT/$BACKUP_HOST/current
% rsync --version
rsync version 2.5.4 protocol version 26
Copyright (C) 1996-2002 by Andrew Tridgell and others
<http://rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, IPv6,
64-bit system inums, 64-bit internal inums
Also, is there any way at all to make --exclude patterns
case-insensitive? Or do I have to write '*.[e...
2002 Apr 16
1
-P option fails
...t ...
1 files to consider
Gone_In_60_Seconds_-_DivX.avi
32768 0% 0.00kB/s 0:00:00
[back to square one]
This test shows the -P has no effect. Am I missing somthing?
Thanks in advance for your insight,
("rsync version 2.5.4 protocol version 26" on both sides)
--
PHEDRE: Je voulais en mourant prendre soin de ma gloire;,
Et d?rober au jour une flamme si noire :
Je n'ai pu soutenir tes larmes, tes combats ;
(Ph?dre, J-B Racine, acte 1, sc?ne 3)
2002 Oct 13
0
can't add "Domain Users" group to local "Power Users" group
...open_group: ACCESS DENIED (requested: 0x0000004e)
This is on debian unstable with samba 3.0 alpha and ldapsam.
Cheers,
--
THESEE: Je t'aimais ; et je sens que malgr? ton offense,
Mes entrailles pour toi se troublent par avance.
(Ph?dre, J-B Racine, acte 4, sc?ne 3)
2002 Oct 14
1
where did the NAT tool go? (smb network testing/scanning)
...name
AFAIR is nat.
Where can one find this tool? Is it still maintained? Is there a better
alternative?
Thanks,
--
THERAMENE: Il veut les rappeler, et sa voix les effraie ;
Ils courent. Tout son corps n'est bient?t qu'une plaie.
(Ph?dre, J-B Racine, acte 5, sc?ne 6)