Displaying 20 results from an estimated 25 matches for "fiddel".
Did you mean:
fidel
2001 Apr 18
3
samba 2.2.0: host access by netgroup
Hi,
I am just fiddeling with 2.2.0 final. I am having trouble with the
config files I used with 2.2.0alpha3:
check_access: no hostnames in host allow/deny list.
[2001/04/18 12:33:37, 3] smbd/server.c:exit_server(473)
Server exit (connection denied)
[2001/04/18 12:33:37, 5] lib/access.c:string_match(89)
looking f...
2010 Nov 17
1
[LLVMdev] Building a backend outside the LLVM source tree
...I'm trying to build a backend outside the LLVM source tree. My directory
structure is as follows:
llvm -- the root of the LLVM source tree
llvm/lib/Target -- where the standard backends are stored (Sparc, etc).
my_dir/my_backend -- where I store the backend I'm writing.
I've been fiddeling with the variables documented in the
llvm/Makefile.common (LEVEL, LLVM_SRC_ROOT, PROJ_SRC_DIR, etc) but without
success. Is what I'm trying to do possible with the LLVM buildsystem? If so,
how?
Thank you!
/ Torgny
-------------- next part --------------
An HTML attachment was scrubbed......
2004 Oct 05
1
WG: [Ocfs-users] Compiling OCFS 1.0.13 on kernel 2.6.8?
Sorry for cross posting, but I somehow came to think that this question
might possibly be more suitable in this mailinglist.
I am currently fiddeling around with Fedora Core 2.
Does anyone of you have any pointers on where to start reading to compile
OCFS 1.0.13 on a 2.6.8 kernel? Is it at all possible?
Best,
//magnus
-----Urspr?ngliche Nachricht-----
Von: Magnus Lubeck [mailto:ml@inwork.ch]
Gesendet: Dienstag, 5. Oktober 2004 12:47
An: o...
2005 Jul 19
1
Problems With MDB in Linux/Samba
...e
path = /home/mysharedstuff
public = yes
printable = no
write list = @mygroup
oplocks = 0
level2 oplocks = 0
... <insert more smb.conf here>
lines oplocks = 0 and level2 oplocks = 0 are the critical ones. This fixed
the problems we were havign w/ the mdb might work for you :)
I also was fiddeling around w/ my smb.conf and noticed that the buffer size
was hidiously small, now if ur running a home pc w/ low resources that's
fine but for a corperate machine might wanna up the buffer size to help out
performance. it's set above like this:
;===================== Global ============...
2016 Jun 02
6
Delete remote folder
Hi
I'm trying to build a backup system based on rsync. It should
work with different destinations (local, share, remote etc) that's
why I'm looking for ways how every operation can be controlled
from the client side.
I want to create full backups and incremental backups. For the
incremental backups I use --compare-dest lastfullbackup. This
works nicely except that the whole directory
2015 Oct 05
0
Samba 4 PDC and Windows Join
...ons.html
Dhcp with sending dnsdomain name like test.internal.tld
When a pc is joined you see in windows pcname.test.internet.tld.
a "search domain " as test.internal.tld
things like that.
For a Samba 3.6.x
Use at least.
Options 6,44,46(2),119
(Optional, 3,4,40,41,42,81)
You can fiddel with option 81
Read here :
http://www.ipamworldwide.com/dhcp-options/fqdn-option.html
And people may think why option 3(gateway) in optional,
Well, only registered devices get internet access here and with proxy.
With just a "dhcp ip" you cant do anything in my network.
A "normal...
2016 Jun 02
0
Delete remote folder
Try having a look at this, for inspiration.
It does require the capability of hard-links on the remote end though...
and it does not resolve your "delete target directory" either, but it
might save you some fiddeling around :-)
https://blog.interlinked.org/tutorials/rsync_time_machine.html
HC
On 02-06-2016 10:27, Fabian Cenedese wrote:
> Hi
>
> I'm trying to build a backup system based on rsync. It should
> work with different destinations (local, share, remote etc) that's
> why I...
2004 Oct 05
1
Compiling OCFS 1.0.13 on kernel 2.6.8?
Hello,
I am currently fiddeling around with Fedora Core 2.
Does anyone of you have any pointers on where to start reading to compile
OCFS 1.0.13 on a 2.6.8 kernel? Is it at all possible?
//magnus
-----------------------------------------
Magnus L?beck Phone: +41 79 303 2484
In&Work AG Mail: ml@inwork.ch
CH-...
2006 Oct 03
1
Dell's SAS 5IR and CentOS
Hello,
Has anyone here installed CentOS on a Dell Poweredge with a SAS 5IR
controller? Does it work? With what driver? Is this real hardware
RAID?
Thanks,
--
Francois Caen, RHCE, CCNA
SpiderMaker, LLC
2011 Sep 22
1
Install and run Sibelius 7
Hi All,
I'm new to Linux (Ubuntu) but i'm determent to stay at linux. I've had a few small problems but my biggest problem is I can't run Sibelius.
It gives me an error while installing. So I ran install again but with a logfile.
http://pastebin.com/1gVVqirc
Can someone please help me get this thing on the road?
Frazzy
2016 Jun 02
2
Delete remote folder
..., Hans-Christian Jehg wrote:
>Content-Transfer-Encoding: 7bit
>
>Try having a look at this, for inspiration.
>
>It does require the capability of hard-links on the remote end though... and it does not resolve your "delete target directory" either, but it might save you some fiddeling around :-)
>
>https://blog.interlinked.org/tutorials/rsync_time_machine.html
Thanks, I already saw that before. I looked for existing backup programs
but none really did what I wanted that's why I'm trying to do it myself.
This script is bash and also uses the "remote shell...
2005 May 30
24
stable / unstable parallel install?
Hi,
Is there some easy way to install both 2.x and unstable xen
tools at the same machine? Seems /usr is hardcoded everythere
in the tools Makefiles, looks like there is no easy way to put
them to different paths (say, prefix /opt/xen2 and /opt/xen3)
:-/
Gerd
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2003 Oct 02
10
shorewall restart failure recovery option?
...rently running iptables configuration to a /tmp file.
(with iptables-save for example)
2. Run the new configuration. (the one in /etc/shorewall)
3. In case of failure or timeout restore the previous firewall from the
/tmp file. (with iptables-restore for example)
I need this because i''m fiddeling around a lot and i don''t like to use the
try-method every time i need to make a quick change.
I''m going to implement this, any suggestions or tips?
Will it be included in the main version if send out a nice patch?
Edwin
--
//||\\ Edwin Eefting
|| || || DatuX - Linux so...
2007 Jun 18
3
Centos 5 - Setting up yum for ATrpms
I think I found one of my setup problems. I followed instructions at: http://atrpms.net/install.html
And now I see that the information shown there to put into yum.conf (that I put into yum.repo.d/atrpms.repo) is only for FC, not for RL5 (thus Centos 5).
What do I use in my atrmps.repo to get it to access the RL5 directories?
2000 Jul 03
0
A couple of questions
Hi guys,
First of all, thanks for your great work. So many people *need* Samba to
work...!
I have a couple of questions about Samba. I have been fiddeling with Samba
config files for some time now (as well as reading documentation about
it), and... there must be something I am missing.
The network I am managing has a very, very standard configuration.
It's a C class (netmask: 255.255.255.0), let's call it x.y,z,w.
There is a PDC, PHOENIX...
2017 Apr 12
4
Dir ACL through windows and chmod
Samba-4.3.5, Debian
smb.conf
===
[global]
workgroup = WG
security = ADS
realm = WG.LOCAL
dedicated keytab file = /etc/krb5.keytab
kerberos method = secrets and keytab
server string = Samba 4 Client %h
idmap config * : backend = tdb
idmap config * : range = 2000-10000
idmap config * : backend = rid
idmap config * : range = 300000-400000
#
2015 Oct 02
5
Samba 4 PDC and Windows Join
As far as i know, as of samba 4, i dont do any registry changes anymore.
And thinking.. even with samba 3 i did not set these on my win 7 systems.
I still have few win 7 pc's connect to samba 3.6 PDC, without registry changes.
But it all depends on correct dns / dns domainname /wins settings.
( for samba also, i always use "dns proxy = yes" )
If these arent correct, then the
2016 May 26
3
No such Base DN: CN=Produktion A-Studio (alt?), CN=Users, DC=srg2, DC=local / RSAT
2016-05-26 13:51 GMT+02:00 mathias dufresne <infractory at gmail.com>:
> Parenthesis are not yet a good idea with Samba. A colleague created users
> with parenthesis in CN field and we just can't use ldbsearch to look for
> them, as long as we set parenthesis in LDAP filter. We must use wildcard to
> avoid the bug (bug because we can use escaped parenthesis in filters with
2017 Nov 14
4
Plugin virtual, Horde BAD IMAP QRESYNC not enabled
Hi there!
I'm new on this list, so hello to all!
First i want say, that dovecot is a really great mailserver. I use it
since many years for my private usecase. I'm planning to setup a new
Mailserver, so i'm fiddeling around to understand dovecot better and get
a "perfect" Mailserver. (Linux and Win10) Outlook, k9mail and the
gmail-app on android.
I want to leave google behind me, so i'm searching for a good server for
cloudbased and selfhosted calendar- and addressbook-server.
On some discuss...
2017 Nov 15
0
Plugin virtual, Horde BAD IMAP QRESYNC not enabled
...rtstoffe at nurfuerspam.de> wrote:
>
>
> Hi there!
>
> I'm new on this list, so hello to all!
> First i want say, that dovecot is a really great mailserver. I use it
> since many years for my private usecase. I'm planning to setup a new
> Mailserver, so i'm fiddeling around to understand dovecot better and get
> a "perfect" Mailserver. (Linux and Win10) Outlook, k9mail and the
> gmail-app on android.
>
> I want to leave google behind me, so i'm searching for a good server for
> cloudbased and selfhosted calendar- and addressboo...