[Paul E Condon]
> I suggest Debian add two metapackages: 'gnome-govt' for use by all
> governments and 'gnome-USgovt' for US government in particular. ;-)
I suppose you were joking, but in all seriousness, why does _Debian_
need to add them? Let the site administrator do it, using 'equivs'.
If y
[Derrick 'dman' Hudson]
> http://dman13.dyndns.org/~dman/config_docs/gpm-X/
One comment. Using repeat_type=raw is the *wrong* thing to do. Yes,
it works in some cases, but not all cases. The officially recommended
solution: tell gpm to export repeat_type=ms3, and tell X to use device
type 'Int
[Rob Weir]
> apt-proxy is a shell script, and thus cannot run as a daemon.
Well, you could hack something together with netcat, but that has about
as much point as using a screwdriver as a chisel. inetd is the right
tool for the job.
Peter
signature.asc
Description: Digital signature
[Bill Moseley]
>Device Boot Start End Blocks Id System
> /dev/hda1 * 1 758 6088603+ b W95 FAT32
> /dev/hda224022432 249007+ 82 Linux swap
> /dev/hda322802401 979965 83 Linux
> /dev/hda4
[Conrad Newton]
> If you use a slightly different version (note the trailing /)
>
> rsync -azv --exclude '*.flac' old-directory/ new-directory
Oooh, nifty. I never realised you could get this effect with just a
trailing /. I'd always used 'old-directory/*' for this purpose, which
is less than
[Micha Feigin]
> I think the easiest solution if you don't want to access each mouse
> differently or use some special driver option to just use one moues
> stanza with /dev/input/mice and driver ImPS2.
The alternate solution is for the kernel to disable /dev/psaux
emulation. Herbert Xu did this
[Micha Feigin]
> IIRC each individual mouse can be accessed in /dev/input/mouse,
> probably in raw mode, at least usb ones.
Nope, /dev/input/mouse is still the emulated Intellimouse Explorer
PS/2 thing, but without the multiplexing.
You can also get mouse packets via /dev/input/event, if you loa
[Martin Batermann]
> Just some clarification please: When recreating /dev/scd1, should I
> first delete the /dev/scd1 that I created manually and should I type
> MAKEDEV scd or MAKEDEV scd1?
I'd delete 'em first but I really don't think it matters:
cd /dev; rm scd*; MAKEDEV scd
Peter
signat
[Martin Batermann]
> Before I emulated scsi, I referred to it as /cdrom and it worked
> fine. However, when I changed to the scsi emulation I couldn't get
> /usr/sbin/base-config to work. Every time I try to install a
> package, it wants me to insert my debian cd in /cdrom which it
> couldn't fi
[EL Henry]
> instead of doing apt-get update on my computer I would like the tool
> to do this update (which will be done with another computer) and
> create a copy of the said updates in a /file/ (that is, not on the
> usual place). I would then use apt-get to install from that file.
I believe '
[Adam Aube]
> > 2. How can I get into a command line interface from the graphical
> > login window without the mouse?
>
> Alt+F1
Errr, from inside X that's Ctrl-Alt-F1
Peter
signature.asc
Description: Digital signature
[Paul Johnson]
> I understand ip6 is designed to be considerably better about
> security. Time will only tell if it works out in reality, though.
Well, IPv6 makes IPsec mandatory, whereas in IPv4 of course it's
optional. But AFAIK, that's the only major security difference between
the two.
Pet
[Roelof Wobben]
> drivers/built-in.o(.text+0x7b100): In function `fd_mcs_detect':
> : undefined reference to `mca_read_stored_pos'
> drivers/built-in.o(.text+0x7b10d): In function `fd_mcs_detect':
> : undefined reference to `mca_read_stored_pos'
That has to do with Micro Channel support. Micro C
[Anthony R. J. Ball]
> I have been looking around with no luck.
>
> Is it possible to map extra mouse buttons, like buttons
> 6 and 7, to keycodes?
There are different things you can do, yeah. Assuming of course that
your mouse driver is set up to know about your extra buttons, of
course.
[Joerg Johannes]
> This machine is not a legacy Windows server, but a Suse 9.0 box
> serving files via Samba...
In that case, when you update to the 2.6 kernel, you should consider
using the 'cifs' filesystem rather than 'smbfs'. That way you get more
unixy features, like accurate representation
[Micha Feigin]
> I have a ati rage mobility M1 AGPx2 card (mach64). X recognizes it as
> 8M ram and the specs say that its 8M but lspci and lshw detect it as
> 16M. Any idea which is getting it wrong and why?
It wouldn't surprise me for a PCI (or AGP) chip to request a memory
window of 16MB rega
[Rob Weir]
> It needs to be run each time the file is changed and every time X
> starts. I'm pretty sure there's one file in ~/ that Debian's X scripts
> feed to xrdb on startup, but I forget which one. ~/.Xdefaults maybe?
No, it's ~/.Xresources on Debian. Some OSes use that, others use
~/.Xde
[Mark Gillingham]
> The box that has my CVS work is on a private network. If I'm on that
> private network, I can forward X from the box to my Mac 10.2 box. If
> I'm outside the network, I can ssh to another box on the private
> network with a public IP and then ssh again to the private box. I
> c
[Kevin Wortman]
> (EE) xf86OpenSerial: Cannot open device /dev/psaux
>No such device.
> I tried to cat /dev/psaux and /dev/input/mice and /dev/input/mouse0 ,
> and all give a device not found error, which led me to believe the
> kernel module was not loaded. But my dmesg contains
>
>
[Nicos Gollan]
> Wouldn't there be a theoretical problem when the host number reaches
> a maximum? Like when I re-plugged the memorystick, say, 256 times?
OK, you just made me curious enough to check the source.
The SCSI host adapter number is an 'int', meaning it won't overflow
until you have p
[Nicos Gollan]
> Now, when I unmount it, remove it from the USB, change the card and
> reconnect, I get a new SCSI device at /dev/scsi/host1/..., and so on.
> Reconnecting with the same media doesn't help, it's always creating a
> new host.
I had just written a long email to the effect that this
[NaNu]
> I want to install the latest version of XMMS that requires glib >=
> 1.2.2 Using dselect, I found out that I have 2 versions of glib
> installed: 1.2.10.4 and 2.2.3-0jds. I suspect that the ./configure
> script of XMMS detects the older version instead of the newest one.
It does. glib 1
[Monique Y. Herman]
> luigi:~# lspci | grep audio
> 00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS]
> Sound Controller (rev a0)
That's i810_audio, as you noticed in your old module list. The
menuconfig option looks like:
Intel ICH (i8xx), SiS 7012, NVidia nForce Audio
[j smith]
> i installed Debian 2.2 and kernel 2.4 on the 1st CD of Debian 3.0,
> and compiled the kernel, but can't make modules work. modprobe
> complains it can't find the modules i request.
Yes, the module layout has changed with kernel 2.4. And yes, this does
break older versions of modutils
[Toshiro]
> Anybody know how to disable ipv6? I'm using sid with kernel 2.6.0-2.
With kernel 2.4, it's just a matter of editing /etc/modutils/aliases
and adding or changing the line for 'net-pf-10':
alias net-pf-10 off
and then of course run 'update-modules'. I think you can do the
same for
[Emma Jane Hogbin]
> Should I remove ipchains?
You might as well, since you're not using it. I very much doubt it's
causing your problem, though.
Peter
signature.asc
Description: Digital signature
[Emma Jane Hogbin]
> Here's a strange problem. Some of my clients can access my new
> server. Some cannot. The server is at: 66.98.212.88. The folks
> hosting my server are saying that I have a firewall installed. But
> I'm pretty sure I don't. At least I sure as heck didn't mean to put
> one in
[Adam Powell <[EMAIL PROTECTED]>]
> Okay, but the current RAID in 2.2.14 doesn't work now (for SMP), and
> doesn't work right (if it's being replaced). I guess one could ask,
> how did this happen?
IIRC, Ingo was rewriting RAID during the Linux 2.1 cycle. Somehow it
didn't make it into the main
28 matches
Mail list logo