Displaying 20 results from an estimated 1100 matches similar to: "[Bug 1678] New: Insufficient privileges to chroot() on AIX"
2009 Mar 06
20
[Bug 1567] New: Insufficient privileges to chroot() on AIX
https://bugzilla.mindrot.org/show_bug.cgi?id=1567
           Summary: Insufficient privileges to chroot() on AIX
           Product: Portable OpenSSH
           Version: 5.2p1
          Platform: PPC
        OS/Version: AIX
            Status: NEW
          Severity: major
          Priority: P2
         Component: sshd
        AssignedTo: unassigned-bugs at mindrot.org
        ReportedBy: bana
2010 Feb 07
2
problems with samba share
Hi everyone,
I want to achieve the following setup:
- have a share that is read-only and accessible for guest users;
- have the same share be modified by an authenticated specific user.
 
This is running on debian lenny, samba 3.2.5.
My smb.conf is as follows:
 
[global]
   workgroup = WORKGROUP
   netbios name = cast
   remote announce = 192.168.1.99/WORKGROUP
   server string = %h
2011 Jun 13
2
[LLVMdev] producing a single LLVM bitcode file using the LLVM gold plugin
Hello, 
Is it still possible to produce the LLVM bitcode after linking using the LLVM gold plugin?
I get the warning "ld: warning: Ignoring flag also-emit-llvm" and the LLVM bitcode is not dumped. 
I installed the LLVM gold plugin using the latest binutils from CVS and LLVM 2.6, since I read on the discussion list that this was possible with LLVM 2.6. 
This is the command I use:
2009 Mar 16
6
R with MKL
Hi,
I have seen a lot of problems from people trying to compile R with
MKL. So I am writing my experience in case it helps and to ask one
question. I installed R-2.8.1.patched in Ubuntu 9.04 (gcc 4.3.3) using
MKL 10.1.1.019.
I configured correctly (following MKL userguide) with :
sudo ./configure --with-blas="-I/opt/intel/mkl/10.1.1.019/include
-L/opt/intel/mkl/10.1.1.019/lib/em64t
2009 Mar 16
6
R with MKL
Hi,
I have seen a lot of problems from people trying to compile R with
MKL. So I am writing my experience in case it helps and to ask one
question. I installed R-2.8.1.patched in Ubuntu 9.04 (gcc 4.3.3) using
MKL 10.1.1.019.
I configured correctly (following MKL userguide) with :
sudo ./configure --with-blas="-I/opt/intel/mkl/10.1.1.019/include
-L/opt/intel/mkl/10.1.1.019/lib/em64t
2011 Jun 13
0
[LLVMdev] producing a single LLVM bitcode file using the LLVM gold plugin
On 13 June 2011 15:37, Cristian Zamfir <cristian.zamfir at epfl.ch> wrote:
> Hello,
>
> Is it still possible to produce the LLVM bitcode after linking using the
> LLVM gold plugin?
> I get the warning "ld: warning: Ignoring flag also-emit-llvm" and the LLVM
> bitcode is not dumped.
>
> I installed the LLVM gold plugin using the latest binutils from CVS and
2008 Mar 31
0
No voice in one direction, SIP, call manager
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
	I have a problem with Asterisk 1.4.x and the call manager. When I
originate a call by the call manager or by a dot-call file only the
calling party can hear the called party, not vice versa. When I dial the
same number directly from the SIP phone (Cisco 7960) everything is OK.
	The same configuration worked with Asterisk 1.2 last week before
2009 Apr 22
2
Conference problem
Hello all,
?
I have some issues with the MeetMe application.
?
The working topology is as follows. The Asterisk (1.4.22-rc5) is connected through SIP trunk to a Call Manager (6.1.2) which is connected to a Cisco Voice Gateway. The Gateway is connected to PSTN through a PRI. The calls are forwarded to Asterisk by the CM.
?
The problem is that some users who are calling in from PSTN are getting
2005 Dec 01
1
[ win32utils-Bugs-2918 ] docs and samples are always installed in c:/ruby/
Bugs item #2918, was opened at 2005-12-01 08:25
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=411&aid=2918&group_id=85
Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: docs and samples are always installed in c:/ruby/
Initial Comment:
Hi,
Using the installer, when
2010 Feb 16
2
[LLVMdev] FD_ZERO unsupported inline asm on 64 bit
Hello,
I get this error when compiling this code with llvm-gcc:
error: unsupported inline asm: input constraint with a matching output constraint of incompatible type!
#include <stdio.h>
#include <stdlib.h>
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
int 
main(void)
{                                                                              
2010 Feb 16
2
[LLVMdev] FD_ZERO unsupported inline asm on 64 bit
Thanks Duncan, 
It seems the bug has been reopened. After reading the comments related to the bug report, it was not clear if this is fixed in llvm-gcc, or just in clang. 
Thanks, 
Cristi
On Feb 16, 2010, at 3:44 PM, Duncan Sands wrote:
> Hi Cristian, this is (part of) bug 3373, see
>  http://llvm.org/bugs/show_bug.cgi?id=3373
> 
>> 	FD_ZERO(&rfds);   //this is the error
2009 Mar 02
0
About setpcred() and chroot()
Hi,
I need to use sftp-only accounts, chroot()ed in their home dirs, on AIX 5.3
with OpenSSH_5.2p1.
But there is a problem with the chroot() call.
In the do_setusercontext() function,  chroot() is called after the setpcred()
(only AIX is concerned by the setpcred() call), so privileges are already
dropped when chroot() is called.
When not calling setpcred(), the chroot() does not fail and the
2002 Aug 13
1
Further comment on chroot patch for openssh-3.4p1
The way this was last supplied to this list (2002-07-13) has the chroot
after the call to 'setpcred'.  In AIX 4.3.3 the call to setpcred changes
the uid and eff. uid to the user attempting to logon.  Then the call to
chroot( new_home ) fails because AIX requires that any user issuing
the chroot subroutine be at root authority.
Net result: attempting to do a chroot after the call to
2005 Dec 15
3
menu.c32 - Return from sub-menu
I am new to SYSLINUX/PXELINUX and it is great! Thanks!
 
Looking around the archives for uses/examples for the simple menu
(menu.c32) for our implementation (DOS boot with networking support for
various NICs), and it occurred to me that I might want to go back to the
main menu if I ended up in the wrong sub-menu. Also would be useful if
one needed to create multiple levels of menus and wanted to
2009 Aug 13
1
[LLVMdev] vmkit and klee
Hi,
I am trying to evaluate how complex would be to modify KLEE ( http://klee.llvm.org/ 
  ) so that it can run LLVM bitcode compiled from Java code obtained  
with vmjc (from the VMKIT project). Your feedback will be very  
appreciated.
I am familiar with KLEE but I would like to know more about VMKIT, so  
please point me to the right docs/source code if appropriate.
After a quick look over
2004 Sep 07
4
[Bug 1678] --link-dest doesn't create hard links on remote system.
https://bugzilla.samba.org/show_bug.cgi?id=1678
wayned@samba.org changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
------- Additional Comments From wayned@samba.org  2004-09-07 12:03 -------
This works fine in my testing.  I'd suggest
2007 Nov 30
1
Set panel background color in a multi-group trellis plot
Hi everyone,
I am trying to change some of the default colors in a
multipanel-multigroup lattice graphic, but when I change the panel color
to white, the only group that is plotted is the last one, as panel.fill
overwrites all the previous ones.  Is there any way to set the panel
background color for the first panel to a color and keep the rest
transparent?
My code looks like this:
#first set
2006 Jan 03
1
Where''s the MS jScript reference gone?
Hi
Is it just me or had Microsoft removed all of its on-line  
documentation on JScript from its site?  All my bookmarks are giving  
404s and new searches on MSDN are not finding anything.
Regards
Toby
2010 Feb 16
0
[LLVMdev] FD_ZERO unsupported inline asm on 64 bit
Hi Cristian, this is (part of) bug 3373, see
   http://llvm.org/bugs/show_bug.cgi?id=3373
> 	FD_ZERO(&rfds);   //this is the error line
...
> # define __FD_ZERO(fdsp) \
>   do {                                                                        \
>     int __d0, __d1;                                                           \
>     __asm__ __volatile__ ("cld; rep;
2003 Jul 08
1
Debug PRI!
This indicate that the connection with  the local provider PTSN it is ok? :
   -- Attempting call on Zap/10 for s@inbound:1 (Retry 2)
-- Making new call for cr 32781
 > Protocol Discriminator: Q.931 (8)  len=28
 > Call Ref: len= 2 (reference 13/0xD) (Originator)
 > Message type: SETUP (5)
 > Bearer Capability (len= 3) [ Ext: 1  Q.931 Std: 0  Info transfer 
capability: Speech (0)
 >