Chris Palmer wrote:
> So, some kind person pointed me to source for the emu10k1
> driver (how was I supposed to know this had anything to do
> with SBLive? never found any info to link that keyword
> to an SBLive).
I think emu10k1 is the name of the dsp chip on the SBLive.
I found a link between
On Thu, Dec 07, 2000 at 01:08:56PM +0100, [EMAIL PROTECTED] wrote:
> Hi,
>
> I want to use scandinavian characters in console, I can solve this by
> using 'export LC_ALL=da_DK' (Danish), but then msgs become Danish as
> well, and I don't want my mutt to show Danish msgs, I want English
> applicati
After running an upgrade of woody today I notice two strange things
happening with X:
1. If I try to run X as a user, I get the message:
X: user not authorized to run the X server, aborting.
The second line in Xserver says "Console" so a user should be permitted
to run X.
2. I had set X to ru
i got woody a few days ago. the screen is a bit narrow, so i went to edit
the modetimings in /etc/X11/XF86Config-4. but they're not there!
where is X getting the modetiming definitions from? the old XF86Config
file?
pete
pgp4ImauJSZqq.pgp
Description: PGP signature
Peter Jay Salzman wrote:
>
> i got woody a few days ago. the screen is a bit narrow, so i went to edit
> the modetimings in /etc/X11/XF86Config-4. but they're not there!
>
> where is X getting the modetiming definitions from? the old XF86Config
> file?
it uses default ones, based on the h
Is there a way to find out exactly from where apt-get is planning to
fetch a particular package?
The reason I need to know this is because of a bug in apt-get, found
and reported by a few people before me, that goes something like
this:
--- Begin bug description -
1) I enter "
on Fri, Dec 08, 2000 at 12:14:06AM -0800, Bob Nielsen ([EMAIL PROTECTED]) wrote:
> After running an upgrade of woody today I notice two strange things
> happening with X:
>
> 1. If I try to run X as a user, I get the message:
>
> X: user not authorized to run the X server, aborting.
This questi
Hi,
I am new to cron tasks and I can not find out how I can run a task every
minute. I have now this line in /etc/crontab:
# m h dom mon dow user command
1 0 * * * rootdate >> /home/dating
This should export the date every minute to /home/dating, but it does not
seem to work.
And what d
Am Friday 08 December 2000 09:14 schrieb Peter Jay Salzman:
> > i got woody a few days ago. the screen is a bit narrow, so i went to
edit
> the modetimings in /etc/X11/XF86Config-4. but they're not there!
>
> where is X getting the modetiming definitions from? the old XF86Config
> file?
As
Hi,
I want to get hold of the last stand alone Netscape navigator and
there's a great many files on debian, each requiring others. What do I
need to get the stand alone Navigator. No email, news, etc.
Thanks
Jonathan
--
"Hey, I think I finally got the hang of i-"
on Fri, Dec 08, 2000 at 09:38:45AM +0100, Sebastiaan ([EMAIL PROTECTED]) wrote:
> Hi,
> I am new to cron tasks and I can not find out how I can run a task every
> minute. I have now this line in /etc/crontab:
> # m h dom mon dow usercommand
> 1 0 * * * rootdate >> /home/dating
>
>
it would be ran everytime minute is one and hour is zero (= 0:01 AM).
to run something EVERY minute you need something like this:
0-59 * * * root date >> /home/dating
erik
Sebastiaan wrote:
>
> Hi,
> I am new to cron tasks and I can not find out how I can run a task every
> minut
Erik Steffl wrote:
> > I am new to cron tasks and I can not find out how I can run a task every
> > minute. I have now this line in /etc/crontab:
> > # m h dom mon dow user command
> > 1 0 * * * rootdate >> /home/dating
> > This should export the date every minute to /home/dating, but it
I have Xircom pcmcia on my thinkpad 390 Debian box (I
couldn't get billionton card up before I got this.) It
works fine. I have also once tested my friend's xircom
ethernet/modem (who is using it with windows), and it
works fine too. I have noticed (not confirmed) that
xirc2ps_cs module needed for
On Dec 08 2000, S.Salman Ahmed wrote:
> I agree, 2.4.0-test11 has been working really well for me too. It
> was the only way to get my UDMA100 HD on my Asus CUSL2 board to work
> in UDMA mode.
You could also use André Hedrick's patch to 2.2.x kernels,
which includes the Promise dri
On Dec 08 2000, Peter Jay Salzman wrote:
> where is X getting the modetiming definitions from? the old
> XF86Config file?
If your monitor+card combo is recent, then the Modelines are
taken automatically by the card from your monitor (yes, the
card asks your monitor what it
Try
man 5 crontab
fields are:
minute
hour
day-of-month
month
day-of-week
user
command
The line you used appends the date in /home/dating everyday at 00:01
If you want it to run every minute, you can try
*/1 * * * * root date >> /home/dating
Hi,
I am new to cron tasks and I can not find
Hi all,
My system are using qmail w/ Maildir, how can I tell emacs to read the
Maildir ? thank you..
--
Best Regards,
Shell Hung
mailto:[EMAIL PROTECTED]
Thanks all!
Hello all;
Im running Woody on my desktop box at work. Yesterday I did an apt-get
update, apt-get upgrade. It was a while since Id done that so quite alot of
stuff got updated including the kernel. Everything seemed fine.
Later on in the day I had to reboot and I was greeted by a continual;
Lilo
Hello,
I have heard once that it is possible to get current time from a
timeserver and autoset this on your machine.
I discovered that the time on my machice is very inaccurate (could
difference to 10 minutes per month), so I would like to know how I can do
an automated timeupdate.
Thanks,
Sebas
On Fri, 8 Dec 2000 11:46:12 -0500
mallum <[EMAIL PROTECTED]> wrote:
[...]
> Later on I managed to mount the hardrive via another rescue disk (via
> freshmeat) and tried to rerun lilo but it was confused about paths due to
> /dev/hda1 having to be mounted on /mnt.
Try to start again with the res
On Fri, 8 Dec 2000 11:45:25 +0100 (CET)
Sebastiaan <[EMAIL PROTECTED]> wrote:
> I have heard once that it is possible to get current time from a
> timeserver and autoset this on your machine.
> I discovered that the time on my machice is very inaccurate (could
> difference to 10 minutes per month
Am Friday 08 December 2000 17:46 schrieb mallum:
> Hello all;
>
> Im running Woody on my desktop box at work. Yesterday I did an apt-get
> update, apt-get upgrade. It was a while since Id done that so quite alot of
> stuff got updated including the kernel. Everything seemed fine.
>
> Later on in th
Am Friday 08 December 2000 11:45 schrieb Sebastiaan:
> Hello,
>
> I have heard once that it is possible to get current time from a
> timeserver and autoset this on your machine.
> I discovered that the time on my machice is very inaccurate (could
> difference to 10 minutes per month), so I would li
Installing the 'navigator' meta-package will cause the 4.76 version of
Netscape Navigator to be installed if you do it using apt-get. Assuming
you have /etc/apt/sources.list properly set up, you can just do this:
apt-get update
apt-get install navigator
All dependencies will be downloaded and in
YeeHaa ! it worked . Many many thanks - lfe saver.
mallum
http://10.am
http://10.am/search/?search=debian <- lots of Debian news
On Fri, Dec 08, 2000 at 11:53:28AM +0100, Cajus Pollmeier wrote:
> Am Friday 08 December 2000 17:46 schrieb mallum:
> > Hello all;
> >
> > Im running Woody on my deskt
On Thu, Dec 07, 2000 at 10:50:09AM +0100, Knud Sørensen wrote:
> Hi
>
> I have tried to install oracle on debian.
>
> The database is running but when I try to connect it
> gives the error
> ORA-03113: end-of-file on communication channel
>
> Does anybody know what is wrong !
>
> Knud
ORA-31
Hi,
Can Lynx show web site gifs? Can Links or anything besides the
Netscape/Mozilla/Opera crowd?
Thanks,
Jonathan
--
"Hey, I think I finally got the hang of i-"
Hi!
Is it possible to disable the mouse cursor completely, while a touch screen
as pointing device is enabled?
xsetroot -cursor file file_mask (1x1 bitmap with no bit set)
does not work, since some applications like i.e. "xterm" activate their own
cursor.
Thanks,
-Cajus
* John Griffiths ([EMAIL PROTECTED]) wrote:
> Hello all,
>
> How do i go about backing up and then recovering a mysql database
Depends on a number of factors. What version of MySQL are you running? How
critical is your DB?
Version 3.23.X you can take advantage of mysql's internal replication, s
Ho la necessità di installare il s.o Linux sul mio pc, e purtroppo fino al
momento i miei ripetuti tentativi sono sempre risultati vani.
Ho un hard disk da 20 Gb, cosi partizionato:
partizione DOS primaria 2 Gb con Windows 98 (C:)
partizione DOS estesa 18 Gb con 4 unità logiche all' interno:
Sebastiaan <[EMAIL PROTECTED]> writes:
> Hello,
>
> I have heard once that it is possible to get current time from a
> timeserver and autoset this on your machine.
> I discovered that the time on my machice is very inaccurate (could
> difference to 10 minutes per month), so I would like to know
On 30-Nov-2000 Joey Hess wrote:
> - Forwarded message from root <[EMAIL PROTECTED]> -
>
> From: root <[EMAIL PROTECTED]>
> Date: Wed, 29 Nov 2000 23:05:31 -0500
> To: [EMAIL PROTECTED]
> Subject: use deb for programming
> X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.14-15mdk i586)
>
> I
Unsubscribe
Arlen Carlson wrote:
> completed. Personally I've cron'ed my system to go online by itself every
> night and do its updates for a brief period of time overnight (or even apt-get
> new items if I so desire at that time as well).
How do you set it to do stuff you decided you wanted that was
new? I
Hi all! We're having a problem with memory here in a client's machine.
The computer is a PIII-750 with 512MB RAM running resin 2.13 and IBM JDK
1.2.2. This is a game server (the
client is a game site).
Up to 15 days before, this server had 256 MB and could stand up to 450
players simultaneously;
I have been recommended to use ssh as a replacement for the telnet server
however I can't find any packages for Potato. Are they not avaliable?
--
__
Daniel de los Reyes
S2-Selling Soluciones
Valencia Spain
e-mail: [EMAIL PROTECTED]
Powered by Debian GNU-Linux 2.2r0
_
Hello!
with the help of people in this list finally I have a exim+fetchmail+mutt
configuration working. The problem is
that after dialing to my ISP and invoking fetchmail at the prompt, it
reports the number of emails in the
ISP box, but can't fetch them. I have to type "exim -bd" as root for
f
I just installed autofs but I can't make it work.
My kernel (2.2.17) is compild with automount support adn nfs support.
Auto.master and auto.misc seem to be ok but when I enter /var/autofs/misc
there are no mount-points in it
What could be wrong?
Attached are auto.master and auto.misc
--
___
Thanks,
that is a simple solution.
Greetz,
Sebastiaan
On 8 Dec 2000, Andre Berger wrote:
> Sebastiaan <[EMAIL PROTECTED]> writes:
>
> > Hello,
> >
> > I have heard once that it is possible to get current time from a
> > timeserver and autoset this on your machine.
> > I discovered that the t
Phil Brutsche wrote:
> Except that the reiserfs patches wreak havoc on Ingo Molnar's raid patches
> (which are IMO needed to get any decent software raid setup working), or
> they did the last time I tried them together (during the summer).
should work ok with the "stock" raid though right? (the
Cesar Cardoso wrote:
> Sometimes, when resin freezes, trial of working with server gives a
> message looking like "bash:all resources unavailable
> fork:"
message is probably:
fork(): resource temporarily unavailable
right ? :)
check ulimits, (ulimit -a) increase the limits for memory (ulimit -
unsubscribe
--
Matt Chapman
[EMAIL PROTECTED]
http://www.duhnet.net
Hello Jonathan,
> Can Lynx show web site gifs?
Yes it can, provided you are running it in a X-Terminal and have an
image-viewer for X installed or you have svgalib and zgv. Of course, the
images are not shown inline with the text, but lynx can be configured,
that when you follow a link to an ima
On Fri, Dec 08, 2000 at 01:58:55PM +0100, Daniel de los Reyes wrote:
> I have been recommended to use ssh as a replacement for the telnet server
> however I can't find any packages for Potato. Are they not avaliable?
>
You can do a search at -
http://www.debian.org/distrib/packag
Hello Daniel,
On Fri, 8 Dec 2000, Daniel de los Reyes wrote:
> I have been recommended to use ssh as a replacement for the telnet server
> however I can't find any packages for Potato. Are they not avaliable?
Yes they are, but due to some (IMHO very strange) laws in the US
concerning the export
On Vie 08 Dic 2000 14:28, ktb wrote:
> On Fri, Dec 08, 2000 at 01:58:55PM +0100, Daniel de los Reyes wrote:
> > I have been recommended to use ssh as a replacement for the telnet server
> > however I can't find any packages for Potato. Are they not avaliable?
>
> You can do a search at -
>
Hi,
this is the result:
atrativa2:~# ulimit -a
core file size (blocks) 0
data seg size (kbytes) unlimited
file size (blocks) unlimited
max locked memory (kbytes) unlimited
max memory size (kbytes)unlimited
open files 1024
pipe size (512 bytes
Viktor Rosenfeld scripsit:
>Frodo Baggins wrote:
>
>> [Pumping Lemma]
>
>> 1 w = xyz
>> 2 y is not empty
>> 3 x has less than n caracters
>
>That would be xy has less than/equal to n characters (|xy| <= n).
>
>> 4 for any integer k, the word w_k = xyy..yz (k times y) is in the
>> langua
Ok, thanks for the feedback. I need the dependencies... Oh where is the
browser our people have been promised Oh Lord?
Sorry. Playing with Lynx, Links, W3M today. Getting punchy.
Jonathan
> Installing the 'navigator' meta-package will cause the 4.76 version of
> Netscape Navigator to be install
hi,
anybody the debs of apache-common_1.3.13 or 1.3.12 and apache_1.3.13 or
1.3.12 left to mail me? libapache-mod-perl requires apache <= 1.3.13 and
woody's current version is 1.3.14
tia martin
pgpfwSIZpNC7s.pgp
Description: PGP signature
Hello,
I have done nntpcache installation to debian 2.2 linux system.
everything seems to work fine ,, like daemon is running and after
startup it starts to scan news,,,
But when I try to start to use newsreader/client it says that
rebuild is stilla in
The prize goes to Jiri Klouda *applause* for the winning tip. I checked out
/usr/share/doc/lilo, and found the section that mentioned about 6
permutations of lilo just printing out "LIL-" (I mis-remembered, and thought
it was just "LI-". Anyway, the /boot/map file had not been updated when I
> anybody the debs of apache-common_1.3.13 or 1.3.12 and apache_1.3.13 or
> 1.3.12 left to mail me? libapache-mod-perl requires apache <= 1.3.13 and
> woody's current version is 1.3.14
I think it's been fixed. mod-perl now works with 1.3.14.
Cheng
pgp1uZbY9YmmV.pgp
Description: PGP signature
On Thu, Dec 07, 2000 at 10:54:02PM -0500, Jens Gecius wrote:
> Gareth Bowker <[EMAIL PROTECTED]> writes:
>
> > dpkg: error processing /var/cache/apt/archives/xlibs_4.0.1-10_i386.deb
> > (--unpack):
> > trying to overwrite `/usr/X11R6/lib/X11/app-defaults', which is also in
> > package xpaint
> >
Hi,
I've installed a GNU/Linux debian 2.2.17 from a CD
without the sources. I'd welcome advice about pointing
apt to get them.
Thanks.
gian piero
Quoth Hung Hin Lik, Shell,
> My system are using qmail w/ Maildir, how can I tell emacs to read the
> Maildir ? thank you..
I don't use emacs for mail myself, but if you check out www.qmail.org I
seem to recall there being mention of such things. One emacs mail system
that should work is ME
"David A. Rogers" wrote:
>
> Did you modify the modules.conf directly or did you use the
> /etc/modutils/sound file? You should always put sound related modules.conf
> stuff into /etc/modutils/sound and run update-modules.
>
> dar
That's what I did, but it didn't work. Finally I got the sound
On Fri, Dec 08, 2000 at 09:33:40AM -0600, Cheng H. Lee wrote:
> > anybody the debs of apache-common_1.3.13 or 1.3.12 and apache_1.3.13 or
> > 1.3.12 left to mail me? libapache-mod-perl requires apache <= 1.3.13 and
> > woody's current version is 1.3.14
>
> I think it's been fixed. mod-perl now wor
I just upgraded my laptop. Now I'm getting an error that says I'm not
authorized to run the X server. What changed?
:wq!
---
Robert L. Harris| Micros~1 :
Senior System Engineer |For when q
Greetings. I've got a distribution on four (maybe 5?) CD's of potato, and
am trying to install it on my laptop. My laptop has no CDROM, so I'm using
nfs from another machine. THe problem is I can't figure out how to tell
dselect to use multiple disks that have to be changed unless they're
cdroms o
Greetings. Running ghostscript as the printer filter on a debian
(potato) box, I've got the printer shared via samba. Users on win98
machine can print fine, but ghostscript generates "error" pages before and
after each job. The before page reads "Product Name: Aladdin
Ghostscript...", and the after
Hi,
On Fri, Dec 08, 2000 at 09:28:06AM -0700, Robert L. Harris wrote:
> I just upgraded my laptop. Now I'm getting an error that says I'm not
> authorized to run the X server. What changed?
You probably upgraded XFree4.0?!
Just edit /etc/X11/Xwrapper.config and set
allowed_users=anybody. That s
Hello,I am very new to Debian,I was wondering,when I did the install did I have
to specify the modules for my network card and soundblaster live? Also,how do I
configure the apt file so I can upgrade the entire distro and other installed
packages?Thanks in advance.
Get your own FREE E-mail addr
I am trying, unsuccessfully, to make a VNC connection from Windows98 (office of
my client) to my woody machine. Perhaps I am misunderstanding something about
the usage of VNC, and if anyone could help, I would really appreciate it.
I start the vncserver by
$ vncserver :4,
then check for m
[EMAIL PROTECTED] wrote:
>
> Hello,I am very new to Debian,I was wondering,when I did the install did I
> have
> to specify the modules for my network card and soundblaster live? Also,how do
> I
> configure the apt file so I can upgrade the entire distro and other installed
> packages?Thanks in
Hi
I just compiled a 2.2.17 kernel. I've got plenty of RAM and disk
space, so I generally chose to compile everything in rather than add modules.
However, when I did "make-kpkg kernel-image" it complained about the image
being too big. Sure it's big, but not over 5MB. What's goin
Hello,
I am running debian 2.2 . I want to go to 2.2.2r. Is it a matter of
apt-get update && apt-get -y dist-upgrade,
with a link to "stable" in the /etc/apt/sources.list?
Thanks!
Marcelo
_
Marcelo Chiapparini
[EMAIL PROTECTED]
> > Hello,I am very new to Debian,I was wondering,when I did the
install did I have
> > to specify the modules for my network card and soundblaster live?
Also,how do I
> You can specify them during the install. The installer calls
'modconf'
> which lets you pick the modules you want, specify para
Hello,
I am trying to set up ftp tunneling through ssh. I would like to have
secure ftp connections, but I don't like the limited command line of
sftp. I really want to be able to use ncftp through ssh.
I collected several sources of documentation, and I think I am close to
success. From an xt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
A long time ago, in a galaxy far, far way, someone said...
> I am trying, unsuccessfully, to make a VNC connection from Windows98 (office
> of
> my client) to my woody machine. Perhaps I am misunderstanding something about
> the usage of VNC, and if
There are a number of factors to consider here. One is the kind of web
applications you are developing. For simple things (like a web form
submission) plain cgi works fine, is quick and easy to do. More complex
interactivity will require embeded code in HTML, databases, etc. Another
angle to consid
Pending further investigation, we now allege that Giulio Morgan wrote:
>
> I am trying, unsuccessfully, to make a VNC connection from Windows98 (office
> of
> my client) to my woody machine. Perhaps I am misunderstanding something about
> the usage of VNC, and if anyone could help, I would really
Isn't it enough with apt-getting "proposed updates"?
On Vie 08 Dic 2000 21:15, Marcelo Chiapparini wrote:
> Hello,
> I am running debian 2.2 . I want to go to 2.2.2r. Is it a matter of
> apt-get update && apt-get -y dist-upgrade,
> with a link to "stable" in the /etc/apt/sources.list?
> Thanks
>
Giulio Morgan wrote:
> Any thoughts will be much appreciated. Also, one trivial question, what is the
> easiest way for me to determine my ip address.
If you install the ipmasq package it has a very nice script called
ipofif which does some regexp stuff to the output of ifconfig and leaves
you
from what I've read in ssh docs/faq it is not possible because ftp
uses two connections... (control and data).
erik
Brian Stults wrote:
>
> Hello,
>
> I am trying to set up ftp tunneling through ssh. I would like to have
> secure ftp connections, but I don't like the limited command
,bnj mkvfgsdzh jmklhzsdcfr
I'm sorry, that was me beating my head against the keyboard in frustration.
Here are the relevant parts of the config files:
#isdn.conf
[GLOBAL]
COUNTRYPREFIX=+
AREAPREFIX=0
COUNTRYCODE=49
AREACODE=89
#device.ippp0
LOCALMSN=089***# my number
REMOTEMSN=109000191
On 08-Dec-2000 Bek Oberin wrote:
> Arlen Carlson wrote:
>> completed. Personally I've cron'ed my system to go online by itself every
>> night and do its updates for a brief period of time overnight (or even
>> apt-get
>> new items if I so desire at that time as well).
>
> How do you set it to do
On Fri, Dec 08, 2000 at 12:14:06AM -0800, Bob Nielsen wrote:
>
> 2. I had set X to run the version 3 xserver-svga, but version 4.01
> runs instead.
>
> However, /etc/X11/X is a symlink to /usr/bin/X11/XF86_SVGA and
Strange, but /usr/bin/X11/XF86_SVGA and /usr/bin/X11/XFree86 were
identical. I
i know how to set the number lock in console, but can't figure out how to do
it in X.
i would've thought xset, but the man page makes no mention of the number
lock...
thanks!
pete
pgpRchWGpWPZd.pgp
Description: PGP signature
Today, postfix suddenly decided to stop working. All of a sudden, the
/usr/sbin/postdrop program was unable to write to
/etc/postfix/maildrop due to permission errors. This was rather
surprising, as I hadn't touched the permissions of either. So I
checked the permissions, and the maildrop dir wa
On Fri, Dec 08, 2000 at 09:51:09AM -0800, Peter Jay Salzman wrote:
> i know how to set the number lock in console, but can't figure out how to do
> it in X.
>
> i would've thought xset, but the man page makes no mention of the number
> lock...
Go to freshmeat and do a search on "numlockx". Build
Phil Brutsche <[EMAIL PROTECTED]> writes:
> A long time ago, in a galaxy far, far way, someone said...
>
> > I am trying, unsuccessfully, to make a VNC connection from Windows98
> > (office of
> > my client) to my woody machine.
>
> The text you see in ~/.vnc/passwd is the encrypted form of th
> "Hubert" == Hubert Chan <[EMAIL PROTECTED]> writes:
Viktor> regular. I think, the PDA that recognizes this language is fairly
Viktor> easy to construct, but it's late, and I've done enough theoretical
Viktor> computer science for today.
Hubert> For simplicity, assume that o
Hi,
I am having problems with sound. I installed a sound blaster 16 card and
then recompiled the kernel
and when I run startx and gnome starts up I get a error message saying:
Cannot connect to Sound Daemon the Sound Daemon can be started by running ESD.
If i typed esd at the command prompt I
After Werner Koch posted a small security patch for GnuPG 1.0.4 in
gnupg-announce I decided it's time to compile gnupg from sources.
Using Potato, I already had version 1.0.4 in use.
Using "apt-get source gnupg" I fetched the most current sources,
applied the patch and built gnupg_1.0.4-1_i386.deb
> "Eric" == Eric G Miller writes:
Eric> On Thu, Dec 07, 2000 at 05:29:29PM -0700, Hubert Chan wrote:
>> > "Frodo" == Frodo Baggins <[EMAIL PROTECTED]> writes:
>>
Frodo> Take the palindrome w=aaa...abb...b where there are n 'a' and n
>> That's not a palindrome. A pal
On Fri 08 Dec 00, 1:21 PM, Eileen Orbell said...
> Hi,
>
> I am having problems with sound. I installed a sound blaster 16 card and
> then recompiled the kernel
> and when I run startx and gnome starts up I get a error message saying:
> Cannot connect to Sound Daemon the Sound Daemon can be sta
On Fri, 08 Dec 2000, Erik Steffl wrote:
> from what I've read in ssh docs/faq it is not possible because ftp
> uses two connections... (control and data).
Just use passive mode. This will easily secure the control connection (port
21) which carries passwords and other stuff (such as filenames).
Are you using the 2.2.17 kernel? 2.4 has trickier soundblaster support
than earlier kernels.
I have a sb-16 as well. It compiled properly, you should just need to
choose OSS support and the appropriate sb option, it's always worked with
the defaults for resources.
I found that I needed to add
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
A long time ago, in a galaxy far, far way, someone said...
> Thank you Phil, that was it!. Now, one more question, how do I make the
> connection "through an ssh tunnel" (I can make a "terminal" ssh connection -
> via putty - I just don't know how to
Samuli Suonpaa <[EMAIL PROTECTED]> wrote:
>After Werner Koch posted a small security patch for GnuPG 1.0.4 in
>gnupg-announce I decided it's time to compile gnupg from sources.
>Using Potato, I already had version 1.0.4 in use.
>
>Using "apt-get source gnupg" I fetched the most current sources,
>ap
Where can I download:
libqt2.2_2.2.1-5.potato.1_i386.deb
HTH
Cuno Sonnemans
[EMAIL PROTECTED] wrote:
>I just installed autofs but I can't make it work.
>My kernel (2.2.17) is compild with automount support adn nfs support.
>Auto.master and auto.misc seem to be ok but when I enter /var/autofs/misc
>there are no mount-points in it
>What could be wrong?
Check the output of
I am unclear and may be totally off base, but it is my impression that
proposed updates are proposed until a new release level is generated i.e.,
all the proposed updates after 2.2r0 would be in 2.2r2 and that stable would
link to 2.2r2. Am I correct in this statement?
Brooks
> -Original Mes
Are you looking for the kernel source or the .deb sources?
> -Original Message-
> From: Gian Piero Ascenso [mailto:[EMAIL PROTECTED] Behalf Of Gian Piero
> Ascenso
> Sent: Friday, December 08, 2000 10:20 AM
> To: debian-user@lists.debian.org
> Subject: Debian 2.2.17 sources
>
>
> Hi,
>
> The latest News bout that are (i think so) available on:
> http://www.mail-archive.com/blackbox@trolltech.com/msg01089.html
> by the way: you know how to make gkrellm stay on every workspace?
>
> > Is it even possible?
> I think not yet.
Can't it be pinned? There's an option on remembering wher
Hi Glyn,
I learned the hard way that any changes done in Blackbox get written
over by its settings on exiting. Make your changes to its rc before
starting it...
Jonathan
>
> Yes, but not how to make it stay _where_ I want on the workspace! I've set
>
> session.screen0.slit.placement: To
Hi,
I have a MSI 694d board with onboard audio with via82cxxx chip. I'm
having severe problems trying to get the sound working. When compiling
the kernel I selected modular sound card support and modular OSS sound
modules with modular VIA 82C686 Audio Codec.
When doing "modprobe via82cxxx" I
1 - 100 of 213 matches
Mail list logo