search for: servicos

Displaying 13 results from an estimated 13 matches for "servicos".

Did you mean: services
2023 Jan 05
1
R 'arima' discrepancies
...ical components ipca <- gbcbd_get_series(c(433, 4449, 10844, 11428, 27863, 27864), first.date = dmy("01/01/2004")) ipca <- ipca %>% mutate(series.name = case_when(id.num == 433 ~ "ipca", id.num == 4449 ~ "administrados", id.num == 10844 ~ "servicos", id.num == 11428 ~ "livres", id.num == 27863 ~ "industriais", id.num == 27864 ~ "alimentos", TRUE ~ series.name)) ipca <- ipca %>% select(data = ref.date, valor = value, series.name) %>% pivot_wider(names_from = "series.name", v...
2010 Mar 19
2
I18n and Rails 2.3.5
...es when I call the *t* function, it works fine, but for some keys, it does not work and I have no clue why it is going on. I do have a .yml with correct keys and values. For example, in this ( http://dev.promine.com.br/promine) page, i18n is working properly, but in this (http://dev.promine.com.br/servicos) one, it isn''t? Any suggestion about what is happening? Thanks in advance. *Rodrigo Felix* -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez...
2007 Mar 20
5
Problem with 02 domains on a single PDC
Hi all. I have 01 Samba-LDAP Server running 02 domains on separated networks. ---------------- | SERVER | ---------------- | | | | ADMIN LABI When I try to join the ADMIN domain, the machine joins the LABI domain. When I stop the LABI domain, the machine can join the ADMIN domain normally. Does anyone know how to fix this? Thanks. My configuration files are
2007 Jul 05
4
Load Balancing , MSN and SSL
...add 127.0.0.0/8 dev lo table T2 interface_interna ip route add default scope global nexthop via $P1 dev $IF1 weight 1 \ nexthop via $P2 dev $IF2 weight 1 #ROTAS DE BACKUP ip route add default via $P2 dev $IF2 metric 1 table T1 ip route add default via $P1 dev $IF1 metric 1 table T2 #ROTAS DE SERVICOS ip rule add fwmark 2 table 21 prio 20 ip rule add fwmark 3 table 22 prio 20 ip route add default via $P1 dev $IF1 table 21 ip route add default via $P2 dev $IF2 table 22 ip route flush cache Here the iptables mangles rules : ############# MSN Services ##################### iptables -t mangle -...
2003 May 20
0
De um amigo
INFORMACAO CONFIDENCIAL Prezado(a) Amigo(a): Esta carta/e-mail nada tem de semelhante As muitas "aldrabices" que circulam pela Internet. Ela ? uma mensagem rara que tem um conteUdo que pode modificar a sua vida para melhor. Assim, peco-lhe um pouco de paciencia, e que a leia com atencao, muita atencao, e no final, muito provavelmente, se sentira recompensado(a). Este e um assunto que
2003 Apr 12
0
De um amigo
INFORMACAO CONFIDENCIAL Prezado(a) Amigo(a): Esta carta/e-mail nada tem de semelhante As muitas "aldrabices" que circulam pela Internet. Ela ? uma mensagem rara que tem um conteUdo que pode modificar a sua vida para melhor. Assim, peCo-lhe um pouco de paciencia, e que a leia com atencao, muita atencao, e no final, muito provavelmente, se sentira recompensado(a). Este e
2007 Aug 16
0
WERR_INVALID_NAME in printer migrate
Hello! I'm trying to migrate printer settings from a XP machine to my samba server but failed: [root@smbSrv ~] #net rpc printer migrate settings HPDJ3500 -S winXP --destination=smbSvr -U admin%password migrating printer settings for: [\\winXP\HPDJ3500] / [HPDJ3500] could not set printerdataex: WERR_INVALID_NAME I don't know what means "ERR_INVALID_NAME". Is invalid printer
2003 Aug 21
0
Seu/your email tinha/have virus
Esta e uma mensagem automatica. por favor nao responda ela. (This is an automatic message. Don't reply please) (see below for the english version) Voce enviou uma mensagem contaminada com o(s) virus: 00]/text infected: I-Worm.Sobig.f.txt /var/tmp/vir-1061498500-18279/email.eml/[From <samba@lists.samba.org>][Date Thu, 21 Aug 2003 22:41:29 +0200]/document_all.pif packed: PE_Patch
2013 Jun 26
2
SAVON - Call
...is method on a web service I''m consuming, using SAVON 3 on Rails 3 and Ruby 1.9.7 web app <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:gpa="http://schemas.datacontract.org/2004/07/Gpa.Comercio.Servicos.Contracts.DTO"> <soapenv:Header/> <soapenv:Body> <tem:CalcularCarrinho> <!--Optional:--> <tem:carrinho> <!--Optional:--> <gpa:CEP>parameter here</gpa:CEP> <!--Optional:-->...
2005 Aug 24
2
BDC + LDAP
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Good Moring list I already possess PDC + LDAP. Today the necessity appeared to possess a BDC, but users in base LDAP would like to legalize all, and mine configuracao follows below: [global] ~ workgroup = AURORA ~ netbios name = fly ~ server string = Marcio(CPD) ~ passdb backend = ldapsam:ldap://121.1.16.245 ~
2013 May 21
2
[Bug 821] New: Rosa
...##################################################################### ### aplicando as regras de PREROUTING/POSTROUTING ### aplicando as regras para proxy transparente #iptables -t nat -A PREROUTING -s 192.168.0.0/24 -p tcp --dport 80 -j REDIRECT --to-ports 8080 ### ### regras para rede interna (servicos permitidos) # iptables -t nat -A PREROUTING -p icmp -j ACCEPT ### Google Drive iptables -t nat -A PREROUTING -m multiport -p tcp -s 192.168.0.0/24 --dport 443,5222 -j ACCEPT iptables -t nat -A PREROUTING -m multiport -p udp -s 192.168.0.0/24 --dport 443,5222 -j ACCEPT ### iptables -t nat -A PRERO...
2006 Oct 18
2
nss didn't list winbind user/groups
...amba# getent passwd just show /etc/passwd users zaphod:/etc/samba# getent group just show /etc/group users Weirdest thing!! zaphod:/etc/samba# getent passwd igormorgado igormorgado:*:10000:10000:Igor Morgado:/dados/home/igormorgado:/dev/null zaphod:/etc/samba# getent group admins admins:x:10003:servicos,vhogemann,igormorgado,lidia,diogo,nelson,admin,ramos,eliane,JEANNE,Administrador Retrieve winbind data!! Even more weirdest! zaphod:/etc/samba# id igormorgado uid=10000(igormorgado) gid=10000(Domain Users) grupos=10000(Domain Users) it list only the my primary group not all groups but as you co...
2011 Nov 15
2
Changes at Red Hat confouding CentOS (was: What happened to 6.1)
These seems to me to be the first message in the series and provides a really good summary of the changes at Red Hat which seem to be making life a lot more difficult for CentOS. Just figured I'd pull it out of that thread and change the subject line. Below Johnny's email I've copied another from the original thread, written by Lamar Owen, which gives some good explanation on how Red