similar to: Problem with running xapian-bindings (php) on Fedora 16 and 17

Displaying 20 results from an estimated 2000 matches similar to: "Problem with running xapian-bindings (php) on Fedora 16 and 17"

2024 Apr 19
2
Samba-tool gpo manage - The authenticated user does not have sufficient privileges
W dniu 19.04.2024 o?09:59, Jaros?aw K?opotek - INTERDUO via samba pisze: > W dniu 18.04.2024 o?18:11, David Mulder via samba pisze: >> On 4/18/24 1:03 AM, Jaros?aw K?opotek - INTERDUO via samba wrote: >>> Hi all, >>> >>> I run cmd: >>> samba-tool gpo manage scripts startup add \ >>> {31B2F340-016D-11D2-945F-00C04FB984F9} \ >>>
2024 Apr 19
1
Samba-tool gpo manage - The authenticated user does not have sufficient privileges
W dniu 19.04.2024 o?11:00, Kees van Vloten via samba pisze: > > On 19-04-2024 10:33, Jaros?aw K?opotek - INTERDUO via samba wrote: >> W dniu 19.04.2024 o?09:59, Jaros?aw K?opotek - INTERDUO via samba pisze: >>> W dniu 18.04.2024 o?18:11, David Mulder via samba pisze: >>>> On 4/18/24 1:03 AM, Jaros?aw K?opotek - INTERDUO via samba wrote: >>>>> Hi all,
2024 Apr 19
1
Samba-tool gpo manage - The authenticated user does not have sufficient privileges
On 19-04-2024 10:33, Jaros?aw K?opotek - INTERDUO via samba wrote: > W dniu 19.04.2024 o?09:59, Jaros?aw K?opotek - INTERDUO via samba pisze: >> W dniu 18.04.2024 o?18:11, David Mulder via samba pisze: >>> On 4/18/24 1:03 AM, Jaros?aw K?opotek - INTERDUO via samba wrote: >>>> Hi all, >>>> >>>> I run cmd: >>>> samba-tool gpo manage
2003 Feb 22
1
samba, win2k and logon scripts
Hi I have experienced problem with logon scripts on win2k clients with Samba 2.2.3a as PDC. It's just not run. WinNT 4.0 and Win9X clients don't show any problem. My samba.conf: [globals] server string = Serwer workgroup = HOME lock directory = /var/run/samba share modes = yes load printers = no client codepage = 852 character set = ISO8859-2 netbios name = GATE
2024 Apr 19
1
Samba-tool gpo manage - The authenticated user does not have sufficient privileges
W dniu 18.04.2024 o?18:11, David Mulder via samba pisze: > On 4/18/24 1:03 AM, Jaros?aw K?opotek - INTERDUO via samba wrote: >> Hi all, >> >> I run cmd: >> samba-tool gpo manage scripts startup add \ >> {31B2F340-016D-11D2-945F-00C04FB984F9} \ >> /var/lib/samba/sysvol/fartest.local/scripts/startup.bat >> >> with result: >> [cut] >>
2024 Apr 18
1
Samba-tool gpo manage - The authenticated user does not have sufficient privileges
W dniu 18.04.2024 o?12:01, Jaros?aw K?opotek - INTERDUO via samba pisze: > > W dniu 18.04.2024 o?09:56, Rowland Penny via samba pisze: >> On Thu, 18 Apr 2024 09:03:10 +0200 >> Jaros?aw K?opotek - INTERDUO via samba<samba at lists.samba.org>? wrote: >> >>> Hi all, >>> >>> I run cmd: >>> samba-tool gpo manage scripts startup add \
2024 Apr 18
1
Samba-tool gpo manage - The authenticated user does not have sufficient privileges
W dniu 18.04.2024 o?09:56, Rowland Penny via samba pisze: > On Thu, 18 Apr 2024 09:03:10 +0200 > Jaros?aw K?opotek - INTERDUO via samba<samba at lists.samba.org> wrote: > >> Hi all, >> >> I run cmd: >> samba-tool gpo manage scripts startup add \ >> {31B2F340-016D-11D2-945F-00C04FB984F9} \ >> /var/lib/samba/sysvol/fartest.local/scripts/startup.bat
2024 Apr 18
1
Samba-tool gpo manage - The authenticated user does not have sufficient privileges
On 4/18/24 1:03 AM, Jaros?aw K?opotek - INTERDUO via samba wrote: > Hi all, > > I run cmd: > samba-tool gpo manage scripts startup add \ > {31B2F340-016D-11D2-945F-00C04FB984F9} \ > /var/lib/samba/sysvol/fartest.local/scripts/startup.bat > > with result: > [cut] > ERROR: The authenticated user does not have sufficient privileges > ? File
2024 Apr 18
2
Samba-tool gpo manage - The authenticated user does not have sufficient privileges
Hi all, I run cmd: samba-tool gpo manage scripts startup add \ {31B2F340-016D-11D2-945F-00C04FB984F9} \ /var/lib/samba/sysvol/fartest.local/scripts/startup.bat with result: [cut] ERROR: The authenticated user does not have sufficient privileges ? File "/usr/lib/python3/dist-packages/samba/netcmd/gpo.py", line 3230, in run ??? create_directory_hier(conn, vgp_dir) ? File
2024 Apr 18
1
Samba-tool gpo manage - The authenticated user does not have sufficient privileges
On Thu, 18 Apr 2024 09:03:10 +0200 Jaros?aw K?opotek - INTERDUO via samba <samba at lists.samba.org> wrote: > Hi all, > > I run cmd: > samba-tool gpo manage scripts startup add \ > {31B2F340-016D-11D2-945F-00C04FB984F9} \ > /var/lib/samba/sysvol/fartest.local/scripts/startup.bat Are you running the command as root or with sudo ? > > with result: > [cut] >
2011 Dec 27
0
Xapian php module doesn't load.
I have web server with nginx, php-fpm(php 5.3.8) on fedora 16. I have installed xapian from yum base repository (yum install php-xapian), everythigs went ok. But after adding extension=xapian.so to my php.ini file and restarting php-fpm, xapian. so doesn't load. After typing php -m in command line i can see error message :"PHP Warning: PHP Startup: Unable to load dynamic library
2016 May 20
2
devtoolset-4
Are you asking if the new libstdc++ is statically linked into your app only for the new functions but your app remains dynamically linked to the old one for the parts of C++ that have remained unchanged, the answer is ?no?. Your app is linked to the new library, period. You can use ldd(1) to prove this to yourself. I am not so sure. That is what I thought, but then I compiled something with a
2008 Feb 07
3
Empty data frame
Hi Sorry for banal question How to create empty data frame with for example 30 variables without typying: data.frame(x=1,y=1....) Jarek
2009 May 01
3
Imap notifications in IDLE
Hi, could you please tell me if there is a way, to make dovecot notify my mail client of new messages in inbox subfolders? I'm using fdm to fetch mails into maildir and proper subfolders. So far, when idleing mozilla gets a notification when new message arrives in INBOX, but if mail is fetched into other folder I have to click on it to see if there is a new message. I've checked
2024 Apr 18
1
Samba-tool gpo manage - The authenticated user does not have sufficient privileges
On Thu, 18 Apr 2024 12:14:20 +0200 Jaros?aw K?opotek - INTERDUO via samba <samba at lists.samba.org> wrote: > W dniu 18.04.2024 o?12:01, Jaros?aw K?opotek - INTERDUO via samba > pisze: > > > > W dniu 18.04.2024 o?09:56, Rowland Penny via samba pisze: > >> On Thu, 18 Apr 2024 09:03:10 +0200 > >> Jaros?aw K?opotek - INTERDUO via samba<samba at
2008 Dec 03
8
Indentation Conventions for Ruby and Cucumber
On Thu, Nov 27, 2008 at 4:28 PM, Aslak Helles?y <aslak.hellesoy at gmail.com>wrote: > When (if) this thread ends, let''s start a discussion about indentation > conventions! > Oh... let the pleasure be mine!... and why wait? _EVERYONE_ knows that the only way to indent ruby code is 2 plain spaces. Tabs are known to be the source of all evil and 4 spaces obviously wastes
2008 Nov 19
6
RSpec, TestUnit, Cucumber and Autotest
OS=CentOS-5.2 Ruby=1.8.6 Rails=2.2.1_RC Gems all up to date I have been experimenting with autotest and I have a few questions. 1. given export AUTOFEATURES=TRUE if ./test exists (with tests) then these tests are run and the features are not. Is this intended behaviour? 2. given require ''autotest/redgreen'' in .autotest if /test tests are run then all I get colourized is a
2003 Sep 03
3
MAC problems
FreeBSD version: 5.1-RELEASE Hi, I'm quite new to FreeBSD. I've check list archives and read a handbook, but I didn't find solution to my problem and I hope this is not off-topic. I've installed 5.1-RELEASE, enabled ACLs on the filesystems and I wanted to test MAC features. I'm also new to MAC, so perhaps this is some my mistake. When I enable mac_biba or mac_lomac (in
2016 May 19
2
devtoolset-4
Hello, my name is Jarek I am new here. I need some clarifications on how to distribute an app developed with devtoolset-4 enabled. I am developing a distributed app in c++ I wanted to upgrade toolchain to use new standard. Is it true that when I compile on centos 6.x with devtoolset enabled then I will be able to run this app on centos 7.x as well? Do I have to install devtoolset on all my
2008 Sep 06
1
Problem with UTF-8 text in the Rcmdr package
Dear list members, I've attached some email correspondence with Jaro Lajovic (with his permission), detailing a problem with the Slovenian translation file for the Rcmdr package. In brief, while certain UTF-8 characters used in Slovenian used to appear properly in older versions of R, some characters do not display properly in the Rcmdr menus and output window under R 2.7.x. I've