search for: rtfs

Displaying 20 results from an estimated 23 matches for "rtfs".

Did you mean: refs
2006 Sep 28
1
creat isn't exported
Hello, klibc-1.4 and klibc-1.4.29 don't export the creat function: $ klcc -static -s -Wall rtfs.c -o rtfs rtfs.c: In function 'move_ent': rtfs.c:318: warning: implicit declaration of function 'creat' rtfs.o: In function `move_ent': rtfs.c:318: undefined reference to `creat' $ grep creat\\b /usr/lib/klibc/include/ -r /usr/lib/klibc/include/zlib.h: descriptors are obt...
2009 Dec 02
9
[Bug 1679] New: chroot and shell check ambiguity
...mbiguity Product: Portable OpenSSH Version: 5.3p1 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy: alex at rtfs.hu Created an attachment (id=1737) --> (https://bugzilla.mindrot.org/attachment.cgi?id=1737) Initial patch OpenSSH will fail in a scenario where the server is configured with chroot and a shell used by a user is not available outside, just inside the chroot. The reason behind this is that s...
2006 Apr 28
1
Documentation for ACL support
Hi, the changelog of beta4 suggested that ACL support was added but I couldn't find any documentation for it neither in the tarball nor in the wiki. Timo, do you already have some writeups regarding the ACLs or do I have to RTFS? best regards, Michael
2004 May 24
3
Meetme Options (new one)
Is it possible to select the audio stream that's played as a user enters a meetme conference? If you could, it would be very simple to record a users name, and then play that as the greeting to other attendees as they join the conference. If not, could someone tell me how hard it would be to modify the source? I presume at the moment the file to be played it stored in a var somewhere,
2006 Jan 29
3
Mail merging and printing decent documents? how?
Im just about to convert an access based system to ROR. But i have no idea how i would print out documents/letters from within ROR. Does anyone have any ideas how to mail merge my database into documents and then print them?? Is there an easy solution? Any help is appreciated as i''m kindof stuck Thanks, Chris -- Posted via http://www.ruby-forum.com/.
2000 Mar 01
1
Post-compile RSA error with 1.2.2, Solaris 7, OpenSSL 0.9.5
...$0): $0: no RSA support in libssl and libcrypto -- exiting. See ssl(8) I've looked through the archives and glanced at the source, but nothing jumps out as the obvious cause. Other folks seem to have OpenSSH up on Solaris 7 already--so does anyone have any hints as I start trying to RTFM and RTFS? Note: After my first attempt blew up, I also tried (as an alternate method) downloading, compiling, installing, and linking against RSAREF2. That apparently worked okay, but the end result was the same. Any chance that SSH found the correct libraries at compile time, but can't find them at...
2005 Apr 03
2
Error: cannot set length of non-vector
The subject line says it all. How can I find what Error: cannot set length of non-vector means? RTFS is no help. I can find out of course that it comes from "lengthgets", but who called that? Not me! The situation is as follows. I am trying to get a package ready for CRAN. Every time I run "R CMD check" I get this error when building the package vignette. But (!) "R...
2010 Jan 14
9
[Bug 1698] New: Connection stalls on PTY allocation failure
...failure Product: Portable OpenSSH Version: 5.3p1 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy: alex at rtfs.hu If on the server side sshd was not able to allocate a PTY (in my case a wrongly configured FreeBSD's ugidfw rule wont allow opening those files) both sshd and the client ssh will stall. Client ssh log: debug1: Requesting no-more-sessions at openssh.com debug1: Entering interactive sessio...
2007 Feb 09
0
Asterisk 1.2.14 - Chanspy, sound issues.
I upgraded my Asterisk system to version 1.2.14 to check if the sound quality issues I was having with Chanspy in 1.2.7 remained. I'm still getting them, and I'm honestly out of ideas except from RTFS. The called party sounds normally fine, but it's impossible to hear the caller. Sometimes, when the called party is talking, the caller can also be heard. The conversation sounds broken, to the point is almost useless. We don't have any other quality problems beside this. Sound is quite g...
2003 Aug 22
0
Mac "DAVE" server + Linux samba 2.2.8a client = missing first char
...y filename is missing! For example: the file named ".DS_Store" shows up as: -rwxr-xr-x 1 root 21508 Aug 22 15:21 DS_Store* The folder named "Cats" shows up as: drwxr-xr-x 1 root 4096 Jun 22 12:28 ats/ I STFW for some answers but found none. I also RTFS (read the fine source) but could not determine why this was happening. Any suggestions on how I can fix it? Has anyone seen this behavior before? Thanks, Dave
2005 Sep 20
1
Windows Vista Setup
Hi, I am currently running a Gentoo with a 2.4 Kernel and Samba 3.0.20. More exactly I did emerge the net-fs/samba-3.0.20-rc1 package. Still I cant get Windows Vista to connect to the samba-server. I did some googling but didnt find anything usefull. Can anyone help? Do I have to setup a ADS with samba? Greetings, Valentin
2009 Apr 08
2
sftp-server "audit" logging
Hello I would like to ask you for any assistance regarding sftp-server logging. Till now i used openssh-4.4p1.sftplogging-v1.5.patch + openssh-4.4p1, that was later replaced by filecontroll patch. With openssh-4.4p1.sftplogging-v1.5.patch I could specify SFTP server logging in sshd_config like this: LogSftp yes SftpLogFacility LOCAL7 SftpLogLevel INFO That did sftp logging like
2009 Jun 29
0
[LLVMdev] configuring cross compiler for Mac to Linux on ARM
...e pointers. That leads to a segfault. If I hack in a reasonable stack then I can run some simple code. But it dies if I try to printf() or do anything system related. I am building binutils, then llvm, then combined. I have tried many different combinations of configure options. I have RTFM and RTFS but am still stumped. Any help would be greatly appreciated. Currently using: ../../combined/configure --prefix=/Users/neel/llvm/llvm-top/install/onmacosx/arm --build=i686-apple-darwin9 --host=i686-apple-darwin9 --target=arm-eabi --with-cpu=cortex-a8 --with-fpu=neon --with-abi=aapcs --with-float...
2004 Sep 25
2
Concerned about Dovecot's new NTLM code
I'm pleased to see another project increasing compatibility with windows clients, by the addition of NTLM login support, but I'm a bit worried about a few implementation details, and hope to offer an alternate approach. I mean no disrespect to those who have implemented to the code so far, but I feel that the idea of 'everybody re-implement NTLM' is prone to failure. Firstly, to
2008 Oct 05
4
Why is -e sent to the remote rsync side?
> $ rsync -e 'ssh -v' lingnu.com: > OpenSSH_5.1p1 Debian-2, OpenSSL 0.9.8g 19 Oct 2007 > debug1: Reading configuration data /etc/ssh/ssh_config > debug1: Applying options for * > debug1: Connecting to lingnu.com [199.203.56.105] port 22. > debug1: Connection established. ... > debug1: Sending command: rsync --server --sender -de.L . As we can see, rsync runs ssh, and
2008 Sep 08
17
btrfs_tree_lock & trylock
I did some btrfs RTFS over the weeking and I have a hard time understanding what this code is attempting to do: 28 int btrfs_tree_lock(struct extent_buffer *eb) 29 { 30 int i; 31 32 if (mutex_trylock(&eb->mutex)) 33 return 0; 34 for (i = 0; i < 512; i++) { 35...
2011 Apr 13
6
CentOs 5.6 and Time Sync
Hi, I have upgraded my Dell C151 to the latest 5.6. I have always used ntp to sync this machine and then the rest of the machines in the network would sync from it. Since the update I cannot keep the right time on the machine. This is with / without ntp. I have attempted various scenario's with no luck. I am now trying the old kernel now as I type this out. If anyone else has any
2004 May 25
0
Question IAX and SIP bound to different IP's on the same * box
...17:16 To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Meetme Options (new one) =20 =20 On May 24, 2004, at 8:21 AM, Ben Merrills wrote:=20 =20 Is it possible to select the audio stream that's played as a user enters a meetme conference?=20 =20 I was just now doing an RTFS trying to figure that out.=20 =20 At the moment, the sound played on entering is hard-coded. Time for a feature request?=20 ------_=_NextPart_001_01C44231.E955B1E0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <html xmlns:v=3D"urn:sc...
2006 Sep 28
1
ramfs to tmpfs
...OR ANY CLAIM, DAMAGES OR OTHER LIABILITY, * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * OTHER DEALINGS IN THE SOFTWARE. * * ----------------------------------------------------------------------- */ /* * rtfs.c -- ramfs to tmpfs * * Usage: install as /init * * This program should be installed as /init on an initramfs; * it does the following: * * - Mounts a tmpfs on an empty /newroot* * - Moves all files on the ramfs at / to the tmpfs * - Remounts /newroot onto the root filesystem; * - Chroots...
2009 Apr 11
17
Supermicro SAS/SATA controllers?
The standard controller that has been recommended in the past is the AOC-SAT2-MV8 - an 8 port with a marvel chipset. There have been several mentions of LSI based controllers on the mailing lists and I''m wondering about them. One obvious difference is that the Marvel contoller is PCI-X and the LSI controllers are PCI-E. Supermicro have several LSI controllers. AOC-USASLP-L8i with the