similar to: Failed to find a Unix account

Displaying 20 results from an estimated 70 matches similar to: "Failed to find a Unix account"

2015 Oct 15
3
Hide the files that doesn't have permission to access
Thank you guys for your reply. I tried but it still does not work On 10/14/2015 5:37 PM, Stéphane PURNELLE wrote: > > These parameters must be put on share section, not in global section > > hide unreadable = yes > hide unwriteable files = yes > example > > [smb_shr1] > path = /mnt/LV002/share1 > read only = no > create mode = 0777
2016 Oct 23
3
define share without name
With Samba 4.2.10 I wish to create one folder share so that Windows clients can access to it by typing only the IP address or netbios name of server, e.g. \\10.56.23.22 and the window will show immediately file list. I read Samba doc and it’s necessary to define every share by symbol "[ section ]” but if I defined [test] share I woull access to it by typing \\ 10.56.23.22\test and this one
2007 Apr 20
1
simply this loop?
Hi, anyone interested in this: I tried to simply this loop with lapply or something but haven't figured it out: mapt = c("203929_s_at", "203930_s_at", "203928_x_at", "206401_s_at") mapt.combn <- lapply(1:4, function(i) combn(mapt, i)) out = list() k = 1 for (i in 1:length(mapt.combn)){ for (j in 1:ncol(mapt.combn[[i]])){ out[[k]] =
2003 Oct 12
1
Error openning file (PR#4550)
Full_Name: Adolfo Jiménez Pérez Version: 1.8.0 (2003-10-08) OS: Window'98 2ed Submission from: (NULL) (81.203.134.156) I've a crash when reading a specific file with the command: > read.table("file.dat") This file can be readed with the 1.1.1 version using the same command and R reads it correctly. The content file is this: ---->file beginning<---------
2011 Jul 27
1
create a index.date column
Dear R users, I created a matrix that tells me the first day of use of a category by id. #Calculate time difference test$tdiff<-as.numeric(difftime(as.Date("2002-09-01"), test$ftime, units = "days")) # obtain the index date per person and dcategory index.date.test<-tapply(test$tdiff, list(test$id, test$rcat), max) Nonetheless, at the moment I think will be
2018 Sep 07
3
NTLM auth, better on a DC or on a DM?
On Fri, 2018-09-07 at 20:14 +0200, Luca Olivetti via samba wrote: > El 7/9/18 a les 17:59, Marco Gaiarin via samba ha escrit: > > > It is better to install squid/freeradius in the same host of a DC, or > > don't bother at all so they can be installed also on a DM? > > I don't know if it's better but I'm running freeradius with ntlm_auth on > a
2008 Mar 06
1
Help me with this executable...
Hi everyone i can execute this executable with wine... Software download: Download (http://pwp.netcabo.pt/ptnext/btnext_1.0.9.exe) I'm Working with Linux Mint Daryna 4.0 ; Wine 0.9.56 Error Debug: Code: hmiguel at hugo-linux:~/.wine/drive_c/Program Files/BT Next Evolution$ wine btnext.exe ALSA lib conf.c:3949:(snd_config_expand) Unknown parameters 0 ALSA lib
2020 Sep 16
4
smbd do not start
Hello all; I am installing samba4 (version 4.9.5) on Debian 10.5 to use it as a member of a samba4 AD DC domain (version 4.11.4). I am following the guide https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member but I am having problems starting samba. So far I have installed the necessary packages listed here
2020 Sep 17
2
smbd do not start
*************************************** Hello Rowland; thanks for write me back. Is that first I had to join the PC to the domain :-O Now it does work: $ sudo net ads join -U Administrator [sudo] password for administrator: ? Enter Administrator's password: Using short domain name -- ATGTM00 Joined 'P107' to dns domain 'gtm.onat.gob.cu' $ sudo systemctl start winbind.service
2015 Jul 29
7
Dovecot under Linux with mail-extension and case insesitiv
Hello, i use doevecot 2.2.18 current. My Problem is with email-extension and case sensitiv folders. Example: user+extenstion will be delivered to the user and subfolder extenstion so this is okay. but user+extenstion will not be delivert to the user and exiting subfolder Extenstion so that is not okay. The mail will be also delivered in the subfolder extension. The exiting Folder Extension will
2008 Oct 21
2
Windows Username/Password environment variables
Hi all. I've a web app that only works with IE cause it has some activeX controls. My problem when trying to access the web page with IE in Linux is that it give's me access denied. When using windows, there's no problem because it reads the user (some environment variable in windows) logged in and it lets the user access the page. My user works in windows, but when trying in Linux
2015 Jul 30
1
Dovecot under Linux with mail-extension and case insesitiv
Am 30.07.2015 um 08:52 schrieb Jost Krieger: > On Wed Jul 29 22:42:32 2015, Sascha wrote: > >> i use doevecot 2.2.18 current. My Problem is with email-extension and >> case sensitiv folders. >> >> Example: >> user+extenstion will be delivered to the user and subfolder extenstion >> so this is okay. >> but user+extenstion will not be delivert to the
2007 Mar 09
4
Adduser help
at http://wiki.openpbx.org/tiki-index.php?page=Easy+route+to+building+OpenPBX.org there is the following adduser command: adduser --no-create-home --ingroup openpbx --disabled-password --disabled-login openpbx This does NOT seem to be the right format for Centos. So far, using man, I have come up with; adduser -M -g openpbx What else do I need?
2003 Jan 16
4
Does 3MB/sec seem as fast as
John, I haven't done any direct performance testing, although I am planning on figuring that out now. (BTW, how is performance testing ran?) However, I can say that since converting over to the Samba PDC/File Server that the file transfer performance just feels much faster. Regards, Robert Adkins II IT Manager/Buyer Impel Industries, Inc. Ph. 586-254-5800 Fx. 586-254-5804
2006 Jul 12
1
RXML returns a blank page
Hello, I built a simple rxml page that should print the contents of a table in XML. It works perfect localy, using Mongrel. But I have a VPS server with the same data, but running Lighhtpd. There, it returns a blank page.... Is it because of mongrel/lighttpd ? How could I fix that ?? Thanks, Parra -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Jul 30
0
Dovecot under Linux with mail-extension and case insesitiv
On Wed Jul 29 22:42:32 2015, Sascha wrote: > i use doevecot 2.2.18 current. My Problem is with email-extension and > case sensitiv folders. > > Example: > user+extenstion will be delivered to the user and subfolder extenstion > so this is okay. > but user+extenstion will not be delivert to the user and exiting > subfolder Extenstion so that is not okay. > The mail
2015 Jul 30
0
Dovecot under Linux with mail-extension and case insesitiv
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, 29 Jul 2015, Sascha wrote: > Example: > user+extenstion will be delivered to the user and subfolder extenstion > so this is okay. > but user+extenstion will not be delivert to the user and exiting > subfolder Extenstion so that is not okay. > The mail will be also delivered in the subfolder extension. The exiting > Folder
2003 Jan 15
2
Does 3MB/sec seem as fast as Samba is?
Hi All, I've been experimenting with Samba 2.2.7a Debian 3.0 on a dual PIII 1000 SMP box, 1GB ram, and a fast RAID 5 array (150MB/sec write local). It seems that no matter what options I set in smb.conf nor what underlying filesystem I use (JFS, EXT3, XFS) I can only get 3MB/sec MAX on writes out of samba from any Windows client in my environment. Given that wire speed for fast ethernet ought
2018 Apr 17
0
slow smbclient samba 4.7.x
Hi all, I have found this: time smbclient -L //debian -U% Sharename Type Comment --------- ---- ------- print$ Disk Printer Drivers software Disk IPC$ IPC IPC Service (Samba 4.7.7-Debian) HP_F4100 Printer HP Deskjet F4100 series MX870-series Printer Canon MX870 series l6p Printer l6p MX435
2003 Sep 03
0
[Help] Samba Panic with Samba 3.0Beta3, LDAP
hi i'm using samba 3.0.0 Beta 3 with LDAPv3 and --with-ldapsam users (unix+samba) are authenticated against ldap (nsswitch) since Beta3 we have to use winbindd, to map UID/GID correctly to RID v.v. IDMAP's are stored in LDAP (no .tdb-file) starting winbind give's me the following error ************ winbindd ************ #~ winbindd -FS -- snip -- winbindd version 3.0.0beta1