Displaying 17 results from an estimated 17 matches for "aref".
Did you mean:
are
2018 Oct 10
2
Samba server fails to save settings
Hello Kris,
That was the first thing I checked and the file had not been touched!
Aref
-----Original Message-----
From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of Kris Lou via samba
Sent: 09 October 2018 23:15
To: samba
Subject: Re: [Samba] Samba server fails to save settings
Check your smb.conf. If the changes aren't there, then you'll have to talk
to th...
2018 Oct 10
2
Samba server fails to save settings
Hi Rowland,
Thanks for your help, I have been suspecting Suse's Yast too!
Is there a samba configuration GUI tool I can use to launch it independent of Yast? This would help to chase yet another problem!
Kind regards,
Aref
-----Original Message-----
From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of Rowland Penny via samba
Sent: 10 October 2018 17:05
To: samba at lists.samba.org
Subject: Re: [Samba] Samba server fails to save settings
On Wed, 10 Oct 2018 16:49:49 +0100
Aref Taidi via samba <samb...
2018 Oct 10
3
Samba server fails to save settings
I just want to create some directory shares so that I can access them through my MS windows 7 PC.
I have done this many time in the past using earlier versions of OpenSuse using Gnome, this time it is KDE.
Many thanks,
Aref
-----Original Message-----
From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of Rowland Penny via samba
Sent: 10 October 2018 17:22
To: samba at lists.samba.org
Subject: Re: [Samba] Samba server fails to save settings
On Wed, 10 Oct 2018 17:15:22 +0100
Aref Taidi via samba <samba...
2018 Oct 10
2
Samba server fails to save settings
...10 16:21:29.821742, 0] ../lib/util/become_daemon.c:138(daemon_ready)
Oct 10 16:21:29 cricklewood01.lan systemd[1]: Started Samba SMB Daemon.
Oct 10 16:21:29 cricklewood01.lan smbd[1574]: daemon_ready: STATUS=daemon 'smbd' finished starting up and ready to serve connections
Many thanks,
Aref
-----Original Message-----
From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of Rowland Penny via samba
Sent: 10 October 2018 09:13
To: samba at lists.samba.org
Subject: Re: [Samba] Samba server fails to save settings
On Wed, 10 Oct 2018 08:57:01 +0100
Aref Taidi via samba <samb...
2018 Oct 09
3
Samba server fails to save settings
Hello,
I am trying to add shares by configuring the server through Yast on an
OpenSuse Tumblweed and KDE desktop on a Dell machine.
The Samba package is version 4.9.1 on a i586 (32-bit) architecture.
After making changes using the Samba Server GUI invoked from Yast I press OK
and come out. But none of the changes are saved.
I would be grateful if some could help.
Kind regards,
2015 Jan 05
2
[LLVMdev] [PATCH] Fix Emacs package formatting
...for LLVM."
)
;; ---------------------- Syntax table ---------------------------
@@ -62,40 +67,40 @@
(if (not llvm-mode-syntax-table)
(progn
(setq llvm-mode-syntax-table (make-syntax-table))
- (mapcar (function (lambda (n)
- (modify-syntax-entry (aref n 0)
- (aref n 1)
- llvm-mode-syntax-table)))
- '(
- ;; whitespace (` ')
- [?\^m " "]
- [?\f " "]
- [?\n...
2018 Dec 17
2
LLVM Backend for a platform with no (normal) stack
Not only do FPGAs not support recursion, we don’t even support calls! All user code must be inlined into one kernel/component, which is then used to create HDL for the FPGA.
Mark
From: Bruce Hoult <brucehoult at sifive.com>
Sent: December 17, 2018 9:28 AM
To: Mendell, Mark P <mark.p.mendell at intel.com>
Cc: jjones at prc-hsv.com; LLVM Developers Mailing List <llvm-dev at
2008 Nov 25
2
[LLVMdev] RFA: tree-nested.c
...t_for_decl (decl)->callers, info);
break;
default:
...
}
What are the assumptions going into this "walk_all_functions" call?
Should the code have been placed into some nesting info slot or
something?
FYI, here's the code in question:
$ cat testcase.i
typedef struct A *ARef;
@implementation bork
- (id)B {
__attribute__((__blocks__(byref))) bork* new = ((void *)0);
}
- (void)C {
__attribute__((__blocks__(byref))) id var;
[self func:^() {}];
}
@end
$ llvm-gcc -x objective-c -std=gnu99 -c testcase.i
testcase.i:9: internal compiler error: in lookup_context_for_decl...
2018 Oct 10
0
Samba server fails to save settings
On Wed, 10 Oct 2018 16:49:49 +0100
Aref Taidi via samba <samba at lists.samba.org> wrote:
> Hi,
>
> I have checked the state of samba which clearly shows it is up and
> running as below:
>
> ● smb.service - Samba SMB Daemon
> Loaded: loaded (/usr/lib/systemd/system/smb.service; enabled;
> vendor preset...
2010 May 03
1
Dovecot antispam plugin with virtual users
Hi,
I'm running dovecot 1.2.11 with the antispam plugin 1.2+20090702-1+b1
installed from the debian repos (squeeze) and dspam 3.9.0+git20100416-1.
Unfortunately this doesn't seem to work well with my virtual users,
stored on a local openldap server:
While sending mail manually to dspam does work, there's some trouble
when trying to use the antispam plugin. I tried using both sendmail
2011 Jul 07
0
Trash handling?
...expunge looks similar but not precisely what I want. Is there a default
way to get expunged messages moved to a different mailbox but not a different
namespace?
Thanks in advance for clues.
--
Mason Loring Bliss mason at blisses.org Ewige Blumenkraft!
(if awake 'sleep (aref #(sleep dream) (random 2))) -- Hamlet, Act III, Scene I
2018 Dec 17
2
LLVM Backend for a platform with no (normal) stack
Yes, thank you, specifically and all. On this platform, we call what I will use a "frame stack" (it's actually not a stack, but that's really not relevant). Special thanks to Mr. Mendell--I promise to make good use of the contents of lib/Transforms/Utils/PromoteMemoryToRegister.cpp.
To All, I'm sorry I wasn't clear in my original posting. In hindsight, it was clearly
2024 Jun 11
0
[RFC PATCH 3/8] rust: drm: Add Device and Driver abstractions
...;> +use crate::{
> >> + alloc::flags::*,
> >> + bindings, device, drm,
> >> + error::code::*,
> >> + error::{Error, Result},
> >> + prelude::*,
> >> + private::Sealed,
> >> + str::CStr,
> >> + types::{ARef, ForeignOwnable},
> >> + ThisModule,
> >> +};
> >> +use core::{
> >> + marker::{PhantomData, PhantomPinned},
> >> + pin::Pin,
> >> +};
> >> +use macros::vtable;
> >> +
> >> +/// Driver use the GEM memory manag...
2011 Oct 24
1
RGtk2 problems
Hello,
I hope this is the right place to ask for help with a problem I am
having with RGtk2 installation with R on Windows XP.
I am running R 2.11.1 and have installed the package RGtk2 from CRAN.
I also have GTK 2.10.11 installed as well as GTK2-runtime 2.22.0. I
have added the environment variable GTK_PATH and set its value to the
root location where GTK is installed. When I try to run RGtk2 in
2024 May 30
0
[RFC PATCH 7/8] rust: add firmware abstractions
...unt it can't drop to zero unexpectedly.
Your patch, as a subset of this one, has the same requirements as listed below.
>
> + /// Callers must ensure that `ptr` is valid, non-null, and has a non-zero reference count.
> + pub unsafe fn from_raw(ptr: *mut bindings::device) -> ARef<Self> {
>
> + /// Callers must ensure that `ptr` is valid, non-null, and has a non-zero reference count for
> + /// the entire duration when the returned reference exists.
> + pub unsafe fn as_ref<'a>(ptr: *mut bindings::device) -> &'a Self {
> +...
2010 Nov 14
6
writing to a file
Hi,
I have a fairly complex object that I have written a print function for.
Thus when I do print(results), the R console shows me a whole bunch of stuff already formatted. What I want to do is to take whatever print(results) shows to console and then put that in a file. I am doing this using the sink command.
However, I am unsure as to how to "unsink". Eg, how do I restore output to
2009 Nov 13
0
Wine release 1.1.33
...HTMLFrame.
mshtml: Store content window on HTMLIFrameElement creation.
mshtml: Moved content_window to HTMLFrameBase.
mshtml: Associate HTMLWindow with HTMLIFrame.
mshtml: Added HTMLFrameElement object and associate it with frame window.
mshtml: Return NS_OK for empty aRef in nsIURL::SetRef.
mshtml: Added InvokeEx(DISPATCH_PROPERTYPUT|DISPATCH_PROPERTYPUTREF) implementation.
mshtml: Added fdexNameCaseInsensitive support.
mshtml: Don't create dynamic property if alloc arg is false.
mshtml: Moved global property allocation to separated funct...