Displaying 20 results from an estimated 42 matches for "afai".
Did you mean:
afaik
1997 Dec 20
0
No subject
..., 19 Dec 97 05:41 EST
Received: (qmail 15872 invoked by uid 501); 18 Dec 1997 16:44:52 -0000
Resent-Date: 18 Dec 1997 16:44:52 -0000
Resent-Cc: recipient list not shown: ;
MBOX-Line: From hurricane-list-request@redhat.com Thu Dec 18 11:44:49 1997
Reply-To: "D. Dante Lorenso" <dlorenso@afai.com>
From: "D. Dante Lorenso" <dlorenso@afai.com>
To: <cwinters@irex.org>, <dboyd@its.to>, <hurricane-list@redhat.com>
Subject: SAMBA config to control a domain and user policies
Date: Thu, 18 Dec 1997 11:45:49 -0500
Message-ID: <01bd0bd4$64fb3940$3a151ecf@dn...
2011 Feb 25
4
Comparing snapshots?
...n from the same
subvolume.
Having looked at the find-new command I thought about this
process:
1. Get the two transids when the two snapshots were created.
2. Query modifications to the original subvolume between the two
transids.
Is the general process corrent or have I overseen something?
AFAIS the btrfs tool does not provide the required
information/commands. Would it be possible to add those?
Thanks in advance,
Arvin
--
Arvin Schnell, <aschnell@suse.de>
Senior Software Engineer, Research & Development
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
--
T...
2024 Jun 20
1
vfs_snapper
...=copied) scripts and timers.
vfs_shadow_copy2 worked in my tests, I only switched to vfs_snapper
because it looked promising to have all the rotation and cleanup of
snapshots done by snapper (nicely configured in one place).
Displaying the snapper-snapshots via vfs_shadow_copy2 doesn't work afai
see: the naming doesn't match etc
2024 Jun 21
1
vfs_snapper
...gt;
> vfs_shadow_copy2 worked in my tests, I only switched to vfs_snapper
> because it looked promising to have all the rotation and cleanup of
> snapshots done by snapper (nicely configured in one place).
>
> Displaying the snapper-snapshots via vfs_shadow_copy2 doesn't work afai
> see: the naming doesn't match etc
Or we stay with snapper for doing snapshots ... and skip using
vfs-modules for that "previous versions" feature in Windows.
Sharing ".snapshots" as separate readonly samba-share for admins only
worked for years also (then based on...
2012 Apr 14
1
Sweave UFT8 problem
Hi,
I work on MacOS, trying to Sweave an UFT8 document.
AFAI remember R 2.14 used to render a warning when the encoding was not
declared when using Sweave.
With R 2.15 it seems to render an error.
Sweave("sim_pi.Rnw")
Error: 'sim_pi.Rnw' is not ASCII and does not declare an encoding
Declaring an encoding by adding a line like
\usepackage...
2010 Sep 09
1
dash klibc DEBUG compile question
...ompiles in DEBUG mode, the last two failures happen
in show.c, which assumes some buffering functions that klibc
doesn't provide:
usr/dash/show.o: In function `opentrace':
show.c:(.text+0x36): undefined reference to `freopen'
show.c:(.text+0x86): undefined reference to `setlinebuf'
afais this code dates from the initial git import.
any preferences on how to fix those Herbert?
--
maks
2009 Mar 11
2
how to configure for incoming message-summary SUBSCRIBE
Hi!
AFAIS the incoming SUBSCRIBE is handled in the same context as INVITE -
but how should I handle the SUBSCRIBE in the context?
thanks
klaus
SUBSCRIBE sip:u+431234567 at foobar.at:5160 SIP/2.0
Via: SIP/2.0/UDP
192.168.2.82:39982;branch=z9hG4bK-d8754z-3116e1207913aa4e-1---d8754z-;rport
Max-Forwards: 70...
2020 Nov 14
3
Samba broken after dist-upgrade in Ubuntu 20.04?
On 14/11/2020 15:51, Rowland penny via samba wrote:
> On 14/11/2020 12:56, Joachim Lindenberg via samba wrote:
>> Sure. Here they are:
>>
>> root at cobra:/var/log/samba# cat /etc/apt/sources.list
>> # See http://help.ubuntu.com/community/UpgradeNotes for how to
>> upgrade to
>> # newer versions of the distribution.
>> deb
2020 Nov 16
1
Samba broken after dist-upgrade in Ubuntu 20.04?
...van-belle.nl/debian/dists/buster-samba412/main/bin
> > ary-amd64/Packages
> > >There is.
> > >Looks like we will have to wait until Louis fixes it, if
> > there is something to fix.
> > >Rowland
> >
> > Two cts:
> > 1) I used 20.04 because afai remember 4.12 is/was not
> > supported on 18.04.
> > 2) because Ubuntu is always outdated, I never installed from
> > Ubuntu on that host.
> > Joachim Lindenberg
> >
> >
> > --
> > To unsubscribe from this list go to the following URL and read th...
2018 Apr 24
4
Password change
Hi Guys,
We are getting the following error when the users are trying to change the
password from their windows machine: "Configuration information could not
be read from the domain controller, either machine is unavailable or access
is denied"
Our Samba PDC has LDAP backend. We have the following
/etc/ldap/ldap.conf
BASE dc=testdomain
URI ldap://192.168.1.1
TLS_CACERT
2017 Nov 11
4
how safe is "net use" in a batch file? plus some encryption questions
Am 2017-11-11 um 13:36 schrieb Rowland Penny:
> As far as I am aware, 'net use' sends the password unencrypted, so if
> someone is trying to 'sniff' the password, they will get it, but then
> if the password is stored in the bat file unencrypted and anybody can
> read the bat file, they wont need to 'sniff' the password.
Yes, we know ;-)
The thin client with
2003 Mar 06
1
ACL bug FIXes for get_nt_acl()
Two attached patches for samba 2.2.7a and 3.0-alfa22,
that I've made today, fix 3 bugs mentioned in my previous e-mail.
1) For each file in addition to ALLOW ACE
proper DENY ACE is created.
2) "Take ownership" is shown DENIED for all except root ACEs
3) Read Permissions and read attributes are always shown as allowed,
as they are actually allowed.
--
Zhitomirsky
2006 Dec 05
7
mongrel and long lived connections
Hi,
I found this article
http://cyll.org/blog/tech/2006-08-09-themongrelcomet.html on mongrel
and COMET very interesting.
I ran the code, and it worked just as Christopher explained. The one
thing I don''t understand is why mongrel can only handle 1 connection
at a time. I thought that mongrel used a thread per connection.
It appears that each registered handler can only handle 1
2006 Apr 20
8
SCM for a Rails project - Darcs or Subversion?
Hi everyone.
I''m choosing an SCM for my current Rails project.
Up until now, for my other (non-Rails) codings, I used Darcs and liked
it very much. I''d prefer to use Darcs for my Rails development as
well. Looking into the matter, I''m somewhat deterred by the appearant
dominance of Subversion as the SCM tool of choice for Rails hackers.
Is there a technical reason for
2017 Dec 28
2
2nd samba DC: NT_STATUS_NO_LOGON_SERVERS
I added a 2nd DC (ADC2) to a samba-ADS today.
debian-9.3, samba-4.6.11 from Louis
followed
https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory
replication works afai see
-
We wanted to test services after turning off the first DC, and running
ADC2 and a DM file-server only.
DC1/backup: 10.0.0.224
ADC2: 10.0.0.230
We then get NT_STATUS_NO_LOGON_SERVERS
On the DM server "main" we get:
# nmblookup ARBEITSGRUPPE#1c
added interface em1 ip=10.0.0.221...
2006 Apr 27
3
Win2k clients won't rejoin Samba PDC domain, "Remote Procedure Call Failed"?
Hey everyone, firstly thanks for your time, I've spent hours, a lot
straight days too, for the last couple of weeks trying to solve this
issue. The only thing (afai can see) I've got left is asking the
experts and formatting all the machines and starting over, the latter
of which I'm not interesting in doing because it doesn't solve the
issue (well it might make the problem go away, but I won't know what it
was, and I don't consider that a...
2016 Nov 08
2
Win10 pro w/ outlook in Samba 3.6.25 domain
...to instantly upgrade to ADS and/or samba4 there, so I got
to come up with a quick solution.
Do the changes in the registry conflict here?
I did:
sc.exe config lanmanworkstation depend= bowser/mrxsmb10/nsi
sc.exe config mrxsmb20 start= disabled
although this might affect the local user as well, afai understand?
Thanks for any pointers!
Stefan
2017 Nov 14
1
how safe is "net use" in a batch file? plus some encryption questions
...booted.
>
> For sure I also have to remove stuff from smb.conf, I run these
> non-default settings for the XPs:
>
> lm announce = no
> lanman auth = no
> ntlm auth = no
> client lanman auth = no
> client ntlmv2 auth = yes
>
> That was a recommendation from Louis, afai remember?
> Do I have to keep something?
>
> The XPs show up with protocol NT1 in smbstatus.
>
> I will edit smb.conf in a few hours and retest.
>
>
If you are running a recent version of Samba (>= 4.5.0), you might as
well remove all of them, they are (apart from '...
2024 Jun 20
1
vfs_snapper
Am 19.06.24 um 14:21 schrieb Stefan G. Weichinger via samba:
> opened a ticket at https://github.com/openSUSE/snapper/issues/917 as well
Did some debugging with their devs, now I found this samba-bug:
https://bugzilla.samba.org/show_bug.cgi?id=14896
comment 2 might point out the actual issue with the code, I don't know
2002 Jul 15
0
unhappy with aov performance
...s 9x3x2x2x2 (or so) design factors. Is there a recommended
method for pre-condensing the data before inputting them into aov in R?
I want to be able to preserve the person factor (42) for further
analysis.
I could try to aggregate the response variables for all and use a count
for weighting them.
AFAIS, in principle the cases could be submitted seqentially to the
fitting
process avoiding the explicit building of the model matrix. Is anybody
working
on this in R context?
--
Dipl.-Math. Wilhelm Bernhard Kloke
Institut fuer Arbeitsphysiologie an der Universitaet Dortmund
Ardeystrasse 67, D-44139 D...