Re: How do you debug with php

2012-04-16 Thread Alan Chandler
On 17/04/12 07:01, Alan Chandler wrote: On 17/04/12 01:16, Chris Hiestand wrote: I have never used a debugger for PHP; I think your struggles are part of the reason why. Neither have I until now. But I don't understand why this isn't a typical many eyes make the problems trivial, and that the

Re: How do you debug with php

2012-04-16 Thread Alan Chandler
On 17/04/12 01:16, Chris Hiestand wrote: I have never used a debugger for PHP; I think your struggles are part of the reason why. Neither have I until now. But I don't understand why this isn't a typical many eyes make the problems trivial, and that there isn't a great raft of solutions out

Re: grub failed to boot after upgrade

2012-04-16 Thread Ken Wahl
On Mon, Apr 16, 2012 at 03:45:43PM -0300, David Roguin wrote: > On Mon, Apr 16, 2012 at 2:56 PM, Joe wrote: > > On Mon, 16 Apr 2012 10:27:40 -0300 > > David Roguin wrote: > > > >> Hi, > >> I´m running wheezy and after a typical dist-upgrade grub doesn't want > >> to boot. It seems that grub can't

Re: how to fix aptitude errors upgrading LMDE UP3 -> UP4

2012-04-16 Thread Indulekha
Tom Roche wrote: > > Indulekha Mon, 16 Apr 2012 14:52:34 -0500 >>> Have you tried "apt-get -f install"? > > No, and using apt-get rather than aptitude was the right idea: > > http://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_literal_apt_get_literal_literal_apt_cache_literal_vs_liter

SB1040 X-Fi Xtreme Audio produces no sound on Squeeze

2012-04-16 Thread Peter F Costa
I am running Squeeze (Linux 2.6.32-5-amd64) on a Dell XPS8300 with a Sound Blaster SB1040 X-Fi Xtreme Audio card that produces no sound. // 'speaker-test -t sine -f 440 -c 2' produces no sound: speaker-test 1.0.23 Playback device is

Re: Wheezy: dragon player not working with phonon-backend-gstreamer?

2012-04-16 Thread T Elcor
--- On Mon, 4/16/12, Christopher Judd wrote: > > > > aptitude show dragonplayer >   > It > works fine here (wheezy, amd64) with the same version of > dragonplayer, using phonon-backend-vlc. Weird, I can't get it to work. Tried installing phonon-backend-vlc, it still doesn't work, purged phonon-

Re: how to fix aptitude errors upgrading LMDE UP3 -> UP4

2012-04-16 Thread Tom Roche
Wayne Topa Mon, 16 Apr 2012 15:24:26 -0400 >>> I just looked for lmde in the debian packages and it is not there and it's not in the original post @ http://lists.debian.org/debian-user/2012/04/msg01217.html either, because LMDE is not a package >>> I am guessing the lmde might be a Linux Mint pa

Re: How do you debug with php

2012-04-16 Thread Chris Hiestand
I have never used a debugger for PHP; I think your struggles are part of the reason why. Instead I just use debug statements when I hit a problem - probably not quite as clean as using a debugger. Something like this helps me a lot: > function pre_print_r($a) { > print "\n

nfs shares have trailing slash in /proc/mounts

2012-04-16 Thread Chris Hiestand
I just upgraded from Squeeze to Wheezy and noticed that now NFS exports have an extra trailing slash in /proc/mounts (aka /etc/mtab, aka /proc/self/mounts). > server:/vol/export1/ on /server/mountpath type nfs (rw,nosuid,nodev,noatime…) But the trailing slash is not originated in /etc/fstab. >

How do you debug with php

2012-04-16 Thread Alan Chandler
I have just had a frustrating few days trying, and failing to set up a debugging session with a php based web app. My setup is a yii based application, but with the framework sitting in a separate directory since (supposidely) the only file you actually have to expose to the web space is the i

Re: Defaults of tmpfs on /tmp redux

2012-04-16 Thread Roger Leigh
I have done a significant reworking of the handling of tmpfs on /tmp. Please have a look at the packages here: http://people.debian.org/~rleigh/sysvinit/ I would be very grateful for any feedback regarding these changes. While these don't disable tmpfs on /tmp by default, they do increase the d

Re: how to fix aptitude errors upgrading LMDE UP3 -> UP4

2012-04-16 Thread Mika Suomalainen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Wayne Topa wrote: >On 04/16/2012 02:34 PM, Tom Roche wrote: >> >> (Apologies if this is not the correct place to post (is there an >> apt-user or aptitude-user list?), but it's been helpful in past.) >> >> As detailed @ >> >> http://forum.linuxmint

Re: gnome panel fonts on startup

2012-04-16 Thread songbird
Camaleón wrote: >songbird wrote: >> what controls the display of the fonts in the gnome-panel when it first >> starts up? > > Well, starting from gnome-shell, "mutter" is the window manager which > relies in "clutter" as the graphical library to draw the GUI. ok, thanks for the names. i can l

Re: Fetching path from ps-or-proc.

2012-04-16 Thread Camaleón
On Mon, 16 Apr 2012 01:47:12 +0700, Sthu Deus wrote: (...) > My questions are: > > . why only one char. is represented w/ '?' - and not all of them? It can be a single accented "á" (or another special character) which fails to render properly. > . I use utf-8 env. how I can fetch the path usin

Re: DVD region codes ?

2012-04-16 Thread Håkon Alstadheim
On 13. april 2012 08:48, Mika Suomalainen wrote: 13.04.2012 01:29, Håkon Alstadheim kirjoitti: Am I doing something wrong, or have all linux systems recently started requiring the region-code to be set on DVD-drives to be able to play DVDs? I struggled for a while with a drive on a newish box an

Re: old machine wheezy vs apt

2012-04-16 Thread Aleksandar Kostadinov
To anybody interested, debian wheezy can't run on 64MB RAM on i386. Or actually it can run but package management is unusable so all debian benefits are actually lost. I tried pulling the .deb files on another machine, then transfer to the old machine. But dpkg is killed on 95% reading database (I

Re: php4 on Squeeze?

2012-04-16 Thread Baco
Hello, > the link to the diffs does not work anymore. Is there another place to get > these duff's. PHP4 4.4.9 for Debian Squeeze http://pastebin.com/raw.php?i=mwB7HgB2 N.B. You need also sablotron 1.0.3 from Lenny but I can also provide diff file to port it to Squeeze. Enjoy Abandonware! Be

Re: how to fix aptitude errors upgrading LMDE UP3 -> UP4

2012-04-16 Thread Indulekha
Tom Roche wrote: [...] > > `sudo aptitude update ; sudo aptitude full-upgrade` > > aptitude did not die silently! and chugged on until finished. However, > on finish it reported, at the end of a very long scroll (thank you, > gnome-terminal :-) > >> dpkg: dependency problems prevent configuration

Re: how to fix aptitude errors upgrading LMDE UP3 -> UP4

2012-04-16 Thread Wayne Topa
On 04/16/2012 02:34 PM, Tom Roche wrote: (Apologies if this is not the correct place to post (is there an apt-user or aptitude-user list?), but it's been helpful in past.) As detailed @ http://forum.linuxmint.com/viewtopic.php?f=198&t=99035 recently I successfully upgraded a box with Linux Mi

Re: Boot messages getting cleared

2012-04-16 Thread Thilo Six
Hello Camaleón, Excerpt from Camaleón: > On Sun, 15 Apr 2012 18:48:21 +0200, Thilo Six wrote: -- -- > the "--noclear" parameter so I think it has to be placed in "/etc/ > inittab" file: > > 1:2345:respawn:/sbin/getty --noclear 38400 tty1 Excellent. Thats it. Apparently i did look into '/etc/i

how to fix aptitude errors upgrading LMDE UP3 -> UP4

2012-04-16 Thread Tom Roche
(Apologies if this is not the correct place to post (is there an apt-user or aptitude-user list?), but it's been helpful in past.) As detailed @ http://forum.linuxmint.com/viewtopic.php?f=198&t=99035 recently I successfully upgraded a box with Linux Mint Debian Edition Update Pack 3 (with which

Re: grub failed to boot after upgrade

2012-04-16 Thread David Roguin
On Mon, Apr 16, 2012 at 2:56 PM, Joe wrote: > On Mon, 16 Apr 2012 10:27:40 -0300 > David Roguin wrote: > >> Hi, >> I´m running wheezy and after a typical dist-upgrade grub doesn't want >> to boot. It seems that grub can't find the partitions. >> Anyone else has this same problem? >> I have dual b

Re: Laser Printer printing intermittantly, CUPS bug?

2012-04-16 Thread John Magolske
* John Magolske [120413 15:06]: > [...] I think I figured out the printing issue. This is a legal size > PDF, and so I added the -o media=legal to the command like so: > > lp -d Brother_HL-1450_series -n 1 -P 2 -o media=legal some-file.pdf > > And now it seems to be printing fine. Will check

Re: I would to report a bug...

2012-04-16 Thread Camaleón
On Mon, 16 Apr 2012 17:41:50 +0100, Brian wrote: > On Mon 16 Apr 2012 at 16:15:08 +, Camaleón wrote: > >> But I'm still unclear about your problem. > > The crackling noise occurs as the OS is closing down. And in what stage it stops and the BIOS screen shows? And what happens then? It cont

growing md-raid5 with a larger disk then others are

2012-04-16 Thread Daniel Koch
Hey there, I want to grow my md-raid5 which has 4 Disks each 1,5TB. I have a disk here which is 2,0TB and i need to know if it is save to do that. I know if i am using a 2,0TB disk it would appear as 1,5TB. Anybody did that before ? Something have an eye on ? Thank you for your help. -- --- Dani

Re: grub failed to boot after updagre

2012-04-16 Thread Joe
On Mon, 16 Apr 2012 10:27:40 -0300 David Roguin wrote: > Hi, > I´m running wheezy and after a typical dist-upgrade grub doesn't want > to boot. It seems that grub can't find the partitions. > Anyone else has this same problem? > I have dual boot, sharing macosx and debian wheezy and never had thi

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: > On 04/16/2012 06:16 PM, lina wrote: >>>

Re: Icedove setting

2012-04-16 Thread lina
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: On 04/16/2012 06:16 PM, lina wrote: > SMTP setting > Server name: pod5100

Re: I would to report a bug...

2012-04-16 Thread Brian
On Mon 16 Apr 2012 at 16:15:08 +, Camaleón wrote: > But I'm still unclear about your problem. The crackling noise occurs as the OS is closing down. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.or

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 Port: 587 >>> Is TLS encryption enabled for th

security of sysfs in LXC container

2012-04-16 Thread steve
Howdy! On debian squeeze with LXC, I can mount sysfs in the container.. Isn't this a serious security issue? IE. messing with files in /sys/ as root in a container. Is there a workaround? or is this issue on the TODO list? thanx - steve I'm not on the list so please CC me

Re: Icedove setting

2012-04-16 Thread lina
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 Port: 587 Is TLS encryption enabled for this? Forget to mention I can receive email in "inbox", but

Re: Icedove setting

2012-04-16 Thread lina
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 Port: 587 Is TLS encryption enabled for this? Forget to mention I can receive email in "inbox", but not those in other folders (those emails are f

Re: Hauppauge Nova-T USB stick -- now what?

2012-04-16 Thread Sian Mountbatten
On 16/04/12 16:50, Rob Owens wrote: On Mon, Apr 16, 2012 at 04:13:36PM +0100, Sian Mountbatten wrote: On 16/04/12 15:00, Dom wrote: On 16/04/12 13:02, Sian Mountbatten wrote: Dear All This morning I received a second-hand USB stick which consisted of the stick a USB extension cable plus USB p

Re: I would to report a bug...

2012-04-16 Thread Camaleón
On Mon, 16 Apr 2012 12:27:39 +0200, Andrea Scarparo wrote: > Dear Debian Users, Please, no html posts, thanks :-) > I have a question for you. I'm trying debian testing in these day but I > found an annoying problem that appeared to me in various Ubuntu releases > and Debian Squeeze too. > I hav

Re: Hauppauge Nova-T USB stick - installed but not working

2012-04-16 Thread Sian Mountbatten
On 16/04/12 16:20, Indulekha wrote: Sian Mountbatten wrote: On 16/04/12 14:20, Indulekha wrote: on the first try: http://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-NOVA-T-Stick Yes, I've read that web page, but it does not help me. I've tried Kaffeine and VLC, but neither of them produc

Re: Icedove setting

2012-04-16 Thread lina
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 Port: 587 Is TLS encryption enabled for this? No. if I chose 587, it would auto-detect STARTTLS for it. -- To UNSUBSCRIBE, email to debian-user-re

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: Icedove setting

2012-04-16 Thread lina
On Monday 16,April,2012 11:32 PM, keith wrote: lina wrote: Hi, When I tried to add an account of quasi-hotmail [1] one in the icedove. POP setting Server name: pod51003.outlook.com Port: 995 Encryption method: SSL SMTP setting Server name: pod51003.outlook.com Port: 587 The re-test process

Re: Hauppauge Nova-T USB stick -- now what?

2012-04-16 Thread Rob Owens
On Mon, Apr 16, 2012 at 04:13:36PM +0100, Sian Mountbatten wrote: > On 16/04/12 15:00, Dom wrote: > >On 16/04/12 13:02, Sian Mountbatten wrote: > >>Dear All > >> > >>This morning I received a second-hand USB stick which consisted of > >>the stick > >>a USB extension cable plus USB plug/socket > >>a

Re: Hauppauge Nova-T USB stick -- now what?

2012-04-16 Thread Rob Owens
On Mon, Apr 16, 2012 at 03:14:24PM +0100, Sian Mountbatten wrote: > > xbmc does not have any TV input: it does not recognise the Nova-T as > input. Futhermore, I do not understand MythTV setup. I have not been > able to install the mythtv MySQL initial file because I'm denied access > to the MySQL

Re: Hauppauge Nova-T USB stick -- now what?

2012-04-16 Thread Sian Mountbatten
On 16/04/12 15:00, Dom wrote: On 16/04/12 13:02, Sian Mountbatten wrote: Dear All This morning I received a second-hand USB stick which consisted of the stick a USB extension cable plus USB plug/socket a mini antenna No instructions of any sort. I plugged the USB stick into a USB slot on the f

Re: Icedove setting

2012-04-16 Thread keith
lina wrote: Hi, When I tried to add an account of quasi-hotmail [1] one in the icedove. POP setting Server name: pod51003.outlook.com Port: 995 Encryption method: SSL SMTP setting Server name: pod51003.outlook.com Port: 587 The re-test process and password all passed, but once the account se

Re: Wheezy: dragon player not working with phonon-backend-gstreamer?

2012-04-16 Thread Christopher Judd
On Monday 16 April 2012 11:12:01 T Elcor wrote: > aptitude show dragonplayer It works fine here (wheezy, amd64) with the same version of dragonplayer, using phonon-backend-vlc. -Chris | Christopher Judd, Ph. D.

Re: difficult to isolate problem - browser access to router has problems on on machine but not other

2012-04-16 Thread Indulekha
Arthur Marsh wrote: > > Yes, gtklauncher from libwebkit on each machine. > Probably worth a try with elinks (or opera or iceweasel or some other "proper browser"), as libwebkit purports to be "made to be embedded in other applications, such as mail readers, or web browsers." It may not your b

Re: gnome panel fonts on startup

2012-04-16 Thread Camaleón
On Sun, 15 Apr 2012 12:50:41 -0400, songbird wrote: > what controls the display of the fonts in the gnome-panel when it first > starts up? Well, starting from gnome-shell, "mutter" is the window manager which relies in "clutter" as the graphical library to draw the GUI. > i'm running current

Icedove setting

2012-04-16 Thread lina
Hi, When I tried to add an account of quasi-hotmail [1] one in the icedove. POP setting Server name: pod51003.outlook.com Port: 995 Encryption method: SSL SMTP setting Server name: pod51003.outlook.com Port: 587 The re-test process and password all passed, but once the account set up. when I

Re: Hauppauge Nova-T USB stick -- now what?

2012-04-16 Thread Indulekha
Sian Mountbatten wrote: > On 16/04/12 14:20, Indulekha wrote: >> on the first try: >> >> http://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-NOVA-T-Stick > Yes, I've read that web page, but it does not help me. > I've tried Kaffeine and VLC, but neither of them produces any TV input. > Kaffeine

Wheezy: dragon player not working with phonon-backend-gstreamer?

2012-04-16 Thread T Elcor
Hi, I used dragon player with phonon-backend-xine and it was working fine. However, since phonon-backend-xine had been deprecated in wheezy, I installed phonon-backend-gstreamer and removed phonon-backend-xine. The result is that dragon player is no longer able to play videos (mp4s), dragon pla

Re: difficult to isolate problem - browser access to router has problems on on machine but not other

2012-04-16 Thread Camaleón
On Mon, 16 Apr 2012 07:34:55 +0930, Arthur Marsh wrote: > Camaleón wrote, on 15/04/12 23:43: (...) >> Are you accessing to the router web interface using the same browser >> from both machines? What's the browser that gets stuck after the login >> screen? > > Yes, gtklauncher from libwebkit on

Re: Re: php4 on Squeeze?

2012-04-16 Thread Dr. Tilo Levante
Hello, the link to the diffs does not work anymore. Is there another place to get these diff's. Thanks tilo -- E-Mail: t...@levante.de Internet: http://www.levante.de Tel: +49 7624 9167-10 Fax: +49 7624 80562 Dr. Levante GmbH& Co.KG - AG Freiburg HRA 411471 phG: Dr. Levante Betei

Re: Hauppauge Nova-T USB stick -- now what?

2012-04-16 Thread Sian Mountbatten
On 16/04/12 14:20, Indulekha wrote: In linux.debian.user, you wrote: Dear All This morning I received a second-hand USB stick which consisted of the stick a USB extension cable plus USB plug/socket a mini antenna No instructions of any sort. I plugged the USB stick into a USB sl

Re: Hauppauge Nova-T USB stick -- now what?

2012-04-16 Thread Dom
On 16/04/12 13:02, Sian Mountbatten wrote: Dear All This morning I received a second-hand USB stick which consisted of the stick a USB extension cable plus USB plug/socket a mini antenna No instructions of any sort. I plugged the USB stick into a USB slot on the front of the computer and checke

grub failed to boot after updagre

2012-04-16 Thread David Roguin
Hi, I´m running wheezy and after a typical dist-upgrade grub doesn't want to boot. It seems that grub can't find the partitions. Anyone else has this same problem? I have dual boot, sharing macosx and debian wheezy and never had this problem before. Thanks in advance! -- David -- To UNSUBSCRIB

Re: Hauppauge Nova-T USB stick -- now what?

2012-04-16 Thread Indulekha
In linux.debian.user, you wrote: > Dear All > > This morning I received a second-hand USB stick which consisted of > the stick > a USB extension cable plus USB plug/socket > a mini antenna > No instructions of any sort. > > I plugged the USB stick into a USB slot on the front of the com

Re: can we boot winxp iso image from grub2 ?

2012-04-16 Thread J. Bakshi
On Mon, 16 Apr 2012 15:46:38 +0300 Aleksandar Kostadinov wrote: > On Mon, Apr 16, 2012 at 3:39 PM, J. Bakshi wrote: > > On Mon, 16 Apr 2012 15:27:07 +0300 > > Aleksandar Kostadinov wrote: > > > > [.] > > > >> Start freedos and run the windows > >> installer off it... not sure what exactly y

Re: Hauppauge Nova-T USB stick -- now what?

2012-04-16 Thread Markus Schönhaber
16.04.2012 14:02, Sian Mountbatten: [...] > As you can see, the Nova-T stick was recognised by the kernel and an IR > Remote Control driver registered. Unfortunately, I have not received a > remote control. > > I have a number of questions:- >1. With NO remote control, how do I control the d

Re: can we boot winxp iso image from grub2 ?

2012-04-16 Thread Aleksandar Kostadinov
On Mon, Apr 16, 2012 at 3:39 PM, J. Bakshi wrote: > On Mon, 16 Apr 2012 15:27:07 +0300 > Aleksandar Kostadinov wrote: > > [.] > >> Start freedos and run the windows >> installer off it... not sure what exactly your use case is though. > > [...] > > I use a usb pendrive to carry all the Linux

Re: can we boot winxp iso image from grub2 ?

2012-04-16 Thread J. Bakshi
On Mon, 16 Apr 2012 15:27:07 +0300 Aleksandar Kostadinov wrote: [.] > Start freedos and run the windows > installer off it... not sure what exactly your use case is though. [...] I use a usb pendrive to carry all the Linux installer i.e. debian, ubuntu as well as some useful tool like gpar

Re: can we boot winxp iso image from grub2 ?

2012-04-16 Thread Aleksandar Kostadinov
On Mon, Apr 16, 2012 at 3:09 PM, J. Bakshi wrote: > > Dear list, > > Is it possible to boot winxp installer iso from grub2 ? > Any clue is very much appreciated. I think the problem is not booting from the ISO but the loader from ISO to find itself. Here is an article about booting an ISO [1]. Bu

Hauppauge Nova-T USB stick -- now what?

2012-04-16 Thread Sian Mountbatten
Dear All This morning I received a second-hand USB stick which consisted of the stick a USB extension cable plus USB plug/socket a mini antenna No instructions of any sort. I plugged the USB stick into a USB slot on the front of the computer and checked dmesg which gave the following:

about DSA-2452-1 apache2 -- insecure default configuration

2012-04-16 Thread Vincent Lefevre
There has been the following change in apache2: apache2 (2.2.22-4) unstable; urgency=high * CVE-2012-0216: Remove "Alias /doc /usr/share/doc" from the default virtual hosts' config files. If scripting modules like mod_php or mod_rivet are enabled on systems where either 1) some fron

Re: old machine wheezy vs apt

2012-04-16 Thread Aleksandar Kostadinov
On Mon, Apr 16, 2012 at 2:00 PM, Darac Marjal wrote: > On Mon, Apr 16, 2012 at 09:17:11AM +0300, Aleksandar Kostadinov wrote: >> Hello, >> >> trying to make a print server from an old pentium 100 64M RAM. I had >> to take that route because the USB<->parallel cables I've got don't >> work. Anyways

can we boot winxp iso image from grub2 ?

2012-04-16 Thread J. Bakshi
Dear list, Is it possible to boot winxp installer iso from grub2 ? Any clue is very much appreciated. Thanks -- 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/2012041

Re: I would to report a bug...

2012-04-16 Thread Mika Suomalainen
Hi, 16.04.2012 13:27, Andrea Scarparo kirjoitti: > Dear Debian Users, > I have a question for you. I'm trying debian testing in these day but I > found an annoying problem that appeared to me in various Ubuntu releases > and Debian Squeeze too. > I have a HP Pavilion DV5-1199el notebook, and when

Re: old machine wheezy vs apt

2012-04-16 Thread Darac Marjal
On Mon, Apr 16, 2012 at 09:17:11AM +0300, Aleksandar Kostadinov wrote: > Hello, > > trying to make a print server from an old pentium 100 64M RAM. I had > to take that route because the USB<->parallel cables I've got don't > work. Anyways, first tried to install debian stable but it crashes on > b

Re: apt-get dist-upgrade failed.

2012-04-16 Thread Amrish Purohit
On 04/13/2012 01:29 AM, Florian Kulzer wrote: [ Please turn off the HTML part of your messages. ] I have turned of HTML part. Sorry for inconvenience. On Thu, Apr 12, 2012 at 14:48:15 +0530, Amrish Purohit wrote: Hi, I installed debian stable kde with live cd "debian-live-6.0.3-i386-kde-deskt

I would to report a bug...

2012-04-16 Thread Andrea Scarparo
Dear Debian Users, I have a question for you. I'm trying debian testing in these day but I found an annoying problem that appeared to me in various Ubuntu releases and Debian Squeeze too. I have a HP Pavilion DV5-1199el notebook, and when I reboot the system, everytime I heared a crackling noise fo

Re: Nvidia module makes system unstable

2012-04-16 Thread Indulekha
Sean Whalen wrote: > Hello All, > > I recently made the switch from Kubuntu 11.10 to Debain stable. > Everything was running very well until I installed the Nvidia module > "the Debian way". Then, the system became highly unstable. I noticed > that the system would become very sluggish during sim