search for: quinot

Displaying 17 results from an estimated 17 matches for "quinot".

2002 Jul 01
3
3.4p1: 'buffer_append_space: alloc 10506240 not supported'
...g1: SSH2_MSG_KEX_DH_GEX_REPLY sent debug1: kex_derive_keys debug1: newkeys: mode 1 debug1: Enabling compression at level 6. debug1: SSH2_MSG_NEWKEYS sent debug1: waiting for SSH2_MSG_NEWKEYS debug1: newkeys: mode 0 debug1: SSH2_MSG_NEWKEYS received debug1: KEX done debug1: userauth-request for user quinot service ssh-connection method none debug1: attempt 0 failures 0 Failed none for quinot from 10.10.0.172 port 35503 ssh2 Failed none for quinot from 10.10.0.172 port 35503 ssh2 debug1: userauth-request for user quinot service ssh-connection method hostbased debug1: attempt 1 failures 1 debug1: usera...
2002 Feb 15
1
unexpected read size of 0 in map_ptr (Solaris 2.5.1)
...directories to an rsyncd on the same LAN). I have never seen this message before, and I only see it on the Solaris machine (I upgraded all my other machines to 2.5.2 as well). I hope this is not a FAQ... I did not find it mentioned recently. Thanks for any enlightenment :) Thomas. -- Thomas.Quinot@Cuivre.FR.EU.ORG
2002 Feb 28
1
Solaris, socketpair and chroot
...n /dev/ticotsord. Since I do not have a /dev in the chroot directory, this call fails. Disabling HAVE_SOCKETPAIR in config.h seems to resolve the problem. Is there any way this can be worked around more appropriately (perhaps by calling socketpair() before going chrooted)? Thomas. -- Thomas.Quinot@Cuivre.FR.EU.ORG
2003 Aug 23
1
mknod / rsync error
Greetings! I'm experiencing these problems as described in this mail: ------- From: Thomas Quinot (thomas@melusine.cuivre.fr.eu.org) Subject: Rsync 2.5.5: FreeBSD mknod can't create FIFO's This is the only article in this thread View: Original Format Newsgroups: mailing.unix.rsync Date: 2002-06-24 06:05:25 PST The following patch (a...
2014 Jun 10
0
Recent (6.02) PXELINUX on Soekris net4501
On 06/10/2014 11:41 AM, Thomas Quinot wrote: > Dear all, > > I'm trying to boot a recent PXELINUX on a brand new Soekris net4501 > (comBIOS 1.33). This combination appears to not work out of the box... > > I see much advice floating around from a few years ago, hinting that > earlier versions of PXELINUX migh...
2014 Jun 10
2
Recent (6.02) PXELINUX on Soekris net4501
* H. Peter Anvin, 2014-06-10 : > You probably want to test both pxelinux.0 and lpxelinux.0... if it is > sticking in pxe_init_isr you're using the latter. Correct. And indeed pxelinux.0 goes much further than lpxelinux.0! I have a few issues yet to fix: * Undef symbol FAIL: __syslinux_debug_enabled (I must have done something wrong while building) * find proper fix for
2014 Jun 10
0
Recent (6.02) PXELINUX on Soekris net4501
On Jun 10, 2014 4:47 PM, "Thomas Quinot" <syslinux at thomas.cuivre.fr.eu.org> wrote: > * find proper fix for serial i/o (my crude hack handles > output, but not input; I now end up with a boot: prompt > but cannot enter anything). Is there a known correct way > of setting up pxelinux for serial-...
2014 Jun 10
2
Recent (6.02) PXELINUX on Soekris net4501
* Gene Cumm, 2014-06-10 : > Did you see the SERIAL directive? If this isn't enough, there may be bugs > in the modules or the libraries they use. Yes, I'm aware of SERIAL, my config file has: serial 0 19200 0 console 0 Thomas.
2014 Jun 10
0
Recent (6.02) PXELINUX on Soekris net4501
On Jun 10, 2014 4:59 PM, "Thomas Quinot" <syslinux at thomas.cuivre.fr.eu.org> wrote: > > * Gene Cumm, 2014-06-10 : > > > Did you see the SERIAL directive? If this isn't enough, there may be bugs > > in the modules or the libraries they use. > > Yes, I'm aware of SERIAL, my config file has:...
2014 Jun 11
1
Recent (6.02) PXELINUX on Soekris net4501
* Ady, 2014-06-11 : > Perhaps it would be worth testing with official pre-built binaries of > Syslinux 6.03-pre14 using the following config: Different behaviour. * pxelinux.0: After TFTP load of pxelinus.0, spits out gibberish for ~1 minute (as though it had set an incorrect default serial port speed), then loads config and switches back to correct baud rate. "Hello
2003 Aug 12
2
password file recovery question
I've got a possibly silly question and I believe I have an answer, but I want to see if what I think is the answer is feasible. I've had to rebuild a mail server from scratch, upgrading from 4.6-STABLE to 4.8-STABLE in the process. The other mail server had crashed, with disk errors so sever it wouldn't fsck clean. I was able to get it together enough to pull my configuration files
2014 Jun 10
2
Recent (6.02) PXELINUX on Soekris net4501
Dear all, I'm trying to boot a recent PXELINUX on a brand new Soekris net4501 (comBIOS 1.33). This combination appears to not work out of the box... I see much advice floating around from a few years ago, hinting that earlier versions of PXELINUX might have worked. However before resorting to archaeology I'd be interested in feedback from others who might have got through this. I
2002 Jun 24
0
Rsync 2.5.5: FreeBSD mknod can't create FIFO's
...IX, SOCK_STREAM, 0)) < 0) { + return -1; + } + unlink(pathname); + if ((bind(sock, (struct sockaddr*)&saddr, sizeof(saddr))) < 0) { + return -1; + } + close(sock); + return do_chmod(pathname, mode); + } +#endif + return mknod(pathname, mode, dev); } #endif -- Thomas.Quinot@Cuivre.FR.EU.ORG
2014 Jun 11
3
Recent (6.02) PXELINUX on Soekris net4501
* Gene Cumm, 2014-06-10 : > If 4.05 or 3.86 acted nicely, this would mean a bug. OK, so, with unpatched official binaries: 3.86 ---- pxelinux.0 Loads fine, assumes terminal width 15, displays menu, but then freezes (I suspect it does not process any input from the serial port) gpxelinux.0 Displays: PXE->EB: !PXE at 9E64:0060, entry point at 9E64:00F6 UNDI code segment
2004 Aug 10
3
[PATCH] Tighten /etc/crontab permissions
Hi folks, While investigating OpenBSD's cron implementation, I found that they set the systemwide crontab (a.k.a. /etc/crontab) to be readable by the superuser only. The attached patch will bring this to FreeBSD by moving crontab out from BIN1 group and install it along with master.passwd. This change should not affect the current cron(1) behavior. Cheers, -- Xin LI <delphij frontfree
2003 Oct 10
0
Mar 2003 - Sep 2003 FreeBSD Status Report
...ral is very reliable although a couple of problems have been reported over the last week. One appears to be a stuck interrupt, but all that code has been redone for SMP support. _________________________________________________________________ ATAPI/CAM Status Report Contact: Thomas Quinot <thomas@FreeBSD.org> With the introduction of ATAng, some users of ATAPI/CAM have experienced various problems. These have been mostly tracked down to issues in the new ATA code, as well as two long-standing problems in portions of the CAM layer that are rarely exercised with &qu...
2006 Mar 30
1
[Fwd: Re: [Fwd: Re: Still ATAPICAM Lockup/Slowdown]]
Thomas, Have spoken to Soren, from my bootlog he believes that the problem is in atapicam causing the system to lock up. He is happy to answer some questions but doesnt have time to delve into atapicam himself. Did you author atapicam, I have seen your name on the sourcecode, can you help me further? Whats next? Thanks Adam. -------------- next part -------------- An embedded message was