Displaying 10 results from an estimated 10 matches for "crichter".
Did you mean:
richter
2016 May 10
2
Ubuntu server 14.04 classic upgrade segmentation fault
El 10/05/16 a les 16:03, Maxnux ha escrit:
> attribute gecos does not exist
> Violación de segmento (`core' generado)
>
https://bugzilla.samba.org/show_bug.cgi?id=11530
Bye
--
Luca Olivetti
Wetron Automation Technology http://www.wetron.es/
Tel. +34 93 5883004 (Ext.3010) Fax +34 93 5883007
2016 May 10
0
Ubuntu server 14.04 classic upgrade segmentation fault
...gt; attribute gecos does not exist
>> Violación de segmento (`core' generado)
>>
>
> https://bugzilla.samba.org/show_bug.cgi?id=11530
>
>
> Bye
thanks luca had already seen this bug but when I do a search with
ldapsearch can see the geckos entry
its the same bug ?
# crichter, Users, gruporesasco.local
dn: uid=crichter,ou=Users,dc=gruporesasco,dc=local
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: shadowAccount
objectClass: sambaSamAccount
objectClass: inetLocalMailRecipient
cn: C...
2018 Dec 14
3
Compiling for baremetal ARMv4 on Ubuntu Linux
...BaremetalARM.cmake \
> /path/to/llvm
>
> The cache file requires clang and lld. From the build directory they
> will go into lib/clang. That worked for me (TM). Hopefully if you can
> edit the paths it will work for you. My guess is that you'll want to
> set ARMEABIGCC=/home/crichter/Downloads/gcc-arm-none-eabi-5_4-2016q3/arm-none-eabi
>
> Peter
>
> On Thu, 13 Dec 2018 at 12:08, Christian Richter
> <christian.richter at hsu-hh.de> wrote:
> >
> > Hello Peter and Lists,
> >
> > thanks a lot, that way it worked out! The final cmake was...
2019 Mar 04
2
Compiling for baremetal ARMv4 on Ubuntu Linux
...nable to find library -lclang_rt.builtins-armv6m.a
> clang-8: error: ld.lld command failed with exit code 1 (use -v to see invocation)
>
> I downloaded the sysroot (from https://developer.arm.com/open-source/gnu-toolchain/gnu-rm ) and tried to include it via --sysroot (like --sysroot=/home/crichter/Downloads/gcc-arm-none-eabi-5_4-2016q3/arm-none-eabi) or -L or -l and tried the same for the two libraries gcc seems to use according to its -v (LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/6.3.1/:/usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/lib/) or combinations of it, but it all resulted i...
2018 Dec 13
2
Compiling for baremetal ARMv4 on Ubuntu Linux
...m-ranlib
-DCMAKE_TRY_COMPILE_TARGET_TYPE=STATIC_LIBRARY
-DCMAKE_C_COMPILER_TARGET="arm-linux-gnueabihf"
-DCOMPILER_RT_DEFAULT_TARGET_ONLY=ON
-DLLVM_CONFIG_PATH=/usr/local/myclang/bin/llvm-config
-DCMAKE_ASM_FLAGS="--target=arm-linux-gnueabihf -march=armv7a
--gcc-toolchain=/home/crichter/arm-linux-gnueabihf/gcc-arm
--sysroot=/home/crichter/arm-linux-gnueabihf/sysroot-glibc/"
-DCMAKE_C_FLAGS="--target=arm-linux-gnueabihf -march=armv7a
--gcc-toolchain=/home/crichter/arm-linux-gnueabihf/gcc-arm
--sysroot=/home/crichter/arm-linux-gnueabihf/sysroot-glibc/"
where sysr...
2019 Mar 11
2
Compiling for baremetal ARMv4 on Ubuntu Linux
...gt;
> cmake –G Ninja –DBAREMETAL_ARMV6M_SYSROOT=${ARMEABI5GCC} -DBAREMETAL_ARMV7M_SYSROOT=${ARMEABI5GCC}- DBAREMETAL_ARMV7EM_SYSROOT=${ARMEABI5GCC} –DCMAKE_BUILD_TYPE=Release –C /home/llvm_4rt/llvm/tools/clang/cmake/caches/BaremetalARM.cmake /home/llvm_4rt/llvm/
>
> where ARMEABI5GCC=/home/crichter/Downloads/gcc-arm-none-eabi-5_4-2016q3/arm-none-eabi is from the sysroot download site you gave me back then.
>
> That resulted in a libclang_rt.builtins.a file which I considered to be the right one to use now, but neither copying it into
> /usr/local/myclang/lib/clang/8.0.0/lib/baremetal...
2019 Feb 04
2
Compiling for baremetal ARMv4 on Ubuntu Linux
...; >>
> >> The cache file requires clang and lld. From the build directory they
> >> will go into lib/clang. That worked for me (TM). Hopefully if you can
> >> edit the paths it will work for you. My guess is that you'll want to
> >> set ARMEABIGCC=/home/crichter/Downloads/gcc-arm-none-eabi-5_4-2016q3/arm-none-eabi
> >>
> >> Peter
> >>
> >> On Thu, 13 Dec 2018 at 12:08, Christian Richter
> >> <christian.richter at hsu-hh.de> wrote:
> >>> Hello Peter and Lists,
> >>>
> >>>...
2006 Jan 18
0
misdn svn
Sorry for bad english
I installed asterisk and misdn by
svn co http://svn.digium.com/svn/asterisk/team/crichter/0.3.0 asterisk-0.3.0
but asterisk don't show any channel
and
/etc/init.d/misdn-init restart
-------------------------------------------
Unloading module(s) for your misdn-cards:
-------------------------------------------
rmmod hfcpci
/etc/init.d/misdn-init: line 282: 20170 Segmentation faul...
2018 Dec 10
2
Compiling for baremetal ARMv4 on Ubuntu Linux
Hello again!
Tried out the small Hello World Setup, worked as intended:
root at christian-forschung-virtual-machine:/home/progs# clang -v
--target=arm-linux-gnueabihf hello.c -o hello -fuse-ld=lld
clang version 8.0.0 (https://git.llvm.org/git/clang.git/
a152c7a4b7ba8f4cb9532ead9a38a7121db43d50)
(https://git.llvm.org/git/llvm.git/
1959ce6f3e01241919968ac1911fd45660239d23)
Target:
2016 May 10
2
Ubuntu server 14.04 classic upgrade segmentation fault
...d=cperez)(uid=nmaidana)(uid=mcervellini)(uid=mgarrote)(uid=fassel)(uid=aveslosada)(uid=madiaz)(uid=vbarreix)(uid=cschlaps)(uid=rdepaz)(uid=vbeltramo)(uid=jbergonzi)(uid=acapmany)(uid=nmontiel)(uid=fsilva)(uid=svaloni)(uid=mgomez)(uid=jortiz)(uid=malonso)(uid=ekroh)(uid=rschabb)(uid=fminichetti)(uid=crichter)))],
scope => [2]
ldapsam_enum_group_members: found 29 accounts
smbldap_search_ext: base => [dc=gruporesasco,dc=local], filter =>
[(&(objectClass=sambaSamAccount)(gidNumber=20001))], scope => [2]
smbldap_search_ext: base => [dc=gruporesasco,dc=local], filter =>
[(&(obje...