Help needed with installing new linux kernel - Forums Linux |
- Help needed with installing new linux kernel
- Please help with patching kernel
- Help: Bring up Web Pages in the cgi-bin directory
- MBR, LILO, GRUB, DOS, DEBIAN
- cdrom
- Linux: remote desktop connection to Windows XP
- Why can't I execute a binary from a USB flash card?
- free space: discording info between df and du
- 486 Laptop
- Crontab help
- Mouse Disabling Wheel Click Button
- Cannot boot Linux from hard disk Athlon 64, A8N-SLI
- Internet connection via VMWare (host=Linux, guest=XP)
- Need help printer setup on Redhat Linux
- Linux network buld server
Help needed with installing new linux kernel Posted: 06 Jun 2005 01:29 AM PDT On Mon, 06 Jun 2005 at 08:29 GMT, elanore eloquently wrote: [...] man mkinitrd for more details. HTH N.Emile... -- Registered Linux User # 125653 (http://counter.li.org) | Please remove Certified: 75% bastard, 42% of which is tard. | '.invalid' http://www.thespark.com/bastardtest | to reply. Switch to: http://www.speakeasy.net/refer/190653 |
Please help with patching kernel Posted: 05 Jun 2005 02:40 PM PDT "elanore" <com> wrote in message news:googlegroups.com... Ah-hah. You missed the "edit the Makefile or the .config to add a suffix to the name of my kernel" step, and then "make install" which does mkinitrd for you. |
Help: Bring up Web Pages in the cgi-bin directory Posted: 05 Jun 2005 12:56 PM PDT "David Dorward" <com> wrote in message news:d7vlup$rns$1$demon.co.uk... I bought a script for an on-line word-like text editor where several users can work on the document. The instructions are minimal; it only says to upload to the server, set permissions, and go. But the script also requires the use of several .html pages. I'm going to try to put the .html pages on the public_html and point to the cgi script. But I hoped I could just upload to the server and go, as the docs say. I would send the code, but since I paid for it (nominal 10 bucks, but payment nonetheless), I probably should not. http://www.innov-8.de/contentmanager-e.html It says free installation support, but the guy never wrote back. m. |
Posted: 04 Jun 2005 01:06 PM PDT "Bit Twister" <com> wrote in message news:home.invalid... That only mattered if your / partition (the one with /boot on it) went past cylinder 1023 (namely, if it wasn't the first partition of a drive of more than 8 Gigabytes or so). |
Posted: 04 Jun 2005 01:00 PM PDT On Sat, 04 Jun 2005 20:00:04 +0000, Stan Cook wrote: [ ...] That's because Fedora 3 uses a different CD directory. change Device: Directory to /media/cdrom in the Drive 1 tab under the CD Audio Player configuration item. -- Dave Abbott, UNIX SysAdmin | Department of Computer Science | http://www.dcs.shef.ac.uk/ The University of Sheffield | |
Linux: remote desktop connection to Windows XP Posted: 04 Jun 2005 02:01 AM PDT mun.ca (Neil Zanella) wrote in news:google.com: We do it two ways for truly remote connections. First off we use openvpn to establish a secure tunnel between the two locations; next we use ultravnc on the windows box or tightvnc or whatever on the Windows system and tunnel the connection over the vpn tunnel. We've been able to a variety of remote administration securely using the core openvpn tunneling and vnc approach including managing a variety of windows boxes, having a secure connectio to the remote vpn server, etc. I would definitely recommend using openvpn for a vpn connection. -- Michael Perry | do or do not. There is no try. -Master Yoda net, org http://meperry.net |
Why can't I execute a binary from a USB flash card? Posted: 03 Jun 2005 02:42 PM PDT >Perhaps you've mounted it with the noexec option. It's not uncommon Yup , that was the problem. Doh! Thanks very much! B2003 |
free space: discording info between df and du Posted: 03 Jun 2005 11:52 AM PDT "maxim2k" <com> wrote in message news:42a0a6f3$0$22139$easynet.it... /proc is a separate file system. So is /boot, usually, which is part of why things are confusing. Never try to run "/du" on /proc, it's just confusing. Wait. This is fairly pointless, and it will misreport the contents of directories that have hardlinks between them for files on the same partition. You want to find out what your partitions are with "df", and run "du -x -h" on those individual partitions to get the right information. |
Posted: 02 Jun 2005 08:01 PM PDT On 2 Jun 2005 20:01:14 -0700, com <com> wrote: I've never gotten Linux down to that size (although I'm sure it's possible), but I have gotten a fully functional NetBSD installation in at ~120MB. As long as you mount some stuff off NFS you should find it quite useable. -- -- Skylar Thompson (earlham.edu) -- http://www.cs.earlham.edu/~skylar/ |
Posted: 02 Jun 2005 11:08 AM PDT In article <supernews.com>, Jean-David Beyer <com> wrote: This isn't Dimdows--you don't fix problems by doing a full OS install as a matter of course. I would wait to see if other simpler fixes do the trick. My money's on the leftover-files-with-tilde-suffix-in/var/spool/cron one. |
Mouse Disabling Wheel Click Button Posted: 02 Jun 2005 05:11 AM PDT >>>>> "Ransom" == Ransom <net> writes: Ransom> Phillip Lord wrote: Ransom> Remove Option "Emulate3Buttons" "true" Add Option "Buttons" Ransom> "5" and then your mouse should act correctly. I'm afraid not. Perhaps I have not described the problem properly. The mouse has three buttons, with the mouse wheel providing the middle button. But this is very sensitive. So when I scroll, I often accidentally click as well, which ends up pasting some selection in into what ever I am trying to scroll over. So I want to disable the mouse wheel button, whilst keeping mouse wheel scrolling. Then I want to use three button emulation to get middle mouse button functionality. And alternative would be to have middle mouse button disabled while scrolling with the wheel is happening. This would be the best option of all. I'm sure I had something like this working before. Phil |
Cannot boot Linux from hard disk Athlon 64, A8N-SLI Posted: 01 Jun 2005 10:16 PM PDT Upon further investigation, I discovered the problem is with ordering of the SATA disks. The disks are connected to connectors SATA1, SATA2, SATA3 on the motherboard, and they are seen as such by grub at bootup: SATA1 = (hd0), SATA2 = (hd1) & SATA3 = (hd2). However the kernel sees it differently: SATA1 = /dev/sdb, SATA2 = /dev/sdc & SATA3 = /dev/sda. All the boot stuff is installed in /dev/sda1, but then at bootup time that partition appears as (hd2,0) to grub, not (hd0,0). Any ideas how to fix this? Or should I just live with it. Leigh. |
Internet connection via VMWare (host=Linux, guest=XP) Posted: 01 Jun 2005 01:19 PM PDT Chris Cox wrote: I setup my DHCP and now have interfaces vmnet1 and vmnet8 up (see ifconfig hereafter). From there can I suppose my Linux is correctly configured for VMware Windows XP guest ? If no...what is missing ? If yes, concretely how to configure guest Windows XP to go on Internet ie. with Internet Explorer ('VMware PCNet Adapter' is already up). Thanks, Bruno eth0 Link encap:Ethernet HWaddr 00:50:BA:2A:64:82 inet6 addr: fe80::250:baff:fe2a:6482/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:862 errors:0 dropped:0 overruns:0 frame:0 TX packets:866 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:793549 (774.9 KiB) TX bytes:156249 (152.5 KiB) Interrupt:50 Base address:0x6c00 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:1792 errors:0 dropped:0 overruns:0 frame:0 TX packets:1792 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1692499 (1.6 MiB) TX bytes:1692499 (1.6 MiB) ppp0 Link encap:Point-to-Point Protocol inet addr:83.134.245.63 P-t-P:83.134.245.1 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1 RX packets:839 errors:0 dropped:0 overruns:0 frame:0 TX packets:838 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 RX bytes:773637 (755.5 KiB) TX bytes:136688 (133.4 KiB) vmnet1 Link encap:Ethernet HWaddr 00:50:56:C0:00:01 inet addr:192.168.213.1 Bcast:192.168.213.255 Mask:255.255.255.0 inet6 addr: fe80::250:56ff:fec0:1/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:5 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) vmnet8 Link encap:Ethernet HWaddr 00:50:56:C0:00:08 inet addr:172.16.192.1 Bcast:172.16.192.255 Mask:255.255.255.0 inet6 addr: fe80::250:56ff:fec0:8/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:5 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) |
Need help printer setup on Redhat Linux Posted: 01 Jun 2005 05:29 AM PDT [ Followup-To -> comp.os.linux.setup seems best match ] In comp.os.linux.setup RC <noaa.gov>: Sure you can, there's no need for any xserver on the system just to run some xapplication. X is full network aware. Best idea to use it through ssh, install the small XFree86-xauth package and request X11 Forwarding via 'ssh -C -X remotebox'. On the other hand cups can be setup through its web interface, again you can use ssh to forward the connection from your GUI browser to the remote system. Or reconfigure cups to be accessible from your desktop, IIRC default is localhost only. Good luck -- Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94) mail: echo qr | perl -pe 'y/a-z/n-za-m/' #bofh excuse 66: bit bucket overflow |
Posted: 31 May 2005 02:13 PM PDT I have a network server setup. I have a client server that I will use to build drives over the network. The network server has NTP enabled and the client server has PXE enabled. Currently the network server recognizes the client via the PXE and the client recognizes the network server. I need for the network server to partition the OS drive and load the OS on the client server. I am fairly new to this and need to know how I can make this happen? |
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 |