Re: sharing /home and swap space between two Linux systems
Salut, On Mon, Jul 09, 2001 at 02:59:59PM -0400, Faheem Mitha wrote: > > > I don't know how to tell init where to find the swap. Perhaps > > /etc/inittab tells? > > I was thinking of going back into the installation program and telling it > I wanted to use this partition as a swap space after all. Is this > possible? Otherwise, is changing things manually an option? Yea. Take a look at `man swapon`. You just have to edit '/etc/fstab'. jops, Stoffel. -- Anything that is good and useful is made of chocolate.
Re: kde2 is running 1600x1200
Salut, On Sun, Jul 22, 2001 at 01:46:48AM +0200, Markus Hansen wrote: > hi my debian gnu/linux 2.2 potato > uses kde2 only with 1600x1200 display. > everything is small and bad to read, > so i would like to change solution to 1024x768, but how can i do that? Not kde2 runs only with 1600x1200 resolution, but your Xserver. So (assuming you use XFree4.x), change the modes in your XF86Config file in /etc/X11, e.g. --- znip Section "Screen" Identifier "Screen0" Device "Card0" Monitor"Monitor0" Default Depth 24 SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection --- znap jo, Christoph. -- Anything that is good and usefule is made of chocolate.
Re: reinstall exim as daemon from inetd configuration
Salut, On Sun, Jul 22, 2001 at 03:13:26AM -0500, hanasaki wrote: > is there a command that will reconfigure exim to run as a daemon instead > of from inetd? Take a look at /usr/share/doc/exim/README.Debian.gz: --> README.Debian.gz <-- exim for DEBIAN --- Exim will install by default to run from inetd.conf. To instead run exim as a daemon: 1. Disable the entry in /etc/inetd.conf. The startup script (/etc/init.d/exim) will notice this and start a daemon 2. You might want to change the contents of /etc/cron.d/exim since the queue will be run from the daemon instead jo, Christoph. -- Anything that is good and usefule is made of chocolate.
Re: viewer
Salut, On Mon, Jul 23, 2001 at 12:14:32AM +0200, Markus Hansen wrote: > hi guys > does anyone know which program i can use to > view > pdf, ghostscript and postscropt files? > thank you for helping > markus e.g. gs, gv, xpdf will do the job Try 'apt-cache search viewer' jops, Christoph. -- Anything that is good and useful is made of chocolate.
Re: screen 1024x768 desktop 1600x1200
Salut, On Sun, Jul 22, 2001 at 08:27:48PM +0200, Markus Hansen wrote: > Thank you for your help, but one last question: > the solution of my display is now 1024x768, but the > desktop has still 1600x1200, so it scrolls while using it, how can i > stop > that? > thank you for helping me! > markus Actually, this is a FAQ: Taken from /usr/share/doc/xfree86-common/XFree86-FAQ.text.gz: "Q.D2- My screen is too large. How can I disable the virtual desktop?" The answer is too long to quote ;) Take a look at it But simply: Make sure, you just have _one_ Mode "1024x768" in your Display SubSection and no Virtual keyword/Virtual keyword set to "1024x768". jops, Christoph -- Anything that is good and useful is made of chocolate.
Re: How do I find my local IP assigned by my ISP when using pon, etc?
Salut, On Sat, Jul 28, 2001 at 08:16:05AM -0700, Randolph S. Kahle wrote: > > > I think I am two questions away from getting this to work: > > * What script is run when the connection to the ISP completes? > > * How do I know, in that script, what my assigned IP is? Actually you could do something like $IP=`ifconfig ppp0 | sed -e 's/^.*inet addr:\([0-9.]*\).*/\1/' | awk -F:\ '{print $2}'` (I think, this works if you want the ip of ppp0) but you will not need it for firewalling, because ipchains can handle devices, e.g. `ipchains -A input -i ppp0 -p tcp --syn -s 0/0 -d 0/0 -j DENY` will deny all incoming syn tcp packets. > > I see that there are directories /etc/ppp/ip-up.d and > /etc/ppp/ip-down.d. What is the function of those directories? Are the > scripts in those directories all run on "up" and "down" state > transitions for ppp? Exactly. Take a look at `man pppd` and search for 'ip-{up,down}'. > > -- Randy jops, Christoph. > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Anything that is good and useful is made of chocolate.
Re: Reading a mac disk
Salut, On Sun, Aug 12, 2001 at 04:32:41PM -0400, William T Wilson wrote: > I want to take a Macintosh IDE hard drive (System 8.6), connect it to my > x86 Linux system and read the data off of it. (In a pinch, I could use a > Windows system too, but that looks harder). > > Do I have a prayer? :} > > I've used mtools to read Mac floppies, but as far as I know these are no > use for reading hard drive data. You might want to take a look at `apt-cache show hfsutils` and `apt-cache show hfsplus`. jops, Christoph. -- Anything that is good and useful is made of chocolate.
Re: Sound problems - newbie
Hi Glen, If adding yourself to the audio group doesn't solve the problem, try it the hard way: as root do chmod 777 /dev/dsp and /dev/mixer Hope this helps! Christoph -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Suggestions for a USB Webcam
Hi David, I'm looking into getting a USB Webcam I have a Logitech QuickCam Pro ($85) which I use with gnomemeeting and with which I am quite happy. Getting the driver for it was easy... it comes with the Debian stock kernel. Getting usb to work and setting up /dev/video was more of a pain, but that will be true with any camera. Can you recommend a good program to use the camera within kde as well? I have a Webcam USB myself, but didn't yet manage to get it up and running. Regards, Christoph -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]