similar to: SMBC_LINK directory entity type

Displaying 20 results from an estimated 400 matches similar to: "SMBC_LINK directory entity type"

2002 Nov 28
0
problem with smbc_init in libsmbclient
Hi, I have attached a very simple c program, that first does a smbc_init and then a smbc_opendir. The problem: smbc_init return an error (No such file or directory) and then i get a segmentation fault. I don't know what possibly could be the problem. Maybe some of you guys have an idea. I think i have libsmbclient from samba 2.2.7(compiled on my own system) and the rest of the samba stuff is
2024 Dec 17
1
Problem with multiple dns forwarders -timeout is too big - how to change?
I have same question too. How change timeout? 20.06.2024 02:03, Olaf Fr?czyk via samba ?????: > Hello, > > I use samba as DC and use multiple dns forwarders eg: > > dns forwarder = 192.168.120.1 192.168.120.2 > > If the server 192.168.120..1 is down, then getting answer for name > query from samba takes more than 10 seconds. > > It waits at least 10 seconds and
2019 Jan 06
9
[Bug 109230] New: [crash] Xorg is crashing on startup with enabled xinerama
https://bugs.freedesktop.org/show_bug.cgi?id=109230 Bug ID: 109230 Summary: [crash] Xorg is crashing on startup with enabled xinerama Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: All Status: NEW Severity: major Priority: medium Component:
2024 Jun 19
1
Problem with multiple dns forwarders -timeout is too big - how to change?
Hello, I use samba as DC and use multiple dns forwarders eg: dns forwarder = 192.168.120.1 192.168.120.2 If the server 192.168.120..1 is down, then getting answer for name query from samba takes more than 10 seconds. It waits at least 10 seconds and after not getting an answer from the first DNS it then asks the second one. It is way too long. It makes browsing the internet on the clients a
2024 Jun 20
1
use of ‘idmap_ldb:use rfc2307 = yes’ in DCs
This looks OK, and is a member server config. We refer to DCs in this article http://samba.bigbird.es/doku.php?id=samba:no-need-for-use-rfc2307 You do not need "use idmap_ldb:use rfc2307 = yes" on a DC, unless under very special circumstances. This line in a DC does not affect your member servers, it only affects DCs. LP On Jun 20, 2024 at 11:26 +0100, Olaf Fr?czyk via samba
2024 Jun 20
1
use of ‘idmap_ldb:use rfc2307 = yes’ in DCs
On 2024-06-20 14:04, Rowland Penny via samba wrote: > On Thu, 20 Jun 2024 13:49:41 +0200 > Olaf Fr?czyk via samba <samba at lists.samba.org> wrote: > >> This samba uidNumbers are from times, when local linux users started >> from 500 and I assumed that starting 1000 for samba will be enough, >> this was 20 years ago or more. > Yes, some distros did start IDs
2010 Sep 16
1
[LLVMdev] Linking shared library
Hi, I have conventional directory structure for a pass taken from project examples. I want to build a tool which makes usage of a shared library which is included in the project. This means that I have library here: # lib/foo/*.cc and after compilation the library is placed here # Debug/lib/libfoo.so My tool is located here: # tool/test_foo # cat tool/Makefile LEVEL = ../ TOOLNAME=test_foo
2008 Dec 23
4
tripwire on centos 5
Does anybody use tripwire on centos 5? Has anybody checked that: http://www.linickx.com/archives/281/tripwire-2411-rpm-for-centos-redhat-rhel-4 on centos5? M. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2024 Jun 20
1
use of ‘idmap_ldb:use rfc2307 = yes’ in DCs
On 2024-06-20 13:13, Rowland Penny via samba wrote: > On Thu, 20 Jun 2024 12:59:58 +0200 > Olaf Fr?czyk via samba <samba at lists.samba.org> wrote: > >> I use uids from this range for many, many years, since samba 3. :) > Which unfortunately was a bad idea, using Samba IDs that start at > '1000' means that you cannot have ANY local users. What happens if you >
2002 Jul 23
1
[BUG] libvorbisfile ov_test() ?
The folowing code donst work: #include <vorbis/codec.h> #include <vorbis/vorbisfile.h> #include <stdlib.h> #include <stdio.h> int main() { FILE *stdfile; OggVorbis_File vf; int tmp; stdfile=fopen("./test.ogg","r"); if( ov_test(stdfile, &vf, NULL, 0) ==0) { tmp = ov_test_open(&vf);
2010 Sep 15
2
[LLVMdev] getAnalysis<LoopInfo> from ModulePass
Hi, I wrote tiny ModulePass which iterates over functions and then uses getAnalysis<LoopInfo> in order to get informations about the loop. It compiles smoothly, but whenever I try to run it I got error like this: opt: .. PassAnalysisSupport.h:203: AnalysisType& llvm::Pass::getAnalysisID(const llvm::PassInfo*) const [with AnalysisType = llvm::LoopInfo]: Assertion `ResultPass &&
2025 May 29
1
Group policy not applied problem
On 29-05-2025 15:32, Olaf Fr?czyk via samba wrote: > Hello, > > I try to get group policies working. > > I have created a test policy for a group of computers > "Workstations-Promienista". > > The group has one computer now: "SUNSHINE". > > The policy is generated on the samba server sysvol: > {CF9B4F2F-9CB4-4A36-A5A0-91D18A20655B}. > A GPO
2017 Dec 05
2
MMC issue
Hi I have a strange problem with Shared folders in MMC. While I try to connect to linux machine and list Open files or Sessions I got a message "You do not have permission to view the list of sessions from Windows clients". The problem exists only if I try to connect to linux machines (Windows Server is ok), and only for Administrator account. From other accounts with Administrator
2025 May 29
1
Group policy not applied problem
Hello, I try to get group policies working. I have created a test policy for a group of computers "Workstations-Promienista". The group has one computer now: "SUNSHINE". The policy is generated on the samba server sysvol: {CF9B4F2F-9CB4-4A36-A5A0-91D18A20655B}. [root at dc1 Policies]# tree . ??? {31B2F340-016D-11D2-945F-00C04FB984F9} ?? ???? GPT.INI ???
2010 Mar 05
1
[LLVMdev] How to increase the size of a basic block?
Hi, I am working on Instruction Set Extensions and I am looking for a way to increase the sizes of a basic block. Besides the loop-unrollers is there any code laying around which could be used to that purpose (like superblock formation, hyperblocks, predicate execution ..)? Best regards, Mariusz. -- Mariusz Grad
2010 Nov 08
3
Flash plugin not working
Hi, I have a fresh install of CentOS 5.5, with a minimal GNOME desktop. I configured RPMForge as third party repo. I updated everything first, then installed flash-plugin. (And yes, I restarted Firefox... :oD). All I see when I try to see some things Flash on the Internet, like Youtube or the likes, I get... nothing. The space remains white. Sometimes a black square will appear, sometimes it
2017 Dec 05
2
MMC issue
Samba - General mailing list wrote > On Tue, 5 Dec 2017 10:37:02 -0700 (MST) > Mariusz80 via samba &lt; > samba at .samba > &gt; wrote: > >> Hi >> I have a strange problem with Shared folders in MMC. While I try to >> connect to linux machine and list Open files or Sessions I got a >> message "You do not have permission to view the list of
2024 Jun 20
1
use of ‘idmap_ldb:use rfc2307 = yes’ in DCs
The question is, if without the option "use idmap_ldb:use rfc2307 = yes"? I will be able to set the uid, uidNumber, unixHomeDirectory and gid on the DC, as I can do it now? NAVI Sp. z o.o. Promienista 5/1 60-288 Pozna? mobile: +48609769035 phone: +48616622881 fax: +48616622882 http://www.navi.pl On 2024-06-20 12:32, Luis Peromarta via samba wrote: > This looks OK, and is a member
2012 Sep 18
8
Collecting entropy from device_attach() times.
Hi. I experimented a bit with collecting entropy from the time it takes for device_attach() to run (in CPU cycles). It seems that those times have enough variation that we can use it for entropy harvesting. It happens even before root is mounted, so pretty early. On the machine I'm testing it, which has minimal kernel plus NIC driver I see 75 device_attach() calls. I'm being very careful
2024 Jun 20
1
use of ‘idmap_ldb:use rfc2307 = yes’ in DCs
On Thu, 20 Jun 2024 13:49:41 +0200 Olaf Fr?czyk via samba <samba at lists.samba.org> wrote: > > On 2024-06-20 13:13, Rowland Penny via samba wrote: > > On Thu, 20 Jun 2024 12:59:58 +0200 > > Olaf Fr?czyk via samba <samba at lists.samba.org> wrote: > > > >> I use uids from this range for many, many years, since samba 3. :) > > Which unfortunately