Re: problem with kannel on fedora core 4
pierre durand <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
On 11/7/05, pierre durand <[email protected]> wrote: > > > > On 11/7/05, Vincent CHAVANIS < [email protected]> wrote: > > > > Dear, > > > > FOA, this is not "segmentation error" but "segmentation fault" > > Then, could you please give us more information about your plateform > > (i386, x86_64, smp, ect...) a cat /proc/cpuinfo will helps us > > > > regards > > > > Vincent > > -- > > Telemaque - NICE > > Service Technique > > Tel : +33 4 93 97 71 64 (fax 68) > > [email protected] > > > > ----- Original Message ----- > > From: "pierre durand" < [email protected]> > > To: < [email protected]> > > Sent: Monday, November 07, 2005 2:43 PM > > Subject: problem with kannel on fedora core 4 > > > > > > hello. > > > > i have compiled the sources of kannel 1.4.0 on fedora core 4. > > > > When i launch it with the demo config, i have an error wich is in french > > "Erreur de segmentation" (we can translate it in segmentation error". > > > > someone can help me ? > > > > thank you > > > > here is what i see : > > [root@localhost kannelok]# bearerbox -v 1 test > > 2005-11-07 14:29:42 [5997] [0] INFO: Debug_lvl = 1, log_file = <none>, > > log_lvl = 0 > > 2005-11-07 14:29:42 [5997] [0] WARNING: DLR: using default 'internal' > > for > > storage type. > > 2005-11-07 14:29:42 [5997] [0] INFO: DLR using storage type: internal > > Erreur de segmentation > > > > > > and here is the config file : > > > > group = core > > admin-port = 13000 > > admin-password = f00bar > > status-password = sTat > > admin-deny-ip = "*.*.*.*" > > admin-allow-ip = " 127.0.0.1 <http://127.0.0.1/> < http://127.0.0.1>" > > smsbox-port = 13003 > > wapbox-port = 13004 > > box-deny-ip = "*.*.*.*" > > box-allow-ip = " 127.0.0.1 <http://127.0.0.1/> <http://127.0.0.1 >" > > wdp-interface-name = "*" > > log-file = "kannel.log" > > log-level = 1 > > access-log = "kannel.access" > > > > > > > Thank you. my english is not good at all (but it seem you are in france > too :)) > > i really thank you for your help. > > This is the answer : > > [root@localhost kannelok]# cat /proc/cpuinfo > processor : 0 > vendor_id : AuthenticAMD > cpu family : 15 > model : 44 > model name : AMD Hammer Family processor - Model Unknown > stepping : 2 > cpu MHz : 1607.849 > cache size : 128 KB > fpu : yes > fpu_exception : yes > cpuid level : 1 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat > pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt lm 3dnowext 3dnow > pni lahf_lm > bogomips : 3186.68 > TLB size : 1024 4K pages > clflush size : 64 > cache_alignment : 64 > address sizes : 40 bits physical, 48 bits virtual > power management: ts ttp tm stc > > > > and uname -a gives : > [root@localhost etc]# uname -a > Linux localhost.localdomain 2.6.11-1.1369_FC4 #1 Thu Jun 2 22:56:33 EDT > 2005 x86_64 x86_64 x86_64 GNU/Linux > > Another little thing. When i put v1 instead of v 1 i don't have the segmentation fault. I have :