Re: Mysql Database installation problem
On 14/10/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I tried to install mysql-server-5.0 using apt-get and I got the following > error- Comments inline. > The following NEW packages will be installed: > mysql-server-5.0 Your installing one package here. > 0 upgraded, 1 newly installed, 0 to remove and 150 not upgraded. > 1 not fully installed or removed. > Need to get 0B/25.8MB of archives. > After unpacking 71.1MB of additional disk space will be used. > Preconfiguring packages ... > Selecting previously deselected package mysql-server-5.0. > (Reading database ... 202487 files and directories currently installed.) > Unpacking mysql-server-5.0 (from > .../mysql-server-5.0_5.0.32-7etch1_amd64.deb) ... > Setting up php-sqlite3 (0.4-4) ... But here dpkg has detected packages on your system in an unconfigured state. possibly you previously tried to install something that required this package but it was left unconfigured. > Forcing reload of web server (apache2)...apache2: Could not reliably > determine the server's fully qualified domain name, using 127.0.0.1 for > ServerName > httpd (no pid file) not running > apache2: Could not reliably determine the server's fully qualified domain > name, using 127.0.0.1 for ServerName > (98)Address already in use: make_sock: could not bind to address [::]:80 > (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 > no listening sockets available, shutting down This looks to me like you are running 2 instances of apache, perhaps apache and apache2? > Unable to open logs > failed! > invoke-rc.d: initscript apache2, action "restart" failed. > dpkg: error processing php-sqlite3 (--configure): > subprocess post-installation script returned error exit status 1 > Setting up mysql-server-5.0 (5.0.32-7etch1) ... > Stopping MySQL database server: mysqld. > > Errors were encountered while processing: > php-sqlite3 > E: Sub-process /usr/bin/dpkg returned an error code (1) dpkg is unable to configure the packages so it's dying - this AFAIK has nothing to do with mysql not installing properly it looks to be due to previous packages in an unconfigured state. > What to do???Whats the problem?? try running sudo dpkg --configure -a to configure packages first before installing mysql. If you don't need it you could try removing php-sqlite3 then doing a configure then moving on to your installation of mysql. Adrian -- 24x7x365 != 24x7x52 Stupid or bad maths? hm. I've lost a machine.. literally _lost_. it responds to ping, it works completely, I just can't figure out where in my apartment it is. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: kernel 2.6.18+ SMP question
El vie, 12-10-2007 a las 22:02 +0200, Robert Cates escribió: > Hi all, > > just a general question - I'm interested in getting a motherboard that > supports 4 of the new AMD Quad Core CPUs. That would be effectively 16 > CPUs. My question is, with the 2.6.18-5-686 kernel from etch, will the > SMP kernel work with all 16 cores? What is actually the current limit of > cores (CPUs) that the 2.6.18 (or newer) kernel will support? [EMAIL PROTECTED]:~$ cat /boot/config-2.6.18-5-686 | grep CONFIG_NR_CPUS CONFIG_NR_CPUS=8 This was the "vanilla" config also. If you want more CPUs, you will need to compile. greetings P.D. be careful with top, if you press '1', on a 25 lines term, with 16 cpus, you only will see the headers, and not process information :-) P.D.2 on top, if you press 'f', then 'j', then 'enter' you will see a new column titled 'P', where you will see the CPU that is using each process. Press 'W' to make it permanent. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: libdvdcss installation
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/13/07 00:42, Kevin Mark wrote: > On Fri, Oct 12, 2007 at 08:53:59PM +0100, Pantor wrote: >> Thank you very much lads. DVD plays OK now after simplified metod of >> installation. > Minor correction: Debian has non-lads in the ranks of developers and > users. It's Politically Correct nonsense like this that gets Algore voted in as winner of the Nobel Peace Prize. - -- Ron Johnson, Jr. Jefferson LA USA Give a man a fish, and he eats for a day. Hit him with a fish, and he goes away for good! -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHEIfwS9HxQb37XmcRAkScAJ0SNDDFTR71rXw0NWS7KZNBJn287QCeIRkh opWShuJAAHamI3curlospi4= =+D9d -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: cannot get mathml fonts to work in Iceape or Iceweasel
H.S. wrote: > I think I have succeeded in installing the fonts (see the > output of some commands below). But I am not able to get proper > rendering on this page: > http://www.mozilla.org/projects/mathml/demo/texvsmml.xhtml MATHML in Mozilla products is still buggy in Debian (old bug, see #401533 and others). To get correct MATHML display, you can edit /etc/iceape/iceaperc, changing MOZ_ENABLE_PANGO=1 to MOZ_DISABLE_PANGO=1. However, this only cures the *display* of MATHML. *Printing* MATHML still does not work correctly. Also, disabling Pango has side-effects. Some non-Latin scrips (like Devanagari) are not displayed (or printed) correctly when Pango is off. If printing MATHML is important for you, you can try to install the Fedora Core version. FC cured the bug in December last year. Regards, Jan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Update on: How to wifi with ipw3945 on Dell Vostro ???
I still cannot wifi with my laptop but I can see that the laptop is sending it's DHCP requests to the network, I can see the request being answered by the server but somehow/somewhere the the response gets lost. If I try to make a connection through the NetworkManager I see (using tcpdump) the following traffic. Questions about what I see: - What are those "oiu Unknown" things I see? -Are the lines with ethertype Unknown (which all seem to be from foreign (== not mine) MAC addresses) from other AP's in the building? - If so, could they interfere somehow with my dhcp requests? - Why do I see IP6 things while my whole network is IP4? On the wifi-laptop: 11:48:29.350296 IP6 :: > ff02::16: HBH ICMP6, multicast listener report v2, 1 group record(s), length 28 11:48:29.742441 IP6 :: > ff02::1:ffd3:1b16: ICMP6, neighbor solicitation, who has fe80::21b:77ff:fed3:1b16, length 24 11:48:29.902435 IP6 :: > ff02::16: HBH ICMP6, multicast listener report v2, 1 group record(s), length 28 11:48:30.742518 IP6 fe80::21b:77ff:fed3:1b16 > ip6-allrouters: ICMP6, router solicitation, length 16 11:48:31.229761 13:61:e2:ff:72:ed (oui Unknown) > f0:6e:36:ce:36:00 (oui Unknown), ethertype Unknown (0x513d), length 92: 0x: 1872 aaf7 4519 1709 d761 83b6 bbc0 2d38 .r..Ea-8 0x0010: 837e 73f1 75a1 1b62 cc41 51c5 fb63 102f .~s.u..b.AQ..c./ 0x0020: 6f3a be79 bf4e de03 8f5a 65bf 2885 0954 o:.y.N...Ze.(..T 0x0030: e9af 769b 2c2a f0d1 b6a2 90d3 a199 6dd8 ..v.,*m. 0x0040: df42 f0a3 ec70 1aec 547f 5c36 b664 .B...p..T.\6.d 11:48:33.002850 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:1b:77:d3:1b:16 (oui Unknown), length 300 11:48:33.007191 6c:c9:d9:83:a2:a5 (oui Unknown) > 20:70:66:76:c5:00 (oui Unknown), ethertype Unknown (0xd6b4), length 342: 0x: 9f38 9b23 6750 0238 b027 ee28 cad0 fc95 .8.#gP.8.'.( 0x0010: c2d9 ddac f920 2cfe ab57 fac6 4484 47d5 ..,..W..D.G. 0x0020: 9c2c 0be3 bbbc 8b93 eeab 9aee 1190 c868 .,.h 0x0030: 7dd7 00ec a77b 1f21 83e7 58a9 80eb 3fd2 }{.!..X...?. 0x0040: b360 54f3 454f 0a5e 07ba 9d05 04e2 278d .`T.EO.^..'. 0x0050: 65fb e. 11:48:34.742742 IP6 fe80::21b:77ff:fed3:1b16 > ip6-allrouters: ICMP6, router solicitation, length 16 11:48:38.742970 IP6 fe80::21b:77ff:fed3:1b16 > ip6-allrouters: ICMP6, router solicitation, length 16 On the wired network: 11:38:43.826994 IP obelix.askesis.nl.bootps > 255.255.255.255.bootpc: BOOTP/DHCP, Reply, length 300 11:38:47.827134 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:a0:c5:68:ec:b1 (oui Unknown), length 300 11:38:47.829044 IP obelix.askesis.nl.bootps > 255.255.255.255.bootpc: BOOTP/DHCP, Reply, length 300 TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
gnome su lenny
salve ho aggiornato a debian testing e all'avvio di gnome mi da il seguente errore GSlice: g_thread_init() must be called before all other GLib functions; > memory corruption due to late invocation of g_thread_init() has been > detected; this program is likely to crash, leak or unexpectedly abort > soon... mi può aiutare qualcuno grazie mille
gnome su debian testing
salve ho aggiornato a debian testing e all'avvio di gnome mi da il seguente errore GSlice: g_thread_init() must be called before all other GLib functions; > memory corruption due to late invocation of g_thread_init() has been > detected; this program is likely to crash, leak or unexpectedly abort > soon... mi può aiutare qualcuno grazie mille
Re: computer freezes, no obvious reason
Kaloyan M. Penev wrote: Hi, I recently installed debian stable. Immediately after that I downloaded and compiled myself the latest kernel version: 2.6.22.8. Since my machine is quad core I enabled SMP and other things that seemed appropriate. The system boots up and works almost fine, however I am experiencing the following weird problems: When I try to compile something with g++ every now and then I get the following message: ./matrix.cpp:602: internal compiler error: Segmentation fault I had to up the DIMM voltage on my mobo (EP-8VTAI) to 2.9V when I had that. Hugo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: libdvdcss installation
* Ron Johnson <[EMAIL PROTECTED]> [2007 Oct 13 03:56 -0500]: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 10/13/07 00:42, Kevin Mark wrote: > > On Fri, Oct 12, 2007 at 08:53:59PM +0100, Pantor wrote: > >> Thank you very much lads. DVD plays OK now after simplified metod of > >> installation. > > Minor correction: Debian has non-lads in the ranks of developers and > > users. > > It's Politically Correct nonsense like this that gets Algore > voted in as winner of the Nobel Peace Prize. I was out to Salt Lake City this past week and on the plane from SLC to Denver the Stewarde^H^H^H^H^H^H^H^H Flight Attendant announced that one of the Peace Prize winners (not Gore) was on the plane, but that he (she said he) didn't wish to be identified. From my position at the rear of the plane, it didn't matter much as he was probably in first class. The news just says the IPCC was the other winner, so he may be a member of that group. - Nate >> -- Wireless | Amateur Radio Station N0NB | Successfully Microsoft Amateur radio exams; ham radio; Linux info @ | free since January 1998. http://www.qsl.net/n0nb/ | "Debian, the choice of My Kawasaki KZ-650 SR @| a GNU generation!" http://www.networksplus.net/n0nb/ | http://www.debian.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: libdvdcss installation
Somebody gave Nobel Peace Prize to Gorbachev as well, unfortunately.. Ron Johnson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/13/07 00:42, Kevin Mark wrote: On Fri, Oct 12, 2007 at 08:53:59PM +0100, Pantor wrote: Thank you very much lads. DVD plays OK now after simplified metod of installation. Minor correction: Debian has non-lads in the ranks of developers and users. It's Politically Correct nonsense like this that gets Algore voted in as winner of the Nobel Peace Prize. - -- Ron Johnson, Jr. Jefferson LA USA Give a man a fish, and he eats for a day. Hit him with a fish, and he goes away for good! -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHEIfwS9HxQb37XmcRAkScAJ0SNDDFTR71rXw0NWS7KZNBJn287QCeIRkh opWShuJAAHamI3curlospi4= =+D9d -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: libdvdcss installation
On 10/13/07, Ron Johnson <[EMAIL PROTECTED]> wrote: > It's Politically Correct nonsense like this that gets Algore > voted in as winner of the Nobel Peace Prize. Yeah, he can use the prize money to pay his electric bill. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: not prettey! Display problem
On Wednesday 10 October 2007, Andrew Sackville-West wrote: > On Tue, Oct 09, 2007 at 04:57:36PM +0200, Chris wrote: > > oh I'm using an ati driver. It happens in XFCE too, not just KDE. > > > > Say, doesn't that suggest that its not the hardware or even the driver?? > > nope. It suggests its not in some layer higher up than xorg. So it > could be in xorg or its drivers or below (hardware). > > try booting a live-cd with (hopefully) a differnt version of xorg and > see what happens. If the problem persists, then its likely hardware, > because the live-cd will almost surely eliminate *all* the other > variables (kernel, xorg version, wm version etc). > > A very good idea, I'll try that! C -- C. Hurschler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: world clock for gnome (like the one in KDE)
> > hmm .. that could be a problem :) > The thing with this is, this world clock applet was developed by Novell for SUSE Enterprise Linux. It is now being used for OpenSUSE 10.3. I am not sure if it is part of the latest GNOME 2.20 (2.22?). You could maybe post a question on the openSUSE mailing list to ask which files you could copy over from the install disc to use with Debian. -- Amit Uttamchandani <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Regarding tar and split
On Fri, Oct 12, 2007 at 10:07:28PM -0600, Paul E Condon wrote: > On Sat, Oct 13, 2007 at 02:59:32AM +, Sean Zimmermann wrote: > > > I have one final question: some people have brought up the strength of > > programs like afio that compress files individually to protect against > > corruption. Most of the things I archive are large image or movie files > > (which typically don't compress well). I read through most of both > > tar's and afio's man pages, and afio seems to have some interesting > > features (like the ability to seek to blocks in an archive). If I > > am not compressing the archive, does afio and/or cpio still have > > benefits that make it more appealing than tar? > > > > I have about 80 GB of various stuff on my computer. I have a second > computer for backups. I use 'cp -au --backup=t ...' to copy new > versions of files onto the backup computer early every morning, and > keep all prior versions of the changed files. No archive format, No > compression. I've written backup script that keeps track of file > deletions. Mostly I have used by backup to recover things that I have > damaged by user error. I've not yet ever had a hardware error that > lost my data. The directory tree on the backup machine grows slowly > as I work on things. Some day I'll have to work on a script to strip > out really old versions of some files. Or maybe I'll just buy a newer > bigger HD for the backup. > > I also buy an external USB drive from Costco when they have a > expecially good price and copy a whole image onto it and put it away > for safe keeping. > > I was following this thread to see if I was missing any good tricks. I > think I'll stick with what I'm doing already. IMO, what you need depends > on what you do with your computer, what kind of error that leads to, > and what kind of loss you would find really painful. I don't backup the > Debian software. Its better for me to just reinstall from a repository. Instead of cp, you may want to look at rsync. You can either go plain over the network to the rsync server on the other box, or rsync can use ssh as a tunnel so that everything on the network is encryted. The advantage of rsync is that it only sends the difference so is very fast for daily small changes. If you have a spare computer (OK, that will at least install/run Debian Etch), you can put some drives in it, set it up for raid1, and use it as a dedicated backup server. Turn it on to do backups then turn it off and (perhaps) disconnect it from everything to decrease the risk of environmental damage (e.g. power surge). Or, on the one box, set up raid1 pairs with one drive internal and the other external. To take a backup off-site, remove a drive from the array. If something bad happens, put that drive in a bare-metal box and boot it, then add a second drive to the array and you're back in business. Doug. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: dhelp issue
On Thu, Oct 11, 2007 at 19:08:03 -0500, Michael D. Norwick wrote: and 'Ignoring nonregistered document qt3-doc' On Fri, Oct 12, 2007 florian kulzer wrote: I am not 100% sure about this one, but it seems harmless to me. Which package is being configured when that message comes up? It came up during an upgrade of the above package. Thank You, michael ps: didn't realize I was on Lenny already. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
hugin crash
Hello, I am currently running lenny. hugin was working well when I tried last time, say about 10 days back. Today, when I tried it crashed with the following output : ~$ hugin Panorama obj created /usr/share/locale *** glibc detected *** hugin: double free or corruption (out): 0x09027f90 *** === Backtrace: = /lib/libc.so.6[0xb6e36e15] /lib/libc.so.6(cfree+0x90)[0xb6e3a8e0] /usr/lib/libglib-2.0.so.0(g_free+0x31)[0xb71494a1] /usr/lib/libwx_gtk2u_core-2.6.so.0[0xb7c18bfe] /usr/lib/libwx_gtk2u_core-2.6.so.0(_ZN8wxButton10SetDefaultEv+0x74)[0xb7c18cf4] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN18wxButtonXmlHandler16DoCreateResourceEv+0x299)[0xb7f04809] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x1b1)[0xb7f45761] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x457)[0xb7f479c7] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN17wxSizerXmlHandler16Handle_sizeritemEv+0xc4)[0xb7f29ff4] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN17wxSizerXmlHandler16DoCreateResourceEv+0x3e)[0xb7f2a53e] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x1b1)[0xb7f45761] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x48a)[0xb7f479fa] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN20wxXmlResourceHandler14CreateChildrenEP8wxObjectb+0x11c)[0xb7f47d0c] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN17wxSizerXmlHandler12Handle_sizerEv+0x12d)[0xb7f2817d] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN17wxSizerXmlHandler16DoCreateResourceEv+0x6e)[0xb7f2a56e] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x1b1)[0xb7f45761] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x457)[0xb7f479c7] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN17wxSizerXmlHandler16Handle_sizeritemEv+0xc4)[0xb7f29ff4] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN17wxSizerXmlHandler16DoCreateResourceEv+0x3e)[0xb7f2a53e] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x1b1)[0xb7f45761] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x48a)[0xb7f479fa] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN20wxXmlResourceHandler14CreateChildrenEP8wxObjectb+0x11c)[0xb7f47d0c] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN17wxSizerXmlHandler12Handle_sizerEv+0x12d)[0xb7f2817d] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN17wxSizerXmlHandler16DoCreateResourceEv+0x6e)[0xb7f2a56e] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x1b1)[0xb7f45761] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x457)[0xb7f479c7] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN20wxXmlResourceHandler14CreateChildrenEP8wxObjectb+0x11c)[0xb7f47d0c] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN17wxFrameXmlHandler16DoCreateResourceEv+0x47f)[0xb7f107af] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x1b1)[0xb7f45761] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x457)[0xb7f479c7] /usr/lib/libwx_gtk2u_xrc-2.6.so.0(_ZN13wxXmlResource9LoadFrameEP7wxFrameP8wxWindowRK8wxString+0x7d)[0xb7f48afd] hugin[0x8131219] hugin[0x8079a9f] hugin[0x806013a] hugin(_ZN12wxAppConsole10CallOnInitEv+0x11)[0x8063571] /usr/lib/libwx_baseu-2.6.so.0(_Z7wxEntryRiPPw+0x40)[0xb79da430] /usr/lib/libwx_baseu-2.6.so.0(_Z7wxEntryRiPPc+0x36)[0xb79da506] hugin(__gxx_personality_v0+0x3d0)[0x805e540] /lib/libc.so.6(__libc_start_main+0xe0)[0xb6de3050] hugin(__gxx_personality_v0+0x291)[0x805e401] === Memory map: 08048000-0889 r-xp 08:01 43812 /usr/bin/hugin 0889-08892000 rw-p 00848000 08:01 43812 /usr/bin/hugin 08892000-093de000 rw-p 08892000 00:00 0 [heap] b650-b6521000 rw-p b650 00:00 0 b6521000-b660 ---p b6521000 00:00 0 b66fc000-b670b000 r--p 08:01 103309 /usr/share/fonts/truetype/ttf-bitstream-vera/VeraBd.ttf b670b000-b676b000 rw-s 00:08 884751 /SYSV (deleted) b676b000-b683d000 r-xp 08:01 103587 /usr/lib/libscim-1.0.so.8.2.3 b683d000-b684b000 rw-p 000d2000 08:01 103587 /usr/lib/libscim-1.0.so.8.2.3 b684b000-b68ab000 rw-s 00:08 851982 /SYSV (deleted) b68b3000-b68b6000 rw-s 00:08 1081360/SYSV (deleted) b68b6000-b68ba000 r-xp 08:01 80584 /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so b68ba000-b68bb000 rw-p 3000 08:01 80584 /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so b68bb000-b68cc000 r--p 08:01 103306 /usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf b68cc000-b68ce000 r-xp 08:01 52716 /usr/lib/pango/1
Re: dhelp issue
On Sat, Oct 13, 2007 at 10:12:11 -0500, Michael D. Norwick wrote: > On Thu, Oct 11, 2007 at 19:08:03 -0500, Michael D. Norwick wrote: >> and >>> >>> 'Ignoring nonregistered document qt3-doc' > > On Fri, Oct 12, 2007 florian kulzer wrote: > >> I am not 100% sure about this one, but it seems harmless to me. Which >> package is being configured when that message comes up? > > It came up during an upgrade of the above package. > > Thank You, > > michael > > ps: didn't realize I was on Lenny already. Maybe you are not. You mentioned "etch testing" in your other mail. I assumed you meant Lenny (which is currently in "testing" stage) because you posted an error message from libdb4.5, a package which does not seem to exist in Etch (a.k.a "stable"). Maybe you inadvertently created an Etch/Lenny package mix on your system. What output do you get for the following two commands? cat /etc/issue lsb_release -dirc -- Regards,| http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: dhelp issue
> > On Thu, Oct 11, 2007 at 19:08:03 -0500, Michael D. Norwick wrote: >> >> and >>> >>> >>> >>> 'Ignoring nonregistered document qt3-doc' > > > > On Fri, Oct 12, 2007 florian kulzer wrote: > > >> >> I am not 100% sure about this one, but it seems harmless to me. >> package is being configured when that message comes up? > > > > It came up during an upgrade of the above package. > > > > Thank You, > > > > michael > > > > ps: didn't realize I was on Lenny already. >>>Maybe you are not. You mentioned "etch testing" in your other mail. I >>>assumed you meant Lenny (which is currently in "testing" stage) >>>because you posted an error message from libdb4.5, a package which >>>does not seem to exist in Etch (a.k.a "stable"). >>>Maybe you inadvertently created an Etch/Lenny package mix on your >>>system. What output do you get for the following two commands? >>>cat /etc/issue >>>lsb_release -dirc [EMAIL PROTECTED]:~$ cat /etc/issue Debian GNU/Linux lenny/sid \n \l [EMAIL PROTECTED]:~$ sudo lsb_release -dirc sudo: lsb_release: command not found Thank You, Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Regarding tar and split
On Sat, Oct 13, 2007 at 10:16:03AM -0400, Douglas A. Tutty wrote: > On Fri, Oct 12, 2007 at 10:07:28PM -0600, Paul E Condon wrote: > > On Sat, Oct 13, 2007 at 02:59:32AM +, Sean Zimmermann wrote: > > > > > I have one final question: some people have brought up the strength of > > > programs like afio that compress files individually to protect against > > > corruption. Most of the things I archive are large image or movie files > > > (which typically don't compress well). I read through most of both > > > tar's and afio's man pages, and afio seems to have some interesting > > > features (like the ability to seek to blocks in an archive). If I > > > am not compressing the archive, does afio and/or cpio still have > > > benefits that make it more appealing than tar? > > > > > > > I have about 80 GB of various stuff on my computer. I have a second > > computer for backups. I use 'cp -au --backup=t ...' to copy new > > versions of files onto the backup computer early every morning, and > > keep all prior versions of the changed files. No archive format, No > > compression. I've written backup script that keeps track of file > > deletions. Mostly I have used by backup to recover things that I have > > damaged by user error. I've not yet ever had a hardware error that > > lost my data. The directory tree on the backup machine grows slowly > > as I work on things. Some day I'll have to work on a script to strip > > out really old versions of some files. Or maybe I'll just buy a newer > > bigger HD for the backup. > > > > I also buy an external USB drive from Costco when they have a > > expecially good price and copy a whole image onto it and put it away > > for safe keeping. > > > > I was following this thread to see if I was missing any good tricks. I > > think I'll stick with what I'm doing already. IMO, what you need depends > > on what you do with your computer, what kind of error that leads to, > > and what kind of loss you would find really painful. I don't backup the > > Debian software. Its better for me to just reinstall from a repository. > > Instead of cp, you may want to look at rsync. You can either go plain > over the network to the rsync server on the other box, or rsync can use > ssh as a tunnel so that everything on the network is encryted. The > advantage of rsync is that it only sends the difference so is very fast > for daily small changes. It doesn't appear from the man page that rsync has the equivalent of cp --backup=t I use this and it is important to me. Nothing ever is deleted from my backup until I do a clean-up sweep on it (which I have never yet done). My post was done mainly to suggest to Sean that he is unlikely to find consensus on how best to do periodic backups, and that he should think about what really worries him and how to address that. For some backup strategies that I have seen discussed, it seems to me visiting a psychiatrist would be more healthy. ;-) My second reason for responding was to encourage others to respond with descriptions of what they do. I'd be interested in reading them, too. > > If you have a spare computer (OK, that will at least install/run Debian > Etch), you can put some drives in it, set it up for raid1, and use it as > a dedicated backup server. Turn it on to do backups then turn it off > and (perhaps) disconnect it from everything to decrease the risk of > environmental damage (e.g. power surge). > > Or, on the one box, set up raid1 pairs with one drive internal and the > other external. To take a backup off-site, remove a drive from the > array. If something bad happens, put that drive in a bare-metal box and > boot it, then add a second drive to the array and you're back in > business. > > Doug. > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- Paul E Condon [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
how can I see version changes using aptitude?
Hello to everybody! When I was using synaptic, I remember that it showed the version changes for every packet that was to be upgraded. Where exactly is this information hidden? How can I see it using aptitude, or maybe another command-line tool? I searched the internet but I can't seem to find something... Thanks, Giorgos smime.p7s Description: S/MIME Cryptographic Signature
sshfs installation error
I'm using unstable and got the following error when trying to install sshfs - anybody else since this or know the underlying problem? Ta, M [EMAIL PROTECTED]:~/work/myPresentations$ sudo apt-get install sshfs Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: fuse-utils libfuse2 The following NEW packages will be installed fuse-utils libfuse2 sshfs 0 upgraded, 3 newly installed, 0 to remove and 155 not upgraded. Need to get 167kB of archives. After unpacking 459kB of additional disk space will be used. Do you want to continue [Y/n]? Get: 1 ftp://ftp.uk.debian.org unstable/main libfuse2 2.7.0-2 [117kB] Get: 2 ftp://ftp.uk.debian.org unstable/main fuse-utils 2.7.0-2 [15.5kB] Get: 3 ftp://ftp.uk.debian.org unstable/main sshfs 1.7-2.1 [34.6kB] Fetched 167kB in 3s (52.6kB/s) Reading package fields... Done Reading package status... Done Retrieving bug reports... Done Parsing Found/Fixed information... Done Selecting previously deselected package libfuse2. (Reading database ... 136142 files and directories currently installed.) Unpacking libfuse2 (from .../libfuse2_2.7.0-2_i386.deb) ... Selecting previously deselected package fuse-utils. Unpacking fuse-utils (from .../fuse-utils_2.7.0-2_i386.deb) ... Selecting previously deselected package sshfs. Unpacking sshfs (from .../sshfs_1.7-2.1_i386.deb) ... Setting up libfuse2 (2.7.0-2) ... Setting up fuse-utils (2.7.0-2) ... creating fuse device node... creating fuse group... Adding group `fuse' (GID 117) ... Done. /etc/init.d/fuse: line 24: /lib/init/vars.sh: No such file or directory invoke-rc.d: initscript fuse, action "start" failed. dpkg: error processing fuse-utils (--configure): subprocess post-installation script returned error exit status 1 dpkg: dependency problems prevent configuration of sshfs: sshfs depends on fuse-utils; however: Package fuse-utils is not configured yet. dpkg: error processing sshfs (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: fuse-utils sshfs E: Sub-process /usr/bin/dpkg returned an error code (1) [EMAIL PROTECTED]:~/work/myPresentations$ uname -a;dpkg -l | grep -i fuse Linux manchester-campaigns 2.6.11-1-k7 #1 Mon Jun 20 21:26:23 MDT 2005 i686 GNU/Linux iF fuse-utils 2.7.0-2 Filesystem in USErspace (utilities) ii libfuse2 2.7.0-2 Filesystem in USErspace library [EMAIL PROTECTED]:~/work/myPresentations$ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
X may be corrupted
After running tasksel and removing the checkmark from desktop environment what else will need to be done to completely purge X from this system? I'm thinking it could be corrupted and if so in a little while will try a fresh install and see if I can get beyond this dexconf error. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: how can I see version changes using aptitude?
On 10/13/07, Giorgos Pallas <[EMAIL PROTECTED]> wrote: > Hello to everybody! > > When I was using synaptic, I remember that it showed the version changes > for every packet that was to be upgraded. > > Where exactly is this information hidden? How can I see it using > aptitude, or maybe another command-line tool? I searched the internet > but I can't seem to find something... Do you want to see the current version number of the packages and the new version number? You can see that by using aptitude in interactive mode (invoke "aptitude" instead of "aptitude upgrade"). If you mean you want to see what changes have been made to the packages, check out apt-listchanges. Cheers, Kelly -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: X may be corrupted
Jude DaShiell wrote: > After running tasksel and removing the checkmark from desktop environment > what else will need to be done to completely purge X from this system? > I'm thinking it could be corrupted and if so in a little while will try a > fresh install and see if I can get beyond this dexconf error. > > > I'd say # apt-get remove --purge xserver-xorg-core should do it. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: sshfs installation error
On Sat, Oct 13, 2007 at 06:26:00PM +0100, michael wrote: > /etc/init.d/fuse: line 24: /lib/init/vars.sh: No such file or directory sudo touch /lib/init/vars.sh might help. It worked for me some time back. In any case, that script should be in the initscripts package. Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: sshfs installation error
On Sat, Oct 13, 2007 at 18:26:00 +0100, michael wrote: > I'm using unstable and got the following error when trying to install > sshfs - anybody else since this or know the underlying problem? Ta, M > > [EMAIL PROTECTED]:~/work/myPresentations$ sudo apt-get > install sshfs > Reading package lists... Done > Building dependency tree > Reading state information... Done > The following extra packages will be installed: > fuse-utils libfuse2 > The following NEW packages will be installed > fuse-utils libfuse2 sshfs > 0 upgraded, 3 newly installed, 0 to remove and 155 not upgraded. I am not sure if it is a good idea to let outdated packages pile up like that. If you create your own unique mix of new and old packages then you might create your own unique problems. At the very least I would make sure that all the "required" and "important" packages are up to date before installing new software. (NB: This is a general remark, your current problem might have other causes, see below.) [...] > Setting up libfuse2 (2.7.0-2) ... > Setting up fuse-utils (2.7.0-2) ... > creating fuse device node... > creating fuse group... > Adding group `fuse' (GID 117) ... > Done. > /etc/init.d/fuse: line 24: /lib/init/vars.sh: No such file or directory > invoke-rc.d: initscript fuse, action "start" failed. > dpkg: error processing fuse-utils (--configure): > subprocess post-installation script returned error exit status 1 Looks like something is wrong with the "initscripts" package on your system. Maybe it is outdated. What do you get from apt-cache policy initscripts ? -- Regards,| http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: how can I see version changes using aptitude?
Kelly Clowers wrote: > On 10/13/07, Giorgos Pallas <[EMAIL PROTECTED]> wrote: > >> Hello to everybody! >> >> When I was using synaptic, I remember that it showed the version changes >> for every packet that was to be upgraded. >> >> Where exactly is this information hidden? How can I see it using >> aptitude, or maybe another command-line tool? I searched the internet >> but I can't seem to find something... >> > > Do you want to see the current version number of the packages and the > new version number? You can see that by using aptitude in interactive > mode (invoke "aptitude" instead of "aptitude upgrade"). > > If you mean you want to see what changes have been made to the > packages, check out apt-listchanges. > > > Cheers, > Kelly > > OK, apt-listchanges was the answer. Thanks! G. smime.p7s Description: S/MIME Cryptographic Signature
ALSA problems after kernel update
Hello everyone. I have a question regarding ALSA and the kernel. I recently updated my Debian system's kernel from 2.6.18.4 to 2.6.22.2. When I began using my new kernel, I noticed that anything that worked with ALSA locked up (mplayer, gnome sound, etc). I used module-assistant to build new alsa modules (from alsa-source) for my new kernel, and after the new package was installed, sound began working again. However, after rebooting, I had the same problem I did before: everything that used alsa had problems. If I ran "/etc/init.d/alsa reload" (or force-reload), then sound worked again. I think the system might be trying to load the old modules at startup. Is there a way to fix this? Regards, Sean -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: how can I see version changes using aptitude?
On Sat, Oct 13, 2007 at 10:54:38 -0700, Kelly Clowers wrote: > On 10/13/07, Giorgos Pallas wrote: > > Hello to everybody! > > > > When I was using synaptic, I remember that it showed the version changes > > for every packet that was to be upgraded. > > > > Where exactly is this information hidden? How can I see it using > > aptitude, or maybe another command-line tool? I searched the internet > > but I can't seem to find something... > > Do you want to see the current version number of the packages and the > new version number? You can see that by using aptitude in interactive > mode (invoke "aptitude" instead of "aptitude upgrade"). Non-interactive search should also work: aptitude -F '%p %v %V' search '~U' -- Regards,| http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: how can I see version changes using aptitude?
Hi Giorgos, On Sat, Oct 13, 2007 at 08:13:45PM +0300, Giorgos Pallas wrote: > When I was using synaptic, I remember that it showed the version changes > for every packet that was to be upgraded. > > Where exactly is this information hidden? How can I see it using > aptitude, or maybe another command-line tool? I searched the internet > but I can't seem to find something... I use the parameters "-v" (verbose) and "-V" (show versions) when using aptitude in comand-line mode. In the manpage of aptitude you can find the following: -V, --show-versions Show which versions of packages will be installed. This corresponds to the configuration option Aptitude::CmdLine::Show- Versions. -v, --verbose Causes some commands (for instance, show) to display extra information. This may be supplied multiple times to get more and more information. This corresponds to the configuration option Aptitude::CmdLine::Verbose. Hope that helps, Best Regards, Salvatore -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: X may be corrupted
On Sat, Oct 13, 2007 at 12:34:24 -0500, Jude DaShiell wrote: > After running tasksel and removing the checkmark from desktop environment > what else will need to be done to completely purge X from this system? I'm > thinking it could be corrupted and if so in a little while will try a fresh > install and see if I can get beyond this dexconf error. Before you throw out the baby with the bath water, did you try the workaround given for bug #443004? From reading the bug report I get the impression that using echo "xserver-xorg shared/default-x-server select xserver-xorg" | debconf-set-selections should allow you to run "dpkg-reconfigure xserver-xorg" successfully afterwards. -- Regards,| http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: dhelp issue
On Sat, Oct 13, 2007 at 12:01:36 -0500, Michael D. Norwick wrote: > > > On Thu, Oct 11, 2007 at 19:08:03 -0500, Michael D. Norwick wrote: [...] > > > ps: didn't realize I was on Lenny already. > > >>>Maybe you are not. You mentioned "etch testing" in your other mail. I > >>>assumed you meant Lenny (which is currently in "testing" stage) > >>>because you posted an error message from libdb4.5, a package which > >>>does not seem to exist in Etch (a.k.a "stable"). > > >>>Maybe you inadvertently created an Etch/Lenny package mix on your > >>>system. What output do you get for the following two commands? > > >>>cat /etc/issue > >>>lsb_release -dirc > > [EMAIL PROTECTED]:~$ cat /etc/issue > Debian GNU/Linux lenny/sid \n \l So you do run Lenny (or even Sid), at least partially. Is that what you want to do? > [EMAIL PROTECTED]:~$ sudo lsb_release -dirc > sudo: lsb_release: command not found That just means that you do not have "lsb-release" installed. (It is not required.) -- Regards,| http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
dexconf r.f.e.
More specific error messages. Which device was not configured as a cause for not creating a configuration file. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: kernel 2.6.18+ SMP question
michael wrote: On Fri, 2007-10-12 at 22:02 +0200, Robert Cates wrote: Hi all, just a general question - I'm interested in getting a motherboard that supports 4 of the new AMD Quad Core CPUs. That would be effectively 16 CPUs. My question is, with the 2.6.18-5-686 kernel from etch, will the SMP kernel work with all 16 cores? What is actually the current limit of cores (CPUs) that the 2.6.18 (or newer) kernel will support? Thanks much, Robert don't expect things to go 16x faster Ok, but 16x better? Or 16x more efficient? I know that if we're talking about a 2GHz quad core CPU we're not getting 8GHz of speed, but what exactly is the (performance) advantage of SMP? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: X may be corrupted
I read the messages but didn't notice the echo part of that command. I wrote that line on braille paper. I also tried it and wc doesn't give 0 0 0 back for xorg.conf anymore now something like 64 lines are in it. Thanks much for the help provided with the troubleshooting on this configuration. On Sat, 13 Oct 2007, Florian Kulzer wrote: On Sat, Oct 13, 2007 at 12:34:24 -0500, Jude DaShiell wrote: After running tasksel and removing the checkmark from desktop environment what else will need to be done to completely purge X from this system? I'm thinking it could be corrupted and if so in a little while will try a fresh install and see if I can get beyond this dexconf error. Before you throw out the baby with the bath water, did you try the workaround given for bug #443004? From reading the bug report I get the impression that using echo "xserver-xorg shared/default-x-server select xserver-xorg" | debconf-set-selections should allow you to run "dpkg-reconfigure xserver-xorg" successfully afterwards. -- Regards,| http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: X may be corrupted
On Sat, Oct 13, 2007 at 14:32:33 -0500, Jude DaShiell wrote: > I read the messages but didn't notice the echo part of that command. I > wrote that line on braille paper. I also tried it and wc doesn't give 0 0 > 0 back for xorg.conf anymore now something like 64 lines are in it. Thanks > much for the help provided with the troubleshooting on this configuration. The "echo ... | debconf-set-selections" command is not given in the bugreport, but it does the same thing as the manual editing of the debconf database that was suggested. I figured it might be easier to run this one-liner than to edit the file directly. If you want you can send me your xorg.conf and I will tell you if it looks normal. If I have confirmation that the debconf-set-selection trick works then I will add this information to the bug report. -- Regards,| http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Can I schede a command to be run when I have log out?
Serena Cantor <[EMAIL PROTECTED]> writes: > Thanks! I will try nohup later on. You can also use the bash builtin 'disown' if you have already running commands. -- Carl Johnson[EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
offline news reader
Hi I normally use knode for reading debian mailing lists via gmane. However there is one feature missing in this - reading the news offline. Normally this is not a problem. However recently my net speed has reduced to couple of kB and it is difficult to wait for 5 seconds for each message to load. So is there any way to overcome this problem in knode? If not, is there any news reader which offers offline functionality and works well with KDE? I don't have particular preference for graphical or commandline. It is fine if it consumes quite a bit of memory. I am looking for something which has lots of features and at the same time gives finer control over them. Any ideas? thanks raju -- Kamaraju S Kusumanchi http://www.people.cornell.edu/pages/kk288/ http://malayamaarutham.blogspot.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: digital album making choices and photo management
H.S. wrote: > > Hello, > > Could some users share their photo management experiences in Debian > here? I have this little project at hand. The objective is to make a > digital album of family pictures to be given to family members on a CD. > > I am thinking on the lines that the CD should have self contained > digital album. The photos should be accessible directly and easily as > well as through some sort of cross platform photo browser run directly > from the CD. So the pictures may put in one top level (or second level) > folder, perhaps called Pictures. A user can directly access the images > there to view using their own software. Additionally, there could be a > digital browser wrapper that access those pictures through an interface > so that the user may browse the pictures without firing up their own > application. > > One option is to export the album to an HTML format. Digikam has such an > option, I am playing around it a bit. G-photo (Gnome) also has similar > functionality albeit a very very limited one. Another option is to have > a java based photo browser on the CD but haven't found a Debian package > that does this. The second option assumes, obviously, that the user has > java already installed. > > What have other users here experienced? Any comments on the above > approaches? Any other alternatives worth investigating? > > thanks, > ->HS I have been using kphotoalbum for quite some time. It has an excellent database for tagging photos. The plugins allow you to export in various ways. You can export to cd, create a slidewhow, export to flickr, export to html for buiding web pages etc. I was the "official" photographer for my kids field trips and burned a cd for the teacher as well as posting the photos on a web site. The teacher would load the photos in a powerpoint presentation for use later. All in all it worked very well. I've got about 6000 pictures in my database now and its very easy to find them - as long as I've tagged them appropriately. Seems like ti would meet your needs. scott -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: digital album making choices and photo management
> I have been using kphotoalbum for quite some time. It has an excellent > database for tagging photos. The plugins allow you to export in various > ways. You can export to cd, create a slidewhow, export to flickr, export Speaking of which, I know I saw some similar functionality in digikam, which I use for photo management nowadays and do a limited amount of editing with it too. But the functionality to do slide shows as well as other fun things (calendar making for one) have disappeared. Some computer display "slideshows" work but others don't seem to be there anymore, compared to what I remember digikam being able to do. I wonder if I'm missing some plugins. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Mysql Database installation problem
On Sat, Oct 13, 2007 at 05:03:48PM +1000, Adrian Levi wrote: > On 14/10/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > I tried to install mysql-server-5.0 using apt-get and I got the following > > error- > > Comments inline. some more detail on this otherwise good reponse. > > > The following NEW packages will be installed: > > mysql-server-5.0 > > Your installing one package here. > > > 0 upgraded, 1 newly installed, 0 to remove and 150 not upgraded. > > 1 not fully installed or removed. > > Need to get 0B/25.8MB of archives. > > After unpacking 71.1MB of additional disk space will be used. > > Preconfiguring packages ... > > Selecting previously deselected package mysql-server-5.0. > > (Reading database ... 202487 files and directories currently installed.) > > Unpacking mysql-server-5.0 (from > > .../mysql-server-5.0_5.0.32-7etch1_amd64.deb) ... > > Setting up php-sqlite3 (0.4-4) ... > > But here dpkg has detected packages on your system in an unconfigured > state. possibly you previously tried to install something that > required this package but it was left unconfigured. > > > Forcing reload of web server (apache2)...apache2: Could not reliably > > determine the server's fully qualified domain name, using 127.0.0.1 for > > ServerName > > httpd (no pid file) not running > > apache2: Could not reliably determine the server's fully qualified domain > > name, using 127.0.0.1 for ServerName > > (98)Address already in use: make_sock: could not bind to address [::]:80 > > (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 > > no listening sockets available, shutting down > > This looks to me like you are running 2 instances of apache, perhaps > apache and apache2? probably he is running an apache that was started manually. hence the start-stop script is unable to find it. or maybe he is running someother web server ? > > > Unable to open logs > > failed! > > invoke-rc.d: initscript apache2, action "restart" failed. > > dpkg: error processing php-sqlite3 (--configure): this is the killer here. With `invoke-rc.d apache2 restart` failing, you're not going to get anywhere. Find out why apache2 won't restart, fix that problem and then this should all clear out. > > subprocess post-installation script returned error exit status 1 > > Setting up mysql-server-5.0 (5.0.32-7etch1) ... > > Stopping MySQL database server: mysqld. > > > > Errors were encountered while processing: > > php-sqlite3 > > E: Sub-process /usr/bin/dpkg returned an error code (1) > > dpkg is unable to configure the packages so it's dying - this AFAIK > has nothing to do with mysql not installing properly it looks to be > due to previous packages in an unconfigured state. > > > What to do???Whats the problem?? > > try running > sudo dpkg --configure -a > to configure packages first before installing mysql. > > If you don't need it you could try removing php-sqlite3 then doing a > configure then moving on to your installation of mysql. > > Adrian > > -- > 24x7x365 != 24x7x52 Stupid or bad maths? > hm. I've lost a machine.. literally _lost_. it responds to > ping, it works completely, I just can't figure out where in my > apartment it is. > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > -- signature.asc Description: Digital signature
Re: Regarding tar and split
On Sat, Oct 13, 2007 at 11:11:35AM -0600, Paul E Condon wrote: [snip: remote backups] > It doesn't appear from the man page that rsync has the equivalent of > cp --backup=t > I use this and it is important to me. Nothing ever is deleted from my > backup until I do a clean-up sweep on it (which I have never yet done). The workaround would be to rsync to the other box, and do the cp --backup=t there. Costs more disk space, but saves network bandwidth. [That may or may not be advantageous, of course] Alternatively, you could commit everything to version control; I do something like that for most of my files. Jon Leonard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: kernel 2.6.18+ SMP question
On Sat, Oct 13, 2007 at 09:30:57PM +0200, Robert Cates wrote: > michael wrote: >> On Fri, 2007-10-12 at 22:02 +0200, Robert Cates wrote: >> >>> Hi all, >>> >>> just a general question - I'm interested in getting a motherboard that >>> supports 4 of the new AMD Quad Core CPUs. That would be effectively 16 >>> CPUs. My question is, with the 2.6.18-5-686 kernel from etch, will the >>> SMP kernel work with all 16 cores? What is actually the current limit of >>> cores (CPUs) that the 2.6.18 (or newer) kernel will support? >>> >> >> don't expect things to go 16x faster >> >> >> > Ok, but 16x better? Or 16x more efficient? I know that if we're talking > about a 2GHz quad core CPU we're not getting 8GHz of speed, but what > exactly is the (performance) advantage of SMP? > how about 16x more parallel? at least to the extent that your workload is able to parallelize (is that a word?). IOW, if you have lots of tasks running independently of each other and/or you have tasks running code that can take advantage of parallel processing, then those things that fit that criterion will run in parallel. And those tasks will then complete faster because they have more cpu time than they would get in a system with fewer cpus. At least that's how it seems to me. A signature.asc Description: Digital signature
Re: libdvdcss installation
On Sat, Oct 13, 2007 at 07:31:48AM -0500, Nate Bargmann wrote: > * Ron Johnson <[EMAIL PROTECTED]> [2007 Oct 13 03:56 -0500]: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On 10/13/07 00:42, Kevin Mark wrote: > > > On Fri, Oct 12, 2007 at 08:53:59PM +0100, Pantor wrote: > > >> Thank you very much lads. DVD plays OK now after simplified metod of > > >> installation. > > > Minor correction: Debian has non-lads in the ranks of developers and > > > users. > > > > It's Politically Correct nonsense like this that gets Algore > > voted in as winner of the Nobel Peace Prize. > > I was out to Salt Lake City this past week and on the plane from SLC to > Denver the Stewarde^H^H^H^H^H^H^H^H Flight Attendant announced that one > of the Peace Prize winners (not Gore) was on the plane, but that he > (she said he) didn't wish to be identified. why would she even bother to announce it then? people are baffling. A signature.asc Description: Digital signature
Re: Can I schede a command to be run when I have log out?
On Sat, Oct 13, 2007 at 09:43:45AM -0700, Carl Johnson wrote: > Serena Cantor <[EMAIL PROTECTED]> writes: > > > Thanks! I will try nohup later on. > > You can also use the bash builtin 'disown' if you have already running > commands. oh. nice one! A signature.asc Description: Digital signature
Re: kernel 2.6.18+ SMP question
On Sat, 13 Oct 2007, Robert Cates wrote: Ok, but 16x better? Or 16x more efficient? I know that if we're talking about a 2GHz quad core CPU we're not getting 8GHz of speed, but what exactly is the (performance) advantage of SMP? Not much, unless you can write software that can take advantage of the additional processors.. HTH -ishwar -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: offline news reader
* Kamaraju S Kusumanchi <[EMAIL PROTECTED]> [071013 16:42]: > Hi > > I normally use knode for reading debian mailing lists via gmane. However > there is one feature missing in this - reading the news offline. Normally > this is not a problem. However recently my net speed has reduced to couple > of kB and it is difficult to wait for 5 seconds for each message to load. > So is there any way to overcome this problem in knode? If not, is there any > news reader which offers offline functionality and works well with KDE? I > don't have particular preference for graphical or commandline. It is fine > if it consumes quite a bit of memory. I am looking for something which has > lots of features and at the same time gives finer control over them. Any > ideas? > > thanks > raju > -- > Kamaraju S Kusumanchi > http://www.people.cornell.edu/pages/kk288/ > http://malayamaarutham.blogspot.com/ gnus -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: libdvdcss installation
* Andrew Sackville-West <[EMAIL PROTECTED]> [2007 Oct 13 18:13 -0500]: > why would she even bother to announce it then? people are baffling. What good is a secret if you can't tell someone? ;-) - Nate >> -- Wireless | Amateur Radio Station N0NB | Successfully Microsoft Amateur radio exams; ham radio; Linux info @ | free since January 1998. http://www.qsl.net/n0nb/ | "Debian, the choice of My Kawasaki KZ-650 SR @| a GNU generation!" http://www.networksplus.net/n0nb/ | http://www.debian.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: "Dual Booting" linux thin client or windows
Sid Arth wrote: Is it possible to "dual boot" into either normal windows (booting from the harddrive) or linux which is stored on the network? Ive looked into something called pxe a little, but that looks more like a one way thing. Linux only and it seems you need some sorta special bios for it. I was wondering if there is something where you could pick which OS you want to load, and if you pick the linux one, it will boot off a server on my network. Could you not have /boot on a small local partition or USB flashdrive with a full GRUB menu allowing selection of OS, then all the other linux partitions could be mounted over NFS? I want to do exactly the same thing with my HTPCs so I'm watching this tread with interest, keep us informed on how it goes. Good Luck. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Proxy settings not released
Hello: I had set up a web proxy for my Debian installation and have tried to undo the setup. But the proxy, a Mac OSX machine, is still used by the Debian installation, in this manner: I have Apache2 installed and have set up a localhost index page. It has a link to the Apache server on the Mac OSX machine. The link goes like this: (Mac OSX server) The persistent problem is that the local href http://192.168.1.4/content is getting rewritten to http://127.0.0.1/content and the request fails. This happens in every browser I have installed on the Debian system: Konqueror, Galeon, Iceweasel, Epiphany. ( I do web design and development and want to test the content in as many browsers as I can have access to) I have both Gnome and KDE installed and have tried to re move the proxy settings in the preferences of each browser and the general preferences and settings for proxy in both Gnome and KDE but the problem persists. If I write the address directiy into the location field of the browser, the same thing happens, the address is rewritten to the localhost address (127.0.0.1). When I go to the Mac OSX machine and have it follow the link to the Debian server, it loads the Debian index page. When I follow the link in the Debian index page back to the OSX server the link address is also rewritten (by the OSX browser). But since it is a valid address and file it works. That is why it appears that proxy settings in the Debian system have not been released. Can anyone direct me to some setting that will solve this problem? Thanks in advance Jeff K -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: offline news reader
Russell L. Harris wrote: > > gnus Does it come with any documentation at all? The /usr/share/doc/gnus seems to be pretty useless for setting this up. apt-cache search gnus documentation does not yield any relevant hits. I could go to google and try to look for some tutorial but if every Debian user has to go through this convoluted route, then it does not make any sense. Am I missing something obvious here? raju -- Kamaraju S Kusumanchi http://www.people.cornell.edu/pages/kk288/ http://malayamaarutham.blogspot.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: digital album making choices and photo management
David Fox wrote: > > I have been using kphotoalbum for quite some time. It has an excellent > > database for tagging photos. The plugins allow you to export in various > > ways. You can export to cd, create a slidewhow, export to flickr, export > > Speaking of which, I know I saw some similar functionality in digikam, > which I use for photo management nowadays and do a limited amount of > editing with it too. But the functionality to do slide shows as well > as other fun things (calendar making for one) have disappeared. Some > computer display "slideshows" work but others don't seem to be there > anymore, compared to what I remember digikam being able to do. > > I wonder if I'm missing some plugins. > Maybe you need the kipi-plugins? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: digital album making choices and photo management
Scott Lair wrote: > David Fox wrote: >>> I have been using kphotoalbum for quite some time. It has an excellent >>> database for tagging photos. The plugins allow you to export in various >>> ways. You can export to cd, create a slidewhow, export to flickr, export >> Speaking of which, I know I saw some similar functionality in digikam, >> which I use for photo management nowadays and do a limited amount of >> editing with it too. But the functionality to do slide shows as well >> as other fun things (calendar making for one) have disappeared. Some Calendar making? Interesting! > > Maybe you need the kipi-plugins? > I gotta have a look at this. Been looking to make calendars from pics for quite some while now. Thanks for mentioning this! ->HS -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: offline news reader
On 10/13/2007 04:45 PM, Kamaraju S Kusumanchi wrote: Hi I normally use knode for reading debian mailing lists via gmane. However there is one feature missing in this - reading the news offline. [...] Icedove and Iceape support offline news reading. Icedove and Iceape are rebranded Mozilla products. You can get the original software, Thunderbird and Seamonkey, from http://www.mozilla.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: offline news reader
On Oct 13, 2:40 pm, Kamaraju S Kusumanchi <[EMAIL PROTECTED]> wrote: > Hi > > I normally use knode for reading debian mailing lists via gmane. However > there is one feature missing in this - reading the news offline. Normally > this is not a problem. However recently my net speed has reduced to couple > of kB and it is difficult to wait for 5 seconds for each message to load. > So is there any way to overcome this problem in knode? If not, is there any > news reader which offers offline functionality and works well with KDE? I > don't have particular preference for graphical or commandline. It is fine > if it consumes quite a bit of memory. I am looking for something which has > lots of features and at the same time gives finer control over them. Any > ideas? leafnode? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
k3b crashing when track added for audio cd
Hello, Looks like the last upgrade broke something in k3b in Debian Testing. If I start an audio cd project, k3b crashes the moment I add a flac file to the project. This has happened on two different machines I run with Debian Testing. Both are using different kernels. This one, the one I am using currently (making the audio CD using gnomebaker now) has: $> dpkg -l *k3b* | grep ^i ii k3b 1.0.3-2 A sophisticated KDE CD burning application ii libk3b3 1.0.3-2 The KDE cd burning application library - run and is running $> uname -r 2.6.21-2-686 Anybody know what is going on? BTW, the audio track has titles in unicode, if this matters. This has never been a problem before. thanks, ->HS -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: offline news reader
* Kamaraju S Kusumanchi <[EMAIL PROTECTED]> [071013 22:49]: > Russell L. Harris wrote: > > > > gnus > > Does it come with any documentation at all? The /usr/share/doc/gnus seems to > be pretty useless for setting this up. > > apt-cache search gnus documentation > > does not yield any relevant hits. I could go to google and try to look for > some tutorial but if every Debian user has to go through this convoluted > route, then it does not make any sense. Am I missing something obvious > here? > > raju > -- > Kamaraju S Kusumanchi > http://www.people.cornell.edu/pages/kk288/ > http://malayamaarutham.blogspot.com/ I am not a Gnus guru, but I managed to set up Gnus and get it working, both for reading news and as a mail user agent (MUA). As might be expected, the most difficult part is the configuration file. I run Emacs (and in X, I run XEmacs). Gnus runs under Emacs or XEmacs. If that is a problem for you, then forgive me for suggesting Gnus. For the on-line documentation, first install Gnus (you always can un-install it), and then type "M-x gnus"; this brings up "gnus.info" And then there is the Gnus manual, which you can find with a Google search on "gnus manual"; it is the first item on the list: http://gnus.org/manual.html And with a few minutes of searching with Google, you can turn up any number of sample configuration files and guides. Your only problem is likely to be running out of paper, laser toner, or ring binders. %% I run Mutt for mail. Curiously, it was my first attempt to use Mutt which led me to Gnus. Several years ago, I tried to get started with Mutt, but I could not figure out the configuration file. Then I tried Gnus, got it working, and used it for two or three years. Within the last year, something drew my attention to Mutt. This time I found a good Mutt HowTo, got Mutt working, and I currently am using Mutt. But it is almost a coin-toss. I may switch back to Gnus. Both Mutt and Gnus are excellent for mail. Both Mutt and Gnus are quite efficient at handling large numbers of messages; there doesn't appear to be anything else in their class. Both are keyboard-oriented; you don't need the rodent. Both Mutt and Gnus are a bit obscure. At present, Mutt appears to have a more active community ready to offer assistance. But Gnus is first of all a news reader, so if you are looking for a news reader, give Gnus a try. And if you like it for news, then give it a try for mail. RLH -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: Debian-user
freexxx www justxpromo cn Linwood subtracted hypersensitive pyramid fondues canvassers humongous kheth agonized unnaturalist rivets extrospect explainer wronged -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: offline news reader
Kamaraju S Kusumanchi wrote: I normally use knode for reading debian mailing lists via gmane. However there is one feature missing in this - reading the news offline. Take a look at either leafnode or noffle. I used one or the other for caching news in the past. Worked great on my laptop when it didn't have network connectivity. If you're set on looking at other clients I'd say take a gander at pan or slrn (and slrnpull). apt-cache also lists "sn" as a possibility. *shrug* -- Steve C. Lamb | But who decides what they dream? PGP Key: 1FC01004 | And dream I do... ---+- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: digital album making choices and photo management
On 10/13/07, Scott Lair <[EMAIL PROTECTED]> wrote: > David Fox wrote: > > Maybe you need the kipi-plugins? > Yes, that did the trick, thank you. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]