search for: gretly

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

Did you mean: greatly
2018 Nov 19
3
Grettings!
Dear colleagues, I signed up for this list to learn more about CentOS and the language. I ask you to understand me and help me to better understand the language and the system. For most phrases I'm using Google Translate but I've been struggling to read and understand without it. Whats is CDE? This word was written in "Red Hat is Planning To Deprecate KDE on RHEL By
2018 Nov 19
0
Grettings!
On Mon, Nov 19, 2018 at 1:27 PM Glenio Cortes Himmen < glenio.himmen at gmail.com> wrote: > > > Whats is CDE? > > > https://en.wikipedia.org/wiki/Common_Desktop_Environment Gianluca
2013 Oct 28
2
how to Build .opus file
Hi all! Using the code in opus_demo.c I write a c program for encode and decode the audio from one microphone, I can encode and decode raw audio into .opus file, but really is not an opus file because i need to add the "OpusHead" and the "OpusTags". In order that any opus player can play that file. So I only need in my c program how to add this streams to my file an how to
2013 Oct 28
2
how to Build .opus file
Hi Jean The problem is that for using this package I need to use all the libs like ogg, even Speex?, no, and also where i can find an easy example like opus_demo.c to create the .opus file Greetings Toni 2013/10/28 Jean-Marc Valin <jmvalin at jmvalin.ca> > Hi Toni, > > The package you want is opus-tools. You can get it from the download > section. For file distribution,
2009 Jul 03
0
[LLVMdev] Profiling in LLVM Patch Followup 2
Hi, this is the second in a series of patches to cleanup and improve the LLVM Profiling Infrastructure. It depends on the previous patch from http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-July/023569.html The ProfileInfoLoaderPass was only dealing with edge profiling information, this patch adds support for block and function profiling information. Grettings, Andi
2006 Dec 27
1
cant authenticate Samba -> AD trying to map to shares on samba server
...dd_misc.c:winbindd_check_machine_acct(68) could not open handle to NETLOGON pipe [2006/12/27 13:54:19, 2] nsswitch/winbindd_misc.c:winbindd_check_machine_acct(98) Checking the trust account password returned NT_STATUS_ACCESS_DENIED Anyone had a similiar problem? How did you sort it? Any tips gretly appreciated. Thanks. Kelley
2009 Nov 23
2
Vista laptop in Samba 3.3.4 domain suddenly trying to use roaming profiles?
Grettings, all I have a bizarre problem on a laptop in my Samba 3.3.4 domain. This domain includes a mixture of XP Pro and Vista Ultimate clients. I had just completed a migration to this new domain (from a Samba 2.2.8a domain), and all seemed happy and well - machines had rebooted and were still active in the domain, users were logging in with no problem, shares were working perfectly - all
2009 May 03
7
running R on netbooks/minis?
Dear R People: Is it possible to run R on a netbook/mini, please? Thanks, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: erinm.hodgess at gmail.com
2005 Jan 11
4
Problems with OpenLDAP 2.2.20/Samba 3.0.10 and smbpasswd
Hi everybody, i'm having serious problems with the configuration of samba 3.0.10. First my setup : samba-3.0.10 built from source openldap-2.2.20 built from source OS : Suse Linux 7.1 (but updated -> Kernel 2.4.27) My problem : ------------ I'm trying to use smbpasswd like the following : ---snipp--- [PTS2] 486dx66:/usr/local/samba3 # bin/smbpasswd -D 10 tina Netbios name list:-
2008 Mar 04
0
Determining curthread pointer (ulwp_t) via libproc on i386
How would I determine the address of the ulwp_t structure for the current thread of a process from a 32-bit i386 executable looking at a 32-bit executable? (This is in support of a fix for 6593259: "libdtrace should prefer pid probes to breakpoints".) For example, if I compile the following code 64-bit snippet, I can get that address from 32-bit or 64-bit executables:
2005 Nov 25
1
optim
Hello: I am trying to use optim() to estimate the maximum likelihood of a function a*x^b = y. Unfortunately, I always get the error, that there is no default value for b. Could you give me an example, on how to correctly optimize this function with input data x<-c(1,3,11,14). Thanks a lot, Adrienne -- *********************************************************************** Adrienne
2006 Nov 07
0
astertest
Hi all!! I've made some changes to the applications that Astertest was using to monitor the performance of the server. Now is also possible to track the bandwidth usage of the server, this has nothing to do with the executable (astertest.exe) itself but with the events that the Asterisk Manager generates. The method described in: http://www.asteriskguru.com/tutorials/astertest.html to
1998 Sep 20
1
samba crashes NT-workstation??
Hi quite strange assumtion, but I have the feeling, that samba makes my NT-CLient crash (blue screen). I haven't found anything in the archives about such troubles. It dosn't matter whether sp3 is installed on the NT machine, nor does a specific samba version makes this behavior vanish, it's just that my samba server wasn't available for a 3 months period in which the NT
2006 Mar 09
0
Problems protecting one share folder...?
Hi people. I have been reading about shares access protection with samba, i found some sites googling but i still dont know how to implement this problem, this is my situation: smb.conf for that share: [test] comment = Test System path = /opt/test writeable = yes valid users = @inges @notelaacabas @mfonseca @mvalencia read list = mfonseca mvalencia create mode = 0660
2013 Oct 28
0
how to Build .opus file
Hi Toni, The package you want is opus-tools. You can get it from the download section. For file distribution, always use opusenc (or equivalent), never opus_demo. Cheers, Jean-Marc On 10/28/2013 11:34 AM, Antonio Juan wrote: > Hi all! > > Using the code in opus_demo.c I write a c program for encode and decode > the audio from one microphone, I can encode and decode raw audio
2013 Oct 28
0
how to Build .opus file
On 10/28/2013 01:37 PM, Antonio Juan wrote: > The problem is that for using this package I need to use all the libs > like ogg, even Speex?, You do not need Speex. You do need libogg because .opus files *are* Ogg files. > no, and also where i can find an easy example > like opus_demo.c to create the .opus file There's an easy example called opusenc in the opus-tools package :-)
2004 Aug 06
2
Possibly memory leak & DoS
I am not sure, spent all the day looking the code and couldn't find the problem, but the problem exists: For each connection _without_ a source (a 404 error), about 100 bytes are leaked. It's easy to test: for i in `seq 10000 `; do echo -n -e $i'\r'; \ wget -q http://HOST:8000/any_uri -O /dev/null; done; echo After running it, you'll probably see (with "ps axl")
2016 Oct 15
2
IPv6 address configuration and default IPv6 address with CentOS 6.8?
Hello, when I have this in /etc/sysconfig/network-scripts/ifcfg-eth0 TYPE=Ethernet NAME=eth0 NM_CONTROLLED=no ONBOOT=yes DEVICE=eth0 USERCTL=no ... IPV6INIT=yes IPV6ADDR=2001:DB8:DEAD:BEEF::10 IPV6ADDR_SECONDARIES="2001:DB8:DEAD:BEEF::20 2001:DB8:DEAD:BEEF::30 2001:DB8:DEAD:BEEF::40 2001:DB8:DEAD:BEEF::50" IPV6_AUTOCONF=no IPV6_DEFAULTGW=2001:DB8:DEAD:BEEF::1 IPV6_DEFAULTDEV=eth0 I
2013 Oct 28
2
how to Build .opus file
Thanks for your help, I will follow that, so in order to sum up I need: - libopus 1.0.3 compiled as static or shared library - libogg 1.3.1 compiled as static or shared library - opus-tools 0.1.7 and then follow the example in opus-tools opusenc.c to get things ready, because if I try to compile opus-tools, this ask for me for the speex library, and other things I think that that will we all.
2016 Dec 19
4
Problems installing tibble (ggplot2) in R running Ubuntu 14.04
Hi, I am unable to install tibble, a required package for ggplot2 in R. I am running R (version 3.3.2 ) in RStudio (version 1.0.44). My OS is ubuntu 14.04 (64 bits). I get the same error when running R from the terminal. Any help would be gretly appreciated. Kind regards, Terje **************** Error messages: **************** install.packages("tibble") Installing package into ?/home/terjej/R/x86_64-pc-linux-gnu-library/3.3? (as ?lib? is unspecified) trying URL 'https://cran.rstudio.com/src/contrib/tibble_1.2.tar.gz' Co...