search for: assinged

Displaying 20 results from an estimated 32 matches for "assinged".

Did you mean: assigned
2004 May 07
0
FW: ISP Static IP assinging
Hi, Thanks for the reply. >> Not sure if this is the right mailing list for this but its kinda on topic. >It is ADVANCED routing; you have a simple configuration issue, so I hope you posted more than just here. >> we''ve installed a linux machine which load balances 2 adsl lines. The >You left out a critical bit of info: WHAT DISTRO? F.E. Slackware does this in
2009 Apr 12
3
Quantative procedure assessing if data is normal
Hi, As part of an R code assingment I have been asked to find a quantitative procedure for assessing whether or not the data are normal? I have previously used the graphical procedure using the qqnorm command. Any help/tips would be greatly appreciated as to how I should start going about this! Henry _________________________________________________________________
2012 Aug 16
3
Reference a variable inside a string and another for object assingments
Hi R community I copied a bit of my R code that gets some data from a database. You won't be able to run the code, but I am a beginner so you will probably understand what going on. I would like to make a variable I can refer to inside the sqlQuery. Instead of writing the start date and time (ex SP.lokaldatotid >= '2005-01-01 00:00:00') inside the query I would like to define it
2003 Jun 20
1
[PATCH] accepting changed hostkeys
Hi, I often change the machines (and thus the hostkeys) that are on a IP (a service environment with a IP assinged for the machine to test). So every time I want to connect to a new machine I have to delete the previous key from the known_hosts file. Since I got tired of running a remove script manually, I made this small patch which adds the possibility to replace the real key with the string "AcceptA...
2003 Nov 02
1
Not reading quota under 3.0.0
Hi, I'm using samba 3.0.0 under redhat 9.0. Quota is assinged to user but they can't see their used space on windows explorer. The used space reported is only 8.0k, no matter what they have in ther home. I used the samba rpm downloaded from samba site. For a smbd -b command i get this (extract): --with Options: WITH_ADS WITH_PAM WITH_QUOTAS...
2002 Aug 25
3
how to force iproute2 to FORWARD to another interface packets with a destinatioin IP on this machine?
I have this situation: My machine debina, has three interfaces: eth1 212.126.24.129 ppp0 10.2.0.1 (Point-to-Point: 212.31.242.98) nsc5 10.2.0.250 (Point-to-Point: 172.23.140.32) I want packets which come in through the nsc5 interface, to be FORWARDED to the ppp0 interface to 212.31.242.98, even when their destination address is 212.126.24.129 (even so this is the IP of eth1 on this
2009 Dec 13
1
Home LAN server - dnsmasq
...the virtual 'clients', only one of them is getting assigned an IP address from the list in /etc/hosts. 'asmodean', running Ubuntu 9.10 gets its IP address of 10.0.0.2 as planned. The other two, demandred (running F12+LXDE) and lanfear (running Debian 5.03 Lenny), get randomly assinged IP addresses from the pool defined in dnsmasq.conf (10.0.0.50-10.0.0.100) like one would normally expect for a *dynamically* assigned lease. Except I wanted them to get fixed leases based on /etc/hosts. I've looked at most everything I can think of on both hosts... it doesn't seem to...
2008 May 19
1
DHCP Failure screws up system
...r they become reachable and then we start all over again. When in the unreachable state (But I can still ping them from the phone system), they can't access the phone system). Little info on the dhcp. It has two interfaces, eth0 is for known hosts, eth1 is for unknown hosts. The phones are assinged as unknown hosts. The Asterisk system has two IP addresses attached to the eth0 interface. eth0:FWB1 is on the 10.10.10.15 where the phones register. I've rebooted all the phones, Cisco switches and even the phone system. Makes no difference. Any suggestions would be appreciated.
2004 Dec 02
8
Ipsec and Proxy arp
I noticed the long standing Ipsec FSwan problem was fixed. But do you still have to make sure Ipec is not running when shorewall starts Reason I ask Is I could not get my Dmz working with Ipsec in the equation. Thanks Mike
2006 Jul 25
3
Rails based price quote system
Does anyone know of a Rails based Price Quote system? Something where a company could keep track of price quotes they''ve sent out to potential customers? -- Posted via http://www.ruby-forum.com/.
2007 Jul 06
0
XEN Bridging, Natting and VPN
Hello all, There is a Suse 10 dom0 machine which is acting as a router. It has two ethernet cards, one assinged a public address and the other a private one. The machine also logins to a VPN server on the public network (via eth0) and it can route traffic requests from one network to another. This is the configuration: eth0 Link encap:Ethernet HWaddr 00:30:05:AC:15:26 inet addr:xxxxxxx Bcas...
2005 May 16
1
[PATCH] Makefile include path ordering
The arch Makefile may override the include path order, which is used by Xen (and UML?) to make sure include/asm-xen is searched before include/asm-i386. The Makefile change to 2.6.12-rc4 made the top Makefile always override the value specified by the arch Makefile. This trivial patch makes the Xen kernel compile again. Signed-off-by: Rik van Riel <riel@redhat.com> ---
2004 May 09
1
Example: calling card using extension logic ONLY!
http://www.bkw.org/~brian/callingcard.conf Now this is far from a complete example but it doesn't allow more than 1 person to use the card at the same time(thats right only one person at a time can use the card). Its just an example and shouldn't be used in production. This is only to show how you can do complicated operations using only extension logic. The sounds are from
2006 Apr 07
1
wellgate registration 3802
I have a new wellgate 3802 unit. I have not gotten it to register with asterisk 1.2.6. My proxy setting is the correct IP in the 3802. My security config is 1001/1001 and 1002/1002 on the wellgate (simple at this time). My sip.conf has: [wellgate3802L1] type=friend dtmfmode=inband username=1001 secret=1001 host=dynamic canreinvite=yes nat=no context=wellgate [wellgate3802L2] type=friend
2012 Feb 16
0
How to configure PE 2.0 compliance ?
...ashboard on compliance tab , it says no baseline set , reviewed NA etc..... I have written audit manifests class foo { file {''/etc/resolv.conf'': audit => all, } file {''/etc/services'': audit => all, } } and assinged them to nodes . i am executing "puppet inspect" to sent reports to master , puppet.conf has "report = true" set. But if i make changes #puppet agent --test info: Retrieving plugin info: Loading facts in facter_dot_d info: Loading facts in facter_dot_d info: Loading facts in f...
2009 Sep 30
3
django like admin interface
Hi, I am building an application where i need to have an admin interface from where the admin can assign permission for different methods (create, edit etc.) in controller based on roles . It should be similar to django administration, where we can assign permission on methods based on the role. How can i do the implementaton ? Can anybody give me some pointers on how to start ? Thanks and
2014 Jun 04
0
tested lowering default GID/UID failed. ( samba 4.1.7 ) ( minor BUG? )
...next UID/GID that will be assigned. E. g. if you require to start UIDs at 20000 and GID at 50000, change the values on a Domain Controller: Ok, now im lowering the default from 10000 to 5000, but samba still shows still from 10000 when i want to assign a user/group id with windows tools. ? After i assinged 1 group and 4 users the UID/GIDs i did?check by use the command : ldbedit -H /usr/local/samba/private/sam.ldb -b CN=samdom,CN=ypservers,CN=ypServ30,CN=RpcServices,CN=System,DC=samdom,DC=example,DC=com there were none of the following entries.? ( and/or no correct UID/GID numbers ) msSFU30MaxUidN...
2015 Mar 12
0
[PATCH] virtio_mmio: generation support
"Michael S. Tsirkin" <mst at redhat.com> writes: > virtio_mmio currently lacks generation support which > makes multi-byte field access racy. > Fix by getting the value at offset 0xfc for version 2 > devices. Nothing we can do for version 1, so return > generation id 0. > > Signed-off-by: Michael S. Tsirkin <mst at redhat.com> > --- > > Pawel,
2015 Mar 12
0
[PATCH] virtio_mmio: generation support
"Michael S. Tsirkin" <mst at redhat.com> writes: > virtio_mmio currently lacks generation support which > makes multi-byte field access racy. > Fix by getting the value at offset 0xfc for version 2 > devices. Nothing we can do for version 1, so return > generation id 0. > > Signed-off-by: Michael S. Tsirkin <mst at redhat.com> > --- > > Pawel,
2012 Mar 28
2
[LLVMdev] Suboptimal code due to excessive spilling
Hi, I have run into the following strange behavior and wanted to ask for some advice. For the C program below, function sum() gets inlined in foo() but the code generated looks very suboptimal (the code is an extract from a larger program). Below I show the 32-bit x86 assembly as produced by the demo page on the llvm home page ("Output A"). As you can see from the assembly, after