Displaying 20 results from an estimated 1100 matches similar to: "Forced group inherit with object move"
2008 Apr 11
1
ov_read() returns OV_EINVAL (-131)
Hi,
I'm new to mailing lists, so don't argue if I do sth wrong...
I'm coding on a C++ game with Vorbis- and 5.1-Surround-compatibily. For
two channels (stereo), everything's fine, but when I try to read a
6-channel-ogg, ov_read returns -131 (OV_EINVAL). That's strange, because
as the specification says, it only returns OV_HOLE or OV_EBADLINK as
errors [1].
Have I missed
2005 Nov 19
2
ntlm_auth and PEAP machine authentication
At
http://groups.google.de/group/mailing.unix.samba/browse_frm/thread/3806dd92303380d1/10f21511e488d8d0?lnk=st&q=ntlm_auth++%22machine+authentication%22&rnum=1&hl=de#10f21511e488d8d0
the question is discussed, whether ntlm_auth can be used for machine
authentication against a Win2003/AD.
and the conclusion seems to be, that it is not really clear:
>Machine accounts are a problem
2005 May 16
1
htaccess authentication asks for MySQL table test.user_info
Hello.
I tried to create an access file with 'htpasswd -c
/etc/httpd/conf/myfile.htaccess testuser'.
In the SSL directory I have put a .htaccess file containing the followings:
AuthUserFile /etc/httpd/conf/myfile.htaccess
AuthName "Mydomain"
AuthType Basic
require valid-user
This worked with CentOS 3.
Now with CentOS 4, apache version 2.0.52, the access to the page is
2008 Dec 28
3
xorg-x11-drv-nouveau for CentOS?
Is there a way to use "Nouveau" (open source Nvidia) driver in CentOS 5 ?
"nv" seems to support only the lowest resolutions thru the dvi output (NV44
chip), and I don't like the idea of installing propiertary Nvidia drivers.
This way I came to Nouveau.
I had a look at some Fedora rpms, but they needed something CentOS
obviously doesn't have:
# rpm -ivh
2006 Mar 11
2
Limiting Dovecot access by user-spesific ip addresses?
Hi,
Is there any possibility to limit access to mailboxes by user-spesific ip
addresses?
So, I'd like to have a configuration which by default restricts reading
emails to company's own ip-address range. So far, this could be achieved by
a basic firewall rule, but not any more the following:
However, there is need for a few users to access their emails from
world-wide internet, so there
2004 Jul 23
2
"Duplicate workgroup names in browse list" problem reappeared in 3.0.5
Starting from version 3.0.2 (or .3?) there were a misfeature that caused
workgroup names to show up as duplicates in workstations' browse lists. Fix
for this didn't reach into 3.0.5-pre1, but rc1 had this fixed.
Today I upgraded 3.0.5-rc1 to 3.0.5-2 (FC2 binary rpm from samba.org) and
the problem reappeared.
To be more spesific, the problem appears when there are more that one
workgroup
2006 Nov 06
2
[LLVMdev] LLVM code emittion and C++ compiler compatibily
Hello!
I have a question how about JIT-ed code and the C++ compiler
compatibily. My project (www.baadengine.org) will use
llvm and we will provide integration of JIT-ed code directly into C++
code. This means that C++ code can call JIT code just
like any other code and JIT-ed code can call C++ code. We will compile
to your bytecode from our BSF format.
The question is if it is possible this
2011 Jul 30
2
Intel HD graphics & CentOS 6: Error inserting i915
I installed CentOS 6 to Acer 7750 laptop, which has Intel Sandybridge CPU
( i5-2410M) with integrated Intel HD Graphics 3000.
By default X won't use intel driver for graphics, but vesa instead, which
limits the resolution to 1024x768. I tried to force the use of intel driver
by writing a xorg.cof file, but then X doesn't start at all.
I updated libdrm and xorg-x11-drv-intel from
2006 Feb 11
6
models and validation problem
In my model, I am attempting to correct some bad data rather than just
pass an error message back to the user. The problem is that my fix
seems to get the data past validation but it then puts the bad data into
the database rather than the new(and improved) data. If I pass in
web_site with the value of ''www.test.com'', it will pass validation but
it won''t add
2006 Jan 03
2
help me understand association attributes
I have a model with a belongs_to association. The first model is called
Thing and the associated model is User. I''m attempting to assign the user to
the thing.
To accomplish this I used a before_save method, like this:
class Thing < ActiveRecord::Base
belongs_to :created_by, :class_name => "User", :foreign_key =>
"created_by_user_id"
def before_create
2006 Jul 23
1
Complex MySQL query in dovecot-sql.conf
Is there some limit for the maximum length of the line in dovecot-sql.conf?
In particular, I would be writing a long MySQL password query.
And further, can a long line be somehow split to several pieces? I tried the
common unix-style way of putting backslash as the last character of the
first line, but it results in an error immediatedly while restarting
Dovecot (while parsing the conf, ie. not a
2005 Jul 05
1
Inherit Owner Question Folder Rights
Hello, I am running Suse Linux 9.3 an Samba 3.0.20pre.
I want to set up a folder where the user can only store files and copy
them to an other folder. The User should not be able to delete modify or
open the stored messages.
Any ideas how I can realize this?
Thanks! Greez
2013 Oct 09
6
Processed: Re: [HVM} xen_platform_pci=0 doesn't prevent platform device creation and disk and nic take over by PV drivers.
Processing commands for xen@bugs.xenproject.org:
> create ^
Created new bug #20 rooted at `<1571692646.20131009000945@eikelenboom.it>''
Title: `Re: [HVM} xen_platform_pci=0 doesn''t prevent platform device creation and disk and nic take over by PV drivers.''
> title it xen_platform_pci=0 doesn''t work with qemu-xen
Set title for #20 to
2007 Nov 13
4
Public folder simple question
Hi to all,
I''ve a simple question:
does it possible to change the public folder address based on database
value into application controller ?
This because I must handle a multidomain rails application and I must
separate the public folders for each different domain...
Thanks in advance...
--
Gianluca Tessarolo
TreNetMediaMaster S.r.l.
The Internet Technology Company
Telefono
2007 Jan 08
8
word wrap ?
Hi,
I have long lines of text stored in a DB without line breaks. Now I
need to present it in
fixed width with word wrap. I tried everything css (word-wrap:
break-word;), the rails actionview helper (word_wrap), specifying
width of the div etc. But nothing works. The reason I''m
asking the question here because to me word_wrap was created to solve
this exact problem
but it is failing to
2008 Feb 15
0
Protocol 2 AfsTokenPassing
Possibly someone might be interested in Protocol 2 AfsTokenPassing.
Best regards
Rainer Laatsch
________________________________ ______________________
E-mail: Laatsch at Uni-Koeln.DE Universitaet zu Koeln
Reg. Rechenzentrum (ZAIK/RRZK)
Fax : (0221) 478-5590 Robert-Koch-Str. 10
Tel : (0221) 478-5582 D-50931 Koeln
== README.openssh-4.7p1+AFS ==
Patches to enhance openssh-4.7p1 for
2012 Mar 28
1
How to restrict reboot/poweroff from non-admins?
I just noticed that CentOS (6.2) by default allows any user to
reboot/poweroff system without any admin rights, or without any further
questions, if using commands 'reboot' or 'poweroff'. But 'shutdown' still
requires admin rights.
What is the preferred way to restrict any regular user from rebooting /
powering off the system (by accident)?
IMHO, sudo should be
2007 Aug 02
3
wxSocket..... or wxRubySocket....
Hey Alex,
I was looking into figuring out a way to create a truely Asynchronis
Socket type for Ruby, and thought I''d go down to the bare minimal
implementation of it, to start creating a socket, and then I got to
thinking. Looking at the wxWidgets C/C++ Code, it doesn''t do much
different then what I''m doing, only in Ruby, so I thought maybe, as a way
to avoid
2006 Sep 03
1
Dovecot behaviour when the server's file system fails (possible feature request)
I've met a couple of times a situation, that there is something
wrong with the mail server's operating system / file system,
but Dovecot is still working, although it cannot any more
access the mailbox files. The result is, that the imap mail
client in the workstation automatically synchronises with
the improperly empty-looking mailbox, effectively deleting
everything previously loaded
2011 Dec 31
1
vsftpd log issues
I have an up-to-date CentOS 6 with reasonable amount of ftp activity (a
dozen of network cameras uploading images every second 24x7).
The first issue was that the whole /var filesystem was about to get full,
because of huge ftp daemon log.
vsftpd.conf says:
# You may override where the log file goes if you like. The default is shown
# below.
xferlog_file=/var/log/vsftpd.log
Ok, the above