Displaying 14 results from an estimated 14 matches for "quintus".
2013 Mar 26
3
Samba + ACLs: Can’t add group write permissions
...I?ve set the setgid bit so that additionally to the permissions the
group itself is correctly applied to new files as well. The default ACL
entries as far as I see grant all members of group "share" read and
write access, but deny it to anybody else.
My username on that system is "quintus", and I?m member of group
"share". I can easily create a new file in the /srv/cifs/share
directory and it gets the permissions I expect from it:
--------------------------------------------------------------
(410) [14:54:55 quintus at avalon] /srv/cifs/share
% touch test
(411) [14:5...
2011 May 27
2
Can't install RedCloth gem, fails to compile
...9: error: variable ?attr_regs? set but not
used [-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors
make: *** [redcloth_inline.o] Error 1
=======================================
And here''s some information about my setup:
=======================================
? quintus at hades => ~
$ ruby -v
ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-linux]
? quintus at hades => ~
$ gem env
RubyGems Environment:
- RUBYGEMS VERSION: 1.8.4
- RUBY VERSION: 1.9.2 (2011-02-18 patchlevel 180) [x86_64-linux]
- INSTALLATION DIRECTORY: /opt/rubies/ruby-1.9.2-p180/lib/...
2012 Dec 08
20
[Bug 2050] New: Support XDG basedir specification
https://bugzilla.mindrot.org/show_bug.cgi?id=2050
Bug ID: 2050
Summary: Support XDG basedir specification
Classification: Unclassified
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneous
2011 Feb 06
1
Psych can't load LaTeX entities file
...`parse_stream''
from /opt/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/psych.rb:119:in `parse''
from /opt/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/psych.rb:106:in `load''
from /opt/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/psych.rb:205:in `load_file''
from (irb):3
from /home/quintus/bin/irb_:56:in `<main>''
irb(main):004:0>
====================================================================
The criticized line is this one (for whatever reason Psych''s error
reporting is off by 1 line):
================================================================...
2009 Nov 27
1
Force a variable substitution in expression
...so that the returned expression has the value
of 's' 'hardcoded' in it e.g
> foo(10)
returns
expression({
v <- 10
print(v)
})
Regards
Saptarshi
----------
saptarshi guha | http://www.stat.purdue.edu/~sguha
It is when I struggle to be brief that I become obscure.
-- Quintus Horatius Flaccus (Horace)
2010 Dec 28
1
LDAP binds
...incipalName=user
user_filter =
(&(objectClass=person)(|(mail=%u)(sAMAccountName=%u)(userPrincipalName=%u)))
# For using doveadm -A:
iterate_attrs = userPrincipalName=user
iterate_filter = (objectClass=person)
Thank you,
Trever Adams
--
"Seize the day, put no trust in the morrow!" -- Quintus Horatius Flaccus
(Horace)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://dovecot.org/pipermail/dovecot/attachments/20101228/e4946f2a/attachment-0002.b...
2007 Dec 12
1
Tons of SNMP ?errors? in /var/log/messages
...n (because there were
other snmpd messages complaining about unable to find ipv6 entries).
Anyone have some knowledge about this?
--Tim
___________________________________________________________________
/ No one regards what is before his feet; we all gaze at the stars. \
\ -- Quintus Ennius /
-------------------------------------------------------------------
\
\ \
\ /\
( )
.( o ).
2010 Sep 09
1
Wx::Grid and motion events, bug?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi there,
Doesn''t a Wx::Grid get motion events sent? This code demonstrates the
problem:
- --------------------------------------------------------------
#!/usr/bin/env ruby
#Encoding: UTF-8
require "wx"
class MyFrame < Wx::Frame
include Wx
def initialize(parent = nil)
super(parent, title: "Test", size:
2011 Sep 01
4
wxRuby wiki has been vandalized
http://wxruby.rubyforge.org/wiki/wiki.pl
Is there any way to restore it?
--
Posted via http://www.ruby-forum.com/.
2011 Feb 14
1
Sendmail and Dovecot deliver (dovecot-lda)
Hi,
I have a Centos 5 system with sendmail running as my MTA.
Normally I note from sendmail logs that mails get delivered using the
'local' mailer.
I have therefore entered the following into my sendmail.mc file, from an
earlier post on this list:
define(`LOCAL_MAILER_PATH',`/usr/libexec/dovecot/deliver')
define(`LOCAL_MAILER_FLAGS',`DFMPhfnu9')
2005 Dec 22
7
Ruby on Rails and lookup tables
Hi,
I''m a newbie on both Ruby and Ruby on Rails, and I''m struggling with
my first app. I have a table with a column called "employee_id" which
is a foreing key associating it with the "employees" table. I have
populated both tables.
When I run "ruby script/generate scaffold <model name> <controller>"
it generates a web page with all
2011 Oct 06
5
WxRuby refresh from a long running function
Hi All,
This is my first post and I am a complete (well
almost complete) noob at WxRuby. I have
programmed in Ruby for a while, but now I am
trying my hand at a GUI base program running on
Windows. There is quite a bit of serial
communication between the app and a external
device. The problem I am facing is a function call
that takes a long time to complete before
returning to WxRuby.
1998 Feb 21
14
Problems with samba
I installed Samba on my Linux box, then I got next problems:
1. Printing from NT. When I try to connect a network printer to my Samba
printer , NT report something like "invalid printer name" and in log
writed by Samba appear:
..............
smb_bcc=14
switch message SMBopenX
become_user now uid=(0,507) gid=(100,100)
02/20/98 18:00:38 error packet at line 3677 cmd=45 (SMBopenX)
2011 Sep 09
0
[BUG] require on Windows fails
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi there,
A friend of mine tried using RedCloth on Windows as part of a project
I introduced hin to, but RedCloth failed to require. This is what he got:
======================================================================
c:\Ruby192\msysgit\msysgit\OpenRubyRMK\karfunkel>bundle exec rake
- --trace rdoc
rake aborted!
no such file to load --