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
Hi! I am facing a security issue since this morning, and could use some advice. At about 2pm local time, someone logged into my GMail account, and sent 6 spam emails to my contacts. The header from one such mail is (single Received header): > Received: from localhost (mcf4036d0.tmodns.net. [208.

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
On 10/12/2012 04:08 AM, Neal Murphy wrote: > On Thursday, October 11, 2012 08:47:37 PM Celejar wrote: >> >> I'm no expert, but my impression is that any machine which is asked to >> connect to some other host by IP address will issue such an ARP >> request, so if I do 'ping x.x.x.x', and x.x.x.x ha

arp cache incomplete entries

2012-10-11 Thread Panayiotis Karabassis
Hi, I've noticed that, often, after establishing a connection to the local network, important entries in the ARP cache, such as that of my nameserver, appear as 'incomplete' and have not an associated hardware address. Connection to these hosts often fails. What are the possible reasons why this

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
Hey, I have an OT question about the always-broadcast option of the dhcpd server. Based on the Wikipedia article, all DHCP messages to the client are sent to the broadcast address. This makes sense, since the UDP protocol used by DHCP runs on top of the IP protocol, and the client does not have a

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
Hi, I have a rather acute problem with aptitude. I am tracking wheezy and very often, the resolver wants to remove half my system rather than upgrade a couple of packages. These packages are not held back (aptitude calls them "kept back"), even though they may be manually installed. Is there a way

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
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 to a complete lockup: no screen output, no keyboard response, even with serial keyboard, not even the keyboard LEDs respond, no netconsole, no k

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
Hiya, I had posted a while back about this problem, and it seems critical information was under my nose. I am running my own dhcpd server on my Debian box. Often a client would send DISCOVER packets, but receive no reply. The information comes from wireshark running on the server machine, and I a

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] applesmc: F1Mn: write

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
On 04/07/2012 01:07 PM, Scott Ferguson wrote: > Just buy any tablet that suits your price and feature requirements > *and* that will support Debian[*1]. Then install Calibre - it's more > than just an reader, it is a library manager, can read every eBook > type I've heard of, and convert between ty

Re: Free as in speech hardware ebook reader

2012-04-07 Thread Panayiotis Karabassis
Thanks for the quick replies. Calibre is a software reader isn't it? I do use it on my computer, but I was looking for the hardware to install it on. I will keep it in mind. The OLPC seems to be a laptop right? I was looking for something like a tablet. The Nook is interesting, but I would prefe

Free as in speech hardware ebook reader

2012-04-06 Thread Panayiotis Karabassis
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 and it boasts a Linux kernel, but I am very disappointed at the many restrictions they want to place on me: automatic installation of firmware

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
Hi, I am trying to understand how make-kpkg chooses the versions for the packages it creates. Each package has a name(a), which contains a version part(a1), as well as a version(b), which is further split in upstream version(b1) and Debian revision(b2), right? Assuming this, I'll ask my question i

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
iotis Karabassis wrote: 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/

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
Hi everyone! I have been facing some problems with my home network. All computers are networked wirelessly and I am using a wi-fi repeater to strengthen the signal upstairs (it's two floors). The desktop PC (server) has been running mainly without problems, but the laptop upstairs was often

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 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: 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
Thanks to all. Yes I've followed the Debian Eee Pc pages. The repository is not needed for Wheezy, from what I understand. I guess I have a non standard layout, for example when I press the key that has '#' typed on it I get '|'. Funny thing is that I actually have no trouble using the keybo

Gnome Shell battery indicator missing

2012-01-11 Thread Panayiotis Karabassis
The title is self-explanatory. This is a new installation of Wheezy. Has anyone else observed this? The only related message I can find in the logs, is a complaint about gnome-power-manager missing. Indeed the package with the same name contains only a gnome-power-statistics binary. Many tha

Keyboard layout detection

2012-01-11 Thread Panayiotis Karabassis
Hi, I installed Debian on my new Asus Eee PC and even though it works almost flawlessly, I am having trouble finding the correct keyboard layout. The obvious ones (Generic and Asus laptop) have some characters wrong. I remember from some installation (either Debian or Ubuntu) being asked to

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 Karabassis
And I have had quite a lot of trouble to get it work at all, including having to pull in usbmodeswitch from Wheezy. That should not be necessary. dmesg will tell us. I want a modem that will "just work"... :-) The problem is often/usually NetworkManager. On Σαβ, 2012-01-07

Re: Vodafone Mobile Internet modem

2012-01-08 Thread Panayiotis Karabassis
ou should press. Kind regards, Andrei -- 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/4f095aa8.1010...@gmail.com

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
work cameras appear in udev, I don't think so. -- 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/4e835404.9090...@gmail.com

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

Re: ATI driver

2011-06-15 Thread Panayiotis Karabassis
are the most critical... - -- Best regards, Panayiotis Karabassis -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJN+KodAAoJEN7RcJcJCZJi0zcH/iXX5VTrOHInCRHIpIf8GTse wSuneu4a58jiNok5sQ2

Re: ATI driver

2011-06-15 Thread Panayiotis Karabassis
ngelog. Here is mine: *** fglrx-driver (1:11-5-0panayk1) squeeze-testing; urgency=low * Non-maintainer upload. * New upstream release. -- Panayiotis Karabassis Wed, 15 Jun 2011 12:41:10 +0300 *** c1) squeeze-testing is

Re: ATI driver

2011-06-14 Thread Panayiotis Karabassis
.local fglrx-driver.links source fglrx-driver.lintian-overrides source.lintian-overrides fglrx-driver.manpages watch We have now updated the package and are ready to begin porting it to Squeeze. - -- Best regards, Panayiotis Karaba

Re: ATI driver

2011-06-14 Thread Panayiotis Karabassis
laptop. There is no risk anymore, thanks to apt-pinning (see first message). I will follow-up with step 3. - -- Best regards, Panayiotis Karabassis -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJN

Re: ATI driver

2011-06-14 Thread Panayiotis Karabassis
npages watch - - That's it!!! Now we are ready for the next step. - -- Best regards, Panayiotis Karabassis -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozil

Re: ATI driver

2011-06-14 Thread Panayiotis Karabassis
-4-2lina1) lina-testing; urgency=low Add comments as you like. - -- Best regards, Panayiotis Karabassis -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJN9zi7AAoJEN7RcJcJCZJiQaIH/jJ0LN7j/

Re: ATI driver

2011-06-13 Thread Panayiotis Karabassis
ntrib non-free deb-src http://ftp.it.debian.org/debian/ sid main contrib non-free You can get a list of mirrors at: http://www.debian.org/mirror/list Make sure to revert sources.list when you are done! - -- Best regards, Panayiotis Karabassis -BEGIN PGP SIGNATURE- Version: GnuPG v1.

Re: ATI driver

2011-06-13 Thread Panayiotis Karabassis
e much more confidence when you are done with this package, you'll see. I'll walk you through it. - -- Cheers, Panayiotis Karabassis -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJN9lCXAAo

Re: ATI driver

2011-06-13 Thread Panayiotis Karabassis
f so I'll post again when the package comes out and you can take it from there. Hey, if you are going to be doing this regularly others should benefit from your work. I suggest making your work available at Debian Backports, so that all Stable users can use it! I'm sure they'

Re: ATI driver

2011-06-13 Thread Panayiotis Karabassis
}. If I miss it, feel free to email me and I'll be happy to package it. - -- Best regards, Panayiotis Karabassis -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEB

Re: login as root to GUI

2011-05-19 Thread Panayiotis Karabassis
t;> Dick Bayerl > > So when your Debian installation asks you if you want to "allow" root to > log in you say "no"? > > Be well, > Charlie It is possible to login as root (I think you have to configure pam and gnome/X) but it is not recommended. Instead

reorganize reprepro

2011-05-18 Thread Panayiotis Karabassis
distributions with a command? The man page did not yield any results. - -- Best regards, Panayiotis Karabassis -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQ

Re: specific kernel configuration for graphic card driver

2011-05-16 Thread Panayiotis Karabassis
trol. Reboot the xserver. If the card is too old we have to use an /etc/ati/control from an old driver instead. If the card is too new, and if the above does not work, we will probably have to wait for a more recent driver to be released. - -- Best regards, Panayiotis Karabassis -BEGIN PG

Re: specific kernel configuration for graphic card driver

2011-05-16 Thread Panayiotis Karabassis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/16/2011 03:30 PM, lina wrote: > On Mon, May 16, 2011 at 6:44 PM, Panayiotis Karabassis > wrote: > No. it's still at the right bottom. showing the same > AMD > Unsupported hardware. Ok, so we are almost done. We just have

Re: specific kernel configuration for graphic card driver

2011-05-16 Thread Panayiotis Karabassis
o be noticed on trivial inspection. Maybe performance? Some questions: a) I understand the 11-5 works now, correct? b) Is the icon gone? c) Have you installed mesa-utils? Is direct rendering enabled? - -- Best regards, Panayiotis Karabassis -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1

Re: specific kernel configuration for graphic card driver

2011-05-16 Thread Panayiotis Karabassis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! This should fix the module issue: http://code.google.com/p/fglrx-squeeze/downloads/detail?name=11-5-0panayk2_amd64.tar.bz2&can=2&q=#makechanges glxinfo is in package mesa-utils. - -- Best regards, Panayiotis Karabassis -B

Re: Getting ralink driver working?

2011-05-14 Thread Panayiotis Karabassis
quot; the kernel to a specified version. Post back if you need guidance. If the downgrade solves your problem, I would also suggest opening a bug report. - -- Best regards, Panayiotis Karabassis -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using Gn

Re: Getting ralink driver working?

2011-05-14 Thread Panayiotis Karabassis
sta.ko [...] I guess I downgrade is in order? - -- Best regards, Panayiotis Karabassis -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJNzt0HAAoJEN7RcJcJCZJiEzwH/A+YXv+i++LdMNgfy+SgX9uN s

Re: specific kernel configuration for graphic card driver

2011-05-14 Thread Panayiotis Karabassis
y running: $ glxinfo | grep "direct rendering" - -- Best regards, Panayiotis Karabassis -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJNztwpAAoJEN7RcJcJCZJicJAH/0kPpbKhMNWVK3yqDVs2xZmB

  1   2   >