Re: Help with setting up home network
On Sat, May 05, 2007 at 08:41:47PM -0400, Eric A. Bonney wrote: > So before I start really getting to far into this, can I get sharing > going on my home network with just samba or do I also need NFS? I want > to be able to read and write to my linux server from all machines (XP > and Linux) and read and write files to my shared XP drives from my Linux > units. Looking at the Samba book seems great but is Samba all I need? Samba and NFS are two different protocols for the same stuff and can be used independently. If you need to access the server from XP then you definitely need Samba and not NFS. Samba is MS's file sharing protocol (SMB), but better implemented ;) If you can read the shares on the server, but can't write to them this can be easily fixed. You need to tinker with the /etc/samba/smb.conf on the server. The file itself is well commented and also includes some examples. Otherwise you can find lots of docs in the samba-doc package. Regards, Andrei -- If you can't explain it simply, you don't understand it well enough. (Albert Einstein) signature.asc Description: Digital signature
Re: OOo-Base
Hi, On 5/6/07, Mark Grieveson <[EMAIL PROTECTED]> wrote: > Man, I just tried OOo-Base, and it stinks. I used to use Lotus > Approach, and it was great. > I can't even cut and paste the table entries into Calc. I try > printing the forms, and it only prints half. Okay, I did manage to figure out how I could copy the table from Base to Calc. I'm sticking with Calc from now on. Thanks for the piece of wisdom. But, I feel the Open Office user lists might have been a better place for your observations. They can learn a thing or two and rectify the issues. -- - Shashishekhar S
Re: OOo-Base
> Man, I just tried OOo-Base, and it stinks. I used to use Lotus > Approach, and it was great. > I can't even cut and paste the table entries into Calc. I try > printing the forms, and it only prints half. > Well, that ends my rant for today. > Mark Okay, I did manage to figure out how I could copy the table from Base to Calc. I'm sticking with Calc from now on. Mark -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
OOo-Base
Man, I just tried OOo-Base, and it stinks. I used to use Lotus Approach, and it was great. I can't even cut and paste the table entries into Calc. I try printing the forms, and it only prints half. Well, that ends my rant for today. Mark -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: OT: Religion, Good and Evil (was Re: A way to compile 3rd party modules into deb system?)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/05/07 20:54, Martin Marcher wrote: > On 5/6/07, Roberto C. Sánchez <[EMAIL PROTECTED]> wrote: >> On Sat, May 05, 2007 at 03:26:10PM -0500, Ron Johnson wrote: >> > On 05/05/07 09:29, Joe Hart wrote: >> > > >> > > Exactly, but we consider human sacrifice today to be a bad thing. >> > >> > That's my exact point. What we consider murder, they considered >> > politics and religion. >> > >> Not quite so. Abortion. It is considered by many (a majority depending >> on who you ask) to be squarely in the realm of politics and not murder. > > Nice discussion, I guess it just depends on what you consider to be > normal. Think of visual signs in public traffic in my country an open > hand held directly against someone is generally considered to mean > "STOP". I somewhere read (that may not be reliable but imho very well > possible) that in some asian country that very sign means something > like "I'm gonna smear shit in your face". It may effectively be a bad > experience to use that sign in the wrong country :) The hand wave that Americans (and Brits?) to mean "good bye" means, to Italians, "come here". Very confusing when your tour guide is saying "Come here!" and waving "good bye". > So where is good and where is evil, is it evil to help someone commit > suicide or is evil because society teaches us exactly that (being at > the topic: the question of course implies that where I live it is > generally a "bad" thing to do so, even prohibited by law, even self > murder is forbidden, but I've always wondered how they punish self > murderers) > - -- 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) iD8DBQFGPUmCS9HxQb37XmcRAp/RAJsFEb9ZIGZpla5rquWTUDnmr6j6UQCfQHz5 Shzp1+leR3TErXCie6KgRlI= =DATB -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: timeline application?
On 06/05/07, Ron Johnson <[EMAIL PROTECTED]> wrote: > > Is there an application that draws timelines? > > That makes much more sense graphically than in prose... Project planners like planner, kfocus & opensched might do the trick, as might vector drawing apps like inkscape, skencil & sodipodi. Look at freemind or kdissert -- Regards, Sudev Barar -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Can't disable NCQ, /sys/block/sdc/device/queue_depth is readonly
On Sat, May 05, 2007 at 06:58:29PM -0700, Roy Franz wrote: > > 1) After coming across a simple random seek benchmark, I am finding that my > WD raptor 10K drive is giving me about 10 ms seek time, where other raptors > benchmarked with the same program are reporting 7.5 - 8.0 ms. This is > a fairly substantial difference, and I am trying to track it down. (As > an aside, I found that > enabling acoustic management made a great difference on several drives > - about a 30% increase is seek time.) > > 2) From my reading about NCQ, one of the quirks of Raptors is that > when NCQ is enabled, the drive disables its internal readahead. This > results in significantly reduced sequential throughput. Apparently > the windows drivers have some workarounds to deal with this. > > > I'l like to be able to test to see what effect NCQ has on these > issues. I find it very strange that the official interface for > controlling this seems to be broken (or misconfigured on my system), > and I could not find anything useful about this > via google. (I did find a couple other posts about the same problem, > but no resolution.) So are you wanting a fast responsive multuser, multitasking, computer system or are you wanting a single disk to perform well on a single benchmark? NCQ is about enabling an ATA disk to handle requests for different segments of the disk. The test in 1. probably doesn't issue a bunch of seek requests at once and average the time, rather it probably sequentially issues seek requests and times the results then averages. If you have an IO bottleneck on your computer, try to determine its nature. If it occurs during a pure sequential read (with no other competing drive requests from other processes) then look at the data transfer rate and compare that with the drive spec, and the MB's spec. As for accoustical measures, I believe that they depower the seek motor which makes the head arm move slower, lengthening seek time. Doug. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Help with setting up home network
On 06/05/07, Eric A. Bonney <[EMAIL PROTECTED]> wrote: Russell L. Harris wrote: > * Eric A. Bonney <[EMAIL PROTECTED]> [070505 16:14]: > >> I don't mind reading and actually prefer it as this way I learn more. >> It's great to be given direct steps on how to do something, but then it [Huge Snip] Why not give LTSP a try? I know this is jumping in way out alternate but for a newbie one of the best things I have seen and manage is ltsp on what ever is your fav distro. -- Regards, Sudev Barar -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Can't disable NCQ, /sys/block/sdc/device/queue_depth is readonly
There are two reasons: 1) After coming across a simple random seek benchmark, I am finding that my WD raptor 10K drive is giving me about 10 ms seek time, where other raptors benchmarked with the same program are reporting 7.5 - 8.0 ms. This is a fairly substantial difference, and I am trying to track it down. (As an aside, I found that enabling acoustic management made a great difference on several drives - about a 30% increase is seek time.) 2) From my reading about NCQ, one of the quirks of Raptors is that when NCQ is enabled, the drive disables its internal readahead. This results in significantly reduced sequential throughput. Apparently the windows drivers have some workarounds to deal with this. I'l like to be able to test to see what effect NCQ has on these issues. I find it very strange that the official interface for controlling this seems to be broken (or misconfigured on my system), and I could not find anything useful about this via google. (I did find a couple other posts about the same problem, but no resolution.) On 5/5/07, Greg Folkert <[EMAIL PROTECTED]> wrote: On Fri, 2007-05-04 at 19:13 -0700, Roy Franz wrote: > I can't disable NCQ due to the sysfs file being read-only: > > amd64:/sys/block/sdc/device# ls -al queue_depth > -r--r--r-- 1 root root 0 2007-05-04 18:44 queue_depth > amd64:/sys/block/sdc/device# > amd64:/sys/block/sdc/device# echo 1 > queue_depth > bash: queue_depth: Permission denied > amd64:/sys/block/sdc/device# > > I am running amd64 Etch, with this machine running a 2.6.20 kernel. I checked > another AMD64 machine that is running the stock Debian 2.6.18-4 kernel > and the file is also readonly there. > > This seems to be the officially supported way of enabling/disabling NCQ. > > Has anybody else run into this or have a solution? Why would you want to disable NCQ? You are using libSATA right? Is your controller in the blacklist? or Are you specifically having some kind of issue? -- greg, [EMAIL PROTECTED] Novell's Directory Services is a competitive product to Microsoft's Active Directory in much the same way that the Saturn V is a competitive product to those dinky little model rockets that kids light off down at the playfield. -- Thane Walkup -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Broken AMD-64-DVD-ISO-image retrieved via bittorrent
On Sat, May 05, 2007 at 05:00:07PM +0200, Andreas Glaeser wrote: > After downloading "debian-40r0-amd64-DVD-1.iso" via bittorrent two days > ago, I was unable to write the image to DVD. K3B said, that it was > actually not an ISO-image. The md5-sum computed by k3b did not match the > one found in the corresponding MD5SUMS-file. When I reopened > the .torrent-file and the downloaded image, after re-scanning the data > ktorrent said, it was only 86% complete and there were 7% at the > beginning and at the end of the file missing, i.e. incorrect data. When > the missing 14% were downloaded again the next day, I had another image > that could not be written to disc. This time with yet another md5sum and > 84% complete after re-scanning with ktorrent. I re-downloaded > the .torrent-file and compared it with the one I was using for download, > but found no difference. What to do about it ? File this as a bug > against cdimage.debian.org ? Until you get a proper MD5 or SHA hash result, don't worry about K3B. md5sums is faster. If they don't match and you can't get torrent to work, since you say its 85% complete, just get rsync to fix it (see the mirrors page for the rsync mirror, I go stright to the main site in Sweden). I've never used torrent since I'm on very slow and unreliable ppp dial-up. Rsync is quite nice at fixing problems. Doug. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: OT: Religion, Good and Evil (was Re: A way to compile 3rd party modules into deb system?)
On 5/6/07, Roberto C. Sánchez <[EMAIL PROTECTED]> wrote: On Sat, May 05, 2007 at 03:26:10PM -0500, Ron Johnson wrote: > On 05/05/07 09:29, Joe Hart wrote: > > > > Exactly, but we consider human sacrifice today to be a bad thing. > > That's my exact point. What we consider murder, they considered > politics and religion. > Not quite so. Abortion. It is considered by many (a majority depending on who you ask) to be squarely in the realm of politics and not murder. Nice discussion, I guess it just depends on what you consider to be normal. Think of visual signs in public traffic in my country an open hand held directly against someone is generally considered to mean "STOP". I somewhere read (that may not be reliable but imho very well possible) that in some asian country that very sign means something like "I'm gonna smear shit in your face". It may effectively be a bad experience to use that sign in the wrong country :) So where is good and where is evil, is it evil to help someone commit suicide or is evil because society teaches us exactly that (being at the topic: the question of course implies that where I live it is generally a "bad" thing to do so, even prohibited by law, even self murder is forbidden, but I've always wondered how they punish self murderers) -- Martin Marcher [EMAIL PROTECTED] http://www.mycorners.com https://www.xing.com/profile/Martin_Marcher http://www.linkedin.com/in/martinmarcher http://www.studivz.net/profile.php?ids=9f83ea8c5996b8ec http://www.amazon.de/gp/registry/wishlist/3KDAGCL2NKOIM/ref=reg_hu-wl_goto-registry/302-4432803-5146435?ie=UTF8&sort=date-added
Re: Help with setting up home network
Russell L. Harris wrote: * Eric A. Bonney <[EMAIL PROTECTED]> [070505 16:14]: I don't mind reading and actually prefer it as this way I learn more. It's great to be given direct steps on how to do something, but then it doesn't stick in ones mind as well as if you research it yourself. See the latest (second edition, I seem to recall) O'Reilly SAMBA book, which is posted in its entirety on-line. The earlier edition was good, but the latest is greatly improved. If you are messing with SAMBA, you need the O'Reilly book. So before I start really getting to far into this, can I get sharing going on my home network with just samba or do I also need NFS? I want to be able to read and write to my linux server from all machines (XP and Linux) and read and write files to my shared XP drives from my Linux units. Looking at the Samba book seems great but is Samba all I need? Thanks, -Eric -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: OT: Religion, Good and Evil (was Re: A way to compile 3rd party modules into deb system?)
On Sat, May 05, 2007 at 03:26:10PM -0500, Ron Johnson wrote: > On 05/05/07 09:29, Joe Hart wrote: > > > > Exactly, but we consider human sacrifice today to be a bad thing. > > That's my exact point. What we consider murder, they considered > politics and religion. > Not quite so. Abortion. It is considered by many (a majority depending on who you ask) to be squarely in the realm of politics and not murder. Regards, -Roberto -- Roberto C. Sánchez http://people.connexer.com/~roberto http://www.connexer.com signature.asc Description: Digital signature
Epiphany error
Hello, I am getting this warning message from Epiphany very often: "Epiphany could not connect to the session message bus. Your default settings will not be available." When I start to get it I get it for the whole session. When I log out and log in, it 'works' again. Any ideas what might be causing this *disconection*? Thanks. -- J. Pablo Fernández <[EMAIL PROTECTED]> http://pupeno.com signature.asc Description: This is a digitally signed message part
Re: backup script and python
Thanks Wei Chen, it worked now! I was really environment variables problem. Included in crontab, just as shown in man 5 crontab thanks everybody. On 5/5/07, Andrew Sackville-West <[EMAIL PROTECTED]> wrote: On Sat, May 05, 2007 at 07:22:11AM -0300, Henrique G. Abreu wrote: > runing on cron, I can't see any error message. All I got is the log I > generate on the script: > >BEGINNING DAILY BACKUP ZENOSS > >BACKUP ZENOSS WITH TROUBLE - ERROR! well, this error message doesn't tell us anything. maybe you could rewrite your error handler so that it actually provides the error encountered. A -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGPMnfaIeIEqwil4YRArQ9AKDZoRukZRzIkdNO58p6KXRFntQw/gCg1mGo HEOdZsPTPNR2Xt2g6m0/Dqo= =o1iR -END PGP SIGNATURE- -- Henrique G. Abreu [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: How do I setup printer?
> It's basic thing but I don't remember how to setup printer. > In general user, I can't print any paper. > I tried 'lpr' command for test, it gives about permission denied > error. > I checked the Debian/GNU Linux System Admin's manual. > The printer setup section is blank. :-( > In addition, how do I install a simple X-Window manager such as > fluxbox? > I want to install xterm too. The easiest way to set up a printer is to install the package printconf, and then run it. It's a similar utility to alsaconf (that sets up soundcards for you). The description for printconf is: printconf - automatically configures USB and parallel printers with CUPS As root, in the terminal, just enter the command printconf. It should work. It depends on what type of printer you have, though (some printers, like Canon, don't work well with Linux, I find). Installing xterm and fluxbox should be the same as installing anything else: # aptitude install fluxbox xterm or, you could use synaptic or apt. Mark -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Is it Java or is it Iceweasel?
I am having problems with some web pages not working. (Not working means just that. The details vary from page to page.) When I check the error console I find a lot of messages like: Warning: assignment to undeclared variable speed Warning: assignment to undeclared variable len Warning: assignment to undeclared variable tid These message are harmless. If more developers tried the Web Developer extension[1] and tried to stay away from warnings you would be happier. [1] https://addons.mozilla.org/en-US/firefox/addon/60 Is it Iceweasel, Java or Debian? It's life :) (you mean JavaScript, BTW). If you can, try to use firefox (iceweasel in Debian). Regards, Nelson.- -- http://arhuaco.org http://emQbit.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Is it Java or is it Iceweasel?
Hi Dennis. Dennis G. Wicks, 05.05.2007 22:53: > Mathias Brodala wrote: >> Dennis G. Wicks, 05.05.2007 15:02: >> >>> I am having problems with some web pages not working. >>> (Not working means just that. The details vary from page >>> to page.) >>> >>> When I check the error console I find a lot of messages >>> like: >>> >>> Warning: assignment to undeclared variable speed >>> Warning: assignment to undeclared variable len >>> Warning: assignment to undeclared variable tid >>> >>> […] >>> This is old code and works fine on other systems, etc. >>> >>> So, any ideas how to fix this? >>> >> >> Declare the variables just as you did with the variable "dateform" by >> prepending >> them with the keyword "var" >> > Sorry, not under my control! ALL pages that use javascript have this > problem, not just mine; > aweber, MSN, yahoo, whatever. All of them work fine on my wife's desktop > and all of our > notebooks. The problem only occurs on my desktop w/Debian/Etch & > Iceweasel (also Iceape > and Galeon), so something is not right somewhere. Well, it’s not really a problem since you only get warnings but no errors. But if you want you can notify the site’s author about this. There’s not much else you can do on your side. > I can't get any non-Mozilla browser installed to try any of them. Just curious: why? Regards, Mathias -- debian/rules signature.asc Description: OpenPGP digital signature
Mounts in Etch
Hi! I googled a bit but don't know exactly what term to use. I have two issues bout disk mounting in Etch. 1. Windows partitions mounted from fstab have meaningful names on Etch desktop. Other mounted linux partitions have GB values in place of label. How to change that nonsense? I just want to change gnome desktop behavior not to change every occurance of /dev/sdab2 as I found suggested about tune2fs -L. 2. When I connect multipartition USB disk to comp, debian mounts it automatically but when I want to disconnect I had to manually unmount every partition. How to achive behavior similar to ubuntu eg. to umount all partitions when "Eject" is selected? -- Mirko Scurk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Help with setting up home network
* Eric A. Bonney <[EMAIL PROTECTED]> [070505 16:14]: > I don't mind reading and actually prefer it as this way I learn more. > It's great to be given direct steps on how to do something, but then it > doesn't stick in ones mind as well as if you research it yourself. See the latest (second edition, I seem to recall) O'Reilly SAMBA book, which is posted in its entirety on-line. The earlier edition was good, but the latest is greatly improved. If you are messing with SAMBA, you need the O'Reilly book. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: what's with epiphany?
On 5/3/07, Mark Grieveson <[EMAIL PROTECTED]> wrote: > > Man, I'm getting a bit annoyed with Epiphany. Very frequently, > > when I visit http://www.thestar.com, and click a news link, it > > crashes. What is up with that? After the initial crash, it's > > usually fine, but the constant first crash when I'm browsing is a > > little annoying. I use Etch. > Do you have the libflash-mozplugin package installed? I recently > worked around epiphany crashes on flash sites by removing this > package. See bug #272940. > If you run epiphany from the console, what does it print as it > crashes? > -- > Kushal Thanks. When I run it from the console, it doesn't print anything when it crashes. I don't have libflash-mozplugin installed (I do have the non-free Adobe Flash 9 installed, though). Anyway, I'll try libflash-mozplugin and see. Mark -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: What is the maximum UID/GID allowable for NIS?
On 26.04.07 12:13, Michael S. Peek wrote: > Does anyone know what the maximum UID/GID allowable for NIS is? We're > migrating from Solaris to Linux, and I want to make sure that all of our > user and group accounts translate properly. I am not sure, but I think they are 32bit, so three should not be any problem with it. -- Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. Christian Science Programming: "Let God Debug It!". -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
eth1_rename: transmit timed out
Every once in a while, my eth1 interface dies with the following messages. # dmesg [...] APIC error on CPU0: 02(02) APIC error on CPU0: 02(02) APIC error on CPU0: 02(02) APIC error on CPU0: 02(02) APIC error on CPU0: 02(02) APIC error on CPU0: 02(02) NETDEV WATCHDOG: eth1_rename: transmit timed out eth1_rename: transmit timed out, tx_status 00 status 6000. diagnostics: net 0cc0 media 8802 dma 005000a1 fifo Flags; bus-master 1, dirty 392071(7) current 392087(7) Transmit list 1f030660 vs. df030660. 0: @df030200 length 8042 status 0042 1: @df0302a0 length 8042 status 0042 2: @df030340 length 802a status 002a 3: @df0303e0 length 802a status 002a 4: @df030480 length 804d status 004d 5: @df030520 length 802a status 802a 6: @df0305c0 length 802a status 802a 7: @df030660 length 80ea status 00ea 8: @df030700 length 80ea status 00ea 9: @df0307a0 length 804a status 004a 10: @df030840 length 804c status 004c 11: @df0308e0 length 804c status 004c 12: @df030980 length 804d status 004d 13: @df030a20 length 804d status 004d 14: @df030ac0 length 804a status 004a 15: @df030b60 length 804a status 004a eth1_rename: Resetting the Tx ring pointer. Either I have to restart it with "/etc/init.d/networking restart", or it restarts by itself after a minute or so. Any idea what the problem is? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
How to make a nfsboot kernel?
Dear all, I want to use diskless debian. And accroding to many articles I read, I need to do some special config to make a kernel. But while I look around in aptitude (etch), I found many packages that said something like what I need. So I wonder if there is some exist tools that can do these works, cause I am tired of compiling kernel (if i chose too much option, it used a lot of memories to compile; while if i chose too few, the ethernet card may not be recognized) Thanks.
Re: Help with setting up home network
Andrew Sackville-West wrote: On Sat, May 05, 2007 at 03:24:31PM -0700, Kenward Vaughan wrote: On Sat, 2007-05-05 at 10:56 -0700, Andrew Sackville-West wrote: On Sat, May 05, 2007 at 10:47:54AM -0400, Eric A. Bonney wrote: Can anyone point me to some docs that would help me configure my home network? I have one machine that is setup as a file/web/mail server and then I want to access it from my laptops and desktops. These machines are a mixture of XP and Debian machines. Currently I am most intrested in getting access to the server from the debian machines first. I have tried using Samba and NFS, but I am having difficulty getting write access to the drives. I can get read access to them and I can copy stuff from the drives, but I can not get write access to the drives from the laptops etc. NFS should be dead simple to get working. Have you allowed write access in /etc/exports on the server? what are the perms on the network shares on the server? what are the perms on the mount points on the client? how are you mounting the shares on the client? these four things need to match up to make it work. A IIRC, the users/UID's need to match on NFS as well, unless there is some way to surmount it (likely lowering the security level as a consequence?). you mean from one machine to the next, the users with the same name must have the same UID? I think you're right, or you can allow write access to others, which is what I do on my home lan. probably not the greatest idea, but it is just music and photos. A First I am really new with Linux. I have only been running it on my laptop for a couple of weeks and I just decided to setup one of my desktops as a server and one other desktop with Linux. So to answer some of the other questions, I don't know how the shares are mounted. I am unsure how to set the perms on the mount points. Now all of a sudden I can't even get my server to allow me into the Desktop->Admin->Shared folders. When I click on it, it just hangs there. I think I am going to do a clean install again on the server later this evening and then try to setup the shares. On the directories themselves I have given everyone read, write and access authority. I am sure this isn't the best method but it is only on my home network server that is behind a firewall. I did install the debian docs and looked in there but Chapter 10 was really all about setting up a network for internet/mail/web access. That is already done and working just fine. I originally had shares working with Samba, but all I could do is read the drive and not write to them. I think if I could get the shares working again it would be ok as at that time I didn't have write access given to others. I don't mind reading and actually prefer it as this way I learn more. It's great to be given direct steps on how to do something, but then it doesn't stick in ones mind as well as if you research it yourself. :D Thanks, -Eric -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Is it Java or is it Iceweasel?
Mathias Brodala wrote: Hi Dennis. Dennis G. Wicks, 05.05.2007 15:02: I am having problems with some web pages not working. (Not working means just that. The details vary from page to page.) When I check the error console I find a lot of messages like: Warning: assignment to undeclared variable speed Warning: assignment to undeclared variable len Warning: assignment to undeclared variable tid I know from looking at some of my own pages that these are referring to Java statements in the html similar to this:
Re: Disable ipv4 fragmentation
> > > I'm working with sockets in a debian with a version of kernel 2.6.x, and > > > I'd like to disable the fragmentation of the ipv4 introduce. > > > I have read that there was the option of modified the file > > > /proc/sys/net/ipv4/ip_always_defrag but it doesn't exist. > > > So I'm totally lost and I need to disable that fragmentation or change > > > the > > > size to the maximum of 65535. > > > Anyone can help me? > > > > What do you expect the system to do with oversized packets instead of > > fragmenting them? Discard them? > > > > Fragmentation is used any time a given packet is too large to fit inside a > > single frame of the underlying transport, as determined by the network > > interface's MTU. On 25.04.07 11:00, Josselin Mouette wrote: > Practically speaking, packets coming from a Linux host are never > fragmented because Linux sets the DF bit. Which means, oversized packets > are actually rejected so that the endpoint shortens its packet size to > fit the smallest MTU on the whole path. linux does not always set DF bit. It does this on first packet of an connection. If DF bit is set, any router which finds out that the packet is too big and should be fragmented sends back ICMP "fragmentation needed" reply. Sending host then sends smaller packet which will pass further to the destination or another router which needs to fragment it... This process is calles 'path MTU discovery' and is designed to send packets with optimal sizes that should not be fragmented. The process is repeated from time to time to ansure that if path changes and bigger packets wil be allowed, they would be used. You can turn off this feature, but it has nothing to do with packets your router is routing, only on packets it sends. I don't see why someone would want to disable packets fragmentation, but I think this requirement comes from wrong understanding of how network works. > As a result, your packets are limited by the various MTU sizes. On > Ethernet links, the MTU is set to 1500 by default but you can increase > it (using the "mtu" keyword in /etc/network/interfaces) up to 9000 on > most hardware, and 15000 with some rare hardware. You are probably talking about gigabit ethernet. I don't think that classic ethernet allows paccket bigger than 1500B (unless vlans are used, but such packets are only ~8B bigger and it's just their header) -- Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. Windows found: (R)emove, (E)rase, (D)elete -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: timeline application?
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/05/07 15:15, Hugo Vanwoerkom wrote: > Hi, > > I have Debian installed on 12 partitions across 3 drives. > > Most of them are interrelated: they came from each other via > backup/restores. > > I would like to show that interrelation graphically. > > Is there an application that draws timelines? > > E.g Now I run on SDA6 USB disk that was restored on 3/3/7 from a mondo > backup of Sid running on HDC1, I am doing a Sid build-dep that is taking > hours. But the active system is USB disk SDA5 that was restored on > 3/21/7 from SDA6, etc. > > That makes much more sense graphically than in prose... Project planners like planner, kfocus & opensched might do the trick, as might vector drawing apps like inkscape, skencil & sodipodi. - -- 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) iD8DBQFGPOnFS9HxQb37XmcRArzTAKC0nrVImfQFtq59GNICt7eYZ0NLjwCfUt+P BqtJCwUPqxrwcD8WnnC2HDY= =FO4t -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Flash seems to have not work in Konqueror
This afternoon, in order to solve a long term font problem in GTK apps I effectively removed pango and related packages. For some reason that meant the flash stuff. When I put it all back, youtube in particular, but other sites as well have stopped working. However they do work in Iceweasel. Is anyone else, with a recent update to Sid experiencing similar problems. (Prior to this - ie over the last two or three days youtube videos would frequently completely freeze konqueror - it was necessary to close the window and then get kwin to forcefully terminate konqueror.) -- Alan Chandler http://www.chandlerfamily.org.uk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: OT: Religion, Good and Evil (was Re: A way to compile 3rd party modules into deb system?)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/05/07 09:29, Joe Hart wrote: > Ron Johnson wrote: >> On 05/04/07 13:15, Joe Hart wrote: >> [snip] >>> Well, >>> Good is a relative term. To some people something is good while other >>> people think the same thing is not good. For example good food. >> Human sacrifice was considered Good by the Aztecs, as was burning at >> the stake and hanging by the Protestant witch hunts and Spanish >> Inquisition. > > Exactly, but we consider human sacrifice today to be a bad thing. That's my exact point. What we consider murder, they considered politics and religion. > Historically Americans also thought that destroying Indians (more To me, this is a great paradox of American history. The US Army *could* have slaughtered *all* the "savages", man woman & child. But they didn't. There were (broken, of course) peace treaties (that even the SCOTUS tried to enforce) and Reservations on "sub-prime" land. I see an internal American clash between, on the one hand, Christian civility, and on the other, traditional human greed and conquest. > politically correct to say Native Americans) but that was certainly > genocide, which is now an international crime and frowned on by almost > everyone. > >>> Evil is generally considered a bad thing, but Evil is also the first >>> name of a good motorcycle stunt man. >> Evel, not Evil, Knievel. > > My bad. At least it is pronounced the same. I'd have thought you'd have recognized "Evel Knievel" as a Dutch name. - -- 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) iD8DBQFGPOhhS9HxQb37XmcRAmBFAKCJybzo50sS+/6XdgHYsvQaj9zSKQCZAX0U uFuonie+tvVAhjM5Fsb6ipE= =6ecM -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
timeline application?
Hi, I have Debian installed on 12 partitions across 3 drives. Most of them are interrelated: they came from each other via backup/restores. I would like to show that interrelation graphically. Is there an application that draws timelines? E.g Now I run on SDA6 USB disk that was restored on 3/3/7 from a mondo backup of Sid running on HDC1, I am doing a Sid build-dep that is taking hours. But the active system is USB disk SDA5 that was restored on 3/21/7 from SDA6, etc. That makes much more sense graphically than in prose... Hugo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: debian verizon.net and smtp
On 05/05/2007 02:55 AM, Kevin Mark wrote: > I am a subscriber to verizon dsl and I choose yahoo as my email > provider. I use fetchmail to getmail and exim4 to send mail. I use mutt > to read mail. For exim4 setup I use 'smarthost' option and specify > 'outgoing.yahoo.verizon.net'. Kev, are you paying for pop3 with yahoo? You can use fetchyahoo to get mail free (it mimics firefox to yahoo mail). (apt-cache show fetchyahoo) I'm a happy fetchyahoo user for several years now. Jude, have you searched the list archives for 'verizon?' IIRC this topic has come up several times before. Regards, Ralph -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
can't copy to /dev/parport0
I've successfully installed VMware Server 1.0.2-39867 on my Etch machine (as host) with the help of the any-any-update109 patch. To print to my parallel printer, the VMware virtual machine needs the ppdev and parport_pc modules loaded in Linux, and they are. It also requires that the lp module not be loaded. (This is all in the VMware manual.) When I set all that up, the virtual machine prints fine. I have a problem, though, because I have Linux programs I like that print to /dev/lp0 and require the lp module to be loaded. So now they fail. I thought I might just recompile them to use /dev/parport0, but that failed. I can copy the console to /dev/lp0 and see it print (if lp is loaded). But when I try "cat > /dev/parport0", I get cat: write error: Invalid argument with or without lp loaded. Should I be able to copy to /dev/parport0? If not, how can I copy to the parallel port without having lp loaded? A minor question is also how lp gets loaded. It's now in /etc/modules.conf. Thanks. My kernel is 2.6.18-4-686. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Help with setting up home network
On Sat, May 05, 2007 at 03:24:31PM -0700, Kenward Vaughan wrote: > On Sat, 2007-05-05 at 10:56 -0700, Andrew Sackville-West wrote: > > On Sat, May 05, 2007 at 10:47:54AM -0400, Eric A. Bonney wrote: > > > Can anyone point me to some docs that would help me configure my home > > > network? I have one machine that is setup as a file/web/mail server and > > > then I want to access it from my laptops and desktops. These machines > > > are a mixture of XP and Debian machines. Currently I am most intrested > > > in getting access to the server from the debian machines first. I have > > > tried using Samba and NFS, but I am having difficulty getting write > > > access to the drives. I can get read access to them and I can copy > > > stuff from the drives, but I can not get write access to the drives from > > > the laptops etc. > > > > > > > NFS should be dead simple to get working. Have you allowed write > > access in /etc/exports on the server? > > > > what are the perms on the network shares on the server? > > what are the perms on the mount points on the client? > > how are you mounting the shares on the client? > > > > these four things need to match up to make it work. > > > > A > > IIRC, the users/UID's need to match on NFS as well, unless there is some > way to surmount it (likely lowering the security level as a > consequence?). > you mean from one machine to the next, the users with the same name must have the same UID? I think you're right, or you can allow write access to others, which is what I do on my home lan. probably not the greatest idea, but it is just music and photos. A signature.asc Description: Digital signature
Re: Broken AMD-64-DVD-ISO-image retrieved via bittorrent
On Sat, May 05, 2007 at 05:00:07PM +0200, Andreas Glaeser wrote: [...] > 84% complete after re-scanning with ktorrent. I re-downloaded > the .torrent-file and compared it with the one I was using for download, > but found no difference. What to do about it ? File this as a bug > against cdimage.debian.org ? You could search the archives of debian-cd mailinglist. If you don't find anything interesting then just write to them. BTW, what filesystem are you downloading to? Do you have enough space on the partition? Regards, Andrei -- If you can't explain it simply, you don't understand it well enough. (Albert Einstein) signature.asc Description: Digital signature
Re: Help with setting up home network
On Sat, 2007-05-05 at 10:56 -0700, Andrew Sackville-West wrote: > On Sat, May 05, 2007 at 10:47:54AM -0400, Eric A. Bonney wrote: > > Can anyone point me to some docs that would help me configure my home > > network? I have one machine that is setup as a file/web/mail server and > > then I want to access it from my laptops and desktops. These machines > > are a mixture of XP and Debian machines. Currently I am most intrested > > in getting access to the server from the debian machines first. I have > > tried using Samba and NFS, but I am having difficulty getting write > > access to the drives. I can get read access to them and I can copy > > stuff from the drives, but I can not get write access to the drives from > > the laptops etc. > > > > NFS should be dead simple to get working. Have you allowed write > access in /etc/exports on the server? > > what are the perms on the network shares on the server? > what are the perms on the mount points on the client? > how are you mounting the shares on the client? > > these four things need to match up to make it work. > > A IIRC, the users/UID's need to match on NFS as well, unless there is some way to surmount it (likely lowering the security level as a consequence?). Kenward -- If people are good only because they fear punishment, and hope for reward, then we are a sorry lot indeed. Albert Einstein -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: backup script and python
On Sat, May 05, 2007 at 07:22:11AM -0300, Henrique G. Abreu wrote: > runing on cron, I can't see any error message. All I got is the log I > generate on the script: > >BEGINNING DAILY BACKUP ZENOSS > >BACKUP ZENOSS WITH TROUBLE - ERROR! well, this error message doesn't tell us anything. maybe you could rewrite your error handler so that it actually provides the error encountered. A signature.asc Description: Digital signature
Re: Install Debian Etch on VMWare server 1.0.3
On Sat, May 05, 2007 at 02:40:43PM +0200, [EMAIL PROTECTED] wrote: > I'm trying to install etch on vmware > server, which runs on iwndows 2003. During the install it hangs during > the "select and install software" phase. After I've selected the FTP > mirror > and it has scanned it, and I've selected the software I want it to > install it hangs at 5% for ever. > > Anyone encounter this before? Any ideas on how to solve this? there was some mail on this list a couple months ago on this problem. THere was some bug in the installer that caused the network to hang and that caused the install to hang too. WHat version of etch are you using? you might try switching over to a VT during the install and poke around at the network and see what you can see there. A signature.asc Description: Digital signature
Re: Sid and Xorg
On Sat, May 05, 2007 at 09:12:25AM -0400, Frank McCormick wrote: > Andrei Popescu wrote: > > On Fri, May 04, 2007 at 09:54:25PM -0400, Frank McCormick wrote: > > > > Hi, > > > > I had some problems after upgrading the i810 too. The resolution was set > > to 1172x768 though I'm on a laptop with 1024x768. Here's what helped me: > > > >> Section "Device" > >> Driver "i810" > > > > > //snip// > > > > > And also all "Display subsections. > > > >>SubSection "Display" > > [...] > > > > OK did it all, driver is now intel, sync rates commented out and all > sub-sections display removed. > > Xrandr now reports the proper number of videomodes available and will > switch back and forth, however I do lose the Icewm toolbar if I switch > to a different resolution, but that's no problem. The system however that's because the wm doesn't know the resolution has changed. you can restart the wm (icewm has a menu option for this... except you can't get to it cause the toolbar is off the screen...). sending a HUP to icewm and see if that fixes it up for you. A signature.asc Description: Digital signature
Re: [Etch] pppoe problem - unable to ping or lookup
On Sat, May 05, 2007 at 05:12:25PM +0530, Deboo ^ wrote: > Also note that I tried pinging remote ip addresses (like google.com's > and yahoo.com's) and was unable to get any response. is that by ip address or by name? A signature.asc Description: Digital signature
Re: Help with setting up home network
On Sat, May 05, 2007 at 10:47:54AM -0400, Eric A. Bonney wrote: > Can anyone point me to some docs that would help me configure my home > network? I have one machine that is setup as a file/web/mail server and > then I want to access it from my laptops and desktops. These machines > are a mixture of XP and Debian machines. Currently I am most intrested > in getting access to the server from the debian machines first. I have > tried using Samba and NFS, but I am having difficulty getting write > access to the drives. I can get read access to them and I can copy > stuff from the drives, but I can not get write access to the drives from > the laptops etc. > NFS should be dead simple to get working. Have you allowed write access in /etc/exports on the server? what are the perms on the network shares on the server? what are the perms on the mount points on the client? how are you mounting the shares on the client? these four things need to match up to make it work. A signature.asc Description: Digital signature
Re: usb/cups printer problem after etch upgrade
On Sat, May 05, 2007 at 07:34:30AM -0700, Nick Jacobs wrote: > > > Graham Seaman wrote: > > > > After upgrading the server to etch (without any major problems) cups no > > longer sees the printer. Cups is running ok, and knows about the > > printer, but the web interface always displays the message: > > > > " HL5040 (Default Printer) "Printer not connected; will retry in 30 > > seconds..." > > > > lsusb shows that the printer is there, and visible over wireless: > > > > snoopy: lsusb > > Bus 003 Device 002: ID 13fd:0540 > > Bus 003 Device 001: ID : > > Bus 002 Device 001: ID : > > Bus 001 Device 028: ID 04f9:0016 Brother Industries, Ltd > > Bus 001 Device 001: ID : > > > I had a similar problem and found that what happens is that Etch can assign > a different lp device number to the printer every time it's turned on. So if > your CUPS printer is set up as /dev/usb/lp0, CUPS won't see anything on lp0. > lsusb tells you what the device number is. In your case, it seems to be 28 > (from above). So if you had reconfigured the printer as /dev/usb/lp28, it > would have worked. This means you have to reconfigure the printer every time > you turn it on and off again, which sucks. But at least you will be able to > print. you can write a custom udev rule to correct this problem, if that is indeed the problem. google on "writing udev rules" and you'll get the how-to in the first couple hits A signature.asc Description: Digital signature
how to disable pnp in etch
In kern.log, I find a line : May 6 02:52:21 debian kernel: pnp: Device 01:01.03 activated. how to disable kernel 2.6's pnp? One of my cards can't be used properly with pnp.
Re: twiki on etch
Tony Heal wrote: anyone using the new twiki package? I need help with the auth I have a very old install of twiki (circa 2001 I think) and I needed to update it finally. When I saw that debian etch now has a package I about freaked. I thought this is great! I set up a new server, installed etch with the latest 2.6 kernel and upgraded all basic packages. I then installed the twiki package and to my surprise, the twiki package does NOT depend on a web server, although it supports apache and apache2 I installed apache, then I followed the instructions for installation. I have a .htaccess and .htpasswd file I set up configure to use TWiki::Client::ApacheLogin and TWiki::User:HtpasswdUser I get prompted to enter creds when I go to http://192.168.1.37/cgi-bin/twiki/view/Main, but TWiki does not see me as logged in and will not let me edit anything even though I used my TWiki creds at the ht auth prompt. Obviously I am missing something, but I can not find it. Any help would be great!! Any clues on Apache's error log? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Help with setting up home network
Eric A. Bonney([EMAIL PROTECTED]) is reported to have said: > Can anyone point me to some docs that would help me configure my home > network? aptitude install debian-reference Chapter 10 Network Configuration Wayne -- I am a computer, dumber than any human and smarter than any administrator. ___ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Can't disable NCQ, /sys/block/sdc/device/queue_depth is readonly
On Fri, 2007-05-04 at 19:13 -0700, Roy Franz wrote: > I can't disable NCQ due to the sysfs file being read-only: > > amd64:/sys/block/sdc/device# ls -al queue_depth > -r--r--r-- 1 root root 0 2007-05-04 18:44 queue_depth > amd64:/sys/block/sdc/device# > amd64:/sys/block/sdc/device# echo 1 > queue_depth > bash: queue_depth: Permission denied > amd64:/sys/block/sdc/device# > > I am running amd64 Etch, with this machine running a 2.6.20 kernel. I checked > another AMD64 machine that is running the stock Debian 2.6.18-4 kernel > and the file is also readonly there. > > This seems to be the officially supported way of enabling/disabling NCQ. > > Has anybody else run into this or have a solution? Why would you want to disable NCQ? You are using libSATA right? Is your controller in the blacklist? or Are you specifically having some kind of issue? -- greg, [EMAIL PROTECTED] Novell's Directory Services is a competitive product to Microsoft's Active Directory in much the same way that the Saturn V is a competitive product to those dinky little model rockets that kids light off down at the playfield. -- Thane Walkup signature.asc Description: This is a digitally signed message part
Re: How do I setup printer?
I installed above packages by using atp-get. Did not use 'aptitue' because I got some bad experience few weeks ago. Setup Xorg, install fluxbox, setup cups. After giving the access permission to general users, I can print it. Still I need to figure out how to print ps (PostScript file). I gonna check about Linux printing Howto and ps related stuff. Thanks guys! I can surf Internet on Debian and print text file anyway. It's quite improvement. :-) 2007/5/4, Christopher Nelson <[EMAIL PROTECTED]>: On Fri, May 04, 2007 at 10:12:22PM -0400, Ninenineone Efx wrote: > It's basic thing but I don't remember how to setup printer. > In general user, I can't print any paper. > I tried 'lpr' command for test, it gives about permission denied error. You seem to be suggesting root can print? How did you set it up? > I checked the Debian/GNU Linux System Admin's manual. > The printer setup section is blank. :-( Or have you not set it up? If not try installing cupsys and browsing to localhost:631 > In addition, how do I install a simple X-Window manager such as fluxbox? > I want to install xterm too. aptitude install fluxbox xorg xterm you might also want to install one of xdm, gdm, kdm, or wdm (or any other I'm forgetting) -- Christopher Nelson -- [EMAIL PROTECTED] --- Nostalgia isn't what it used to be. -- 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]
twiki on etch
anyone using the new twiki package? I need help with the auth I have a very old install of twiki (circa 2001 I think) and I needed to update it finally. When I saw that debian etch now has a package I about freaked. I thought this is great! I set up a new server, installed etch with the latest 2.6 kernel and upgraded all basic packages. I then installed the twiki package and to my surprise, the twiki package does NOT depend on a web server, although it supports apache and apache2 I installed apache, then I followed the instructions for installation. I have a .htaccess and .htpasswd file I set up configure to use TWiki::Client::ApacheLogin and TWiki::User:HtpasswdUser I get prompted to enter creds when I go to http://192.168.1.37/cgi-bin/twiki/view/Main, but TWiki does not see me as logged in and will not let me edit anything even though I used my TWiki creds at the ht auth prompt. Obviously I am missing something, but I can not find it. Any help would be great!! Thanks Tony
mutt courier exim4 - configuration help required
I am really beginning to hate squirrelmail. It doesn't thread, it doesn't break lines to 72 (or whatever) chars... But I am stuck with using it unless someone can tell me where to look for my misconfiguration. I have a server (actually a vm with Bytemark) on which I run courier-imap and exim4. Then I can log on from anywhere and read my mail using mutt on the laptop. When I want to reply, I have to open the same mailbox in squirrelmail and reply from there. There are two issues AFAICS. I could send by sshing onto the server and running mutt there, or I can configure something so that the mutt on the laptop can send mail. Running on the server is less convenient obviously. 1 - mutt on the server. Mutt runs, but access over a slowish connection (GPRS) seems halting and in any case mail delivery fails. Mutt thinks it has gone, but each attempt to send has a set of messages in /var/log/exim4/mainlog similar to this: 2007-05-05 13:35:42 1HkJUE-000170-0o ** [EMAIL PROTECTED]: Unrouteable address 2007-05-05 13:35:42 1HkJUE-000170-0o ** [EMAIL PROTECTED]: Unrouteable address 2007-05-05 13:35:42 1HkJUE-000170-0o ** [EMAIL PROTECTED] <[EMAIL PROTECTED]>: Unrouteable address 2007-05-05 13:35:42 1HkJUE-000170-0o ** [EMAIL PROTECTED]: Unrouteable address 2007-05-05 13:35:42 1HkJUE-000170-0o ** [EMAIL PROTECTED]: Unrouteable address 2007-05-05 13:35:42 1HkJUE-000170-0o *> [EMAIL PROTECTED] R=smarthost T=remote_smtp_smartho st H=smtp.bytemark.co.uk [80.68.81.166] after which it is never heard of again (i.e. never arrives). I don't have the first idea where to look for this problem. I found nothing useful with google. 2 - mutt on the laptop. If I want to send mail from mutt on the laptop, I can either use the ISP's smarthost (which means a different configuration depending where I am accessing the net) or send via the imap server which sends by the smarthost of Bytemark (which is presumably what squirrelmail does). But my mailserver of course rejects what it sees as relays (I guess this is debian default configuration, and I obviously do not want to allow relays). So I assume I need to set up some kind of authenticated remote logon. I have four times tried to follow the guide to configuring Exim4 and Courier IMAP under Debian at http://trekweb.com/~jasonb/articles/exim4_courier/index.html but am always snagged by the chapter on TLS which seems to set up okay, but near the end when the authentication goes "live" causes an error "*** No acceptable authentication types available" As there is no indication what might be the problem, and again google produced no useful help, I have had to unpick the work and abandon the exercise. So, can anyone who uderstands mail explain to me where to look for help on any of the above, or where else to find a guide to configuration that would allow me secure remote access to the imap using mutt? Sorry this is so long. TIA -- richard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Broken AMD-64-DVD-ISO-image retrieved via bittorrent
After downloading "debian-40r0-amd64-DVD-1.iso" via bittorrent two days ago, I was unable to write the image to DVD. K3B said, that it was actually not an ISO-image. The md5-sum computed by k3b did not match the one found in the corresponding MD5SUMS-file. When I reopened the .torrent-file and the downloaded image, after re-scanning the data ktorrent said, it was only 86% complete and there were 7% at the beginning and at the end of the file missing, i.e. incorrect data. When the missing 14% were downloaded again the next day, I had another image that could not be written to disc. This time with yet another md5sum and 84% complete after re-scanning with ktorrent. I re-downloaded the .torrent-file and compared it with the one I was using for download, but found no difference. What to do about it ? File this as a bug against cdimage.debian.org ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Is it Java or is it Iceweasel?
Hi Dennis. Dennis G. Wicks, 05.05.2007 15:02: > I am having problems with some web pages not working. > (Not working means just that. The details vary from page > to page.) > > When I check the error console I find a lot of messages > like: > > Warning: assignment to undeclared variable speed > Warning: assignment to undeclared variable len > Warning: assignment to undeclared variable tid > > I know from looking at some of my own pages that these > are referring to Java statements in the html similar to this: > >
Re: Install Debian Etch on VMWare server 1.0.3
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: > I'm trying to install etch on vmware > server, which runs on iwndows 2003. During the install it hangs during the > "select and install software" phase. After I've selected the FTP mirror > and it has scanned it, and I've selected the software I want it to install > it hangs at 5% for ever. > > > Anyone encounter this before? Any ideas on how to solve this? I could be nasty and say that's what you get for running Windows and berate you for sending HTML mail to a list that doesn't use it, but I will instead tell you: Why don't you try one of the the pre-built appliances that are on VMware's download page? You can find it on this page: http://www.vmware.com/vmtn/appliances/directory/ Joe - -- Registerd Linux user #443289 at http://counter.li.org/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGPJnFiXBCVWpc5J4RAuCSAKCEjdICIrRS+LQqOnJdFki05cXENQCghDc9 1hJjbPPP6xr+tHaQrxI9YQo= =QAhO -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Help with setting up home network
Can anyone point me to some docs that would help me configure my home network? I have one machine that is setup as a file/web/mail server and then I want to access it from my laptops and desktops. These machines are a mixture of XP and Debian machines. Currently I am most intrested in getting access to the server from the debian machines first. I have tried using Samba and NFS, but I am having difficulty getting write access to the drives. I can get read access to them and I can copy stuff from the drives, but I can not get write access to the drives from the laptops etc. Thanks, -Eric -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
MATLAB: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
Since a recent upgrade to sid I've started getting this error whenever I try to startup matlab. This seems to come from the java environment since disabling java removes the error (but also the gui and the ability to open images). I tried googling around and this comes up with relation to several programs and seems to be linked to libxrandr or similar. Something with a bug in the lock code. It's supposedly fixed in the git version of libxrandr but debian seems to be using the latest version as far as I can tell. Anyone knows what this is about, or more importantly, how to solve it? Thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Sid and Xorg
Sven Arvidsson wrote: On Sat, 2007-05-05 at 09:12 -0400, Frank McCormick wrote: OK did it all, driver is now intel, sync rates commented out and all sub-sections display removed. Xrandr now reports the proper number of videomodes available and will switch back and forth, however I do lose the Icewm toolbar if I switch to a different resolution, but that's no problem. The system however boots into a lower resolution, and I have to use Xrandr in my Icewm startup files to set 1280x960. Bit of a pain but a big improvement. Thanks also to Andrew Sackville-West for his ideas and suggestions. I suspect, in the words of Jack Nicholson, this is as good as it gets :) Why do you say that? If it's a regression from the prior release it should be reported as such. You should probably file a bug against the driver package, or directly with Xorg on https://bugs.freedesktop.org You're right. It is a regression and the workarounds are a pain. Bug filed. Cheers Frank -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: usb/cups printer problem after etch upgrade
Graham Seaman wrote: > > After upgrading the server to etch (without any major problems) cups no > longer sees the printer. Cups is running ok, and knows about the > printer, but the web interface always displays the message: > > " HL5040 (Default Printer) "Printer not connected; will retry in 30 > seconds..." > > lsusb shows that the printer is there, and visible over wireless: > > snoopy: lsusb > Bus 003 Device 002: ID 13fd:0540 > Bus 003 Device 001: ID : > Bus 002 Device 001: ID : > Bus 001 Device 028: ID 04f9:0016 Brother Industries, Ltd > Bus 001 Device 001: ID : > I had a similar problem and found that what happens is that Etch can assign a different lp device number to the printer every time it's turned on. So if your CUPS printer is set up as /dev/usb/lp0, CUPS won't see anything on lp0. lsusb tells you what the device number is. In your case, it seems to be 28 (from above). So if you had reconfigured the printer as /dev/usb/lp28, it would have worked. This means you have to reconfigure the printer every time you turn it on and off again, which sucks. But at least you will be able to print. -- View this message in context: http://www.nabble.com/usb-cups-printer-problem-after-etch-upgrade-tf3651961.html#a10337018 Sent from the Debian User mailing list archive at Nabble.com. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Remote HOME with SSHfs
also sprach Martin Marcher <[EMAIL PROTECTED]> [2007.05.05.1623 +0200]: > you have to adapt your work cycle slightly to the svn workcycle... > (but that could be handled by login/logout scripts mostly) http://www.theficks.name/VCS-Home/HomePage -- Please do not send copies of list mail to me; I read the list! .''`. martin f. krafft <[EMAIL PROTECTED]> : :' : proud Debian developer, author, administrator, and user `. `'` http://people.debian.org/~madduck - http://debiansystem.info `- Debian - when you have better things to do than fixing systems fitter, healthier, more productive like a pig, in a cage, on antibiotics -- radiohead signature.asc Description: Digital signature (GPG/PGP)
Re: OT: Religion, Good and Evil (was Re: A way to compile 3rd party modules into deb system?)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ron Johnson wrote: > On 05/04/07 13:15, Joe Hart wrote: > [snip] >> Well, > >> Good is a relative term. To some people something is good while other >> people think the same thing is not good. For example good food. > > Human sacrifice was considered Good by the Aztecs, as was burning at > the stake and hanging by the Protestant witch hunts and Spanish > Inquisition. > Exactly, but we consider human sacrifice today to be a bad thing. Historically Americans also thought that destroying Indians (more politically correct to say Native Americans) but that was certainly genocide, which is now an international crime and frowned on by almost everyone. >> Evil is generally considered a bad thing, but Evil is also the first >> name of a good motorcycle stunt man. > > Evel, not Evil, Knievel. My bad. At least it is pronounced the same. Joe - -- Registerd Linux user #443289 at http://counter.li.org/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGPJTfiXBCVWpc5J4RAq90AKC/mh4RMvDe1P+B/9FFA1oj0hXb8QCghalw NMf97VodVV63YplxoP4b2l8= =/Gqd -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Remote HOME with SSHfs
Hi, it may not be exactly what you wanted in the first place: Have you thought about having your home in a svn repo? I had (after some quirks with the first checkout) most of my $HOME (including dotfiles, excluding .subversion) in a svn and it works very reliably. Pros: disconnected operations (no problems with chicken egg problems - e.g. I need my ssh key to mount the ssh file system, which is on the remote file system) versioned data (accidental deletions aren't a problem any more) Cons: needs more space (versioned data...) you have to adapt your work cycle slightly to the svn workcycle... (but that could be handled by login/logout scripts mostly) hth martin On 5/5/07, Andrew Sackville-West <[EMAIL PROTECTED]> wrote: On Sat, May 05, 2007 at 12:23:58AM +0200, Rico Secada wrote: > On Sat, 5 May 2007 07:43:44 +1000 > Alex Samad <[EMAIL PROTECTED]> wrote: > > > On Fri, May 04, 2007 at 10:59:09PM +0200, Rico Secada wrote: > > > Hi all. > > > > > > I would like to mount my HOME directory from work, using SSH/SSHfs directly > > > on top of my local HOME, and then start a KDE session. By that all my changes > > > will be the same both places, my mailbox will be the same and so forth. > > > > > > So far I have been trying but I keep getting this error: > > > > > > Could not read network connection list. > > > /home/rico/.DCOPserver_myhome__0 > > > > isn't this always going to be an issue, once you log in you are touching files > > in ~ and then to reload ~ ? > > > > Wouldn't you have to load the filesystem first and then log in ? > > Yes. Thats what I am doing :-) but if KDE is running one the machine at work, then the above file will point to the instance of KDE that is local to that machine. If you start another session from another machine, the could cause a conflict. Would it not be better to use vnc or something similar? A -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGO9YCaIeIEqwil4YRAqwWAKCkZjciYClEqaz7a04Chn3U2CYkWwCfYpMB CSKVaosEpMDQE/Fxy33xerY= =oq9P -END PGP SIGNATURE- -- Martin Marcher [EMAIL PROTECTED] http://www.mycorners.com https://www.xing.com/profile/Martin_Marcher http://www.linkedin.com/in/martinmarcher http://www.studivz.net/profile.php?ids=9f83ea8c5996b8ec http://www.amazon.de/gp/registry/wishlist/3KDAGCL2NKOIM/ref=reg_hu-wl_goto-registry/302-4432803-5146435?ie=UTF8&sort=date-added -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Sid and Xorg
On Sat, 2007-05-05 at 09:12 -0400, Frank McCormick wrote: > OK did it all, driver is now intel, sync rates commented out and all > sub-sections display removed. > > Xrandr now reports the proper number of videomodes available and will > switch back and forth, however I do lose the Icewm toolbar if I switch > to a different resolution, but that's no problem. The system however > boots into a lower resolution, and I have to use Xrandr in my Icewm > startup files to set 1280x960. Bit of a pain but a big improvement. > > Thanks also to Andrew Sackville-West for his ideas and suggestions. I > suspect, in the words of Jack Nicholson, this is as good as it gets :) Why do you say that? If it's a regression from the prior release it should be reported as such. You should probably file a bug against the driver package, or directly with Xorg on https://bugs.freedesktop.org -- Cheers, Sven Arvidsson http://www.whiz.se PGP Key ID 760BDD22 signature.asc Description: This is a digitally signed message part
Is it Java or is it Iceweasel?
Greetings; I am having problems with some web pages not working. (Not working means just that. The details vary from page to page.) When I check the error console I find a lot of messages like: Warning: assignment to undeclared variable speed Warning: assignment to undeclared variable len Warning: assignment to undeclared variable tid I know from looking at some of my own pages that these are referring to Java statements in the html similar to this:
Re: Sid and Xorg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrei Popescu wrote: > On Fri, May 04, 2007 at 09:54:25PM -0400, Frank McCormick wrote: > > Hi, > > I had some problems after upgrading the i810 too. The resolution was set > to 1172x768 though I'm on a laptop with 1024x768. Here's what helped me: > >> Section "Device" >> Driver "i810" > //snip// > > And also all "Display subsections. > >> SubSection "Display" > [...] OK did it all, driver is now intel, sync rates commented out and all sub-sections display removed. Xrandr now reports the proper number of videomodes available and will switch back and forth, however I do lose the Icewm toolbar if I switch to a different resolution, but that's no problem. The system however boots into a lower resolution, and I have to use Xrandr in my Icewm startup files to set 1280x960. Bit of a pain but a big improvement. Thanks also to Andrew Sackville-West for his ideas and suggestions. I suspect, in the words of Jack Nicholson, this is as good as it gets :) Cheers Frank -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGPIK5zWG7ldLG6fIRAl8VAJ0QSil/KlQAUfzi8SgSiSK+RGJbpwCgyKPK +iI0N7hfOS/aLV0P/XhrhU4= =mMhh -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: debian verizon.net and smtp
On Friday 04 May 2007 05:49, Jude DaShiell wrote: > When I try sending any email out on my verizon.net account with debian I > get asked for the password for verizon.net and then get told the message > wasn't sent because no mail from command was sent. Is exim4 needing some > configuration repairs for this to work? -- Is your service with Verizon -- DSL or FIOS ?? Are you using a router that sets up your local addresses as NAT addresses behind the router they supplied? If you are on FIOS & using a static IP address, then your system may not be configured properly, as you need to get around the hardware firewall that is built into the router. This is not an issue where DHCP is used. I got around this problem by setting up my mail account on my home equipment to use the verizon.net smtp server and only using exim for my local net mail. Try seting your "sending" smtp to 'outgoing.verizon.net' & your recieving to 'incoming.verizon.net' Good luck!! -- John W. Foster -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Install Debian Etch on VMWare server 1.0.3
I'm trying to install etch on vmware server, which runs on iwndows 2003. During the install it hangs during the "select and install software" phase. After I've selected the FTP mirror and it has scanned it, and I've selected the software I want it to install it hangs at 5% for ever. Anyone encounter this before? Any ideas on how to solve this?
Problems in installing Windows in VMWare 5.5 on debian
Hi, I have installed vmware workstation 5.5 in debian etch r0, but it has problems in installing windows xp. some files cannot be found in CD-ROM or ISO (both I have tried). Anybody who installed windows successfully in vmware on Linux? Yours sincerely. Liao Xuefeng New book: Spring 2.0 Core Technology and Best Practice Website: http://www.livebookstore.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Idiot needs help enabling php in apache or apache2
Hi Martin. Martin Marques, 05.05.2007 14:43: > Land Haj wrote: >> --- Indraveni <[EMAIL PROTECTED]> wrote: >>> You add the following lines in your apache conf file, >>> probably, your httpd.conf or apache.conf file. >>> >>> AddType application/x-httpd-php php PHP >>> AddType application/x-httpd-php-source .phps >>> >>> >>> let me know, if it works >> It did, because it made me discover that I needed to clear the browser >> cache >> :). I truly am an idiot! Sorry for bothering, and thanks a lot! > > Nah, just add the apropiate links from mods-available to mods-enabled. > Something like: > > ln -s /etc/apache2/mods-available/php5.load /etc/apache2/mods-enabled > ln -s /etc/apache2/mods-available/php5.conf /etc/apache2/mods-enabled Or just: # a2enmod php5 (Does exactly the same but is easier to remember and type.) Regards, Mathias -- debian/rules signature.asc Description: OpenPGP digital signature
Re: Idiot needs help enabling php in apache or apache2
Land Haj wrote: --- Indraveni <[EMAIL PROTECTED]> wrote: Hi, You add the following lines in your apache conf file, probably, your httpd.conf or apache.conf file. AddType application/x-httpd-php php PHP AddType application/x-httpd-php-source .phps let me know, if it works It did, because it made me discover that I needed to clear the browser cache :). I truly am an idiot! Sorry for bothering, and thanks a lot! Nah, just add the apropiate links from mods-available to mods-enabled. Something like: ln -s /etc/apache2/mods-available/php5.load /etc/apache2/mods-enabled ln -s /etc/apache2/mods-available/php5.conf /etc/apache2/mods-enabled Restart apache2 and you are done. -- 21:50:04 up 2 days, 9:07, 0 users, load average: 0.92, 0.37, 0.18 - Lic. Martín Marqués | SELECT 'mmarques' || Centro de Telemática| '@' || 'unl.edu.ar'; Universidad Nacional| DBA, Programador, del Litoral | Administrador - -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
running an MSExcel add-in under linux spreadsheet.....
Dear Debianists Does anyone know if there is a way to run a MIcrosoft Excel add-in outside MSExcel? Is there any software like OpenOffice or even gnucash that can read in an Excel add-in and then run it happily within the linux application? My internet searches found stuff about visual basic and linux but not much about running MS add-ins under linux... Comments appreciated. Regards Michael Fothergill _ Txt a lot? Get Messenger FREE on your mobile. https://livemessenger.mobile.uk.msn.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: AMD 64 DVD Installer for Debian Lenny Hangs
On Sat, May 05, 2007 at 09:51:15AM +0300, Andrei Popescu wrote: > On Fri, May 04, 2007 at 09:31:03PM -0700, Redefined Horizons wrote: > > > > I've tried both the DVD installer for AMD 64 and the i386 CD installer > > for Debian Lenny. The installer hangs in the same spot with both media > > installation types. > > > > The installer hangs after this message is printed to the screen: > > > > "io scheduler cfq registered" > > If you don't get anything useful here you might try debian-boot list. > You should search the archives anyway. If you submit an installation report (from the install manual), it goes via the bug tracking to debian-boot. They were very helpful when I got a bleeding-edge box and needed to use Etch a while before it froze. I guess my box at that point was bleeding-etch. Good luck, Doug. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: backup script and python
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Henrique G. Abreu wrote: > runing on cron, I can't see any error message. All I got is the log I > generate on the script: >> BEGINNING DAILY BACKUP ZENOSS >> BACKUP ZENOSS WITH TROUBLE - ERROR! > > the entry in my cron is: > 35 13 * * * root /usr/local/zenoss/scripts/backup_zenoss.sh > I change hour and minute every test, to few minutes ahead so I can > test the script > it's calling the script ok, because it generates the log above. > > environment variables? I think could be it, because when I run it on > hand, it works. > how do I load env vars to the script started by cron? > > thanks > Hi, you may try to put your environment variables, e.g. PATH, in the crontab. There is an example in the man page: man 5 crontab HTH - -- Cheers, Wei Chen http://www.acplex.com/people/wchen/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGPG4+CIqXQV6BF28RAsVFAJ41yJWSnSAa8Nw2a+j3XpnYnN5LqQCfaSVp v+7SnBPwn+u0xPTG605L09A= =n1zO -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: [Etch] pppoe problem - unable to ping or lookup
Also note that I tried pinging remote ip addresses (like google.com's and yahoo.com's) and was unable to get any response. Regards, Deboo -- Please don't Cc: me, I'm subscribed to the list. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[Etch] pppoe problem - unable to ping or lookup
Hello, I just installed Etch using the netinstall CD. Also installed pppoe using dpkg, from the CD packages manually. pppoe detects and makes the connection. ifconfig shows the ppp0 details and the ip too. But I'm unable to ping any remote servers. I am able to ping the ISP gateway though. The connection is fine using windows. I even tried with knoppix and it is the same with knoppix too. The only difference I can see in debian's connection and knoppix's is the output of "route -n" Knoppix doesn't put any local (eth0) ip in the route whereas debian does. I don't know if there's anything else that is causing the problem or if pppoeconf is outdated now and now working with my provider? I was able to connect at times using knoppix and at other times this problem occurs. Unless I am able to connect, I can not install any packages. I'm left with a minimal install of Etch. There's not even the nslookup, or host commands, nor telnet. Atleast ssh exists so I tested with that. What do I do? Regards, Deboo -- Please don't Cc: me, I'm subscribed to the list. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: How to boot in to Etch if grub fails to load and deletes NTLDR?
On 5/4/07, Hugo Vanwoerkom <[EMAIL PROTECTED]> wrote: Andrew Sackville-West wrote: > On Fri, May 04, 2007 at 04:46:27PM +0530, Deboo ^ wrote: >> On 5/4/07, Andrei Popescu <[EMAIL PROTECTED]> wrote: >>> On Fri, May 04, 2007 at 09:39:57AM +0530, Deboo ^ wrote: >>> Is there an option I can make a "boot CD" like the boot floppy option present in RedHat/Fedora systems towards the end of installation? >>> You can use the netinst CD as a rescue disk. Just boot with option >>> 'rescue' or 'rescuegui'. >>> >>> Regards, >>> Andrei >> Well I want a substitute for the "boot floppy" that used to boot the >> system in the days gone by. Even a 1.44 MB floppy was able to boot a >> normal debian system I think I did it once on a potato 2.2 system >> and it would happily boot off the floppy in to the normal debian and >> even X worked well. >> >> Is that not possible with the netinstall? Where's that boot floppy option >> now? > > you can install grub on a floppy and use that. > > > A http://newbiedoc.berlios.de/wiki/How_to_create_a_Grub_disc_to_boot_a_Debian_GNU/Linux_system 2 works (creating a floppy), 3 does not work (creating a CD), at least NFM. I can create it, but booting gets an error and I have to use the commandline interface and enter all stanzas by hand. let us know if you get that to work and how. Well finally I got the problem. It was a silly one. After installing Etch and rebooting, I get the message like No boot device detected. I booted with knoppix and checked, probably grub messed up. There wasn't any active partition set tho just before the installation it was the windows partition. Installed grub using knoppix and made the XP partition active. Now got the grub menu. All fine till here. Thanks for the links. They have useful info. I do not have a floppy dirve though. I'll try the CD option on to RW media. See ya in the next thread about pppoe. Regards, Deboo -- Please don't Cc: me, I'm subscribed to the list. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Dangers of "stable" in sources.list
On Fri, May 04, 2007 at 03:49:08AM -0400, Kevin Mark wrote: > why I'd never use it. So I'd be for one of these two: > -removing the public link to 'stable' > -putting a strong warning in the Debian reference about the hazards of > using it. > So if someone uses 'stable', do tell. And if so, would you want a newbie > to use it? > -k If I'm building machines for work or anywhere that needs machines to stay static for a long time: Change to release name _at the time of release_ to make sure that I actually get the "new" stable. Immediately I'm installed - switch it to stable. If I then come back to the machine six months later - cat /etc/apt/sources.list - think "OK, this one was installed as stable and will just run". Code names were/are a convenience for developers and discussion and widespread use came about following Debian 1.0 :) As my fairly regular message goes: stable/testing/unstable don't necessarily refer to stability of the apps. They do relate to how fast/far the archive changes over time: unstable may mean large package churn daily/weekly and testing will periodically receive very large changes. Stable, however, once released is designed to be unconditionally stable - new features/versions are NOT introduced. Security fixes are back ported to avoid unpleasant surprises mid-release cycle. Stable serves a very useful purpose: it reminds me that the machine is meant to be stable - "Etch" may not mean anything to anyone else but "stable" does, especially to the ears of management :) Two years from now, you may be struggling to recall codenames immediately but you will know the difference between Debian 3.0, 3.1 and 4.0 It might be an idea to change policy for stable on just one package: with the final release of say, Sarge (which came a few hours before the release of Etch) change the base configuration files so that they and the /etc/apt/sources.list flip to oldstable. If the change is also publicised on the mailing lists etc. - those who don't want to get hit by the upgrade don't have to follow it immediately. If need be, add an optional little package "staystable" which does this change which conflicts/replaces "trackrelease" (this might be handled with a debconf question as an alternative). Andy > -- > | .''`. == Debian GNU/Linux == | my web site: | > | : :' : The Universal |mysite.verizon.net/kevin.mark/| > | `. `' Operating System| go to counter.li.org and | > | `-http://www.debian.org/ |be counted! #238656 | > | my keyserver: subkeys.pgp.net | my NPO: cfsg.org | > |join the new debian-community.org to help Debian! | > |___ Unless I ask to be CCd, assume I am subscribed ___| > > > -- > 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: backup script and python
runing on cron, I can't see any error message. All I got is the log I generate on the script: BEGINNING DAILY BACKUP ZENOSS BACKUP ZENOSS WITH TROUBLE - ERROR! the entry in my cron is: 35 13 * * * root /usr/local/zenoss/scripts/backup_zenoss.sh I change hour and minute every test, to few minutes ahead so I can test the script it's calling the script ok, because it generates the log above. environment variables? I think could be it, because when I run it on hand, it works. how do I load env vars to the script started by cron? thanks -- Henrique G. Abreu [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Remove mounted drive links from desktop?
On Fri, May 04, 2007 at 10:48:18PM +0100, Liam O'Toole wrote: > On Fri, 04 May 2007 12:15:02 -0400 > "Eric A. Bonney" <[EMAIL PROTECTED]> wrote: > > > Is it possible to remove the mounted drive icons from my desktop in > > Gnome? Every time I connect to another server location, it creates > > an icon on my desktop and then adds it to my Places->Network Places > > menu item. I like a clean desktop and would like to remove the > > icons, but still have access to the locations, is this possible? > > The gconf key /apps/nautilus/desktop/volumes_visible determines > whether the icons are shown on the desktop. The locations will be > available through the 'Places' menu regardless. To elaborate: You can either go through System Tools -> Configuration Editor (a bit like regedit) and change the key. Or just run this from a command line: gconftool --set /apps/nautilus/desktop/volumes_visible --type=bool false Hope this helps -- Karl E. Jorgensen [EMAIL PROTECTED] http://www.jorgensen.org.uk/ [EMAIL PROTECTED] http://karl.jorgensen.com Today's fortune: Unix is a Registered Bell of AT&T Trademark Laboratories. -- Donn Seeley signature.asc Description: Digital signature
Re: Idiot needs help enabling php in apache or apache2
--- Indraveni <[EMAIL PROTECTED]> wrote: > Hi, > > You add the following lines in your apache conf file, > probably, your httpd.conf or apache.conf file. > > AddType application/x-httpd-php php PHP > AddType application/x-httpd-php-source .phps > > > let me know, if it works > It did, because it made me discover that I needed to clear the browser cache :). I truly am an idiot! Sorry for bothering, and thanks a lot! /landhaj __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Idiot needs help enabling php in apache or apache2
Hi! I guess I'm an idiot, and I'm certain this is somewhere right in front of my eyes, but I can't seem to enable php on my webserver. I've tried both apache and apache2, following the instructions from www.debian-administration.org. I get the webserver working, and I apt-get install libapache-mod-php4 (or for apache2, or the php5 equivalent for either apache version), and I use apache-modconf or a2enmod to enable the module, but still the browsers won't recognize the php file I point them at. I must be missing something very obvious :(. Here's what works: Straight html files in my users public_html, htaccess etc. Here's what doesn't: php scripts in my users public_html (the browser wants to download them or open with an editor) What I want to be able do is to install the latest wordpress version (i e not the one distributed with etch) in my users public_html. I do this as a test run, because I need to use that wordpress version on a remote non-debian server later. My mysql database is set to go, and everything required for wordpress has been installed afaik (for instance, if I do apt-get install wordpress, it only needs the wordpress package). I just can't get apache to recognize php. If anyone reads this and thinks: 'duh! simple!', it would help tremendously if you would throw me a line or two! /landhaj __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: octave-forge usage?
On Fri, 04 May 2007 10:29:32 +0900 Miles Bader <[EMAIL PROTECTED]> wrote: > Hi, thanks for the response, but I think I'm asking a slightly > different question than you answered. > > I know how to use octave generally, but I want to use some of the > specialized functions which are distributed in the "octave-forge" > package in debian (actually "octave2.9-forge" I think). > > When that package is installed, it puts all those functions in various > subdirectories of "/usr/share/octave/site/api-v22/m/octave2.9-forge/", > e.g., the "imread" function is in > "/usr/share/octave/site/api-v22/m/octave2.9-forge/image/imread.m". > > What I don't understand is how one is generally supposed to tell > octave to load those files, so one can use the associated functions. > > I _could_ just load the file manually by doing: > >source("/usr/share/octave/site/api-v22/m/octave2.9-forge/image/imread.m") > > but that seems rather clumsy, and it looks like there's supposed to > be a more elegant and user-friendly mechanism via the octave "pkg" > function. Unfortunately, I can't get the "pkg" function to actually > do anything useful; I don't know if it's my misunderstanding or > whether there's something broken. > > Thanks, > > -Miles > Octave should look for installed .m files everytime it starts. If somehow it still doesn't detect your files, a simple workaround may be creating a ~/.octaverc file with the following content: addpath("/where/your/m/files/are") -- Szia: Nyizsa. -- Find out how you can get spam free email. http://www.bluebottle.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]