Displaying 19 results from an estimated 19 matches for "arrakis".
2005 Apr 23
1
Urgent: problem with SAMBA+LDAP
...appened again.
Please, PLEASE: somebody has some idea about as it can happen and as I could solve the problem, in case that it happens again? I?m really despaired. Any help is very appreciated!
My smb.conf is thus:
# Global parameters
[global]
workgroup = MY_DOMAIN
netbios name = ARRAKIS
server string = Server
security = USER
passdb backend = ldapsam:ldap://ldap.domain/
passwd program = /usr/local/sbin/smbldap-passwd -u %u
passwd chat = *password* %n\n *new*password* %n\n
passwd chat debug = Yes
encrypt passwords = Yes...
2009 Oct 12
2
yaml ?nodes? or nested maps
I want to iterate ?nodes? and ?leafs? for a yaml document:
thufir@ARRAKIS:~/projects/rss$
thufir@ARRAKIS:~/projects/rss$ ruby user.rb
user.rb:6: undefined method `[]'' for nil:NilClass (NoMethodError)
from user.rb:5:in `each_key''
from user.rb:5
thufir@ARRAKIS:~/projects/rss$
thufir@ARRAKIS:~/projects/rss$ ruby user2.rb
user2.rb:5: undefined method `...
2010 Jul 01
9
how to install freephoneline.exe from CLI
...q.org/objectManager.php?sClass=application&iId=10591
What are the steps to install this application? Yes, it's a garbage
application, but I'd like to at least give it a go. Looks like msiexec
apparently isn't the right approach. Should that be through wcmd instead?
thufir at ARRAKIS:~/.wine/drive_c$
thufir at ARRAKIS:~/.wine/drive_c$ msiexec /a freephoneline.exe
fixme:msi:MSI_OpenDatabaseW open failed r = 80030050 for L"C:\\windows\
\temp\\msic3e4.tmp"
thufir at ARRAKIS:~/.wine/drive_c$
thufir at ARRAKIS:~/.wine/drive_c$ wine --version
wine-1.0.1
thufir at ARRAKIS...
2007 Dec 12
1
vfs_ChDir fails, even though the share is read-write for that user
...d SomeGroup is NOT what the user has set as their Primary Group in
Active Directory
then
* Samba will recognize that the user can access the share
* but, vfs_ChDir will fail
Consider a user, "vanhoudn", whose primary group is "WSG Staff".
If the share config is set to:
[arrakis]
path = "/export/arrakis"
comment = "Arraken Test share"
writeable = yes
valid users = @"UIUC+domain users"
vfs objects = zfsacl
nfs4: mode = special
The logs will spit out:
[2007/12/12 10:09:17, 10] smbd/share_access.c:(232)
user_ok_token: s...
2008 Feb 09
0
MVC interplay to query multiple models
...corresponding fields.
How can I get the view to give more meaningful information?
Viewing the source of
http://localhost:3000/calls/show/1
shows:
<p>#<Call:0xb717bcb0>#<Call:0xb717aab8>#<Call:0xb7179cf8>#<Call:0xb7179230></
p>
which correlates with:
thufir@arrakis ~/goodfellow-tool $
thufir@arrakis ~/goodfellow-tool $ cat -n app/views/calls/show.rhtml |
head -n 8 | tail -n 1
8 <p><%= @call.report %></p>
thufir@arrakis ~/goodfellow-tool $
thufir@arrakis ~/goodfellow-tool $ cat app/models/call.rb
class Call < ActiveRecord::Base...
2017 Mar 21
0
Re: CPU Pinning Help
1999 Aug 30
1
1 hour delay between Samba and date
...ell. I have already checked timezone vars in my
unix box but I cannot find anything wrong. Should I setup something in
my samba server config? I have changed "time offset" and "nmbd as a
time server" but it doesn't seem to work.
Thanks
===
Tel. +34 656 303894
http://www.arrakis.es/~beas
Nosotros, los andaluces, hablamos el espa?ol
"sin las dificultades propias del idioma".
- Manuel Machado -
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com
2017 Mar 20
1
CPU Pinning Help
2007 Dec 05
1
AD returns only one group for all users
...r is a member of to determine if
they have access to a resource.
What happens instead is that every user who authenticates is assigned
only one group, the "UIUC+domain users" group. Example:
# ls -l /export
total 72
d---rwx--- 2 root UIUC+domain users 8 Dec 4 14:12 arrakis
d---rwx---+ 3 UIUC+vanhoudn UIUC+wsg staff 3 Dec 3 16:49 wsg
# getent group UIUC+wsg\ staff
UIUC+wsg staff:x:10031:UIUC+cyliang,UIUC+vanhoudn,UIUC+cgoldsmi,UIUC+hougland,UIUC+johnshea,UIUC+jbooth,UIUC+mchesnut,UIUC+dbweber
#groups UIUC+vanhoudn
UIUC+domain users
# gete...
2003 Jan 09
1
more information about the forthcoming Diva player
I received another response from these people. Again,
the information sounds encouraging. :)
--
Mark Nipper e-contacts:
Computing and Information Services nipsy@tamu.edu
Texas A&M University http://arrakis.tamu.edu/nipsy/
College Station, TX 77843-3142 AIM: texasnipsy ICQ: 66971617
(979)575-3193 Yahoo: texasnipsy
-----BEGIN GEEK CODE BLOCK-----
GG/IT d- s++:+ a-- C++$ UBL+++$ P--->+++ L+++$ E---
W++ N+ o K++ w(---) O++ M V(--) PS+++(+) PE(--) Y+
PG...
2003 Jan 03
0
[support@mydivaplayer.com: Re: Ogg Vorbis support? -=[2214]=-]
...hardware URL
has not been updated since they were supposedly shipping Vorbis
capable units to Xiph.
--
Mark Nipper e-contacts:
Computing and Information Services nipsy@tamu.edu
Texas A&M University http://arrakis.tamu.edu/nipsy/
College Station, TX 77843-3142 AIM: texasnipsy ICQ: 66971617
(979)575-3193 Yahoo: texasnipsy
-----BEGIN GEEK CODE BLOCK-----
GG/IT d- s++:+ a-- C++$ UBL+++$ P--->+++ L+++$ E---
W++ N+ o K++ w(---) O++ M V(--) PS+++(+) PE(--) Y+
PG...
2006 Jul 12
3
How to get the current URL?
Hi,
how can I get the current URL withing a controller? There seems to be no
appropriate method in ActionController::Base.
I''m creating a site, which requires a login for some pages. I''m using
before_filter for authentication. My idea was to store the currect URL
in a session before redirecting to the login page and then redirect to
this URL after successful authenfication.
2012 Jul 10
2
dovecot 2.1.8 still tries to touch any mountpoint
...Warning: /sys/fs/cgroup/cpuacct is no longer mounted. If this is intentional,
remove it with doveadm mount
Jul 10 09:10:56 rh dovecot: master: Warning: /var/run/vmblock-fuse is no longer mounted. If this is intentional,
remove it with doveadm mount
Jul 10 09:10:56 rh dovecot: master: Warning: /mnt/arrakis is no longer mounted. If this is intentional, remove it
with doveadm mount
Jul 10 09:10:56 rh dovecot: master: Warning: /mnt/loungebackup is no longer mounted. If this is intentional, remove
it with doveadm mount
Jul 10 09:10:56 rh dovecot: master: Warning: /mnt/panel is no longer mounted. If this...
2003 Aug 26
2
Monitoring traffic
Does anybody know a good ip traffic monitoring software that has multiuser
capability?
I need some type of software with an interface on which users can login with
their user/pass and see how much traffic (how many megabytes) they consumed
over a certain period of time. Speed graphs are NOT a must, just something
to show them hou much traffic they did.
I''m currently using net-acct mysql
2002 Oct 24
5
NETWORK ROUTES
Hi all,
I have a debian server with 4 network cards:
The first card is used to connect to public network and this network
connects with a big router.
The Second, third and fourth cards are used by other networks.
The first card used a dinamic route with the big router.
The other cards used a static route with a little router.
All runs good but my problem is when I try to use the IP of my first
2003 Dec 01
0
No subject
...turn-Path: <Wilfried.Menard@chatellerault.marelli.fr>
Delivered-To: samba@lists.samba.org
Received: from galaad. (galaad.marelli.fr [193.105.251.98]) by
lists.samba.org (Postfix) with SMTP id 9D44A46D2 for
<samba@lists.samba.org>; Tue, 5 Jun 2001 06:11:03 -0700 (PDT)
Received: from arrakis.chatellerault.marelli.fr ([172.16.54.131]) by
galaad.nanterre.marelli.fr; Tue, 05 Jun 2001 15:11:04 +0000 (MET)
Received: from EXCHATEL.chatellerault.marelli.fr (bournac
[172.16.54.207]) by arrakis.chatellerault.marelli.fr (8.9.3+Sun/8.9.3)
with ESMTP id PAA26711 for <samba@lists.samba.org...
2003 Dec 01
0
No subject
...ered-To: samba@lists.samba.org
Received: from galaad. (galaad.marelli.fr [193.105.251.98]) by
lists.samba.org (Postfix) with SMTP id 0DD484518 for
<samba@lists.samba.org>; Mon, 28 May 2001 04:41:24 -0700 (PDT)
Received: from EXCHATEL.chatellerault.marelli.fr (bournac
[172.16.54.207]) by arrakis.chatellerault.marelli.fr (8.9.3+Sun/8.9.3)
with ESMTP id NAA26897 for <samba@lists.samba.org>; Mon, 28 May 2001
13:45:16 +0200 (MEST)
Received: by exchatel.chatellerault.marelli.fr with Internet Mail
Service (5.5.2650.21) id <KXHAFCPG>; Mon, 28 May 2001 13:44:44 +0200
Message-ID:...
1998 Nov 21
1
Genetic Algorithms
Hello, I'm new to R, I have two questions:
Is there some implementation og Genetic Algorithms in R?
Is there a pre-dvi'd manual of R?
thanks. E. Crespi.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the
2007 Dec 19
1
Problems adding a NTSp6a machine to a SAMBA PDC Domain + LDAP: sambaPrimaryGroupSID
Hello everybody
I have configure a Samba PDC machine, using LDAP as password backend.
The scripts smbldap-tools are used to create the accounts in the
LDAP. I can add Windows XP machines to the domain without problems.
But today, I tried to add a Windows NT Server SP6a machine to the
domain, and there is the next error:
smbldap_get_single_attribute: [sambaLogonHours] = [<does not