search for: _from_

Displaying 20 results from an estimated 44 matches for "_from_".

Did you mean: from_
2020 Feb 27
9
[Bug 1410] New: STATELESS, rules with notrack into a map
https://bugzilla.netfilter.org/show_bug.cgi?id=1410 Bug ID: 1410 Summary: STATELESS, rules with notrack into a map Product: nftables Version: unspecified Hardware: x86_64 OS: Debian GNU/Linux Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at
2006 Jul 10
10
has_many :through and foreign key parameters
I just took my HABTM and turned it into a :through since my join table has another "non-joiny" attribute. I went from this: has_many_and_belongs_to :jobs, :join_table => ''tablename'', :foreign_key => ''x'', :association_foreign_key => ''y'' to this: has_many :jobs, :through =>
2005 Apr 17
3
RFC: hexadecimal constants and decimal points
...ot;3,12") [1] 3,12 > as.numeric("3.12") [1] NA Warning message: NAs introduced by coercion We could do better by insisting that "." was the decimal point in all interval conversions _to_ numeric. Then the effect of setting LC_NUMERIC would primarily be on conversions _from_ numeric, especially printing and graphical output. (One issue would be what to do with scan(), which has a `dec' argument but is implemented assuming LC_NUMERIC=C. I would hope to continue to have `dec' but perhaps with a locale-dependent default.) The resulting asymmetry (R would no...
2004 Jul 28
3
MGCP & Caller ID
Good Morning, I'm having an issue with callerid display when calles are placed _from_ an mgcp device (8x8 ata w/mgcp firmware). Internally, there are several different sip devices and one mgcp device. Calls from any of the sip devices to any other device (sip or mgcp) have name/number displayed properly by the called party's phone. Calls from the mgcp device to any other devi...
2010 Jul 03
4
Problem pinging the xen guest after live migration
Hi , I am getting the delay in pinging (from different network) , the guest after live migration . Here is the scenario: 0. OS : RHEL5.4 86_64 1. Host-A. Port eth1 , it is trunked with three subnets xxx.xx.15.xxx xxx.xx.16.xxx xxx.xx.17.xxx Guest created on 15, 16 ,17 subnets. Gust15-A created on subnet 15 Gust16-A
2004 Apr 26
3
dtmf tone clamping in calls to external ivr
...nly in the one direction. I've been grepping the mailing list archives and found Pauline Middelink's isdn-dsp patch (which I've applied in an attempt to solve this problem - I've now got "features=dtmf,noquelch" in my modem.conf), but that seems to relate to digits coming _from_ the ISDN _to_ Asterisk, not the other way around. Looks like some people have run into my problem before, but I cannot find any conclusions in the list archives. Can anyone help? Thanks in advance, Mark -- Mark Mickan <mark.mickan@articul-8.com>
2004 Jan 15
4
shorewall, freeswan and kernel crypto-api
...k fine if I disable shorewall, but packets are filtered whe shorewall is active. I''ve already read a past thread on the subject and I followed all the hints and it actually partially works: my lan I can access the remote lan and viceversa, but I''m unable to connect the remote lan _from_ the firewall itself. So there I go, here are my settings on my ipsec firewall: public ip: a.b.c.d/20 internal lan: 10.123.123.0/24 internal ip: 10.123.123.100 remote ip: x.y.z.k remote lan: 10.0.0.0/19 zones: vpn VPN Freeswan VPN net Net Internet loc Local...
2003 May 01
4
--exclude-from works but "exclude from" in rsyncd.conf doesn't ?
I'm setting rsync up for the first time and would prefer to have the exclude file defined in the conf file, but the exclusions aren't honoured when I define the parameter in rsyncd.conf - although they are when I specify the file in an argument. The server is the remote system and both rsyncd.conf and the exclude file are the same on both local and remote systems. I'm attaching the
2002 Jul 01
1
Multiple Ethernet Cards: Ignoring one of them
...ot;no" # # set to "yes" if this server is running a samba server. You still have to open # the tcp port 139 to allow remote access to SAMBA. FW_SERVICE_SAMBA="yes" [I am a little unsure about this last option. I am right in thinking that this enables the forwarding of SMB _from_ external networks? ] # 11.) # How is access allowed to high (unpriviliged [above 1023]) ports? # 7.) # Do you want to protect the firewall from the internal network? FW_PROTECT_FROM_INTERNAL="no" #It's a home LAN - only my 2 PCs on it! # 14.) # Which services accessed from the intern...
2010 Mar 15
0
Allow utf-8 usernames in scp
...g files to a remote host with a username containing utf-8 characters. It just returns "invalid user name". While traditionally usernames were restricted to printable us-ascii, nowadays there's little problem in allowing them. In fact, it is allowed by ssh, and even scp when copying _from_ such username. The limitation seems to lie on the if (c & 0200) goto bad; check on okname() at scp.c, which automatically rejects usernames with the high bit set. Can you please remove such limitation? Thanks,
2004 Nov 22
0
SIP phones disconnect frequently
...192.168.178.254 D N 255.255.255.255 5060 OK (12 ms) fon2/fon2 (Unspecified) D N 255.255.255.255 0 UNKNOWN fon1/fon1 (Unspecified) D N 255.255.255.255 0 UNKNOWN In this situation, I cannot make calls to fon1+2. I can, however, make calls _from_ fon1+2, to the other internal phones as well as to outside line. Then, after a few minutes again, the phones reconnect themselves: -- Registered SIP 'fon2' at 192.168.178.1 port 5060 expires 1200 -- Registered SIP 'fon1' at 192.168.178.1 port 5060 expires 1200 The same ca...
2007 Feb 26
1
Some questions on driver implementation and variable
=?ISO-8859-1?Q?Edgar_Fu=DF?= wrote: > > > On the other hand, if it is not a HID device, then it is most likely a > > serial-over-USB protocol > Yes, it is serial-over USB, but non-standard. > > > might be supportable by one of the existing serial-over-USB drivers > I did not look into these as they wouldn't support the specific > serial protocol
2005 Mar 09
0
strange Samba3 / sudo / ldapsearch problem
...cal error (-2) additional info: SASL(-1): generic failure: GSSAPI Error: Miscellaneous failure (see text) (No such file or directory) particularly within the backend script. What happens here? I did add winbind to /etc/pam.d/sudo but as I understand this should not be needed to sudo _from_ the AD user _to_ root (only the other way round). I googled for various ldap_sasl_interactive_bind_s errors but nothing useful comes up. I have no idea if that's a sudo, ldapsearch or Samba/winbind problem. A setuid root C wrapper did the trick but is that how it's designed? -- Due to...
2004 Oct 08
0
user interface and documentation of setIs and setAs, some suggestions (S4).
..., classDef =, extensionObject = NULL, doComplete = TRUE) 3) and finally in the argument section: the object to 'class2', and to alter the object so that 'is(object, class2)' is identical to 'value'. I much more like how setAs is implemented, we cast _from_ _to_ and so the arguments in all this functions are named. Its much more consistent. I would also suggest to replace the keyword _def_ in the setAs function by _coerce_ as it is in the setIs function. I thinke it will be nicer if bot methods will have a unified user interface if possible. Of...
2012 Oct 11
0
Problem with NTFS support
...in core/fs/fs.c. However, the functions in core/fs/fs.c mostly assume the "global," Syslinux, booted-from filesystem ('this_fs'). The Syslinux filesystem drivers try to tie all data to a particular FS instance. So if an FS driver wants to open a file, it probably wants to do it _from_ a particular FS instance, such as opening the MFT. Anyway, please see commit bcb5af34d4fd02c5bd2970c89d30275cd9176168[1] and please advise how this could be done better. For example, what are the interfaces going to be like in the future, when code can specify a desired filesystem to open a file...
2006 Feb 22
0
iproute2 dump nat
...thernet), capture size 96 bytes 16:53:07.472210 IP 192.168.3.2 > 10.10.20.80: icmp 64: echo request seq 1366 16:53:08.471939 IP 192.168.3.2 > 10.10.20.80: icmp 64: echo request seq 1367 16:53:09.471768 IP 192.168.3.2 > 10.10.20.80: icmp 64: echo request seq 1368 and go out here (They are _from_ 192.168.3.2 , so policy 32764 should match) # tcpdump -n -i eth0 icmp tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes 16:54:45.454799 IP 192.168.3.2 > 10.10.20.80: icmp 64: echo request seq 1464 16:5...
2003 Feb 22
1
SIP register= bug?
...ou ask. Well, asterisk appears to be trying to "REGISTER" with one of my ATA-186's, which is clearly not a Good Thing. Somehow, * has swapped some IP address information somewhere in it's little head. 10.0.1.100 is my ATA-186, and thus should not be getting REGISTER attempts _from_ asterisk, and is thus throwing errors. Note that 195.37.77.101 resolves to fox.iptel.org Here's my sip.conf, distilled and anonymized: [general] disallow=gsm allow=ulaw port = 5060 ; Port to bind to bindaddr = 0.0.0.0 ; Address to bind to context = from-sip...
2004 Aug 06
1
ices: forcing an immediate reread of the playlist
Hi Michael, I'll try, but just from looking at the code inside im_playlist.c it doesn't appear to check the pl->nexttrack variable inside the 'while(1)' loop unless it reaches the eof on the playlist file. Honestly I don't understand the ogg function calls, but just wondering if code has to be added to check this. Brant At Tuesday 06:24 PM 3/19/2002, Michael
2002 Dec 31
5
[Bug 459] ssh-keygen doesn't know how to export private keys
http://bugzilla.mindrot.org/show_bug.cgi?id=459 markus at openbsd.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From markus at openbsd.org 2003-01-01
2007 Feb 12
4
Samba Domain authentication and shares
Hello, I have been able to use Samba to join our Win2003 domain. I have also setup folders and permissions in the smb.conf file. I can browser to the Samba Shares 2 ways, thru network neighborhood and by UNC/ip address. Both of these methods prompt me for login which is not successful. I assumed that if I userA had permissions to a folder in the smb.conf file that Windows userA would e able to