Displaying 20 results from an estimated 600 matches similar to: "Wichtige Mitteilung zum Versand (Kundennummer# 277590398)"
2024 May 06
0
Versandmanagement: Bitte bestätigen Sie Ihre Sendung (Kundennummer# 760622842)
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-xen-devel/attachments/20240506/0d719891/attachment.htm>
2024 May 15
0
Paketdienstabteilung: Überprüfen Sie Ihre Sendung (Kundennummer# 288084447) jetzt
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-xen-devel/attachments/20240515/0a991d33/attachment.htm>
2006 Nov 01
0
Fwd: Benachrichtung zum +ANw-bermittlungsstatus (Fehlgeschlagen)
Can someone get this guy off the lists?
---------- Forwarded message ----------
From: postmaster@prebit.net <postmaster@prebit.net>
Date: Nov 1, 2006 3:22 PM
Subject: Benachrichtung   zum
=?unicode-1-1-utf-7?Q?+ANw-bermittlungsstatus   (Fehlgeschlagen)?=
To: joakimsen@gmail.com
Dies ist eine automatisch erstellte Benachrichtigung +APw-ber den
Zustellstatus.
+ANw-bermittlung an folgende
2007 Mar 19
1
Re: [OT] Kalorio unter Linux zum Laufen bringen
x-post to: comp.emulators.ms-windows.wine
f?up to: comp.emulators.ms-windows.wine
Hi,
(Suse Linux 10.0, KDE 3.4.2 "Level b", Wine 0.9.21)
My oldest version is Kalorio 2.0. Starting "Kaloro.exe", i get this 
error message:
-------------
wine: Unhandled page fault on read access to 0x836d000f at address 
0x836d000f (thread 0009), starting debugger...
WineDbg starting on pid
2009 Aug 28
4
Numeric, 2 ??? as a result of marix???
Strange things are going on in R, if you reshape a matrix in R:
> g=gretldata[1:2,]
> g
   Empfang   Versand  Transit  Inland Ausland    SumS
1 787844.0 1307176.6 223395.4 1474726 16199.1 3809341
2 421473.1  306445.4 448801.2 1779402 14445.6 2970567
> dim(g)
[1] 2 6
> as.vector(g)
   Empfang   Versand  Transit  Inland Ausland    SumS
1 787844.0 1307176.6 223395.4 1474726 16199.1
2023 Apr 12
2
Fwd: ntlm_auth and freeradius
Hi Alexander,
I'm terribly sorry. We didnt have the "ntlm auth" parameter configured 
on the DCs at all. I added it and it just works.
Thanks for your help.
Now I just need to figure out how I can make WLAN-specific LDAP-Group 
authentication.
e. g. production WLAN needs LDAP group "wlan_production" and management 
WLAN needs the "wlan_management" group.
I
2023 Apr 12
1
Fwd: ntlm_auth and freeradius
Hi Matthias,
we?re using Debian Bullseye with the backports repo. So version is a mixture of
- Samba version 4.17.3-Debian
- Samba version 4.17.7-Debian
We?ve installed it directly on the DC?s as well.
In my opinion using "ntlm auth = yes? should be fine.
Did you try using a simple RADIUS secret? In my experience long secrets or ones containing special characters don?t work very well. I
2023 Apr 12
1
Fwd: ntlm_auth and freeradius
Hello Alexander,
thanks Alexander for these configuration snippets.
Which version of Samba are you using? Is this on debian bullseye? Is the 
FreeRADIUS server installed on a DC or on a Domain Member? (I just 
tested the latter).
is "ntlm auth = yes" OK for the DCs and the domain member or does it 
have to be "mschapv2-and-ntlmv2-only" for all servers (DCs + Member)? It 
2025 Jan 22
1
Regarding Samba Shares
Hello,
changing the permissions on the underlying filesystem leads to an 
immediate change.
Hope this helps!
Am 22.01.25 um 12:15 schrieb Ralph Boehme via samba:
> Hi Srikanth,
>
> On 1/22/25 11:52 AM, ., Srikanth N S via samba wrote:
>> Could you please let us know if this is an expected behavior? Or do
>> we have to make any configuration changes to reflect the changes to
2023 Apr 06
1
Fwd: ntlm_auth and freeradius
I can share my notes, we authenticate UniFi clients via Freeradius against Samba AD. We also check group membership which you might or might not need:
## 4 FreeRADIUS
### 4.1 Basics
```bash
apt install freeradius freeradius-ldap freeradius-utils
# create new DH-params
openssl dhparam -out /etc/freeradius/3.0/certs/dh 2048
```
### 4.2 Configure Authentication
- modify mschap to use winbind,
2023 Apr 06
2
Fwd: ntlm_auth and freeradius
Hello Tim, Hello samba-people,
is there an uptodate guide for authenticating via freeradius somewhere?
I have some Ubiquiti APs plus a Cloud Key and I want to authenticate 
WLAN clients via WPA2-Enterprise instead of a (shared) PSK.
It seems like 
https://wiki.samba.org/index.php/Authenticating_Freeradius_against_Active_Directory 
is missing some steps (basic setup of freeradius).
Can you
2024 Jul 19
1
Weird folders / files after upgrading to Samba 4.20
Hello,
my smb.conf is in the first post. Im not setting unix extensions 
explictly, so the default is used (which is yes)? But they are only 
active for smb1 right? I did not activate the smb3 unix extensions.
This also happens for shares that are not mounted by cifs ... e. g. we 
have a share that is used as a hotfolder for a RIP. The workflow is, 
that people mount them in MacOS and put files
2024 May 28
1
Security Implications of "ldap server require strong auth"?
Hello Thomas,
we've done the exact same thing: we have a few nextcloud instances bound 
to Samba (now 4.20, but 4.19 worked too).
You HAVE to use "ldaps://<FQDN>" in the "Host" field and "636" in the 
"Port" field.
For the certificates issues: either you create a CA, create the samba 
certificates and add this CA to the trusted certificate
2023 Apr 12
0
Problem with Samba 4.18 and Zabbix-Server 6.x
Hello samba-people,
Ive upgraded our Debian Bullseye servers to Samba 4.18 (thanks to mjt's 
repositories) and zabbix-server refuses to start with a seg fault. 
Downgrading back to 4.17 (from bullseye-backports) fixes the issue.
This happens with Zabbix Server 6.2.7, 6.2.8, 6.2.9, 6.4.0 and 6.4.1. 
Ive created a bug report for zabbix here: 
https://support.zabbix.com/browse/ZBX-22658. You
2023 Aug 04
1
Spotlight indexing with fscrawler for multiple shares
Hi Team,
Did anybody solve the issue of FScrawler crawling over multiple shares, 
preferably from a single job or from a single service?
Setting up a service for FScrawler per share does not scale very nice...
- Kees.
2024 Jul 29
0
Error -36 for moving a file if another mac has the same folder open
Hello lovely samba-people,
Ive got a Mac OS specific problem... Lets say you have two Macs both 
opening the same folder on the same share.
Using one Mac: move a file into this folder - works. Its shown on both 
Macs in their finder window.
Now try to move the file into another folder. You'll get error -36 
"Finder could not complete this operation because some data in 
?test.pdf?
2025 Jan 22
1
Regarding Samba Shares
Hi Srikanth,
On 1/22/25 11:52 AM, ., Srikanth N S via samba wrote:
> Could you please let us know if this is an expected behavior? Or do
> we have to make any configuration changes to reflect the changes to
> share permissions immediately on the SMB clients.
iirc that is just current behaviour. We call check_user_share_access() 
only from make_connection_snum() and never update it
2012 Dec 19
0
JRI and XTS library
Hi all,
I am using JRI with the XTS library.
Rengine rEngine = new Rengine(new String [] {/*"--vanilla"*/}, false, null);
rEngine.eval("library(xts)");
When I create an xts object, using previously assigned double/date arrays with roughly 5000 elements, the eval method needs very long (up to a minute) to return.
I would like to understand what is going on, but I find no
2000 Aug 24
0
Windows 2000 (HP-UX 10.20)
Hello,
i have installed the samba Version 2.0.7-2 on an UNIX-System with HP-UX
10.20
the HP-Patch PHCO_20441 is also installed.
the connection as Fileserver with Windows 95 / NT is correctly
the connection with Windows 2000 is not correct
when i use the command   "net use e: \\hp108020\hp_pc"  is an error occured
(this command is active from an batch at Windows-login)
the translated
2025 Apr 02
1
Indexing smb Linux share from Mac
Hi,
More information is needed. What?s in Samba logs? What?s in fscrawler logs? Are you able to see the indexed data with Kibana?
I?d start with making sure fscrawler is able to add data to elasticsearch and that it?s visible and searchable with Kibana. If that works then on to Samba.
-Perttu
> On 1. Apr 2025, at 19.55, florent dony via samba <samba at lists.samba.org> wrote:
>