search for: rath

Displaying 20 results from an estimated 99 matches for "rath".

Did you mean: path
2017 Jul 03
2
Can't use proxy after client upgrade
..., After upgrading my client system from Debian jessie to Debian stretch (which includes an update from tinc 1.0.24 to tinc 1.0.31), I am having trouble with my VPN: As long as I let tinc connect directly (no "Proxy" configuration option on the client), everything works fine: # tincd -n rath -D -d tincd 1.0.31 starting, debug level 1 /dev/net/tun is a Linux tun/tap device (tun mode) Listening on 0.0.0.0 port 655 Listening on :: port 655 Ready Trying to connect to ebox (45.79.69.51 port 655) Connected to ebox (45.79.69.51 port 655) Connection with ebox (45.79.69.51 port 655) activated...
2017 Jul 29
3
Can't use proxy after client upgrade
On Jul 11 2017, Guus Sliepen <guus-NnCthlHDAqpg9hUCZPvPmw at public.gmane.org> wrote: > On Mon, Jul 03, 2017 at 02:24:55PM +0200, Nikolaus Rath wrote: > >> After upgrading my client system from Debian jessie to Debian stretch >> (which includes an update from tinc 1.0.24 to tinc 1.0.31), I am >> having trouble with my VPN: > [...] >> Proxy = exec /etc/tinc/rath/triv_proxy.sh > > Indeed, it seems like Pro...
2006 Feb 17
5
Rad Rails and rails console
Hello, In learning Ruby on rails I became hooked on using the Console (ruby script/console) to interact with models. I have been playing with RadRails over the past week and haven''t figured out how to get a console going (or if this feature is even available). Though documentation is minimal, RadRails is fairly intuitive and overall a nice way to write apps. I just can''t
2017 Aug 06
3
[SFTP] Read from write-only file not returning error
Hello, I am investigating a data-loss bug in SSHFS (https://github.com/libfuse/sshfs/issues/72). While the root cause is in SSHFS and has already been fixed, there seems to be some unfortunate interaction with what I believe is an OpenSSH bug: As far as I can tell, when sending a SSH_FXP_OPEN request with SSH_FXF_WRITE (i.e., opening the file write only), and then following up with a
2013 Aug 27
1
"Unauthorized request" messages after tinc update
Hello, I have three clients that connect to one server. The server runs tinc 1.0.11 and one client runs tinc 1.0.19. I recently upgraded the two other clients from tinc 1.0.11 to tinc 1.0.16. Since the upgrade, the server now regularly logs messages of the form Aug 26 12:17:42 ebox tinc.rath[4049]: Unauthorized request from hspc (87.173.111.136 port 42836) or Aug 25 18:39:12 ebox tinc.rath[4049]: Unauthorized request from <unknown> (80.137.207.208 port 57335) (where hspc is the name of one of the clients). However, the VPN still seems to work just fine, including connections...
2006 Mar 23
5
Polymorphic associations
I have just updated rails and added polymorphic associations but they are not working properly. I''m following the recipe 17 of "Rails Recipes" and I''m getting an "Unknown key(s): as" error. These associations work properly on the console. The problem occurs when I''m listing the items... perhaps the problem is pagination. Is this a bug or what
2012 Mar 11
3
NFS4 over tinc hangs
Hello, I am experiencing system hangs when running NFSv4 over a tinc VPN. I don't know if the problem is with NFS or tinc and would appreciate any suggestions on how to narrow down the culprit. Unfortunately I cannot simply run NFS directly over TCP -- the participating systems are connected only over an open network. The configuration is as follows: I have a master server
2015 Nov 04
6
ssh authentication with AD
Hi LPH & David, Im also interested in using kerberos authentication and tried your hints. Im using Ubuntu 14.04.3 Server on this machine. On 04.11.2015 08:52, L.P.H. van Belle wrote: > Ok, do the following. > > Remove all you modifications from pam so its back to original. > > apt-get install krb5-ssh > restart ssh, try again. @LPH: krb5-ssh doesnt exist in Ubuntu:
2018 Apr 04
3
Debian Packages for Samba 4.8?
Hi Louis, normally you are building these wonderful samba debian packages for us :-) Is there a reason, that you didnt create packages for samba 4.8? Tfh! Oliver
2006 Feb 17
4
Table with Constants
I would like to have a table with some constants to use them later on for a drop down menu. How can this be done? My table looks like Table with constants ------------------------ id | key | value | type ------------------------ 1 | M | Male | sex .... I know it can be done like this <% select ''object'', ''method'', Constants.find(:all, :select =>
2017 Jul 30
1
Can't use proxy after client upgrade
On Jul 29 2017, Guus Sliepen <guus-NnCthlHDAqpg9hUCZPvPmw at public.gmane.org> wrote: > On Sat, Jul 29, 2017 at 12:47:02PM +0200, Nikolaus Rath wrote: > >> >> Proxy = exec /etc/tinc/rath/triv_proxy.sh >> > >> > Indeed, it seems like Proxy = exec was broken by a commit that fixed >> > some issue with the other proxy types. For now the workaround is to use >> > 1.0.29 or earlier if you need...
2018 Nov 09
1
[solved] Re: strange difference in ldbtools between samba-4.9.2 (van-Belle build) and compile samba tag 4.9.2
For more information: the package /libtracker/-/sparql is in ubuntu bionic 2.0, but in the van-belle repo expects 1.0./ /Regards,/ /Oliver/ / / On 09.11.18 23:06, Oliver Rath via samba wrote: > Hi list, > > too much compiling on this machine .. install path was broken. > > Tfh! > > Oliver > > > On 09.11.18 22:38, Oliver Rath via samba wrote: >> Hi list, >> >> If I compile samba-4.9.2 tag from git, i get >> >> #...
2018 Nov 09
2
strange difference in ldbtools between samba-4.9.2 (van-Belle build) and compile samba tag 4.9.2
Hi list, If I compile samba-4.9.2 tag from git, i get # ldbsearch --version Version 4.9.2 taking the same from the van-Belle build i get $ ldbsearch --version Invalid option --version: unknown option [..] But looking with dpkg I get: $ dpkg-query -l ldb-tools Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten | Status=Nicht/Installiert/Config/U=Entpackt/halb
2006 Jul 22
4
Visible elements in RJS
How can I know if a an element is visible or hidden in RJS I''m trying to hide/show some data but it does not work Error => parse error, unexpected $undefined. #show_doctor.rjs if($("#{@element}").visible()) page.hide "hide_#{@element}" end Any ideas? @element contains the value of the html element -- Posted via http://www.ruby-forum.com/.
2008 Feb 05
4
Cannot hear voice through SIP Phone from one side
I have a asterisk server. Two SIP Soft XLites are connected to the server. I am able to make calls from one SIP Phones to the other SIP Phones and landlines successfully. The SIP Soft Phone on th eother side can hear my voice but I cannot hear their voice. They can call my local cell phone as well. Samething, they can hears my voice, I cannot hear their voice. The microphone and speakers are
2006 Jul 21
5
How to display data using helpers and collections
## application_helper.rb def name_field(object, options = {} ) html = "" html << "Title : " + select(object, ''title'') html << "Given Names :" + text_field(object, ''given_names'' html << "Family Name :" + text_field(object, ''family_name'' html end ## index.rhtml <div
2012 Apr 25
3
Semantics of "smb ports = 0"
Hello, The qemu emulator has a feature to fork a samba instance for file sharing with the emulated hosts. It communicates with smbd over stdin. The generated configuration file contains a "smb ports = 0" directive to prevent smbd from listening to any ports. Unfortunately, with at least Samba 3.6.4 this causes a segfault instead: [0] vostro:/tmp/qemu-smb.6836-0# smbd -i -s smb.conf
2015 Nov 05
1
ssh authentication with AD
...ommon-account Rowland > > My AD is a pure windows AD domain -- so as far as rfc2307 attributes, I'm > not sure if they have been enabled in the AD to make things work . which > is wy I used the rid method for the idmap config. > > > On Wed, Nov 4, 2015 at 1:34 AM, Oliver Rath <rath at mglug.de> wrote: > >> Hi LPH & David, >> >> Im also interested in using kerberos authentication and tried your >> hints. Im using Ubuntu 14.04.3 Server on this machine. >> >> On 04.11.2015 08:52, L.P.H. van Belle wrote: >>> Ok, do t...
2009 Aug 18
7
Skype for Asterisk???
Not sure if anybody noticed, but it seems like Skype For Asterisk is out. $66 per channels, pretty pricey http://store.digium.com/productview.php?product_code=1SFA0001 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090817/cd8c6546/attachment.htm
2017 Jul 11
0
Can't use proxy after client upgrade
On Mon, Jul 03, 2017 at 02:24:55PM +0200, Nikolaus Rath wrote: > After upgrading my client system from Debian jessie to Debian stretch > (which includes an update from tinc 1.0.24 to tinc 1.0.31), I am > having trouble with my VPN: [...] > Proxy = exec /etc/tinc/rath/triv_proxy.sh Indeed, it seems like Proxy = exec was broken by a commit t...