Re: [OT] Compromised Gmail account

2013-02-07 Thread Panayiotis Karabassis
On 02/07/2013 11:35 AM, David L. Craig wrote: > Well, now that you have posted that Received: header, > you may assume the perp is following this thread. > I wanted to be sure you understand that fact. Perhaps I am not as smart as you. What would be the danger? I am not for “security through obscu

[OT] Compromised Gmail account

2013-02-06 Thread Panayiotis Karabassis
local network, now that an untrusted party has access to it. Without excluding him of course. Thanks, Panayiotis -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/5112dbbf.2050...@gmail.com

Re: [OT] font

2013-01-10 Thread Panayiotis Karabassis
Your mail reader. It's just a rule built into it. BTW, -delete- does not show up specially in icedove. HTML is another story, it has tags. On 01/04/2013 11:56 AM, lina wrote: > Hi, > > What makes the *bold* bold? and -delete- delete. > > I can't google it out about it? just curious, thanks. -

Re: arp cache incomplete entries

2012-10-12 Thread Panayiotis Karabassis
address of the nameserver, even after it has obtained it and put it in the cache. Possibly, the router has rebooted (or at least reestablished the ADSL connection) in the meanwhile, which may have caused the LAN connection to be reset too. Or not. I'm going for an 11-day trip now. I'll

arp cache incomplete entries

2012-10-11 Thread Panayiotis Karabassis
uently. Thanks, Panayiotis -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/50772af6.3070...@gmail.com

Re: [OT] dhcpd and always-broadcast

2012-10-11 Thread Panayiotis Karabassis
On 10/11/2012 07:51 AM, Kushal Kumaran wrote: > On Wed, Oct 10, 2012 at 9:26 PM, Panayiotis Karabassis > wrote: >> Hey, >> >> I have an OT question about the always-broadcast option of the dhcpd server. >> >> Based on the Wikipedia article, all DHCP messa

Re: OT: man in the middle attack ?

2012-10-10 Thread Panayiotis Karabassis
On 10/05/2012 11:56 AM, Ralf Mardorf wrote: > On Wed, 2012-10-03 at 15:07 +0300, Panayiotis Karabassis wrote: >> And... Debian is notorious for mistreating newcomers! I have had a >> friend swear to never ask a question on Debian forums again, after the >> reply to his first q

[OT] dhcpd and always-broadcast

2012-10-10 Thread Panayiotis Karabassis
an IP address until the DHCP negotiation is completed. So, what is the use of this option? Under what circumstances should the server not broadcast its messages? Thanks, and best regards, Panayiotis -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubs

Re: internet speed

2012-10-03 Thread Panayiotis Karabassis
If the IP is not bound to the port, then it is probably assigned from a pool of addresses. So: old cable, old port = bad. new cable, old port = good What about old cable, new port? On 10/03/2012 03:48 PM, lina wrote: > On Wednesday 03,October,2012 07:03 PM, Panayiotis Karabassis wrote: >

Re: man in the middle attack ?

2012-10-03 Thread Panayiotis Karabassis
On 08/20/2012 11:48 PM, Ralf Mardorf wrote: > On Mon, 2012-08-20 at 22:43 +0200, Ralf Mardorf wrote: >> Hi Dr. Beco A.I. research, Cognitive Scientist and Philosopher Linux >> Counter #201942, >> >> take an educated guess or ask one of your A.I. thingy to take an >> educated guess. >> >> Regards, >

Re: internet speed

2012-10-03 Thread Panayiotis Karabassis
Find out the lan speed? ethtool eth0 iwconfig wlan0 On 10/01/2012 05:38 PM, lina wrote: > Hi, > > Recently I notice my laptop's internet connection speed is really slow. > and sometimes seems no connection. > > I don't know how to start to examine, any suggestions? > > Thanks with best regards

Re: telnet and harden-clients

2012-10-03 Thread Panayiotis Karabassis
Try: # aptitude why-not telnet On 09/29/2012 06:46 PM, lina wrote: > Hi, > > I have the harden-clients installed. > > when I tried to install the telnet, > > it showed me conflict. > > # aptitude why telnet > Unable to find a reason to install telnet. > > I am just curious how telnet work. I

Re: BIOS

2012-09-18 Thread Panayiotis Karabassis
| > HOST-KERNEL i386 amd64 > | /| > | / | > |/ | > VIRTUAL-BOX i386 amd64 > | /| > | / | > |/ | > GUEST-KERNEL i386 amd64 On 09/18/2012 09:01 PM, Panayiotis Karabassis wrote: > Lina, let's tackle this one at a time. &

Re: BIOS

2012-09-18 Thread Panayiotis Karabassis
Lina, let's tackle this one at a time. First the VirtualBox problem. What computer is this? Is it your Mac? As far as I know your Mac is 64 bit capable. Virtual box comes in x86 and x86_64 versions. If you are running a x86_64 distribution you can install the x86_64 version of VirtualBox and a 6

How to permanently increase aptitude upgrade points

2012-07-16 Thread Panayiotis Karabassis
gs: a) Increase the points a solution receives for upgrading packages, to be at least more than the points for removing them, and b) decrease the penalty for removing user-installed packages. Thanks, best regards, Panayiotis -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org wi

Re: What is the best way to turn off the iptables

2012-07-06 Thread Panayiotis Karabassis
Sorry for replying directly but I think you may want to read this. You have: Chain INPUT (policy DROP) This should be ACCEPT instead of DROP. Try: iptables -P INPUT ACCEPT Then do the same for the FORWARD chain (if you want to get a "vanilla" configuration) On 05/07/2012 06:02 μμ, lina wrote:

Re: [OT] kernel debugging question

2012-06-09 Thread Panayiotis Karabassis
On 08/06/2012 06:51 μμ, Camaleón wrote: > On Fri, 08 Jun 2012 10:23:54 +0300, Panayiotis Karabassis wrote: > >> I was wondering, if anyone is into this kind of stuff: what kind of >> kernel programming bug can completely bring down the kernel and system? >> I am referring

[OT] kernel debugging question

2012-06-08 Thread Panayiotis Karabassis
ople, and the common denominator is the ath9k driver. A bug is reported [1] but I'd like to help solve it. Best regards, Panayiotis [1] https://bugzilla.kernel.org/show_bug.cgi?id=42903 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscr

Re: Free as in speech hardware ebook reader

2012-05-21 Thread Panayiotis Karabassis
Thanks. On 21/05/2012 06:03 μμ, Dan Ritter wrote: > On Mon, May 21, 2012 at 05:41:51PM +0300, Panayiotis Karabassis wrote: >> P.S. How does one order an OLPC? I am interested in one for my niece, >> but it seems impossible to find in a shop. Revolution hardware indeed. :-)

Re: Free as in speech hardware ebook reader

2012-05-21 Thread Panayiotis Karabassis
find in a shop. Revolution hardware indeed. :-) On 07/04/2012 12:12 πμ, Panayiotis Karabassis wrote: > Hiya, > > Having a bad track record of not taking care of "dead tree" books, I am > looking to buy an electronic book reader. > > The Amazon's Kindle does look good an

Re: rsync

2012-05-17 Thread Panayiotis Karabassis
On 03/03/2012 06:24 πμ, lina wrote: > On Sat, Mar 3, 2012 at 1:54 AM, Bob Proulx wrote: >> lina wrote: >>> Is it wrong when use >>> >>> rsync -azvu source destination >>> >>> sent 16 bytes received 43 bytes 5.13 bytes/sec >>> total size is 1507939808 speedup is 25558301.83 >>> >>> Destination $

Re: something about rm

2012-05-17 Thread Panayiotis Karabassis
On 17/05/2012 04:05 μμ, Gary Dale wrote: > On 17/05/12 03:48 AM, Panayiotis Karabassis wrote: >> On 17/05/2012 06:20 πμ, Gary Dale wrote: >>> On 16/05/12 08:50 PM, Tony Baldwin wrote: >>>> On Wed, May 16, 2012 at 02:48:56PM -0400, Gary Dale wrote: >>>>>

Re: something about rm

2012-05-17 Thread Panayiotis Karabassis
On 17/05/2012 06:20 πμ, Gary Dale wrote: > On 16/05/12 08:50 PM, Tony Baldwin wrote: >> On Wed, May 16, 2012 at 02:48:56PM -0400, Gary Dale wrote: >>> On 16/05/12 12:49 PM, lina wrote: Hi, Today I made some mistake, I mount the remote server my home directory into local lap

Re: [OT] strangeness with dhcp relay server

2012-05-16 Thread Panayiotis Karabassis
On 16/05/2012 11:33 πμ, Andrei POPESCU wrote: > On Ma, 15 mai 12, 16:51:02, Panayiotis Karabassis wrote: >> I had some insight from the Cisco support forums. Apparently DHCP Relays >> are meant to forward requests *outside* the LAN, and should not be used >> when server and

Re: [OT] strangeness with dhcp relay server

2012-05-15 Thread Panayiotis Karabassis
://homecommunity.cisco.com/t5/Wireless-Routers/Strange-problem-with-X3000-DHCP-Relay-functionality/td-p/519783 I really don't know the first thing about networking... :-) On 15/05/2012 04:12 μμ, Panayiotis Karabassis wrote: > Hiya, > > I had posted a while back about this problem, and it seems critical

[OT] strangeness with dhcp relay server

2012-05-15 Thread Panayiotis Karabassis
sage to the router (relay). And then the router sends the OFFER back to the server instead of the client! Linksys is a good company as far as I know, so this must be my fault. Does anyone have any ideas? Best regards and thanks, Panayiotis No. TimeSourceDestination

Re: how to understand

2012-05-09 Thread Panayiotis Karabassis
About the second one, which program are you using? For example, lm-sensors reports also the allowed temperature ranges. Regards, Panayiotis On 09/05/2012 06:33 μμ, lina wrote: > Hi, > > In syslog I notice the following info. > > May 9 23:22:01 Debian kernel: [24529.232615] apples

Re: Icedove setting

2012-04-22 Thread Panayiotis Karabassis
On 04/17/2012 08:05 PM, Camaleón wrote: > On Wed, 18 Apr 2012 00:20:32 +0800, lina wrote: > >> On Tue, Apr 17, 2012 at 9:46 PM, Camaleón wrote: > (...) > I noticed the google use 465 as SMTP port. >>> Every e-mail provider can use a different combo for authentication/ >>> configuration/port b

Re: Icedove setting

2012-04-16 Thread Panayiotis Karabassis
On 04/16/2012 08:24 PM, lina wrote: > On 17 Apr, 2012, at 0:45, Panayiotis Karabassis wrote: > >> On 04/16/2012 07:29 PM, lina wrote: >>> On Tuesday 17,April,2012 12:25 AM, lina wrote: >>>> On Monday 16,April,2012 11:58 PM, Panayiotis Karabassis wrote: >>

Re: Icedove setting

2012-04-16 Thread Panayiotis Karabassis
On 04/16/2012 07:29 PM, lina wrote: > On Tuesday 17,April,2012 12:25 AM, lina wrote: >> On Monday 16,April,2012 11:58 PM, Panayiotis Karabassis wrote: >>> On 04/16/2012 06:16 PM, lina wrote: >>>> SMTP setting >>>> Server name: pod51003.outlook.com >&g

Re: Icedove setting

2012-04-16 Thread Panayiotis Karabassis
On 04/16/2012 06:16 PM, lina wrote: > SMTP setting > Server name: pod51003.outlook.com > Port: 587 Is TLS encryption enabled for this? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://l

Re: Free as in speech hardware ebook reader

2012-04-12 Thread Panayiotis Karabassis
Thanks again! On 04/10/2012 05:40 PM, Nick White wrote: > On Tue, Apr 10, 2012 at 01:25:27PM +0300, Panayiotis Karabassis wrote: >> Thank you! I didn't see your post until after I ordered a Pocketbook. :( > Darn it - debian-user is hard to keep on top of; sorry I didn&

Re: Free as in speech hardware ebook reader

2012-04-10 Thread Panayiotis Karabassis
Hi Nick! Thank you! I didn't see your post until after I ordered a Pocketbook. :( I've seen the OpenInkpot project, but I decided against it, reasoning it was still in very early development and didn't support many devices. Right now, I plan to install an ssh server and busybox on my new device,

Re: [OT] Re: Free as in speech hardware ebook reader

2012-04-08 Thread Panayiotis Karabassis
On 04/07/2012 07:45 PM, Camaleón wrote: > On Sat, 07 Apr 2012 00:12:45 +0300, Panayiotis Karabassis wrote: > >> Having a bad track record of not taking care of "dead tree" books, I am >> looking to buy an electronic book reader. > > (...) > > I'm fo

Re: Free as in speech hardware ebook reader

2012-04-07 Thread Panayiotis Karabassis
I'll post my experiences as requested, as soon as possible. Thank you very much, Panayiotis -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4f801fc4.8040...@gmail.com

Re: Free as in speech hardware ebook reader

2012-04-07 Thread Panayiotis Karabassis
would prefer GNU/Linux to Android. Many thanks, Panayiotis -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4f7ffb9f.2010...@gmail.com

Free as in speech hardware ebook reader

2012-04-06 Thread Panayiotis Karabassis
lowed to tinker with. It does not have to work out of the box, and I am prepared to invest time in it and deal with bugs, as I would with a regular computer, provided it has a community around it to support it, as Linux distros do. Any suggestions? Best regards, Panayiotis -- To UNSUBSCRIBE,

Re: Question about make-kpkg and versions

2012-03-29 Thread Panayiotis
On 3/28/12, Stephen Powell wrote: > (I.e. is this a bug or a feature?) Haha, indeed! It seems M$ is haunting us, haha... Regards, Panayiotis -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debia

Re: Question about make-kpkg and versions

2012-03-27 Thread Panayiotis Karabassis
), the version in the name of the package and the debian package version are often different! Regards, Panayiotis On 03/27/2012 02:05 PM, Stephen Powell wrote: > On Tue, 27 Mar 2012 06:49:58 -0400 (EDT), Panayiotis Karabassis wrote: >> I am trying to understand how make-kpkg chooses the

Question about make-kpkg and versions

2012-03-27 Thread Panayiotis Karabassis
e it's own mechanisms? Thanks and best regards, Panayiotis -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4f719b56.2090...@gmail.com

Re: window does not fit on screen

2012-02-20 Thread Panayiotis Karabassis
Thanks, it works. On 02/20/2012 03:58 PM, Panayiotis Karabassis wrote: Thanks! I'll try it in the afternoon. On 20/02/2012 12:05 μμ, Andrei POPESCU wrote: On Du, 19 feb 12, 19:50:09, Panayiotis Karabassis wrote: I would like to run this automatically at login, I tried .xinitrc and .b

Re: window does not fit on screen

2012-02-20 Thread Panayiotis Karabassis
Thanks! I'll try it in the afternoon. On 20/02/2012 12:05 μμ, Andrei POPESCU wrote: > On Du, 19 feb 12, 19:50:09, Panayiotis Karabassis wrote: >> I would like to run this automatically at login, I tried .xinitrc >> and .bashrc but neither works. > Use .xsessionrc >

Re: window does not fit on screen

2012-02-20 Thread Panayiotis Karabassis
Thanks. This is a queer window, when I try to grab and move it, its parent window gets moved instead. But thanks! On 20/02/2012 08:03 πμ, Tony Baldwin wrote: > On Sun, Feb 19, 2012 at 03:41:03PM +0200, Panayiotis Karabassis wrote: >>> On Du, 19 feb 12, 14:02:43, Panayiotis Kara

Re: window does not fit on screen

2012-02-19 Thread Panayiotis Karabassis
neither works. Anyway, my thanks. [1] https://bugs.freedesktop.org/show_bug.cgi?id=39949 On 02/19/2012 03:41 PM, Panayiotis Karabassis wrote: Thanks. I can not increase the physical resolution but do you know how to increase the virtual resolution? I would like to do so on a per-user basis.

Re: window does not fit on screen

2012-02-19 Thread Panayiotis Karabassis
virtual resolution change does not integrate very well with Gnome Shell. Googling suggests I should use the xrandr extension but I do not understand it very well. Thanks. On 19/02/2012 02:11 μμ, Andrei POPESCU wrote: > On Du, 19 feb 12, 14:02:43, Panayiotis Karabassis wrote: >> Hello! &

window does not fit on screen

2012-02-19 Thread Panayiotis Karabassis
Hello! I am facing a very strange problem. On my netbook, when I open up Eclipse's install new software wizard, the window does not fit on screen and I cannot select the software to install. I am using Gnome 3 from Wheezy. Is there any workaround for this problem? -- To UNSUBSCRIBE, email t

Re: linux-sources

2012-02-11 Thread Panayiotis Karabassis
t;>> >> >> >> Kind regards >> >> -- >> Iceweasel/Firefox extensions for finding answers to Debian questions:- >> https://addons.mozilla.org/en-US/firefox/collections/Scott_Ferguson/debian/ >> >> >> -- >> To UNSUBSCRIBE, email to debian-user-requ..

Xen dom0 virtual terminals

2012-02-11 Thread Panayiotis Karabassis
Hi! This may be a naive question, but does anyone know how to enable the virtual terminals (Ctrl-Alt-Fx) on a Wheezy dom0? -- Best regards, Panayiotis Karabassis -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Conta

Re: DHCPOFFER lost in transit :-)

2012-02-10 Thread Panayiotis Karabassis
On 02/10/2012 10:27 AM, Andrei Popescu wrote: On Ma, 07 feb 12, 21:09:21, Panayiotis Karabassis wrote: The DHCP server runs on my desktop so I have complete access to it. The X3000 is configured as a DHCP relay. I would try to completely disable anything like a DHCP server in the AP. Thanks

Re: DHCPOFFER lost in transit :-)

2012-02-09 Thread Panayiotis Karabassis
ently and automagically, as a signal amplifier. It seems this is not the case, at least with this particular AP. I think that configuring the AP as a DHCP Relay would also have worked except that this model does not support it. Hope this helps someone, and thanks! On 09/02/2012 11:02 πμ, Panay

Re: DHCPOFFER lost in transit :-)

2012-02-09 Thread Panayiotis Karabassis
Update: I've narrowed this down. At the times of the problem, the server can connect to the laptop (e.g. ssh or ping) but the laptop has no connectivity to the laptop. I have no idea why this is happening. On 08/02/2012 09:51 μμ, Panayiotis Karabassis wrote: On 08/02/2012 06:09 μμ, Cam

Re: DHCPOFFER lost in transit :-)

2012-02-08 Thread Panayiotis Karabassis
On 08/02/2012 06:09 μμ, Camaleón wrote: On Tue, 07 Feb 2012 21:09:21 +0200, Panayiotis Karabassis wrote: (...) Well, the laptop hasn't disconnected yet, but my smartphone doesn't connect at all. It's stuck at the "receiving IP address" stage. The DHCP server run

DHCPOFFER lost in transit :-)

2012-02-07 Thread Panayiotis Karabassis
(which the cellphone is running) and I would prefer to leave it alone if possible. Do you have any ideas about the cause of this problem? Sorry for the long post. Good evening, Panayiotis -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe"

Re: No locks available.

2012-01-26 Thread Panayiotis Karabassis
tart >> from there. > > Thanks, will dig further. > >> >> Greetings, >> >> -- >> Camaleón >> >> >> -- >> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org >> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org >> Archive: http://lists.debian.org/jfejgm$8j9$1...@dough.gmane.org >> > > -- Best regards, Panayiotis Karabassis -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4f21c0e2.5070...@gmail.com

Re: Grub cannot fit into boot record

2012-01-14 Thread Panayiotis
On Σαβ, 2012-01-14 at 16:23 +0100, tv.deb...@googlemail.com wrote: > 14/01/2012 15:21, Panayiotis Karabassis wrote: > > Thanks to all. > > > > On 01/14/2012 03:06 PM, tv.deb...@googlemail.com wrote: > >> 14/01/2012 13:18, Tom H: > >>> On Sat, Jan 14, 20

Re: Grub cannot fit into boot record

2012-01-14 Thread Panayiotis Karabassis
On 01/14/2012 03:46 PM, Stephen Powell wrote: > On Sat, 14 Jan 2012 05:06:33 -0500 (EST), Panayiotis Karabassis wrote: >> >> On my desktop, which is running Squeeze, I tried to upgrade some >> packages to their Wheezy version. I have now reverted the upgrade, but I >> a

Re: Grub cannot fit into boot record

2012-01-14 Thread Panayiotis Karabassis
Thanks to all. On 01/14/2012 03:06 PM, tv.deb...@googlemail.com wrote: > 14/01/2012 13:18, Tom H: >> On Sat, Jan 14, 2012 at 5:06 AM, Panayiotis >> Karabassis wrote: >>> >>> On my desktop, which is running Squeeze, I tried to upgrade some >>> packages to

Re: Grub cannot fit into boot record

2012-01-14 Thread Panayiotis Karabassis
On 01/14/2012 12:31 PM, tv.deb...@googlemail.com wrote: > 14/01/2012 11:06, Panayiotis Karabassis wrote: >> Hi, >> >> On my desktop, which is running Squeeze, I tried to upgrade some >> packages to their Wheezy version. I have now reverted the upgrade, but I >

Grub cannot fit into boot record

2012-01-14 Thread Panayiotis Karabassis
I going to do when Wheezy becomes stable. This is a new computer. -- Best regards, Panayiotis Karabassis -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.

Re: Keyboard layout detection

2012-01-13 Thread Panayiotis
Thanks to all again! You've solved this for me, it's a GB layout indeed. Tony, can't you put it in /etc/rc.local or ~/.profile? Again thanks, Panayiotis -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe".

Re: Gnome Shell battery indicator missing

2012-01-13 Thread Panayiotis
Thanks! On Παρ, 2012-01-13 at 07:22 +0100, Johan Grönqvist wrote: > 2012-01-12 09:40, Panayiotis Karabassis skrev: > > On 01/11/2012 10:41 PM, Johan Grönqvist wrote: > > Thanks, I'll wait for 3.2. Meanwhile I read the battery status with the > > "acpi" comman

Re: Gnome Shell battery indicator missing

2012-01-12 Thread Panayiotis Karabassis
On 01/11/2012 10:41 PM, Johan Grönqvist wrote: 2012-01-11 20:26, Panayiotis Karabassis skrev: The title is self-explanatory. This is a new installation of Wheezy. Has anyone else observed this? Yes, i see it too in a wheezy installation I installed this year. The only related message I

Re: Keyboard layout detection

2012-01-12 Thread Panayiotis Karabassis
ve been too lazy to read... :-P Thanks again, Panayiotis -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4f0e9c05.60...@gmail.com

Gnome Shell battery indicator missing

2012-01-11 Thread Panayiotis Karabassis
thanks in advance, Panayiotis -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4f0de264.2020...@gmail.com

Keyboard layout detection

2012-01-11 Thread Panayiotis Karabassis
type keys to have the installer detect my layout. I wonder, does anyone know the name of this program, and the package that provides it? Best regards, Panayiotis -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Conta

Re: Vodafone Mobile Internet modem

2012-01-09 Thread Panayiotis
nd network has been found – you could connect > Light blue solid > Connected via 3G Broadband. Thanks, I did not know about light-blue. Again many thanks, please don't give so much time to this, I feel guilty like I am using you... :-) Best regards, Panayiotis --

Re: which is the best way to find some files

2012-01-09 Thread Panayiotis
Haha, that should be "thanks Tony", I just started using Evolution and I am still confused. On Δευ, 2011-12-26 at 01:18 +0800, lina wrote: > On Monday 26,December,2011 01:13 AM, tony baldwin wrote: > >> - Original Message - > >> From: lina > >> Sent: 12/25/11 12:04 PM > >> To: debian-user@

Re: which is the best way to find some files

2012-01-09 Thread Panayiotis
On Δευ, 2011-12-26 at 01:18 +0800, lina wrote: > On Monday 26,December,2011 01:13 AM, tony baldwin wrote: > >> - Original Message - > >> From: lina > >> Sent: 12/25/11 12:04 PM > >> To: debian-user@lists.debian.org > >> Subject: which is the best way to find some files > >> > >> Hi, > >> >

Re: gmip failed to open

2012-01-09 Thread Panayiotis
Hey there, pretty. ;-) Do you also get a segfault? Take a look at this: http://ubuntuforums.org/archive/index.php/t-1746905.html Could you post the file that triggers the error? On Mon, Jan 2, 2012 at 9:16 AM, lina wrote: > One error message on the terminal is: > > $ gimp dm_1.xpm.eps > > (gim

Re: Inspiron N5510 Nvidia

2012-01-09 Thread Panayiotis
Great. Thank you!

Re: Vodafone Mobile Internet modem

2012-01-09 Thread Panayiotis
r finding answers to Debian questions:- > https://addons.mozilla.org/en-US/firefox/collections/Scott_Ferguson/debian/ Many thanks again, Panayiotis -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...

Re: Vodafone Mobile Internet modem

2012-01-09 Thread Panayiotis
I plan to, but I have to recompile it with some special patches and options, otherwise it won't work... Thanks. On Δευ, 2012-01-09 at 09:52 +0200, Andrei Popescu wrote: > On Du, 08 ian 12, 11:15:35, Panayiotis Karabassis wrote: > > > > My kernel is 3.0.4-libre-lemote.

Re: Vodafone Mobile Internet modem

2012-01-08 Thread Panayiotis
On Δευ, 2012-01-09 at 00:33 +1100, Scott Ferguson wrote: > 1. Please enable usb-modeswitch logging by setting "EnableLogging=1" > it's the last option in the config file:- > # nano /etc/usb_modeswitch.conf > > 2. Then restart your computer, connect the modem. Done. > 3. Please take note of th

Re: Vodafone Mobile Internet modem

2012-01-08 Thread Panayiotis
On Δευ, 2012-01-09 at 00:33 +1100, Scott Ferguson wrote: > On 08/01/12 23:30, Panayiotis Karabassis wrote: > > On 01/08/2012 12:48 PM, Scott Ferguson wrote: > > [...] > > > > > > > ^DSFLOWRPT:0010,,002C,000

Re: Vodafone Mobile Internet modem

2012-01-08 Thread Panayiotis Karabassis
pay a fixed amount each month and have 1Gb data volume. The modem came with the contract. Cheers I really appreciate you taking the time to help me, thanks! -- Best regards, Panayiotis Karabassis -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "un

Re: Vodafone Mobile Internet modem

2012-01-08 Thread Panayiotis
On Κυρ, 2012-01-08 at 10:05 +, Lisi wrote: > On Sunday 08 January 2012 09:15:35 Panayiotis Karabassis wrote: > > Yes, sorry, I am allergic to Windows, > > Please don't misuse words in this way. It makes life even harder for those > of > us who are seriously al

Re: Vodafone Mobile Internet modem

2012-01-08 Thread Panayiotis Karabassis
Many many thanks! On 01/08/2012 01:59 AM, Scott Ferguson wrote: On 08/01/12 08:06, Panayiotis wrote: Thanks! Well, sometimes the modem won't get recognized at all (nothing in dmesg or lsusb), sometimes it will be connected for a while then suddenly disconnect. Signal strength is weaker

Re: Vodafone Mobile Internet modem

2012-01-08 Thread Panayiotis Karabassis
Thanks, it's good to know... On 01/08/2012 10:31 AM, Andrei Popescu wrote: On Du, 08 ian 12, 10:06:46, Panayiotis wrote: On Σαβ, 2012-01-07 at 22:45 +, Walter Hurry wrote: Please don't top post, or reply to my email address. Reply to the list. Thanks. Sorry, what is top posti

Re: Vodafone Mobile Internet modem

2012-01-08 Thread Panayiotis
This would save you alot of headache with ppp and drivers. Thank you very much, I did not know this. I will look it up. > > And just fyi I did copy the list :) Sorry, I did not mean it in a demeaning way... :-) > On Sat, Jan 7, 2012 at 5:02 PM, Panayiotis wrote: > Well, W

Re: Vodafone Mobile Internet modem

2012-01-08 Thread Panayiotis
On Σαβ, 2012-01-07 at 22:45 +, Walter Hurry wrote: > On Sun, 08 Jan 2012 00:04:15 +0200, Panayiotis wrote: > > > What is the dongle's model? Mine is not particularly little, I think > > it's the Huawei E220. > > It's a Vodafone K3570-Z - a small white

Re: Vodafone Mobile Internet modem

2012-01-07 Thread Panayiotis
What is the dongle's model? Mine is not particularly little, I think it's the Huawei E220. On Σαβ, 2012-01-07 at 22:02 +, Walter Hurry wrote: > On Sat, 07 Jan 2012 20:07:29 +0200, Panayiotis Karabassis wrote: > > > Hi! > > > > I am running a mix of GNewSen

Re: Vodafone Mobile Internet modem

2012-01-07 Thread Panayiotis
Well, Wifi hotspots are not as ubiquitous in my country as elsewhere. In the future please add Debian User to the recipients... :-) On Σαβ, 2012-01-07 at 16:57 -0500, chris wrote: > Why can't you just use a WiFi hotspot or.similar? > > chris > > On Jan 7, 2012 4:06 PM,

Re: Vodafone Mobile Internet modem

2012-01-07 Thread Panayiotis
n usbmodeswitch from Wheezy. I want a modem that will "just work"... :-) On Σαβ, 2012-01-07 at 21:09 +0200, Andrei Popescu wrote: > On Sb, 07 ian 12, 20:07:29, Panayiotis Karabassis wrote: > > > > To access the internet I have paid for a Vodafone Mobile Internet > > C

Vodafone Mobile Internet modem

2012-01-07 Thread Panayiotis Karabassis
modem (usb I assume) that will work without hassle? -- Best regards, Panayiotis Karabassis -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4f0889e...@gmail.com

Re: Understanding aptitude search patterns

2011-10-21 Thread Panayiotis Karabassis
On 10/04/2011 05:45 PM, Javier Barroso wrote: > On Tue, Oct 4, 2011 at 2:16 PM, Panayiotis Karabassis > wrote: >> I still have much to learn about aptitude, but in case anyone is >> interested, I made some sense from the source code, which seem to be >> ingenious at times

Re: Understanding aptitude search patterns

2011-10-04 Thread Panayiotis Karabassis
*new pool* for each package version in the original pool. Then it concatenates the matches together. That way it forces a package search to become a version search. Think about it. Amazing. I am a better programmer for finding this gem. The documentation could be more detailed though. -- Best reg

Re: Understanding aptitude search patterns

2011-10-02 Thread Panayiotis Karabassis
I do not understand the source code. Would it be correct to assume that aptitude has two searching modes: package searching mode and version searching mode, and that the latter is activated by ?any-version()? -- Best regards, Panayiotis Karabassis -- To UNSUBSCRIBE, email to debian-user

Understanding aptitude search patterns

2011-10-02 Thread Panayiotis Karabassis
Best regards, Panayiotis Karabassis -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4e892639@gmail.com

Re: Locale set to "C"

2011-10-02 Thread Panayiotis Karabassis
of you! On 10/02/2011 08:15 PM, Raf Czlonka wrote: > On Sun, Oct 02, 2011 at 01:47:30PM BST, Jörg-Volker Peetz wrote: >> Panayiotis Karabassis wrote, on 10/02/11 13:59: >> >>> I will check in a minute. Also I am pretty sure I didn't set the locale >>> t

Re: Locale set to "C"

2011-10-02 Thread Panayiotis Karabassis
On 10/02/2011 12:54 PM, Camaleón wrote: > On Sun, 02 Oct 2011 12:15:32 +0300, Panayiotis Karabassis wrote: > >> On Sat, 1 Oct 2011 19:06:49 + (UTC) Camaleón >> wrote: >> >>> On Sat, 01 Oct 2011 21:21:23 +0300, Panayiotis Karabassis wrote: >>> &g

Re: Locale set to "C"

2011-10-02 Thread Panayiotis Karabassis
On Sat, 1 Oct 2011 19:06:49 + (UTC) Camaleón wrote: > On Sat, 01 Oct 2011 21:21:23 +0300, Panayiotis Karabassis wrote: > > > Hi, on a new Wheezy installation locale reports all the LC_* options set > > to "C". As a result I can't see greek, they displ

Locale set to "C"

2011-10-01 Thread Panayiotis Karabassis
/etc/environment but the locale remains set to "C". What am I missing? Any help appreciated! -- Best regards, Panayiotis Karabassis -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@list

Re: Re (2): Device node for external camera

2011-09-28 Thread Panayiotis Karabassis
On 09/28/2011 08:06 PM, peasth...@shaw.ca wrote: > Hello Panayiotis, > > Ideally udev should detect each camera and assign it a device name which > will then appear in a file in /etc/udev/rules.d/. Unfortunately only a few > of > the scripts to make the devices are working.

Re: Device node for external camera

2011-09-22 Thread Panayiotis Karabassis
Thank you! So how do I specify multiple cameras in the same conf file? Never mind, with what you told me I can look it up in the docs. On Fri, 23 Sep 2011 10:41:14 +1000 Scott Ferguson wrote: > On 23/09/11 01:14, Panayiotis Karabassis wrote: > > Hi! > > > > I have an ext

Re: Device node for external camera

2011-09-22 Thread Panayiotis Karabassis
Thank you. I think this is exactly what I was looking for. On Thu, 22 Sep 2011 16:44:56 + (UTC) Camaleón wrote: > On Thu, 22 Sep 2011 18:14:18 +0300, Panayiotis Karabassis wrote: > > > I have an external IP camera which serves video at > > http://192.168.1.20/mjpeg.cgi.

Device node for external camera

2011-09-22 Thread Panayiotis Karabassis
ev/video0. How can I create such a device node so that it corresponds to my IP camera? -- Best regards, Panayiotis Karabassis -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive

Re: Hardware failure: power-off

2011-08-19 Thread Panayiotis Karabassis
g I didn't clean. Do you think I can resolve this on my own (I am abroad), or should I pay a technician when I get home? - -- Best regards, Panayiotis Karabassis -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.moz

Hardware failure: power-off

2011-08-18 Thread Panayiotis Karabassis
he sensors-applet package, and they seem to be within ranges. Also the power-off are less likely, if gdm3 has managed to start. I appreciate any advice. - -- Best regards, Panayiotis Karabassis -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozi

Re: ATI driver

2011-06-17 Thread Panayiotis Karabassis
e, my congratulations are in order: you have just built your first Debian package!!! When 11-6 comes out, we will have to repeat some of the steps. - -- Best regards, Panayiotis Karabassis -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla -

Re: ATI driver

2011-06-15 Thread Panayiotis Karabassis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! dch is basically an editor for debian/changelog. Can you edit this file by hand and remove the '*' line? - -- Best regards, Panayiotis Karabassis -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using

  1   2   >