Re: Editing /etc/apt/sources.list breaks update

2017-09-21 Thread Juha Manninen
ete! It was good for professional CAD work a long time ago. Why would it be obsolete now? It now has an old PCLinuxOS which also should be replaced. Juha

Re: Editing /etc/apt/sources.list breaks update

2017-09-21 Thread Juha Manninen
don't understand why they can write "testing" and it works but I cannot do it in Debian installation. Anyway, no big deal. I will continue with the default values. Juha

Re: Editing /etc/apt/sources.list breaks update

2017-09-20 Thread Juha Manninen
was overseen! There was "buster" and I changed it to "testing" as advertised here: https://wiki.debian.org/DebianTesting It should be possible by all logic. Why isn't it? Can you reproduce the problem? I am curious what exactly happens. > PS I still have a VHS of Juha Kankunen and his Lancia 037! > It is the first thing that flashes in my head when I hear Juha. :) Juha M.

Re: Editing /etc/apt/sources.list breaks update

2017-09-16 Thread Juha Manninen
mebody has ideas, please tell me. I post to other mailing lists, too, mainly related to FPC and Lazarus Pascal stuff. I don't remember setting anything for e-mail reply addresses. Juha Manninen

Re: Editing /etc/apt/sources.list breaks update

2017-09-16 Thread Juha Manninen
# export LC_MESSAGES=C root@debian:/home/juha# gpg --keyserver pgpkeys.mit.edu --recv-key 7638D0442B90D010 key 7638D0442B90D010: 10 signatures not checked due to missing keys gpg: key 7638D0442B90D010: "Debian Archive Automatic Signing Key (8/jessie) " not changed gpg: Total number pr

Editing /etc/apt/sources.list breaks update

2017-09-16 Thread Juha Manninen
er my goal is to keep some old machines alive. They only can boot from a CD, no DVD nor USB. Distros that support installation for such machines are getting sparse. Most distros have dropped CD size images and also 32-bit CPUs. Regards, Juha Manninen

Re: why does latest jessie apache2 reject _ in http request path

2017-03-08 Thread Juha Heinanen
site', ... The last line should of course be: 'Host: ' . $site, Otherwise the header looks like this: Host: $site which then gets rejected due to the $ char in hostname. -- Juha

Re: why does latest jessie apache2 reject _ in http request path?

2017-03-08 Thread Juha Heinanen
Juha Heinanen writes: > Thanks for your answer. The request below works over TLS in apache2 > 2.4.10-10+deb8u7, but fails in 2.4.10-10+deb8u8 unless I turn on > > #HttpProtocolOptions unsafe > > There is crlf after each line and there are no tabs. > > I can't fig

Re: why does latest jessie apache2 reject _ in http request path?

2017-03-08 Thread Juha Heinanen
r your answer. The request below works over TLS in apache2 2.4.10-10+deb8u7, but fails in 2.4.10-10+deb8u8 unless I turn on #HttpProtocolOptions unsafe There is crlf after each line and there are no tabs. I can't figure out what is wrong with it. -- Juha T 2017/03/08 11:28:0

why does latest jessie apache2 reject _ in http request path?

2017-03-07 Thread Juha Heinanen
aracter in a segment (rfc3986): absolute-path = 1*( "/" segment ) segment = *pchar pchar = unreserved / pct-encoded / sub-delims / ":" / "@" unreserved= ALPHA / DIGIT / "-" / "." / "_" / "~" Why is it that if I have _ in my segment, apache2 rejects the request without 'HttpProtocolOptions strict'? -- Juha

WebRTC with Firefox in Debian Jessie

2016-05-24 Thread Juha Heinanen
Markos writes: > I just found the WebRTC (https://webrtc.org/) project but I still don't > understand if I already can use it as an alternative to Skype. You need a web phone and a (SIP) server. For a demo phone, see e.g. https://tryit.jssip.net. -- Juha

Re: how to make systemd execute init.d script status statements?

2016-05-23 Thread Juha Heinanen
init script and use that rather than trying to make systemd to find out the real status of the service. -- Juha

Re: how to make systemd execute init.d script status statements?

2016-05-17 Thread Juha Heinanen
' +++ set +e +++ set +u +++ '[' xstatus = xstart -o xstatus = xstop -o xstatus = xrestart -o xstatus = xreload -o xstatus = xforce-reload -o xstatus = xstatus ']' +++ systemctl_redirect /etc/init.d/sip-proxy status I guess this systemctl_redirect command does the highjacking perhaps because of _use_systemctl=1. -- Juha

Re: how to make systemd execute init.d script status statements?

2016-05-17 Thread Juha Heinanen
s in /etc/init.d/sip-proxy status), it runs 'bin/systemctl status sip-proxy.service' The question is, is there any means to prevent systemd from highjacking my status statements? -- Juha

how to make systemd execute init.d script status statements?

2016-05-16 Thread Juha Heinanen
more, i.e., it checked if the daemon was actually able to do some real work. So far I have had no luck in finding the answer from the web. -- Juha

Re: Autologin to X session (Debian 8)?

2015-06-08 Thread Juha Heinanen
/su -l USER -c /usr/bin/startx /dev/tty8 2>&1 & > exit 0 I noticed that lightdm has lots of autologin options: #pam-autologin-service=lightdm-autologin #autologin-guest=false #autologin-user= #autologin-user-timeout=0 #autologin-in-background=false #autologin-session=UNIMPLEM

Inexpensive Laptop for Debian

2015-05-29 Thread Juha Heinanen
John Aten writes: > Basically, I am looking for something with a little more muscle > than a Chromebook. Well, some of the cheap Acer Chromebooks come with i3 processors and are more than adequate for what you describe. -- Juha -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debi

Re: where to get testing version of jessie installer?

2015-05-26 Thread Juha Heinanen
y Acer c720 using testing (stretch) installer and it went fine (I choose only the standard system utilities). Perhaps there is not so much new in stretch that i can just edit apt source list to use jessie repos when I install the remaining packages. -- Juha -- To UNSUBSCRIBE, email to debia

Re: VoIP in jessie

2015-05-26 Thread Juha Heinanen
l them (including dev packages). then build baresip package and install it. -- juha -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/21860.43328.303790.32...@tutpro.com

Re: where to get testing version of jessie installer?

2015-05-26 Thread Juha Heinanen
e host reboots. It is known issue with official Jessie installer. Beta installer from January worked fine, also Wheezy and many Ubuntu installers and Stretch installer. I was hoping that there would be a new version of Jessie installer in the works that would include the fix that exists in Stretc

where to get testing version of jessie installer?

2015-05-26 Thread Juha Heinanen
know if there exists a development version of next Jessie installer somewhere? Perhaps it would contain the same fix that exists in testing installer. -- Juha -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble?

Re: VoIP in jessie

2015-05-26 Thread Juha Heinanen
ldpackage -rfakeroot -b -us -uc finally install the libs with gdebi. -- juha -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/21860.28639.549874.409...@tutpro.com

VoIP in jessie

2015-05-24 Thread Juha Heinanen
-GIT-Version the source of baresip and the libraries libre and librem all have debian subdir in the sources so you can built packages for jessie. i have amd64 packages done if someone needs them. - juha -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "u

Laptops, UEFI, Secure Boot and Debian

2015-05-23 Thread Juha Heinanen
7;t be installing a desktop, just a > window manager. Probably Openbox. Then get Acer C720 Chromebook (with 4 GB of RAM) and install a bigger SSD to it. Everything works in Debian Jessie once you upgrade kernel to a newer version. Boots in a few seconds and no need to pay tax to MS or have U

Re: Openbox: which packages install to have sound?

2015-05-15 Thread Juha Heinanen
Rodolfo Medina writes: > By running alxamixer I turned all volumes on. But still no sound. check with alsamixer that everything is un-muted (no MM letters). also check with 'aplay -l' which card you want to use. then make test 'aplay -c ' -- juha -- To UNSUBSCRIB

Re: Openobex: which packages install to have sound?

2015-05-14 Thread Juha Heinanen
de. after installing the packages (- bluez-alsa) you need to configure alsa by creating .asoundrc file or, if the default device is correct, use alsamixer to turn on volumes of the default card. -- juha -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "

Openobex: which packages install to have sound?

2015-05-14 Thread Juha Heinanen
penbox have the alsa related packages shown below installed. it should suffice that you install alsa-tools for the mixer. -- juha ii alsa-base 1.0.27+1 all dummy package to ease purging of obsolete co

Bluetooth Internet Tethering, Using Phone as a Modem in Jessie

2015-05-12 Thread Juha Heinanen
Android phone that provides you Wifi base statation. -- Juha -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/21842.22916.390709.621...@tutpro.com

Lid suspend problem with a Dell Laptop - Jessie

2015-05-11 Thread Juha Heinanen
avior occurs. I had exactly the same problem. I did two things and don't know which one fixed the problem: - installed xfce4-power-manager to control the lid switch (suspend if switch is pressed) - upgraded to 4.0 linux-image from experimental -- Juha -- To UNSUBSCRIBE, email to

Jessie installer fails on Acer C720

2015-05-09 Thread Juha Heinanen
perfectly working linux-image-3.17.7_amd64.deb that I could give a try. -- Juha -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/21837.47866.97960.807...@tutpro.com

Re: no root file system after encryption

2015-05-07 Thread Juha Heinanen
default ext2 for /boot, whereas some people on the list suggested ext4. So I manually changed that. Thanks for your replies, -- Juha -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.de

Re: no root file system after encryption

2015-05-05 Thread Juha Heinanen
partitioning menu. What went wrong? Why the root mount point disappeared? Why didn't the process tell me earlier that something is wrong? Or is it so that the installer is broken? -- Juha -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "u

Re: no root file system after encryption

2015-05-05 Thread Juha Heinanen
or did you set up encryption after the OS > installation. Etc. Ok, I'll try again and report all the details. -- Juha -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://list

Re: no root file system after encryption

2015-05-05 Thread Juha Heinanen
ed to describe. After I have properly configured encrypted root partition (mount point is /) and then write the partition to disk, the mount point has disappeared and I get the error message "No root file system defined". When I have more time, I'll send detailed email about the s

no root file system after encryption

2015-05-04 Thread Juha Heinanen
tition had / as its mount point before the encryption. Why was it lost? What is the correct procedure to create the encrypted partitions? Also, looks like it is not possible to correct anything from partitioning menu because of the encryption. -- Juha -- To UNSUBSCRIBE, email to debian

Re: ok - weird one - VLC internet playing is crap

2015-05-03 Thread Juha Heinanen
Brian writes: > On a newly installed Jessie > > vlc http://stream-eu1.radioparadise.com:80/aac-128 > > has splendid sound. Same here (using ALSA audio device). -- Juha -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscrib

Re: sudo not respecting /etc/sudoers

2015-05-03 Thread Juha Heinanen
Avinash Sonawane writes: > > %sudo ALL=NOPASSWD: ALL > > What does this line do? NOPASSWD? it means that if someone is in sudo group, sudo command does not ask password. -- juha -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsu

Re: sudo not respecting /etc/sudoers

2015-05-03 Thread Juha Heinanen
In my jessie, 'sudo apt-get update' works fine without any special tricks: $ sudo apt-get update Get:1 http://ftp.fi.debian.org jessie InRelease [128 kB] ... My sudoers is below. I have changed only one line from the default. -- Juha # # This file MUST be edited with the 'vis

Re: jessie: how to suppress emacs24 warnings

2015-05-01 Thread Juha Heinanen
by /etc/fonts/conf.avail/57-dejavu-sans-mono.conf. Anyway, I replaced my .Xresource font definition with (set-frame-font "-unknown-DejaVu Sans Mono-normal-normal-normal-*-13-*-*-*-m-0-iso10646-1") in my emacs init file and emacs24-lucid is happy with that. -- Juha -- To UNSU

Re: jessie: how to suppress emacs24 warnings

2015-05-01 Thread Juha Heinanen
a new one: $ emacs24-lucid Warning: Cannot convert string "Monospace 10" to type FontStruct I have defined in .Xresources Emacs*font: Monospace 10 and that used to work in emacs24. -- Juha -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "u

Re: Upgrade kernel to 3.19+ OR Bumblebee cannot enable discrete graphics

2015-05-01 Thread Juha Heinanen
humbert.olivie...@free.fr writes: > Looks to be there : > https://www.debian.org/releases/stable/i386/ch08s06.html.en the document does not mention configuration with 'make oldconfig', which may simplify the process and has worked for me when i built 3.17. -- juha -- To UNSUB

Re: jessie: how to suppress emacs24 warnings

2015-04-30 Thread Juha Heinanen
sel) complaining about javascript this or that. Thanks for the pointer. I just checked mine: $ ls -ls .xsession-errors 15967456 -rw--- 1 jh jh 16350667713 Apr 30 14:57 .xsession-errors I'll add to my openbox/autostart a line to delete the file. -- Juha -- To UNSUBSCRIBE, email to debian-us

Re: jessie: how to suppress emacs24 warnings

2015-04-30 Thread Juha Heinanen
Thanks for your suggestion, but unfortunately I get the warnings also with -q option. > EMACS is my operating system; Linux is my device driver. Good line. I myself have been using emacs since my university bought DEC-20 in the late 1970s. -- Juha -- To UNSUBSCRIBE, email to debian-user-requ

Re: No HDMI-Sound anymore with onboard sound chip "Intel CougarPoint HDMI" after upgrading from Wheezy to Jessie

2015-04-28 Thread Juha Heinanen
n't remember whether I had it or had to > install it after checking). > > Installing pavucontrol. > > Turning on HDMI, which was off by default. i have hdmi audio (HDA Intel HDMI) working fine on my chromebook just with alsa, i.e., no pulseaudio. -- juha -- To UNSUBSCRIBE,

Re: jessie: how to suppress emacs24 warnings

2015-04-27 Thread Juha Heinanen
dow which is not good. Is there anything that can be done to get rid of those warnings? Which package the bug lies? Is there any hope that the bugs are fixed before the next Debian release? -- Juha -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject o

jessie: how to suppress emacs24 warnings

2015-04-27 Thread Juha Heinanen
after upgrading to jessie that came with emacs24, i get the warnings below to terminal window each time i start emacs in x11 environment. any hints on how to get rid of them? -- juha (emacs:12957): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:57:17: Theming engine 'unico'

no bluetooth audio in jessie

2015-04-13 Thread Juha Heinanen
went way above my understanding: https://github.com/ev3dev/ev3dev/issues/198 Long story short: it would be nice if bluetooth audio would "just work" in jessie like it did in lenny and wheezy for years. -- Juha -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

/var/mail permission change from squeeze to wheezy

2013-03-21 Thread Juha Heinanen
able to remove my emails from /var/mail when it has copied them to my local folder. i don't know if this is a bug or feature and if bug, which package i should file a bug report against. -- juha -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "u

Re: LUKS partition?

2011-09-20 Thread Juha Tuuna
th methods seem to work. If you wanted to use the data on a Windows box, you might need to reconsider because the luks/lvm/ext-tools there aren't as flexible as on Linux. -- Juha Tuuna -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsub

Re: Tracing Filesystem Accesses

2011-05-12 Thread Juha Tuuna
t; Thanks, > Rainer You could try installing auditd. http://packages.debian.org/squeeze/auditd -- Juha Tuuna -- 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/4dcbb83c.6070...@iki.fi

Re: iceweasel 4 on squeeze?

2011-03-23 Thread Juha Tuuna
On 23.3.2011 14:01, Brad Alexander wrote: > Too soon? > > I had thought about grabbing the one from experimental (rc2?), but decided > against that for a squeeze system. > > --b I've used the original package from Mozilla and installed it in /opt. Works fine...

Re: php4 on Squeeze?

2011-02-10 Thread Juha Tuuna
www.web-tech-india.com/articles/php/compiling_php_apache/ -- Juha Tuuna -- 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/4d53f3ee.1070...@iki.fi

Re: Hard disk high avalibity

2011-01-20 Thread Juha Tuuna
> > thanks Hi, cron & rsync would do the trick. -- Juha Tuuna -- 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/4d3824c0.1040...@iki.fi

Re: Question related to FDE (Full Disk Encryption) solution under Linux Debian Lenny

2011-01-19 Thread Juha Tuuna
esh Lenny, the installer program let's you encrypt the root partition. This is a very easy and simple way to do it. Just needs an unencrypted /boot but there's hardly any sensitive or secret information there. -- Juha Tuuna -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.or

Re: linux on windows

2011-01-13 Thread Juha Tuuna
ilesystem is located in a container file that you can mount as loopback. I guess the file command should identify the container file if you can't find it (should be easy, it's the large one...) -- Juha Tuuna -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subjec

Re: Autorun installation CD

2011-01-11 Thread Juha Tuuna
E run CDs automatically (if configured to do so). Normal autorun.inf should do the trick. Other desktops or window managers may or may not run CDs but anyways users can disable that feature if they wish. Some people even prefer manual mounting of CDs. -- Juha Tuuna -- To UNSUBSCRIBE, em

Re: rendering foreign characters in apache?

2011-01-07 Thread Juha Tuuna
to define the used character set in HTML and make sure your browser can use the desired font. If you don't have chinese or japanese fonts installed in your system, yuo cannot see them. -- Juha Tuuna -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "

Re: External hdd changing device node mid-use

2010-12-20 Thread Juha Tuuna
s is a good place for long logs and stuff: http://pastebin.com/ -- Juha Tuuna -- 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/4d0f0833.60...@iki.fi

Re: compare two directory trees

2010-12-14 Thread Juha Tuuna
ut in your case I'd calculate the hash from the ISO image file and the DVD device so there's no overhead from travelling the directory tree(s). -- Juha Tuuna -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact li

Re: Directory and file permissions

2010-12-08 Thread Juha Tuuna
file otherwise readable. If your directory the the execute bit on (--x) then it's NOT possible to list the contents but it's possible to read the file if the filename is known. Both bits on (r-x) enable listing of contents and entering the directory. -- Juha Tuuna -- To UNSUBSCRIBE, em

Re: Getting the memory used by a process

2010-12-08 Thread Juha Tuuna
For > instance, this does not work: > > /bin/ls && (ps ax | grep ls) > > Any other tool, other than pmap to do find that information ? I > would also like to avoid something as heady as valgrind --tool=massif. > > Thanks ! Try this: the_program_to_measure & pm

Re: Can't acquire dchp lease while Windows can

2010-08-31 Thread Juha Tuuna
r and then compare the results. It should give you a hint of what's going on and what's not. -- Juha Tuuna -- 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/4c7cd2f2.5090...@iki.fi

Re: Backing up email

2010-08-30 Thread Juha Tuuna
d what in order to prevent people from sending you 2^n messages saying the same. > Thanks, > James -- Juha Tuuna -- 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/4c7b5133@iki.fi

Re: Wine installation fails

2010-08-25 Thread Juha Tuuna
clue where to start fixing this. > > Thanks for any support. > > Gary R. > > You should not run X11-programs straight as root, use gksudo or similar to achieve that. Actually you can install a Windows program as a regular user into your own $HOME/.wine -- Juha Tuuna -- To UNSUBSCRIB

Re: invisible console

2010-04-30 Thread Juha Tuuna
onfig Status: cfg=new, avail=yes, need=no, active=unknown This configuration has been working for me for years with practically any 2.6.x kernel in Debian and Ubuntu. For more fonts see /usr/share/consolefonts -- Juha Tuuna -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

Re: mkfifo question

2010-04-27 Thread Juha Tuuna
> like that? I'm not 100% sure if I understand you correctly, but if you just need 10 700MB files, just hardlink one 9 times more. -- Juha Tuuna -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact l

Re: Opportunistic apt sources?

2010-04-19 Thread Juha Tuuna
pt-get/aptitude or a script to /etc/network/if-up.d that flips the symlink to correct sources.list automagically. -- Juha Tuuna -- 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/4bcc0c59.1040...@iki.fi

Re: virus on linux?

2009-11-30 Thread Juha Tuuna
on. > This is what I believe up now, am I right?? > thanks for help > bela Usually yes but some interpreters (like php and perl) run scripts without the execute bit set. -- Juha Tuuna -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: New notebook

2009-11-30 Thread Juha Tuuna
t camera) > > Thanks I'd say it's indeed possible. Furthermore I'd be surprised if Debian Testing did not run at all on that computer. You may experience difficulties with some piece of equipment but generally Debian (Stable/Testing) will run on almost any modern PC. -- Ju

Re: Inquiry:How to add a command to Debian server ?

2009-11-09 Thread Juha Tuuna
ur-favourite-program-here -- Juha Tuuna -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Lenny Backports problem

2009-09-03 Thread Juha Tuuna
b32stdc++6 (<= 4.4.0-6) but 4.3.2-1.1 is to be > installed > E: Broken packages > > > Does anyone have any ideas what going on here and how to fix it? > ... Hi, the contents of the following files might help finding the problem: /etc/apt/sources.list /etc/apt/preferences --

Re: Unable to upgrade my kernel

2009-08-04 Thread Juha Tuuna
/apt-howto/ch-apt-get.en.html See "3.10 How to keep specific versions of packages installed (complex)" -- Juha Tuuna -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: How to create an image file system that grows

2009-07-28 Thread Juha Tuuna
bit: 1. Backup and umount the container file 2. Add enough space to the container file (in this example 8 MiB) dd if=/dev/zero of=file-fs.ext2 bs=8M count=1 conv=notrunc oflag=append 3. Check the filesystem e2fsck -f file-fs.ext2 4. Resize filesystem resize2fs file-fs.ext2 5. Enjoy

Re: Boot from 2.6.26-2-686 fails - unable to find root device

2009-07-21 Thread Juha Tuuna
kernel /boot/vmlinuz-2.6.26-2-amd64 root=/dev/sda1 ro vga=ask initrd /boot/initrd.img-2.6.26-2-amd64 Look at the working 2.6.26-1 entry and then match the root= in 2.6.26-2 entry accordingly. That should be it. -- Juha Tuuna -- To UNSUBSCRIBE, email to debian-user-requ

Re: broken HD (sector 0)

2009-07-21 Thread Juha Tuuna
Jesus arteche wrote: > Hello, > > I have a hard disk broken, it doesnt boot and if i put it as a slave > gives me a lot of errors. It has several partitions (ext3, fat32 ntfs) > i'd like to recovery some data from it. Someone knows how can I do it? > > Thanks Try

Re: Debian RAM supporting.

2009-04-01 Thread Juha Tuuna
ed? > Thank you in advance. The kernel package linux-image-686-bigmem supports 4-64G RAM. -- Juha Tuuna -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Can you recommend a game in etch?

2009-04-01 Thread Juha Tuuna
Freedroid is fun. Of course you can install Dosbox and play old DOS games. -- Juha Tuuna -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: database.php

2009-03-30 Thread Juha Tuuna
hadi motamedi wrote: > Dear All > Can you please let me know how I can open the "database.php" file on my > MS Windows client ? > Regards > H.Motamedi > Try http://support.microsoft.com/ -- Juha Tuuna -- To UNSUBSCRIBE, email to debian-user-requ...@lists.d

Re: New installation can only boot to command line as root

2009-03-06 Thread Juha Tuuna
ou to the right direction. -- Juha Tuuna -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Serious aptitude upgrade problem

2009-01-22 Thread Juha Tuuna
; upgrade' to finish the upgrade I did: > > aptitude update > aptitude upgrade > > In the meantime I got another package to install but all previously > downloaded packages are marked to be uptodate but they are not. > > Does anyone know how to correct this? > > Thanks

Re: downloading hotmail emails

2009-01-21 Thread Juha Tuuna
changes which break this until they have time to fix it. Have a backup plan for email access in case that happens." I myself get this error: Page doesn't contain any form action field! Maybe something has changed (again). -- Juha Tuuna -- To UNSUBSCRIBE, email to debian-user-requ.

Re: sandisk 8Gb card

2009-01-20 Thread Juha Tuuna
spci that says SANDISK, and I'm not sure what > the mount command would be.. > > any clues? Any luck with fdisk -l or dmesg? -- Juha Tuuna -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Password security/Weak Password lockout

2009-01-20 Thread Juha Tuuna
word. Hope that gets you started. Maybe check this out, too. http://www.linuxsecurity.com/resource_files/host_security/securing-debian-howto/ap-checklist.en.html -- Juha Tuuna -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: DD command

2008-12-18 Thread Juha Tuuna
rjubio wrote: > How long does a dd command take for an 80 GB IDE hd? It depends on your hardware, are you writing or reading and other possible I/O on that disk. On a laptop I got 3MiB/s on average. You do the math. -- Juha Tuuna -- To UNSUBSCRIBE, email to debian-user-r

Re: stopping rhythmbox from coming up at start up

2008-12-01 Thread Juha Tuuna
ere are many places that you make your programs start when you login/start session/etc I'd run grep -ir "rhythmbox" ~ | less and grab a cup of coffee. -- Juha Tuuna -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: GUI Looks Like Safe Mode

2008-11-27 Thread Juha Tuuna
they supposed to look? You can even make them look like Windows 95. Afaik they are supposed to look the way you want them to look ;) There are 2^n+m (n and m are positive integers) themes around... -- Juha Tuuna -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: GUI Looks Like Safe Mode

2008-11-27 Thread Juha Tuuna
lee wrote: > It looks like gnome, not KDE, and gnome always looked like that. > ... If you take a look at the bottom left corner you'll see the K-menu button. Of course it's possible to make Gnome look like KDE and vice versa but my guess would be it's KDE. -- Juha Tuuna

Re: how do i change to lenny?

2008-11-24 Thread Juha Tuuna
E: The package lists or status file could not be parsed or opened. It looks like you don't have enough memory configured for apt, edit /etc/apt/apt.conf and add: APT::Cache-Limit "1"; Or some other "big" value ;) Works for me. -- Juha Tuuna -- To UNSUBSCRI

Re: what's your favourite FLOSS?

2008-11-14 Thread Juha Tuuna
CC): cc65 any organisation/community deserving great honours (EG. GNU, Debian): gnu, debian, apache, mysql, postgresql, vice any FLOSS developer deserving great honours (max 5 at most, unless you insist): Joe Forster/STA, the author of Star Commander, Igor Pavlov, the author of 7-Zip -- Juha

Re: Extract .war File

2008-11-07 Thread Juha Tuuna
Zaki Akhmad wrote: > > Hello, > > Can I extract .war file? How do I do it? > > Thanks jar and war files are actually zip files. Unzip should do the trick. -- Juha Tuuna -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: how to disable unused sound chip

2008-11-04 Thread Juha Tuuna
Damon L. Chesser wrote: > ... > How to I use udev (and hotplug?) to disable this unused ATI sound chip > and to select my onboard Nvidia sound chip? Try /etc/modprobe.d/blacklist Add the ATI module to the list, that should do it. -- Juha Tuuna -- To UNSUBSCRIBE, email to [EMAIL

Re: Issue with URL and firefox (iceweasel)

2008-10-17 Thread Juha Tuuna
Mathieu Malaterre wrote: > Could someone please try and report ? Windows XP Pro SP3, Firefox 3.0.3 The first link usually works, not always though. The second one is just the opposite, it usually doesn't work but sometimes it does. Random generator? -- Juha Tuuna -- To UNSUBSCRIB

Re: chmod, or better solutions ?

2008-10-13 Thread Juha Tuuna
Jochen Schulz wrote: > The only idea that pops into my mind would be chroots for every user. > But I don't see a point in doing that. Maybe just one chroot with absolute minimal software available for all users or perhaps use ${YOUR_FAVOURITE_VIRTUALIZATION_SOFTWARE_HERE}? --

Re: Debian Stole My Name!

2008-10-10 Thread Juha Tuuna
7 UTC 2008 x86_64 GNU/Linux and /etc/debian_version: 4.0 Tried that on another Etch box. Works ok, too. :/ -- Juha Tuuna -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: how to block 'rogue' attemps from China

2008-10-06 Thread Juha Tuuna
Thierry Chatelet wrote: >> fail2ban? > hmm ... looks interesting. What about the cpu usage? My router is an old > Debian machine, intel 450 MHz and 375 MB RAM. I run fail2ban on a 262MHz Amd K6-2 with 48MiB of RAM. Works nicely. -- Juha Tuuna -- To UNSUBSCRIBE, email to [EMA

Re: CD has not been seen in debian40r3 console

2008-05-13 Thread Juha Tuuna
ime. What about: mount /media/cdrom0 Does this 'No medium found' occur with every CD or just one/some? When you insert the CD, try as root: dd if=/dev/hdc bs=256 count=1 | hd anything or error again? PS. sorry about the private mail I sent to [EMAIL PROTECTED] earlier. My bad. -

Re: Debian is losing its users

2008-03-26 Thread Juha Tuuna
users' correlate 1:1 (or with some other ratio) to using the word 'Debian' as a search word in ? Maybe someone maintaining a _major_ mirror could tell something about installer downloads. -- Juha Tuuna -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe&

Re: Common home with multiboot

2008-03-26 Thread Juha Tuuna
ns of different programs might screw things up pretty badly. I've tried sharing KDE settings on Sarge and some version of Ubuntu. Didn't work out very well IMHO. -- Juha Tuuna -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: ASP.NET

2008-02-01 Thread Juha Tuuna
etwork problems and I'm not sure if the last transmission was successful or not. -- Juha Tuuna -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: ASP.NET

2008-02-01 Thread Juha Tuuna
symlink /etc/apache2/mods-available -> /etc/apache2/mods-enabled. There's a command for it too, a2enmod or a2moden. Something like that. Reload/restart the server to make the change effective. -- Juha Tuuna -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

  1   2   3   >