Linux connection sharing - Forums Linux |
- Linux connection sharing
- Apache Indexing and .htaccess together
- Help with boot runlevels
- Anyone successful with FC3
- Is there a free Linux OS?
- I need help: How to connect to Win2000; how to obliterate WinXP partition?
- problem of PCMCIA NIC in kernel 2.6
- Start scripts under linux
- Q: boot option to NOT load module?
- Cheap 1u Rack
- Major problems
- Partitioning problems on Maxtor 80Gb drive
- Olympus D-540Z camera:
- Color coding in vi (how)?
- Mozilla Upgrade: Cannot find runtime directory
Posted: 09 Nov 2004 02:13 PM PST Bit Twister wrote: Wow, all ok now! Many thanks Roy |
Apache Indexing and .htaccess together Posted: 09 Nov 2004 12:15 PM PST How can I turn on directory indexing with .htaccess? To enable indexing create an .htaccess file with the following line: Options +Indexes "Davide Bianchi" <net> wrote in message news:onlyforfun.net... |
Posted: 08 Nov 2004 07:29 PM PST "Markku Kolkka" <fi> wrote in message news:cmqbfg$g86$kolumbus.fi... If you had an *old* partition called "/", such as on a dual-boot system, the new installation will often lebel the new partition as "/1" and mount it as "/" for the new OS. Just a heads up if you see that in a GRUB configuration, it won't confuse you. |
Posted: 08 Nov 2004 06:44 PM PST "Bruce Robertson" <mu.oz.au> wrote in message news:41902f0f$unimelb.edu.au... Ouch. Can you reboot with the rescuecd.iso in "rescue" mode, in order to be able to probe things? Also, the new kernels with new OS releases always seem to wind up with bugs on a few oddball motherboards, and believe me, a lot of servers have *strange* motherboards. Submit a bug report at fedora.redhat.com, and include the actual motherboard. I went through this sort of fun and games with old DEC, I mean Compaq, I mean HP this week, systems and finally gave up on the old pieces of dreck. |
Posted: 08 Nov 2004 04:46 PM PST In article <CrUjd.48048$texas.rr.com>, "Tammy Fontenot" <rr.com> writes: One good central point is http://www.linuxiso.org. This has links to CD-R image files for most of the major distributions. (A handful aren't available gratis, though.) If you know which distribution you want to use, you can also try its own Web site. Knowing which to use is the tough problem, though. I've got some suggestions on my own Web site: http://www.rodsbooks.com/distribs/ -- Rod Smith, com http://www.rodsbooks.com Author of books on Linux, FreeBSD, and networking |
I need help: How to connect to Win2000; how to obliterate WinXP partition? Posted: 08 Nov 2004 11:45 AM PST In comp.os.linux.setup, Daphnis uttered the immortal words: http://www.samba.org Look down the left for the "Learn Samba" section. There's the official HOWTO and a "By Example" section that should have everything you need. -- Andy. |
problem of PCMCIA NIC in kernel 2.6 Posted: 08 Nov 2004 07:04 AM PST "hyena" <com.cn> wrote in message news:cmqd8k$ksd$tue.nl... support i I don't know. "make modules_install" is what you do at the *end* of doing a make with a new kernel, but I can't tell from your notes if you built a whole new kernel, or just built up some modules and tried to load them by hand without putting them in /lib/modules/{kernel-name}, or if you accidentally wound up with two kernel modules of the same name in /lib/modules/{kernel-name}, or what. How did you build your modules? As part of a new kernel that you then successfully rebooted with? kernel Good luck. I do hope that you *are* giving each new kernel a different name in your Makefile, to avoid any conflicts between old and new kernels and old and new modules. |
Posted: 07 Nov 2004 02:43 PM PST Fritz Bayer <de> wrote: No it doesn't! This is a particular "feature" of one shell - bash, and it is modified by the option huponexit. The shell exits by default upon receipt of a SIGHUP. Before exiting, it resends the SIGHUP to all jobs, running or stopped. Stopped jobs are sent SIGCONT to ensure that they receive the SIGHUP. To prevent the shell from send* ing the signal to a particular job, it should be removed from the jobs table with the disown builtin (see SHELL BUILTIN COMMANDS below) or marked to not receive SIGHUP using disown -h. If the huponexit shell option has been set with shopt, bash sends a SIGHUP to all jobs when an interactive login shell exits. You can unset the bash option (or simply not set it), use disown, nohup, whatever. In general, processes do NOT die when their parent dies! That would be crazy. Well, that is, in their own code, they "go daemon" in the standard way. Fork, cd /, close all descriptors, fork again. Not necessary. Java will launch daemon processes! The java thread library has special calls/options to do so. What forst problem? And no, you do not so understand, because there is no implication that parent/child will cause the child to die when the parent does! That's crazy. There is a special setting in the bash shell that will enable that, but it is not normal. Well, that's nothing really to do with it - they may be started with & but that's only a habit of the programmer. Honest daemons will go daemon by themselves however you start them, with & or without. Nonsense. Java's process/thread methods cater specifically for all this! Java is a parallel processing language. What "concurrency problem"? It really sounds like you want to read a book on java threads. Of course. That's normal. "Wait" on the other. Peter |
Q: boot option to NOT load module? Posted: 07 Nov 2004 01:43 PM PST ok, but how would I edit /etc/modules.conf if i cannot boot any more? Anyway - I am able to boot again. It did boot when I removed the adaptec-card, then I cleaned it from quite some dust, re-inserted and voila, module loads fine as if nothing had happened. still - thanks for your hint. ..Timo JohnInSD At san DOT rr dot COM wrote: -- __o -\<, timo77 _(_)/(_)________________________ |
Posted: 07 Nov 2004 11:11 AM PST "Matt" <net> wrote in message news:supernews.com... There are plenty at places like www.pcsforeveryone.com. But for very little more than the price of the rack, you might be able to snap up a fully equipped 2 year old 1U server at a hardware auction or business auction, or even an electronics swapfest. I know I've gotten rid of some where it would have cost much more in man-hours and components to rebuild them rather than just to buy a new one. |
Posted: 07 Nov 2004 09:32 AM PST BHAM KAL wrote: please stop multi-posting .... boot with eXPensive and get to the command prompt: again, please dont multi-post -- << http://michaeljtobler.homelinux.com/ >> Test-tube babies shouldn't throw stones. |
Partitioning problems on Maxtor 80Gb drive Posted: 07 Nov 2004 05:06 AM PST net.au wrote: .... or use a Live CD distro using a 2.4 kernel to do the partitioning with :) -- << http://michaeljtobler.homelinux.com/ >> "Cogito ergo I'm right and you're wrong." -- Blair Houghton |
Posted: 06 Nov 2004 08:21 PM PST In article <it.uc3m.es>, it.uc3m.es (Peter T. Breuer) writes: Try just plugging the camera into your machine's USB port, with everthing powered on. I have a little Samsung Digimax 300 which I plug into a laptop running Slackware 9.1, and it's automatically recognized. Have you tried running "dmesg" just after plugging in the camera? You should see messages to the effect of "new USB device detected". Try no software at all. I don't have any, and don't want any. All I do is plug the camera in, mount it, copy the pictures, unmount the camera, and unplug it. No problems, and I can do it as often as I please with none of this rebooting silliness. Seconded. -- /~\ invalid (Charlie Gibbs) \ / I'm really at ac.dekanfrus if you read it the right way. X Top-posted messages will probably be ignored. See RFC1855. / \ HTML will DEFINITELY be ignored. Join the ASCII ribbon campaign! |
Posted: 06 Nov 2004 12:21 PM PST Michael Heiming wrote: Just perfect now. Thanks. |
Mozilla Upgrade: Cannot find runtime directory Posted: 05 Nov 2004 02:47 PM PST On Fri, 5 Nov 2004 23:25:32 UTC, raf <net> wrote: <snip> Well that would/should work. But it does not answer the question of what went wrong. I can run mozilla if I start it from the command line from the correct directory, but that is not what I am trying to figure out what to do.. Geoff |
You are subscribed to email updates from TextNData Forums - Linux To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |