similar to: Documentation question.

Displaying 20 results from an estimated 20000 matches similar to: "Documentation question."

2002 Oct 30
1
connect() timeout patch.
Hello all, I am wondering where one would submit a patch to OpenSSH cvs version? I have written a patch that allows the user to set a timeout the ssh clients connection attempt. I added this because many of us use ssh in automated scripts and in some cases machines may no longer be reachable, rather than wait you can set the timeout to say 3 seconds (-z switch). -- Larry Cashdollar
2007 Aug 22
0
Patch to allow checking of v1 keys on remote host.
The attached patch for 4.6p1 adds a feature (-u) that will check to see if a key exists on a remote host. I use this for auditing my users transition to v2 keys very useful. If there is any interest I'll provide a patch for v2 ssh keys also. http://vapid.dhs.org/dokuwiki/doku.php?id=vapidlabs:openssh_check_key_patch -- Thanks Larry --- orig/openssh-4.6p1/sshconnect1.c 2006-11-07
2019 Jan 15
0
MySQL 8.0: Supported?
Thanks, Aki. I've passed that information along to the FreeBSD port maintainer for MySQL. I'll be back if I need more help or when it's solved. On Tue, Jan 15, 2019 at 2:54 PM Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > Apologies for earlier empty email, butterfingers me... > > anyways, found this in the logs which seems to explain problems: > > >
2019 Jan 15
0
MySQL 8.0: Supported?
config.log at: https://www.lerctr.org/~ler/dovecot/config.log On Tue, Jan 15, 2019 at 2:40 PM Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > Any way you could check config.log ? > > Aki > > On 15 January 2019 at 22:32 Larry Rosenman < larryrtx at gmail.com> wrote: > > > Not sure what ELSE could be causing this failure. Full build logs are at > the
2006 Apr 11
0
XO Callerid NAME
XO CAN supply callerid NAME on a NI2 PRI connection. We have three of them and they work great. Its takes a little doing to get to someone at XO that knows what they are doing but XO does have some VERY good tech support people that know how to get things done. It just takes a bit of work to find them. Outgoing CNAM is a different beast however. They can't take it via IE. You need to get
2019 Jan 15
0
MySQL 8.0: Supported?
Not sure what ELSE could be causing this failure. Full build logs are at the home.lerctr.org:8888 link. On Tue, Jan 15, 2019 at 2:30 PM Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > https://dev.mysql.com/doc/refman/8.0/en/mysql-init.html does not support > intentional removal of mysql_init > > Aki > > On 15 January 2019 at 22:28 Aki Tuomi < aki.tuomi at
2010 Aug 05
2
[JOB] Music Co: Lead RoR Developer, RoR Developer
We have two roles: Team Lead / Director of RoR Development RoR Developer Please contact if interested: will-4tWYRTNnpLrBkEgXiDUTzA@public.gmane.org Lead a team of web engineers using Ruby on Rails to develop next generation Internet experiences for a digital music business unit that is shaping the future of the music industry. POSITION OVERVIEW We seek a strong technical leader to help
2014 Dec 16
0
T.38 not working - help needed with log interpretation
Just a thought regarding testing. Create a suitable TIFF file with more than 30 seconds worth of data and send it from Asterisk using SendFAX() to convince yourself whether Asterisk will work with your ITSP, you may still need to enable session timers. Have you considered setting up an extension on your Asterisk server which will receive the fax e.g. using ReceiveFAX() and see if your
1999 Aug 19
2
samba documentation
Jean-Marc, Being new to SAMBA myself, I've looked all over for plainly written docs. The best I've found is SAMS' "Learning SAMBA in 24 Hours" written by a couple of the SAMBA team members (whose names I can't remember right now -- I'd like to give them credit). The MAN pages are reference works for those who know how but can't remember. The HOWTOs, and most of
2019 Jan 15
2
MySQL 8.0: Supported?
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> <pre style="overflow-wrap: break-word; white-space: pre-wrap;">Apologies for earlier empty email, butterfingers me...<br><br>anyways, found this in the logs which seems to explain problems:<br><br><br>/usr/bin/ld:
2019 Jan 15
0
MySQL 8.0: Supported?
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> I tried earlier today using latest version offered in Oracle repos for 8.0, and was able to compile dovecot. I can revisit the issue though. </div> <div> <br> </div> <div> Aki </div> <blockquote
2018 Dec 11
2
Using LLD to link against third-party libraries? How?
In my code here https://github.com/DragonOsman/currency_converter , I used C++17 and managed to get it to work (though I'm only using std::map::insert_or_assign() from C++17). And I'm using Windows, so I shouldn't use LDFLAGS or CXXFLAGS as environment variables. I'll use them directly on the compiler command line instead. The libraries I need to link against are
2018 Dec 11
3
Using LLD to link against third-party libraries? How?
Are you linking with a C++ compiler? A lot of those missing symbols look like they come from the C++ standard library. -David Osman Zakir via llvm-dev <llvm-dev at lists.llvm.org> writes: > @blubee blubeeme So what do you think? Got any ideas? > ---------------------------------------------------------------------- > From: Osman Zakir <osmanzakir90
2018 Dec 12
2
Using LLD to link against third-party libraries? How?
I couldn't get it to build libcxx... You need c++ and c++abi to compile c++ code. On Wed, Dec 12, 2018, 07:01 Osman Zakir via llvm-dev < llvm-dev at lists.llvm.org> wrote: > LLVM on a Developer Command Prompt. The ones I want to fix first are the > ones from Boost and Jinja2Cpp. I saw some from those as well. > > If there any standard library ones missing, could it be
2018 Dec 12
3
Using LLD to link against third-party libraries? How?
So how do I get it to build libcxx and libcxxabi? I got it from the mono repo and enabled lld, clang, libcxx and libcxxabi. But I built the two main CMake targets only--all_build and install. What else do I have to do? Please let me know. ________________________________ From: Zachary Turner <zturner at google.com> Sent: Wednesday, December 12, 2018 11:10 AM To: blubee blubeeme Cc: Osman
2018 Dec 12
4
Using LLD to link against third-party libraries? How?
I need them so I can build stuff using clang or clang-cl with its C++ standard libraries. To make sure that lld-link won't give errors about missing symbols from any standard libraries. By the way, you wouldn't happen to know how to use link.exe, would you? I might need some help on that to understand how to use lld-link.exe. ________________________________ From: Zachary Turner
2008 Apr 07
1
here's some badly designed code
hello! i am kyrre and i''m a rails newbie. i''m trying to combine altered beast with chuckslist to create some sort of online community here in norway where i can make friends and maybe even hook up with some lovely ladies. but i feel that the chuckslist part ain''t as up-to-date and well-designed as the altered beast part. it''s not restful for instance, and my
2018 Dec 12
4
Using LLD to link against third-party libraries? How?
How can I tell CMake during the configuration step where to find my zlib installation? ________________________________ From: blubee blubeeme <gurenchan at gmail.com> Sent: Wednesday, December 12, 2018 7:31 PM To: Osman Zakir Cc: llvm-dev Subject: Re: [llvm-dev] Using LLD to link against third-party libraries? How? I would agree with the next email from Brian Cain If you do not have
2004 Jan 15
0
Rsync with smbfs filesystem and characters like é
Hello, I?m using samba version 3.0.1-Debian rsync version 2.6.0 protocol version 27 And mount version 2.12 With kernel 2.4.22 As far as in aware these are the latest versions in Debian unstable. The problem im having is when mirroring my mp3 collection file names with characters like ? ? ? etc. are not displayed in the linux filesystem and then when browsing to the directory through samba
2004 Jan 15
0
Rsync with smbfs filesystem and characters like é - updated from version on RSync List
Hello, I?m using samba version 3.0.1-Debian rsync version 2.6.0 protocol version 27 And mount version 2.12 With kernel 2.4.22 As far as in aware these are the latest versions in Debian unstable. The problem im having is when mirroring my mp3 collection file names with characters like ? ? ? etc. are not displayed in the linux filesystem and then when browsing to the directory through samba