Bug#657681: more information related

2018-02-23 Thread Mr. Jeffrin Jose
the infinite while loop in the source is added by me.



$sudo cat /home/jeffrin/beautifulwork/knowledge/debian/bug/657681/iof.c
> /* content from https://www.geeksforgeeks.org/check-for-integer-overflow/
> */
>
> #include
> #include
> #include
>
> int addOvf(int* result, int a, int b)
> {
>if( a > INT_MAX - b)
>  return -1;
>else
>{
>  *result = a + b;
>   return 0;
>}
> }
>
> int main()
> {
>   int *res = (int *)malloc(sizeof(int));
>   int x = 2147483640;
>   int y = 10;
>   while (1) {
>   printf("%d", addOvf(res, x, y));
>   printf("\n %d", *res);
>   }
>   getchar();
>   return 0;
> }
> $
>
>
>


Bug#890180: Hardware Error related

2018-02-11 Thread Jeffrin Jose
Package: linux-image-4.14.0-3-amd64
Version: 4.14.0-3

I have upgraded my laptop to unstable related.
I get the following errors during boot which disturbs me.

--- file attached ---

i use Debian GNU/Linux buster/sid  related.
i do not get this error when i boot an older kernel which
is of 4.9 series.

The attached file is created by "sudo dmesg | grep Error > error.txt"
[0.086409] mce: [Hardware Error]: Machine check events logged
[0.086411] mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank 5: 
ee40110b
[0.086417] mce: [Hardware Error]: TSC 0 ADDR 16080 MISC 5040008086 
[0.086421] mce: [Hardware Error]: PROCESSOR 0:306d4 TIME 1518357500 SOCKET 
0 APIC 0 microcode 25
[1.289925] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECWT] Namespace lookup 
failure, AE_NOT_FOUND (20170728/psargs-364)
[1.290019] ACPI Error: Method parse/execution failed \_TZ.FN00._ON, 
AE_NOT_FOUND (20170728/psparse-550)
[1.290163] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECWT] Namespace lookup 
failure, AE_NOT_FOUND (20170728/psargs-364)
[1.290249] ACPI Error: Method parse/execution failed \_TZ.FN00._ON, 
AE_NOT_FOUND (20170728/psparse-550)
[1.295698] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECRD] Namespace lookup 
failure, AE_NOT_FOUND (20170728/psargs-364)
[1.295788] ACPI Error: Method parse/execution failed \_TZ.TZ00._TMP, 
AE_NOT_FOUND (20170728/psparse-550)
[1.296048] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECRD] Namespace lookup 
failure, AE_NOT_FOUND (20170728/psargs-364)
[1.296135] ACPI Error: Method parse/execution failed \_TZ.TZ00._TMP, 
AE_NOT_FOUND (20170728/psparse-550)
[1.296304] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECRD] Namespace lookup 
failure, AE_NOT_FOUND (20170728/psargs-364)
[1.296389] ACPI Error: Method parse/execution failed \_TZ.TZ01._TMP, 
AE_NOT_FOUND (20170728/psparse-550)
[1.296541] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECRD] Namespace lookup 
failure, AE_NOT_FOUND (20170728/psargs-364)
[1.296628] ACPI Error: Method parse/execution failed \_TZ.TZ01._TMP, 
AE_NOT_FOUND (20170728/psparse-550)


Bug#849305: ITP: python-shutilwhich -- A backport of Python3's shutil.which module

2016-12-25 Thread Jeffrin Jose T
sorry typo ... it is rkrish...@debian.org



Bug#849305: ITP: python-shutilwhich -- A backport of Python3's shutil.which module

2016-12-25 Thread Jeffrin Jose T
Sorry if any problem, the correction was earlier made by krishnan@debia
n.org  himself



Bug#849305: ITP: python-shutilwhich -- A backport of Python3's shutil.which module

2016-12-25 Thread Jeffrin Jose
may be a url correction is needed https://github.com/mbr/shutilshich   (not 
correct )

"https://github.com/mbr/shutilwhich"; (correct) 

On Sunday, 25 December 2016 11:51 AM, Ramakrishnan Muthukrishnan 
 wrote:
 
 

 Package: wnpp
Severity: wishlist
Owner: Ramakrishnan Muthukrishnan 

* Package name    : python-shutilwhich
  Version        : 1.1.0
  Upstream Author : Marc Brinkmann 
* URL            : https://github.com/mbr/shutilshich
* License        : Python-3
  Programming Lang: Python
  Description    : A backport of Python3's shutil.which module

This is a port of Python 3's shutil.which module mostly copied and pasted
from Python 3 source.
.
This package contains the Python 2 module.



 
   

Bug#809454: re: youtube-dl: ExtractorError: Could not find JS function u'gr'

2016-01-11 Thread Jeffrin Jose T
On Fri, 8 Jan 2016 02:17:59 + Wookey  wrote:
> I can confirm that the commit referenced in
> https://github.com/rg3/youtube-dl/issues/7900 does indeed fix this
> issue. Attached is a patch applying just that fix.
> 
> I'm happy to NMU this to at least have a working youtube-dl in the
> archive until 2015.12.15 gets uploaded.
> 
> Wookey
> -- 
> Principal hats:  Linaro, Debian, Wookware, ARM
> http://wookware.org/

I had my problem typically fixed by applying the patch
named "youtube-dl-2015.11.27.1-fix-809454.patch"

--
software engineer
rajagiri school of engineering and technology



Bug#787721: Error from Xorg after typical GNOME hangup

2015-06-04 Thread Jeffrin Jose
Package: xserver-xorg-core
Version: 2:1.17.1-2

I started X session using xinit command  and  after starting typical gnome 
session
X window related seems to hang.

Here my "uname -a"  output
--x-x-x--x--x---
$uname -a
Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) 
x86_64 GNU/Linux
$
-x--x---x--x---x---

I have attached a part of  relevent log file

--
software engineer
rajagiri school of engineering and technology
Here is a part from Xorg.0.log
-x--x---x--xx--
(EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
(EE) 
(EE) Backtrace:
(EE) 0: X (xorg_backtrace+0x3d) [0x7fe3fb58830d]
(EE) 1: X (mieqEnqueue+0x22b) [0x7fe3fb56a24b]
(EE) 2: X (QueuePointerEvents+0x52) [0x7fe3fb452432]
(EE) 3: X (xf86PostMotionEvent+0xd6) [0x7fe3fb488066]
(EE) 4: /usr/lib/xorg/modules/input/synaptics_drv.so (0x7fe3f5a5b000+0x47b3) 
[0x7fe3f5a5f7b3]
(EE) 5: /usr/lib/xorg/modules/input/synaptics_drv.so (0x7fe3f5a5b000+0x65e2) 
[0x7fe3f5a615e2]
(EE) 6: X (0x7fe3fb3e7000+0x91758) [0x7fe3fb478758]
(EE) 7: X (0x7fe3fb3e7000+0xb9d20) [0x7fe3fb4a0d20]
(EE) 8: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7fe3fa4e6000+0xf8d0) 
[0x7fe3fa4f58d0]
(EE) 9: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x7) [0x7fe3f9201867]
(EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7fe3fa2dc768]
(EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1 (0x7fe3f75b6000+0x69cb) 
[0x7fe3f75bc9cb]
(EE) 12: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7fe3f77d8000+0xe4636) 
[0x7fe3f78bc636]
(EE) 13: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7fe3f77d8000+0xfab81) 
[0x7fe3f78d2b81]
(EE) 14: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7fe3f77d8000+0x12a96) 
[0x7fe3f77eaa96]
(EE) 15: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7fe3f77d8000+0x10388f) 
[0x7fe3f78db88f]
(EE) 16: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7fe3f77d8000+0x101959) 
[0x7fe3f78d9959]
(EE) 17: X (0x7fe3fb3e7000+0x12d826) [0x7fe3fb514826]
(EE) 18: X (0x7fe3fb3e7000+0x1273ce) [0x7fe3fb50e3ce]
(EE) 19: X (0x7fe3fb3e7000+0x54d6e) [0x7fe3fb43bd6e]
(EE) 20: X (0x7fe3fb3e7000+0x442ca) [0x7fe3fb42b2ca]
(EE) 21: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf5) 
[0x7fe3f9144b45]
(EE) 22: X (0x7fe3fb3e7000+0x4460f) [0x7fe3fb42b60f]
(EE) 
(EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
(EE) [mi] mieq is *NOT* the cause.  It is a victim.
(EE) [mi] EQ overflow continuing.  100 events have been dropped.

x-x---x-x-x---



Bug#787656: Error from Xorg after typical GNOME hangup

2015-06-03 Thread Jeffrin Jose
Package: xserver-xorg-coreVersion: 2:1.17.1-2
I started X session using xinit command  and  after starting typical gnome 
sessionX window related seems to hang.
Here my "uname -a"  output
--x-x-x--x--xx---$uname
 -aLinux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) 
x86_64 
GNU/Linux$-x--x---x--x---x--x--



Here is a part from 
Xorg.0.log-x--x---x--xx--
(EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.(EE) (EE) Backtrace:(EE) 0: X (xorg_backtrace+0x3d) 
[0x7fe3fb58830d](EE) 1: X (mieqEnqueue+0x22b) [0x7fe3fb56a24b](EE) 2: X 
(QueuePointerEvents+0x52) [0x7fe3fb452432](EE) 3: X (xf86PostMotionEvent+0xd6) 
[0x7fe3fb488066](EE) 4: /usr/lib/xorg/modules/input/synaptics_drv.so 
(0x7fe3f5a5b000+0x47b3) [0x7fe3f5a5f7b3](EE) 5: 
/usr/lib/xorg/modules/input/synaptics_drv.so (0x7fe3f5a5b000+0x65e2) 
[0x7fe3f5a615e2](EE) 6: X (0x7fe3fb3e7000+0x91758) [0x7fe3fb478758](EE) 7: X 
(0x7fe3fb3e7000+0xb9d20) [0x7fe3fb4a0d20](EE) 8: 
/lib/x86_64-linux-gnu/libpthread.so.0 (0x7fe3fa4e6000+0xf8d0) 
[0x7fe3fa4f58d0](EE) 9: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x7) 
[0x7fe3f9201867](EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) 
[0x7fe3fa2dc768](EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1 
(0x7fe3f75b6000+0x69cb) [0x7fe3f75bc9cb](EE) 12: 
/usr/lib/xorg/modules/drivers/intel_drv.so (0x7fe3f77d8000+0xe4636) 
[0x7fe3f78bc636](EE) 13: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fe3f77d8000+0xfab81) [0x7fe3f78d2b81](EE) 14: 
/usr/lib/xorg/modules/drivers/intel_drv.so (0x7fe3f77d8000+0x12a96) 
[0x7fe3f77eaa96](EE) 15: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fe3f77d8000+0x10388f) [0x7fe3f78db88f](EE) 16: 
/usr/lib/xorg/modules/drivers/intel_drv.so (0x7fe3f77d8000+0x101959) 
[0x7fe3f78d9959](EE) 17: X (0x7fe3fb3e7000+0x12d826) [0x7fe3fb514826](EE) 18: X 
(0x7fe3fb3e7000+0x1273ce) [0x7fe3fb50e3ce](EE) 19: X (0x7fe3fb3e7000+0x54d6e) 
[0x7fe3fb43bd6e](EE) 20: X (0x7fe3fb3e7000+0x442ca) [0x7fe3fb42b2ca](EE) 21: 
/lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf5) [0x7fe3f9144b45](EE) 
22: X (0x7fe3fb3e7000+0x4460f) [0x7fe3fb42b60f](EE) (EE) [mi] These backtraces 
from mieqEnqueue may point to a culprit higher up the stack.(EE) [mi] mieq is 
*NOT* the cause.  It is a victim.(EE) [mi] EQ overflow continuing.  100 events 
have been dropped.
x-x---x-x-x---
--software engineerrajagiri school of engineering and technology

Bug#780752: FTBFS related : Hang and Error

2015-03-18 Thread Jeffrin Jose
Package: glib2.0
Version: 2.0-2.42.1


There seems to be two problems...

1. Hangup
---x--x--xx

# Start of gdbus tests
ok 1 /gdbus/message-serialize-basic
PASS: gdbus-serialization 1 /gdbus/message-serialize-basic
ok 2 /gdbus/message-serialize-complex
PASS: gdbus-serialization 2 /gdbus/message-serialize-complex
ok 3 /gdbus/message-serialize-invalid
PASS: gdbus-serialization 3 /gdbus/message-serialize-invalid
ok 4 /gdbus/message-serialize-header-checks
PASS: gdbus-serialization 4 /gdbus/message-serialize-header-checks
# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=673612
ok 5 /gdbus/message-parse-empty-arrays-of-arrays
PASS: gdbus-serialization 5 /gdbus/message-parse-empty-arrays-of-arrays
# Start of message-serialize tests
# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=732754
# 
GLib-GIO:ERROR:/home/jeffrin/glib2.0-2.42.1/./gio/tests/gdbus-serialization.c:1061:test_double_array:
 assertion failed (error == NULL): Unknown or unsupported transport 
'this-should-not-be-used-and-will-fail' for address 
'this-should-not-be-used-and-will-fail:' (g-io-error-quark, 13)
ERROR: gdbus-serialization - missing test plan
ERROR: gdbus-serialization - exited with status 134 (terminated by signal 6?)

ERROR: gsettings


# random seed: R02S224adaee498ca4ae2c3c0941d9a44f02
# Start of gsettings tests
ok 1 /gsettings/basic
PASS: gsettings 1 /gsettings/basic
ok 2 /gsettings/no-schema
PASS: gsettings 2 /gsettings/no-schema
ok 3 /gsettings/unknown-key
PASS: gsettings 3 /gsettings/unknown-key
ok 4 /gsettings/wrong-type
PASS: gsettings 4 /gsettings/wrong-type
ok 5 /gsettings/wrong-path
PASS: gsettings 5 /gsettings/wrong-path
ok 6 /gsettings/no-path
PASS: gsettings 6 /gsettings/no-path
ok 7 /gsettings/basic-types
warning: translation is not working... skipping test. PASS: gsettings 7 
/gsettings/basic-types
ok 8 /gsettings/complex-types
warning: translation is not working... skipping test.  PASS: gsettings 8 
/gsettings/complex-types
ok 9 /gsettings/changes
PASS: gsettings 9 /gsettings/changes
ok 10 /gsettings/l10n
PASS: gsettings 10 /gsettings/l10n
ok 11 /gsettings/l10n-context
PASS: gsettings 11 /gsettings/l10n-context
ok 12 /gsettings/delay-apply
PASS: gsettings 12 /gsettings/delay-apply
ok 13 /gsettings/delay-revert
PASS: gsettings 13 /gsettings/delay-revert
ok 14 /gsettings/delay-child
PASS: gsettings 14 /gsettings/delay-child
ok 15 /gsettings/atomic
PASS: gsettings 15 /gsettings/atomic
ok 16 /gsettings/simple-binding
PASS: gsettings 16 /gsettings/simple-binding
ok 17 /gsettings/directional-binding
PASS: gsettings 17 /gsettings/directional-binding
ok 18 /gsettings/custom-binding
PASS: gsettings 18 /gsettings/custom-binding
ok 19 /gsettings/no-change-binding
PASS: gsettings 19 /gsettings/no-change-binding
ok 20 /gsettings/unbinding
PASS: gsettings 20 /gsettings/unbinding
ok 21 /gsettings/writable-binding
PASS: gsettings 21 /gsettings/writable-binding
ok 22 /gsettings/typesafe-binding
PASS: gsettings 22 /gsettings/typesafe-binding
ok 23 /gsettings/no-read-binding
PASS: gsettings 23 /gsettings/no-read-binding
Trace/breakpoint trap
ok 24 /gsettings/no-write-binding
PASS: gsettings 24 /gsettings/no-write-binding
ERROR: gsettings - missing test plan
ERROR: gsettings - exited with status 133 (terminated by signal 5?)






--x-x---x





The program continued to Error following execution  after i gave a SIGTRAP 
signal






-x--x-x--

2. Error


Testsuite summary for glib 2.42.1

# TOTAL: 28
# PASS:  28
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[7]: Leaving directory '/home/jeffrin/glib2.0-2.42.1/debian/build/deb/tests'
TEST: testglib... (pid=4561)
  /testglib/Infos:                                                    OK
  /testglib/Types Sizes:                                              OK
  /testglib/GStrings:                                                  OK
  /testglib/Various Strings:                                          OK
  /testglib/GList:                                                    OK
  /testglib/GSList:                                                    OK
  /testglib/GNode:                                                    OK
  /testglib/GTree:                                                    OK
  /testglib/Arrays:                                                    OK
  /testglib/GHashTable:                                                OK
  /testglib/Relation (deprecated):                                    OK
  /testglib/File Paths:                                                OK
  /testglib/File F

Bug#780749: glib: FTBFS related : Hang and Error

2015-03-18 Thread Jeffrin Jose
Package: glib2.0Version: 2.0-2.42.1
There seems to be two problems...

1. Hangup
---x--x--xx

# Start of gdbus tests
ok 1 /gdbus/message-serialize-basic
PASS: gdbus-serialization 1 /gdbus/message-serialize-basic
ok 2 /gdbus/message-serialize-complex
PASS: gdbus-serialization 2 /gdbus/message-serialize-complex
ok 3 /gdbus/message-serialize-invalid
PASS: gdbus-serialization 3 /gdbus/message-serialize-invalid
ok 4 /gdbus/message-serialize-header-checks
PASS: gdbus-serialization 4 /gdbus/message-serialize-header-checks
# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=673612
ok 5 /gdbus/message-parse-empty-arrays-of-arrays
PASS: gdbus-serialization 5 /gdbus/message-parse-empty-arrays-of-arrays
# Start of message-serialize tests
# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=732754
# 
GLib-GIO:ERROR:/home/jeffrin/glib2.0-2.42.1/./gio/tests/gdbus-serialization.c:1061:test_double_array:
 assertion failed (error == NULL): Unknown or unsupported transport 
'this-should-not-be-used-and-will-fail' for address 
'this-should-not-be-used-and-will-fail:' (g-io-error-quark, 13)
ERROR: gdbus-serialization - missing test plan
ERROR: gdbus-serialization - exited with status 134 (terminated by signal 6?)

ERROR: gsettings


# random seed: R02S224adaee498ca4ae2c3c0941d9a44f02
# Start of gsettings tests
ok 1 /gsettings/basic
PASS: gsettings 1 /gsettings/basic
ok 2 /gsettings/no-schema
PASS: gsettings 2 /gsettings/no-schema
ok 3 /gsettings/unknown-key
PASS: gsettings 3 /gsettings/unknown-key
ok 4 /gsettings/wrong-type
PASS: gsettings 4 /gsettings/wrong-type
ok 5 /gsettings/wrong-path
PASS: gsettings 5 /gsettings/wrong-path
ok 6 /gsettings/no-path
PASS: gsettings 6 /gsettings/no-path
ok 7 /gsettings/basic-types
warning: translation is not working... skipping test. PASS: gsettings 7 
/gsettings/basic-types
ok 8 /gsettings/complex-types
warning: translation is not working... skipping test.  PASS: gsettings 8 
/gsettings/complex-types
ok 9 /gsettings/changes
PASS: gsettings 9 /gsettings/changes
ok 10 /gsettings/l10n
PASS: gsettings 10 /gsettings/l10n
ok 11 /gsettings/l10n-context
PASS: gsettings 11 /gsettings/l10n-context
ok 12 /gsettings/delay-apply
PASS: gsettings 12 /gsettings/delay-apply
ok 13 /gsettings/delay-revert
PASS: gsettings 13 /gsettings/delay-revert
ok 14 /gsettings/delay-child
PASS: gsettings 14 /gsettings/delay-child
ok 15 /gsettings/atomic
PASS: gsettings 15 /gsettings/atomic
ok 16 /gsettings/simple-binding
PASS: gsettings 16 /gsettings/simple-binding
ok 17 /gsettings/directional-binding
PASS: gsettings 17 /gsettings/directional-binding
ok 18 /gsettings/custom-binding
PASS: gsettings 18 /gsettings/custom-binding
ok 19 /gsettings/no-change-binding
PASS: gsettings 19 /gsettings/no-change-binding
ok 20 /gsettings/unbinding
PASS: gsettings 20 /gsettings/unbinding
ok 21 /gsettings/writable-binding
PASS: gsettings 21 /gsettings/writable-binding
ok 22 /gsettings/typesafe-binding
PASS: gsettings 22 /gsettings/typesafe-binding
ok 23 /gsettings/no-read-binding
PASS: gsettings 23 /gsettings/no-read-binding
Trace/breakpoint trap
ok 24 /gsettings/no-write-binding
PASS: gsettings 24 /gsettings/no-write-binding
ERROR: gsettings - missing test plan
ERROR: gsettings - exited with status 133 (terminated by signal 5?)






--x-x---x





The program continued to Error following execution  after i gave a SIGTRAP 
signal






-x--x-x--

2. Error


Testsuite summary for glib 2.42.1

# TOTAL: 28
# PASS:  28
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[7]: Leaving directory '/home/jeffrin/glib2.0-2.42.1/debian/build/deb/tests'
TEST: testglib... (pid=4561)
  /testglib/Infos:                                                    OK
  /testglib/Types Sizes:                                              OK
  /testglib/GStrings:                                                  OK
  /testglib/Various Strings:                                          OK
  /testglib/GList:                                                    OK
  /testglib/GSList:                                                    OK
  /testglib/GNode:                                                    OK
  /testglib/GTree:                                                    OK
  /testglib/Arrays:                                                    OK
  /testglib/GHashTable:                                                OK
  /testglib/Relation (deprecated):                                    OK
  /testglib/File Paths:                                                OK
  /testglib/File Func

Bug#715372: Withdraw related

2013-07-08 Thread Jeffrin Jose

Hello all,

Sorry i changed my mind due to some reason related.
i am not looking for a sponsor for package ethstatus.

Thanks,
/Jeffrin
-- 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#677768: Withdraw Related

2013-07-08 Thread Jeffrin Jose
Hello all,

Due a  reason related, i like to withdraw myself
from taking(adopting) up ethstatus.

-- 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#715372: RFS: ethstatus/0.4.4

2013-07-08 Thread Jeffrin Jose
Package: sponsorship-requests
everity: normal

  Dear mentors,

  I am looking for a sponsor for my package "ethstatus"

 * Package name: ethstatus
   Version : 0.4.4
   Upstream Author : Debian Native 
 * URL : none found
 * License : GPL Version 2
   Section : net

It builds those binary packages:

ethstatus  - console-based ethernet statistics monitor

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/ethstatus


Alternatively, one can download the package with dget using this command:
dget -x 
http://mentors.debian.net/debian/pool/main/e/ethstatus/ethstatus_0.4.4.dsc

Changes since the last upload:

ethstatus (0.4.4) unstable; urgency=low

  * New maintainer. (Closes: #677768)
  * Updated debian/compat version to 5
  * Updated Standards-Version to 3.9.4
  * Fixed debian/rules for make-clean-error
  * Fixed debian/rules for missing-recommended-target
  * Fixed debian/rules for hardening-no-relro

 -- Jeffrin Jose T   Sat, 06 Jul 2013 21:01:51 +0530 


Regards,
Jeffrin Jose T
-- 
software engineer
Rajagiri school of engineering and technology.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#677768: ethstatus new maintainer related ( several bugs fixed )

2013-07-06 Thread Jeffrin Jose
Hello all,

I have worked with ethstatus
I have fixed several bugs and has attached 
the package with my name as the maintainer

/Jeffrin.

-- 
software engineer
Rajagiri school of engineering and technology.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 3.0 (native)
Source: ethstatus
Binary: ethstatus
Architecture: any
Version: 0.4.4
Maintainer: Jeffrin Jose T 
Standards-Version: 3.9.4
Build-Depends: debhelper (>> 5.0.0), libncurses5-dev
Package-List: 
 ethstatus deb net optional
Checksums-Sha1: 
 532151a8649692795ac873d6acaf799c8d4704c8 20067 ethstatus_0.4.4.tar.gz
Checksums-Sha256: 
 8d6506340b0fb89cdb0d1f11ef9b2293207d44790ed87e40d2816a3a881d4a5e 20067 
ethstatus_0.4.4.tar.gz
Files: 
 af7bd79fb64e107192267fb42c4012ca 20067 ethstatus_0.4.4.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAEBAgAGBQJR2DjVAAoJEILMPhund56nmegH/j/8NdnQ1pV1KXmnSgYb853d
4iCOy5G1oJz0xwiErt00TNwhrcNEAMwjVyx3X+W9aY4+hnKAkTOtEfz4qnwMCQDL
RLRbOuU9i0/13JEwZe1Vr3rXO5aBps+W1QUIAZ7TjZ75SMNoyYR10mVEAFGDXeab
MBhZfUNV6ty+UhxyWcLugudnkhGuu1JDJJCgoCmtOzdaYtkAQpZQLRN89EDBm1oX
MymwDM8YUfMAaZSjS0cB5br4hS61PazHnSluD7gCN9lbGAiAcGtGqfneiPyYA3d1
Jn1v+hHUms0dndm0Bag06YEsu1rzNd1+E+ZItyqyKlHRv2Zntef+oh0iOP22mpw=
=q0Tm
-END PGP SIGNATURE-


ethstatus_0.4.4.tar.gz
Description: Binary data
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Jul 2013 21:01:51 +0530
Source: ethstatus
Binary: ethstatus
Architecture: source amd64
Version: 0.4.4
Distribution: unstable
Urgency: low
Maintainer: Jeffrin Jose T 
Changed-By: Jeffrin Jose T 
Description: 
 ethstatus  - console-based ethernet statistics monitor
Closes: 677768
Changes: 
 ethstatus (0.4.4) unstable; urgency=low
 .
   * New maintainer. (Closes: #677768)
   * Updated debian/compat version to 5
   * Updated Standards-Version to 3.9.4
   * Fixed debian/rules for make-clean-error
   * Fixed debian/rules for missing-recommended-target
   * Fixed debian/rules for hardening-no-relro
Checksums-Sha1: 
 e3355501df87b9acadfa472f053b958ae48206ac 1074 ethstatus_0.4.4.dsc
 532151a8649692795ac873d6acaf799c8d4704c8 20067 ethstatus_0.4.4.tar.gz
 f3ea62391fbcace7ff59d6586109714c7374776a 15640 ethstatus_0.4.4_amd64.deb
Checksums-Sha256: 
 c07e75fd25d9294761f5fbaf1f2728563aeeb117d94618f1517b3e7f2cf38ae1 1074 
ethstatus_0.4.4.dsc
 8d6506340b0fb89cdb0d1f11ef9b2293207d44790ed87e40d2816a3a881d4a5e 20067 
ethstatus_0.4.4.tar.gz
 d563d6236a530a19235f7f253eb95be02eb9097de3f64e3de858e575cc2d4162 15640 
ethstatus_0.4.4_amd64.deb
Files: 
 872313a0c9aff4413511ba417b119661 1074 net optional ethstatus_0.4.4.dsc
 af7bd79fb64e107192267fb42c4012ca 20067 net optional ethstatus_0.4.4.tar.gz
 3605a683c2da1574d24f485ec73f35e5 15640 net optional ethstatus_0.4.4_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAEBAgAGBQJR2DjpAAoJEILMPhund56n/1sH/0azBTeLeGpPFE3B1gAQYHKI
Cqm+yb6Nc0yW6zzAXibuJbTocV3MVnGGS0jcO8oEJDWJPIqTzZk0pVrWL/lMlal1
15ZYNTg1Nz2yeNfkHlllwXa+Ds8DL3BpIKL1ZUXJ+PeLEsGk6820hNaNB16uGT4G
/viyuUIxzHckJSznPPqQLGYcL3055goDwtiHzKztep7fZcAMXH6PayLgVZjHNl9b
Pygd0wZppBAVHamDqvp/BAo4haD3P+tKLimO8qdImItHmmxSRirkl9rEMou4yjyP
6+lqQTj1RSOjZQjco47TeV0Jw7mnUoWZgBQYmEbIi1J0EAI/0YFUMgelmc+WMNk=
=j+S4
-END PGP SIGNATURE-


ethstatus_0.4.4_amd64.deb
Description: application/debian-package


Bug#677768: ITA: ethstatus -- console-based ethernet statistics monitor

2013-06-27 Thread Jeffrin Jose
Package: ethstatus
Version: 0.4.3
Owner: ahiliat...@yahoo.co.in

I like to adopt ethstatus.

ethstatus is a console-based ethernet statistics monitor

-- 
software engineer
Rajagiri school of engineering and technology.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#677768: ITA: ethstatus -- console-based ethernet statistics monitor

2013-06-23 Thread Jeffrin Jose
hello all,

i like to adopt ethstatus


Package: ethstatus
Version: 0.4.3
Owner: ahiliat...@yahoo.co.in
Description-en: console-based ethernet statistics monitor
 Ethstatus is a console-based monitoring utility for displaying
 statistical data of the ethernet interface on a quantity basis.
 It is similar to iptraf but is meant to run as a permanent console
 task to monitor the network load.
Section: net


Thanks,
/Jeffrin.

-- 
software engineer
Rajagiri school of engineering and technology.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#690496: ITP: libjs-jstat -- A JavaScript statistical library

2012-10-14 Thread Jeffrin Jose Thalakkottoor
Package: wnpp
Severity: wishlist
Owner: Jeffrin Jose Thalakkottoor 

* Package name: libjs-jstat
  Version : 1.0.0
  Upstream Author : John Resig 
* URL : http://www.jstat.org/
* License : MIT
  Programming Lang: JavaScript
  Description : A JavaScript statistical library

jStat is a statistical library written in JavaScript that allows you
to perform advanced statistical operations without the need of a
dedicated statistical language


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#690489: (no subject)

2012-10-14 Thread Jeffrin Jose
i have to correct somethings in my ITP.

Package: wnpp
Severity: wishlist
Owner: Jeffrin Jose Thalakkottoor  * Package name: 
libjs-jstat Version : 1.0.0 Upstream Author : John Resig 

* URL : http://www.jstat.org/ * License : MIT Programming 
Lang: JavaScript Description : A JavaScript statistical library

jStat is a statistical library written in JavaScript that
allows you to perform advanced statistical operations without
the need of a dedicated statistical language


Bug#690489: ITP: libjs-jstat -- A JavaScript statistical library

2012-10-14 Thread Jeffrin Jose Thalakkottoor
Package: wnpp
Severity: wishlist
Owner: Jeffrin Jose Thalakkottoor 

* Package name: libjs-jstat
  Version : x.y.z
  Upstream Author : Name 
* URL : http://www.example.org/
* License : (GPL, LGPL, BSD, MIT/X, etc.)
  Programming Lang: (C, C++, C#, Perl, Python, etc.)
  Description : A JavaScript statistical library

(Include the long description here.)


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#439033: may be opengroup complaint

2011-03-25 Thread Jeffrin Jose
hello,

outputs from my computer...

$touch -c love
$ls love
ls: cannot access love: No such file or directory
$touch -c /root/love
touch: setting times of `/root/love': Permission denied
$dpkg -l coreutils
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion Description
+++-===-===-==
ii  coreutils   8.5-1   GNU core utilities

touch did not send any messages here.
IMO, sending messages about permission is not
the same context in which opengroup have mentioned.
IMO, opengroups condition is about creation and
existance,and not about acceptence(permission).

/Jeffrin.


-- 
software engineer.
department of computer science
rajagiri school of engineering and technology.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#432945: close

2011-03-23 Thread Jeffrin Jose
hello,

If this bug is fixed then why not close it ?

/Jeffrin.

-- 
software engineer.
department of computer science
rajagiri school of engineering and technology.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#369320: -W and -w

2011-03-14 Thread Jeffrin Jose
hello.
> my many invocations of uniq -W were nonstandard.
uniq now only has -w and not -W. did it have -W in sarge ?

/Jeffrin.
-- 
software engineer.
department of computer science
rajagiri school of engineering and technology.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#608654: wildmidi.cfg not found

2011-01-02 Thread Jeffrin Jose Thalakkottoor
Package: wildmidi
Version: 0.2.3.2-2
Severity: important
Tags: patch

The wildmidi program searches for the configuration file
at  /etc/wildmidi.cfg , but it is actually installed in
/etc/wildmidi/wildmidi.cfg


--- configure.ac2010-07-08 05:00:36.0 +0530
+++ configure-new.ac2011-01-02 18:35:24.0 +0530
@@ -201,7 +201,7 @@
default_timifityconf="/usr/local/share/wildmidi/wildmidi.cfg"
;;
*)
-   default_wildmidiconf="/etc/wildmidi.cfg"
+   default_wildmidiconf="/etc/wildmidi/wildmidi.cfg"
;;
 esac



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages wildmidi depends on:
ii  libasound21.0.23-2.1 shared library for ALSA applicatio
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libwildmidi1  0.2.3.2-2  software MIDI player library

wildmidi recommends no packages.

wildmidi suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#541186: apache2 crashes and return blank output

2009-08-14 Thread Jeffrin Jose

On Thu, Aug 13, 2009 at 10:34:16AM +0200, Jiří Bendl wrote:
> Sory, where can I find this information exactly?

try "cat /etc/issue"

/Jeffrin



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#540371: [bash] export in .bashrc not needed

2009-08-07 Thread Jeffrin Jose
> I noticed that I was getting duplicate lines in my .bash_history.
> Looking in .bashrc showed the line "export HISTCONTROL=ignoredups"
> which obviously wasn't working.  I removed "export" from the line
> (so it read "HISTCONTROL=ignoredups" ) and now it is working.

me too having repeatitions in .bashrc



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#528940: httping: Patch

2009-08-05 Thread Jeffrin Jose

can you send me this patch as a file to download ?







On Mon, Aug 03, 2009 at 06:01:26PM +0200, Folkert van Heusden wrote:
> Olaf,
> 
> Tried implementing your patch but applying the patch fails with 4
> rejects.
> What version is it for? I used 1.3.0.
> 
> On Sat, Aug 01, 2009 at 10:52:59PM +0200, Olaf van der Spek wrote:
> > To support
> > httping http://google.com
> > httping https://google.com
> > httping google.com
> > 
> > --- main.c.orig 2009-08-01 22:28:44.0 +0200
> > +++ main.c  2009-08-01 22:49:02.0 +0200
> > @@ -325,13 +325,11 @@
> > return 1;
> > }
> > }
> > +   if (optind < argc)
> > +   get = argv[optind];
> > 
> > -   last_error[0] = 0x00;
> > 
> > -#ifndef NO_SSL
> > -   if (use_ssl && portnr == 80)
> > -   portnr = 443;
> > -#endif
> > +   last_error[0] = 0x00;
> > 
> > if (!get_instead_of_head && show_Bps)
> > error_exit("-b/-B can only be used when also using -G\n");
> > @@ -340,17 +338,18 @@
> > {
> > char *slash, *colon;
> > char *getcopy = mystrdup(get, "get request");
> > -   char *http_string = "http://";;
> > -   int http_string_len = 7;
> > 
> > -#ifndef NO_SSL
> > -   if (use_ssl)
> > +   if (strncasecmp(getcopy, "http://";, 7) == 0)
> > {
> > -   http_string_len = 8;
> > -   http_string = "https://";;
> > +   getcopy += 7;
> > +   }
> > +   else if (strncasecmp(getcopy, "https://";, 8) == 0)
> > +   {
> > +   getcopy += 8;
> > +   use_ssl = 1;
> > }
> > -#endif
> > 
> > +   /*
> > if (strncasecmp(getcopy, http_string, http_string_len) != 0)
> > {
> > fprintf(stderr, "'%s' is a strange URL\n", getcopy);
> > @@ -359,19 +358,20 @@
> > fprintf(stderr, "Did you forget to add
> > the '-l' switch to the httping commandline?\n");
> > return 2;
> > }
> > +   */
> > 
> > -   slash = strchr(&getcopy[http_string_len], '/');
> > +   slash = strchr(getcopy, '/');
> > if (slash)
> > *slash = 0x00;
> > 
> > -   colon = strchr(&getcopy[http_string_len], ':');
> > +   colon = strchr(getcopy, ':');
> > if (colon)
> > {
> > *colon = 0x00;
> > portnr = atoi(colon + 1);
> > }
> > 
> > -   hostname = &getcopy[http_string_len];
> > +   hostname = getcopy;
> > }
> > 
> > if (hostname == NULL)
> > @@ -380,6 +380,11 @@
> > error_exit("No hostname/getrequest given\n");
> > }
> > 
> > +#ifndef NO_SSL
> > +   if (use_ssl && portnr == 80)
> > +   portnr = 443;
> > +#endif
> > +
> > if (get == NULL)
> > {
> >  #ifndef NO_SSL
> > 
> > 
> 
> 
> Folkert van Heusden
> 
> -- 
> MultiTail na wan makriki wrokosani fu tan luku den logfile nanga san
> den commando spiti puru. Piki puru spesrutu sani, wroko nanga difrenti
> kroru, tya kon makandra, nanga wan lo moro.
> http://www.vanheusden.com/multitail/
> --
> Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#495219: [Freetalk-dev] Re: Bug#495219: freetalk: Hangs on start-up, works fine after pressing CTRL-C once.

2008-11-14 Thread Jeffrin Jose
hello anand ,
i commented out the two lines as you said.now it works!

Jeffrin Jose.

--- On Fri, 14/11/08, Anand Babu Periasamy <[EMAIL PROTECTED]> wrote:
From: Anand Babu Periasamy <[EMAIL PROTECTED]>
Subject: Re: [Freetalk-dev] Re: Bug#495219: freetalk: Hangs on start-up, works 
fine after pressing CTRL-C once.
To: [EMAIL PROTECTED]
Cc: "Hagen Fuchs" <[EMAIL PROTECTED]>, [EMAIL PROTECTED], [EMAIL PROTECTED], 
"Kartik Mistry" <[EMAIL PROTECTED]>
Date: Friday, 14 November, 2008, 4:16 AM

Hi Jeffrin,
I can connect to your system through reverse ssh and gdb the problem. Tell me a
comfortable time, lets connect.

In the mean time you can comment out two lines in
[/usr/share/freetalk/init.scm] by inserting ";" in the front, just
like below. See if debug module is causing it.

(use-modules (ice-9 rdelim))
; (use-modules (ice-9 debugger)) 
(use-modules (ice-9 format))
; (debug-enable 'backtrace)


I think you also know how to use gdb. You can set break points and narrow down
which
function is causing the problem. You can also attach to the PID of freetalk
when it
hangs and type 'bt'.

Thanks,
--
Anand Babu Periasamy
GPG Key ID: 0x62E15A31
Blog [http://ab.freeshell.org]
GlusterFS [http://www.gluster.org]
The GNU Operating System [http://www.gnu.org]



Jeffrin Jose wrote:
> hello anand ,
> 
> i do not pass any command line arguments,
> i just type freetalk and do carriage return.
> then it hangs and when i press CTRL-C it will ask for jabber id and then
password
> then iam logged in.
> 
> Jeffrin Jose.
> 
> --- On *Wed, 12/11/08, Anand Babu Periasamy /<[EMAIL PROTECTED]>/*
wrote:
> 
> From: Anand Babu Periasamy <[EMAIL PROTECTED]>
> Subject: Re: [Freetalk-dev] Re: Bug#495219: freetalk: Hangs on
> start-up, works fine after pressing CTRL-C once.
> To: "Jeffrin Jose" <[EMAIL PROTECTED]>
> Cc: "Hagen Fuchs" <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED], [EMAIL PROTECTED], "Kartik
Mistry"
> <[EMAIL PROTECTED]>
> Date: Wednesday, 12 November, 2008, 4:12 PM
> 
> Hi
>  Jeffrin,
> Thanks. I see your startup file is completely commented. It has no
effect. Can
> you tell me the command line arguments you pass?
> 
>     --
>     Anand Babu Periasamy
> GPG Key ID: 0x62E15A31
> Blog [http://ab.freeshell.org]
> GlusterFS [http://www.gluster.org]
> The GNU Operating System [http://www.gnu.org]
> 
> 
> 
> Jeffrin Jose wrote:
> > hello anand,
> > iam using freetalk 3.1 on debian lenny/sid .
> > iam attaching freetalk.scm file
> > > Jeffrin Jose.
> > > --- On *Tue, 11/11/08, Anand Babu Periasamy
/<[EMAIL PROTECTED]>/*
> wrote:
> > > From: Anand Babu Periasamy <[EMAIL PROTECTED]>
> > Subject: Re: [Freetalk-dev] Re: Bug#495219: freetalk: Hangs
on
> > start-up, works fine after pressing CTRL-C once.
> > To: [EMAIL PROTECTED]
> > Cc: "Hagen Fuchs"
<[EMAIL PROTECTED]>,
> > [EMAIL PROTECTED],
>  [EMAIL PROTECTED], "Kartik
> Mistry"
> > <[EMAIL PROTECTED]>
> > Date: Tuesday, 11 November, 2008, 10:57 PM
> > > Hi Jeffrin,
> > Which version are you using?. Can you show me your
> ./freetalk/freetalk.scm file
> > (without confidential password)?
> > > --
> > Anand Babu
> >  Periasamy
> > GPG Key ID: 0x62E15A31
> > Blog [http://ab.freeshell.org]
> > GlusterFS [http://www.gluster.org]
> > The GNU Operating System [http://www.gnu.org]
> > > > > Jeffrin Jose wrote:
> > > hello all,
> > > > iam experiencing  this hang up and CTRL-C issue
> > > > > Jeffrin Jose.
> > > > --- On *Tue, 11/11/08, Kartik Mistry
> /<[EMAIL PROTECTED]>/* wrote:
> > > > From: Kartik Mistry
<[EMAIL PROTECTED]>
> > > Subject: [Freetalk-dev] Re: Bug#495219:
freetalk: Hangs on
> start-up,
> > > works fine after pressing CTRL-C once.
> > > To: "Hagen Fuchs"
> <[EMAIL PROTECTED]>,
> > > [EMAIL PROTECTED], [EMAIL PROTECTED]
> > > Date: Tuesday, 11 November, 2008, 12:44 PM
> > > > On Wed, Oct 29, 2008 at 12:15 AM, Hagen
Fuchs
> > > <[EMAIL PROTECTED]> wrote:
> > > > The aforem

Bug#495219: [Freetalk-dev] Re: Bug#495219: freetalk: Hangs on start-up, works fine after pressing CTRL-C once.

2008-11-12 Thread Jeffrin Jose
hello anand ,

i do not pass any command line arguments,
i just type freetalk and do carriage return.
then it hangs and when i press CTRL-C it will ask for jabber id and then 
password
then iam logged in.

Jeffrin Jose.

--- On Wed, 12/11/08, Anand Babu Periasamy <[EMAIL PROTECTED]> wrote:
From: Anand Babu Periasamy <[EMAIL PROTECTED]>
Subject: Re: [Freetalk-dev] Re: Bug#495219: freetalk: Hangs on start-up, works 
fine after pressing CTRL-C once.
To: "Jeffrin Jose" <[EMAIL PROTECTED]>
Cc: "Hagen Fuchs" <[EMAIL PROTECTED]>, [EMAIL PROTECTED], [EMAIL PROTECTED], 
"Kartik Mistry" <[EMAIL PROTECTED]>
Date: Wednesday, 12 November, 2008, 4:12 PM

Hi Jeffrin,
Thanks. I see your startup file is completely commented. It has no effect. Can
you tell me the command line arguments you pass?

--
Anand Babu Periasamy
GPG Key ID: 0x62E15A31
Blog [http://ab.freeshell.org]
GlusterFS [http://www.gluster.org]
The GNU Operating System [http://www.gnu.org]



Jeffrin Jose wrote:
> hello anand,
> iam using freetalk 3.1 on debian lenny/sid .
> iam attaching freetalk.scm file
> 
> Jeffrin Jose.
> 
> --- On *Tue, 11/11/08, Anand Babu Periasamy /<[EMAIL PROTECTED]>/*
wrote:
> 
> From: Anand Babu Periasamy <[EMAIL PROTECTED]>
> Subject: Re: [Freetalk-dev] Re: Bug#495219: freetalk: Hangs on
> start-up, works fine after pressing CTRL-C once.
> To: [EMAIL PROTECTED]
> Cc: "Hagen Fuchs" <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED], [EMAIL PROTECTED], "Kartik
Mistry"
> <[EMAIL PROTECTED]>
> Date: Tuesday, 11 November, 2008, 10:57 PM
> 
> Hi Jeffrin,
> Which version are you using?. Can you show me your
./freetalk/freetalk.scm file
> (without confidential password)?
> 
> --
> Anand Babu
>  Periasamy
>     GPG Key ID: 0x62E15A31
> Blog [http://ab.freeshell.org]
> GlusterFS [http://www.gluster.org]
> The GNU Operating System [http://www.gnu.org]
> 
> 
> 
> Jeffrin Jose wrote:
> > hello all,
> > > iam experiencing  this hang up and CTRL-C issue
> > > > Jeffrin Jose.
> > > --- On *Tue, 11/11/08, Kartik Mistry
/<[EMAIL PROTECTED]>/* wrote:
> > > From: Kartik Mistry <[EMAIL PROTECTED]>
> > Subject: [Freetalk-dev] Re: Bug#495219: freetalk: Hangs on
start-up,
> > works fine after pressing CTRL-C once.
> > To: "Hagen Fuchs"
<[EMAIL PROTECTED]>,
> > [EMAIL PROTECTED], [EMAIL PROTECTED]
> > Date: Tuesday, 11 November, 2008, 12:44 PM
> > > On Wed, Oct 29, 2008 at 12:15 AM, Hagen Fuchs
> > <[EMAIL PROTECTED]> wrote:
> > > The aforementioned behaviour
>  stopped a few days ago.  I am
> neither able
> > > to restore the buggy version nor am I able to point
towards
> anything I
> > >
> >  may have fixed.  I haven't worked on it since quite a
while and
> > haven't
> > > found anything interesting before.  Sorry.
> > > No problem. You are welcome!
> > > > If no one else experiences this problem you can
probably close
> this bug
> > > report.
> > > Should we close this?
> > > --  Cheers,
> >  Kartik Mistry | 0xD1028C8D | IRC: kart_
> >  Homepage: people.debian.org/~kartik
> >  Blog.en: ftbfs.wordpress.com
> >  Blog.gu: kartikm.wordpress.com
> > > >
___
> > Freetalk-dev mailing list
> > [EMAIL PROTECTED]
> > http://lists.gnu.org/mailman/listinfo/freetalk-dev
> > > >

> > Add more friends to your messenger and enjoy! Invite them now.
>
<http://in.rd.yahoo.com/tagline_messenger_6/*http://messenger.yahoo.com/invite/>
> 
> > > >

> > > ___
> > Freetalk-dev mailing list
> > [EMAIL PROTECTED]
> > http://lists.gnu.org/mailman/listinfo/freetalk-dev
> 
> 
> 
> Connect with friends all over the world. Get Yahoo! India Messenger.
<http://in.rd.yahoo.com/tagline_messenger_1/*http://in.messenger.yahoo.com/?wm=n/>




  Check out the all-new face of Yahoo! India. Go to http://in.yahoo.com/

Bug#495219: [Freetalk-dev] Re: Bug#495219: freetalk: Hangs on start-up, works fine after pressing CTRL-C once.

2008-11-11 Thread Jeffrin Jose
hello anand,
iam using freetalk 3.1 on debian lenny/sid .
iam attaching freetalk.scm file

Jeffrin Jose.

--- On Tue, 11/11/08, Anand Babu Periasamy <[EMAIL PROTECTED]> wrote:
From: Anand Babu Periasamy <[EMAIL PROTECTED]>
Subject: Re: [Freetalk-dev] Re: Bug#495219: freetalk: Hangs on start-up, works 
fine after pressing CTRL-C once.
To: [EMAIL PROTECTED]
Cc: "Hagen Fuchs" <[EMAIL PROTECTED]>, [EMAIL PROTECTED], [EMAIL PROTECTED], 
"Kartik Mistry" <[EMAIL PROTECTED]>
Date: Tuesday, 11 November, 2008, 10:57 PM

Hi Jeffrin,
Which version are you using?. Can you show me your ./freetalk/freetalk.scm file
(without confidential password)?

--
Anand Babu Periasamy
GPG Key ID: 0x62E15A31
Blog [http://ab.freeshell.org]
GlusterFS [http://www.gluster.org]
The GNU Operating System [http://www.gnu.org]



Jeffrin Jose wrote:
> hello all,
> 
> iam experiencing  this hang up and CTRL-C issue
> 
> 
> Jeffrin Jose.
> 
> --- On *Tue, 11/11/08, Kartik Mistry /<[EMAIL PROTECTED]>/* wrote:
> 
> From: Kartik Mistry <[EMAIL PROTECTED]>
> Subject: [Freetalk-dev] Re: Bug#495219: freetalk: Hangs on start-up,
> works fine after pressing CTRL-C once.
> To: "Hagen Fuchs" <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED], [EMAIL PROTECTED]
> Date: Tuesday, 11 November, 2008, 12:44 PM
> 
> On Wed, Oct 29, 2008 at 12:15 AM, Hagen Fuchs
> <[EMAIL PROTECTED]> wrote:
> > The aforementioned behaviour stopped a few days ago.  I am
neither able
> > to restore the buggy version nor am I able to point towards
anything I
> >
>  may have fixed.  I haven't worked on it since quite a while and
> haven't
> > found anything interesting before.  Sorry.
> 
> No problem. You are welcome!
> 
> > If no one else experiences this problem you can probably close
this bug
> > report.
> 
> Should we close this?
> 
> --  Cheers,
>  Kartik Mistry | 0xD1028C8D | IRC: kart_
>  Homepage: people.debian.org/~kartik
>  Blog.en: ftbfs.wordpress.com
>  Blog.gu: kartikm.wordpress.com
> 
> 
> ___
> Freetalk-dev mailing list
> [EMAIL PROTECTED]
> http://lists.gnu.org/mailman/listinfo/freetalk-dev
> 
> 
> 
> Add more friends to your messenger and enjoy! Invite them now.
<http://in.rd.yahoo.com/tagline_messenger_6/*http://messenger.yahoo.com/invite/>

> 
> 
> 
> 
> ___
> Freetalk-dev mailing list
> [EMAIL PROTECTED]
> http://lists.gnu.org/mailman/listinfo/freetalk-dev



  Explore your hobbies and interests. Go to 
http://in.promos.yahoo.com/groups/

freetalk.scm
Description: Binary data


Bug#495219: [Freetalk-dev] Re: Bug#495219: freetalk: Hangs on start-up, works fine after pressing CTRL-C once.

2008-11-11 Thread Jeffrin Jose
hello all,

iam experiencing  this hang up and CTRL-C issue


Jeffrin Jose.

--- On Tue, 11/11/08, Kartik Mistry <[EMAIL PROTECTED]> wrote:
From: Kartik Mistry <[EMAIL PROTECTED]>
Subject: [Freetalk-dev] Re: Bug#495219: freetalk: Hangs on start-up, works fine 
after pressing CTRL-C once.
To: "Hagen Fuchs" <[EMAIL PROTECTED]>, [EMAIL PROTECTED], [EMAIL PROTECTED]
Date: Tuesday, 11 November, 2008, 12:44 PM

On Wed, Oct 29, 2008 at 12:15 AM, Hagen Fuchs
<[EMAIL PROTECTED]> wrote:
> The aforementioned behaviour stopped a few days ago.  I am neither able
> to restore the buggy version nor am I able to point towards anything I
> may have fixed.  I haven't worked on it since quite a while and
haven't
> found anything interesting before.  Sorry.

No problem. You are welcome!

> If no one else experiences this problem you can probably close this bug
> report.

Should we close this?

-- 
 Cheers,
 Kartik Mistry | 0xD1028C8D | IRC: kart_
 Homepage: people.debian.org/~kartik
 Blog.en: ftbfs.wordpress.com
 Blog.gu: kartikm.wordpress.com


___
Freetalk-dev mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/freetalk-dev



  Add more friends to your messenger and enjoy! Go to 
http://messenger.yahoo.com/invite/

Bug#453770: bug gselt

2008-02-25 Thread Jeffrin Jose
hello .

iam interested in any bug fixing and contribution
to this free software.

//jeffrin . [EMAIL PROTECTED]


  Now you can chat without downloading messenger. Go to 
http://in.messenger.yahoo.com/webmessengerpromo.php




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#453825: adoption

2008-02-25 Thread Jeffrin Jose
hello .

||iam interested in taking up mailliststat.

looking forward.

// jeffrin


  Bring your gang together - do your thing. Go to 
http://in.promos.yahoo.com/groups




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]