Displaying 20 results from an estimated 42 matches for "afais".
Did you mean:
afaik
1997 Dec 20
0
No subject
------- Forwarded Message
Return-Path: hurricane-list-request@redhat.com
Return-Path: <hurricane-list-request@redhat.com>
Received: from innovace.aquasoft.com.au (jht@innovace.aquasoft.com.au
[192.245.14.12])
by innovace.aquasoft.com.au (8.8.7/8.8.7) with ESMTP id SAA00772
for <jht@innovace.aquasoft.com.au>; Sat, 20 Dec 1997 18:49:03 +1100
Received: from aqua.aquasoft.com.au
by
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)
--
To...
2024 Jun 20
1
vfs_snapper
Am 20.06.24 um 17:32 schrieb Stefan G. Weichinger via samba:
> 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
2024 Jun 21
1
vfs_snapper
Am 20.06.24 um 17:51 schrieb Stefan G. Weichinger via samba:
> So my alternative might be dropping snapper and do the btrfs-snapshots
> plus the rotation etc with self-written (=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
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[utf8]{inputenc}
in the preamble does
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?
Its fixed now.
I'll add an extra test so this wont happen again.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> L.P.H. van Belle via samba
> Verzonden: maandag 16 november 2020 8:57
> Aan: samba at lists.samba.org
> Onderwerp: Re: [Samba] Samba broken after dist-upgrade in
> Ubuntu 20.04?
>
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
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
2016 Nov 08
2
Win10 pro w/ outlook in Samba 3.6.25 domain
I have the issue that a PC running Win10pro in a Samba 3.6.25 (NT4)
domain is not able to successfully connect to an Office365 account.
With a local user the same account works, with the domain user: no
I am not able 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
2017 Nov 14
1
how safe is "net use" in a batch file? plus some encryption questions
On Tue, 14 Nov 2017 15:06:01 +0100
"Stefan G. Weichinger via samba" <samba at lists.samba.org> wrote:
> >> You can make XP use NTLMv2, see here:
> >>
> >> https://www.imss.caltech.edu/node/396
>
> Did these changes on the 2 VMs and rebooted.
>
> For sure I also have to remove stuff from smb.conf, I run these
> non-default settings for
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 Do...