search for: garces

Displaying 20 results from an estimated 164 matches for "garces".

2019 Jul 13
2
Problem after upgrading to Debian 10
On 12/07/2019 22:01, Rowland penny via samba wrote: > On 12/07/2019 21:29, Alberto Jos? Garc?a Fumero wrote: >> El vie, 12-07-2019 a las 21:05 +0100, Rowland penny via samba escribi?: >>> On 12/07/2019 20:23, Alberto Jos? Garc?a Fumero via samba wrote: >>>> Excuse me if I bother you, but I badly need help. >>>> >>>> Let me describe the
2019 Jul 12
2
Problem after upgrading to Debian 10
El vie, 12-07-2019 a las 21:05 +0100, Rowland penny via samba escribi?: > On 12/07/2019 20:23, Alberto Jos? Garc?a Fumero via samba wrote: > > Excuse me if I bother you, but I badly need help. > > > > Let me describe the situation. In my network there is a group of > > Windows boxes in a Windows domain (THE_DOMAIN), > What is the Windows DC ? > > three
2019 Jul 15
7
Feature request: allow chrooted directory writable by others
Hello, I am trying to setup a file server using the SFTP protocol with OpenSSH. I am in trouble because sshd refuses to chroot to a directory that is writable by users other than the owner. I guess that this is to prevent someone else from creating a .ssh/authorized_keys file and impersonate the user. But we have configured an alternative AuthorizedKeysFile. I also understand that a chroot user
2019 Jul 15
2
Problem after upgrading to Debian 10
On 15/07/2019 20:14, Alberto Jos? Garc?a Fumero via samba wrote: > El s?b, 13-07-2019 a las 09:24 +0100, Rowland penny via samba escribi?: >> On 12/07/2019 22:01, Rowland penny via samba wrote: >>> On 12/07/2019 21:29, Alberto Jos? Garc?a Fumero wrote: >>>> El vie, 12-07-2019 a las 21:05 +0100, Rowland penny via samba >>>> escribi?: >>>>> On
2010 May 08
3
Count cases in a list
Hi everybody, I would like to count how many times names in list L, nombreL, apear in list C, nombreC. Can I improve the next program? cuenta <- 0 topL <- length(nombreL) topC <- length(nombreC) for (i in 1:topL) { for (j in 1:topC) { k <- grep(noquote(nombreL[i]),nombreC[j])
2013 Jun 08
1
Bad performace for NV18 driver
...result with Cairo are better in the updated system, 0.63 FPS vs 0.54 FPS but still worse than boot with nomodeset (7,84 FPS) Any ideas to improve the results with Cairo? On Sat, Jun 8, 2013 at 12:18 AM, Ilia Mirkin <imirkin at alum.mit.edu> wrote: > On Fri, Jun 7, 2013 at 5:56 PM, Carlos Garces <carlos.garces at gmail.com> wrote: >> Hi! >> >> I have some strange results on my test with nouveau drivers >> >> I'm using a old GeForce4 MX 4000 (NV18) with 128 MB. >> >> I have made 2 test. >> >> -The default configuration, using n...
2004 Feb 17
7
max asterisk load
Hi, We're evaluating asterisk, somebody has measured maximum asterisk load (simultaneus calls, calls per seconds...)? Are there any stimation? Thx. Best regards. .G
2004 Dec 16
3
Centos as a desktop
Hello all, What are the disadvantages (if any) of using CentOS as a desktop (as it is seen more like a server oriented distro being a clone of RHEL) Best wishes, J
2019 Jul 12
2
Problem after upgrading to Debian 10
Excuse me if I bother you, but I badly need help. Let me describe the situation. In my network there is a group of Windows boxes in a Windows domain (THE_DOMAIN), three computers with Debian 9.x not linked to the domain (in a workgroup named TECHNOLOGY, and the parameter security=user) one of which I use, and other three computers with Debian 7.x in another workgroup (and security=share, so no
2013 Jun 07
2
Bad performace for NV18 driver
Hi! I have some strange results on my test with nouveau drivers I'm using a old GeForce4 MX 4000 (NV18) with 128 MB. I have made 2 test. -The default configuration, using nomodeset without nouveau_vieux_dri.so $inxi -G Graphics: Card: NVIDIA NV18 [GeForce4 MX 4000] X.Org: 1.12.4 drivers: vesa,nouveau (unloaded: fbdev) Resolution: 1024x768 at 0.0hz GLX Renderer: N/A
2019 Jul 15
0
Problem after upgrading to Debian 10
El s?b, 13-07-2019 a las 09:24 +0100, Rowland penny via samba escribi?: > On 12/07/2019 22:01, Rowland penny via samba wrote: > > On 12/07/2019 21:29, Alberto Jos? Garc?a Fumero wrote: > > > El vie, 12-07-2019 a las 21:05 +0100, Rowland penny via samba > > > escribi?: > > > > On 12/07/2019 20:23, Alberto Jos? Garc?a Fumero via samba > > > > wrote:
2013 Dec 03
2
Samba4 Winbind on DC Authentication problem
So, I've finally gotten around to installing a Samba4 AD DC. I've joined a Win7 and Ubuntu machine to the domain so far, and all works perfectly. Great job guys, it's nice to see this functionality working solidly on Samba! The problem is coming in on the actual DC host. My Ubuntu laptop is running winbindd 3.6.18, and as I said, all went flawlessly. The DC host is running
2018 Jun 25
2
Transformar muchas variables factor en variables binarias de acuerdo a niveles
Por cierto data.table tiene implementadas las funciones de reshape2 melt y dcast pero mucho m?s r?pidasen ejecuci?n Obtener Outlook para Android<https://aka.ms/ghei36> ________________________________ From: R-help-es <r-help-es-bounces en r-project.org> on behalf of V?ctor Granda Garc?a <victorgrandagarcia en gmail.com> Sent: Monday, June 25, 2018 4:23:52 PM To: Fernando Reche
2009 Mar 16
3
Help Inbound number
i create inbound number but i calling and send this error: [Mar 16 11:41:12] NOTICE[30847]: chan_sip.c:14383 handle_request_invite: Call from '101396_procall' to extension '8888246463' rejected because extension not found. but the extensin existed -- Bayardo S?nchez Garc?a Web Developer - Internet Portals - Asterisk Support - Windows Server Support - Proxi Support E-mail:
2007 Feb 01
3
indexing
Hello, In a nutshell, I've got a data.frame like this: > assignation <- data.frame(value=c(6.5,7.5,8.5,12.0),class=c(1,3,5,2)) > assignation value class 1 6.5 1 2 7.5 3 3 8.5 5 4 12.0 2 > and a long vector of classes like this: > x <- c(1,1,2,7,6,5,4,3,2,2,2...) And would like to obtain a vector of length = length(x), with the corresponding
2012 Jul 30
3
curve comparison
Dear R users, I have seven regression lines I´d like to compare, in order to find out if these are significatively different. The main problem is that these are curves, non normal, non homogeneous data, I´ve tried to linearize them but it has not worked. So I´d like to know if you know any command or source in R which explains how to perform this kind of comparison. Thanks in advance for your
2009 Jan 26
3
I need help
i have a problem need help == Spawn extension (DLPN_everything, 2095773777, 2) exited non-zero on 'SIP/8022-b7225740' -- Got SIP response 503 "Service Unavailable" back from 74.63.41.218 -- SIP/voipms4-09ab0c38 is circuit-busy == Everyone is busy/congested at this time (1:0/1/0) == Auto fallthrough, channel 'SIP/8011-b724f888' status is 'CONGESTION'
2007 Dec 13
4
Weird Mongrel error: Not starting.
Hi list, I have a problem with Mongrel which is really bugging me. I would really appreciate any help that anyone can provide to help me in solving this problem. 1. My setup: Apache front_end with mod_proxy_balancer in front of 4 mongrel/rails instances of my application. Rails 1.2.5 Ruby 1.8.6 Mongrel 1.1.1 2. I noticed that the CPU consumption on my server was 100% being consumed by ruby so I
2019 Jul 12
0
Problem after upgrading to Debian 10
On 12/07/2019 21:29, Alberto Jos? Garc?a Fumero wrote: > El vie, 12-07-2019 a las 21:05 +0100, Rowland penny via samba escribi?: >> On 12/07/2019 20:23, Alberto Jos? Garc?a Fumero via samba wrote: >>> Excuse me if I bother you, but I badly need help. >>> >>> Let me describe the situation. In my network there is a group of >>> Windows boxes in a Windows
2009 Mar 08
2
Using account alias as login
Hello, I use dovecot with a LDAP backend for user account and aliases. The aliases are objects of the class couriermailalias. Some users would like to use the alias address as POP/IMAP login instead of the 'true' account. Is this possible?. I am using dovecot version 1.0,10, from ubuntu hardy packages. Thanks for any answer, Javier