Problems with keyboard

2002-12-29 Thread Mat
l with the same settings. Perhaps there is a way to configure these things for /dev/pts/#? Thanks Mat Translation for italian friends: Salve. Ho un problema con la tastiera da remoto: quando mi connetto alla mia linuxbox con telnet o ssh, i tasti fine e inizio (la freccia inclinata), invece che spos

Re: basics about env variables

2002-12-29 Thread Mat
AFAIK /etc/default/rcS is used only by boot time scripts (found under /etc/rcS.d). If you want to set global environment variables you have to modify /etc/profile On 29 Dec 2002 at 12:39, Robert Land wrote: > The slrnpull program provides the option to > use the env variable NNTPSERVER instead

keyboard problem

2002-12-29 Thread Mat
This doesn't happen when I log in through the console. No one had this problem before? Suggestions? Thanx Mat -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

20GB on an old P75

2002-12-29 Thread Mat
the 20GB space, if I install Linux on it, or will I have a lot of problems? (it is a full windows system with a lot of data and I don't want to "try") Thanx Mat -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

problems with DMA

2003-01-08 Thread Mat
t work, because partition check comes first) Many many thanks to all who will help. Mat Jan 8 10:57:04 spark kernel: Partition check: Jan 8 10:57:04 spark kernel: hda: hda1 hda2 Jan 8 10:57:04 spark kernel: hdc: [PTBL] [2481/255/63] hdc1 hdc2 < hdc5 hdc6 hdc7 > Jan 8 10:57:04 spark kern

copy many files filtering extensions

2003-01-08 Thread Mat
I have to periodically copy a lot of files filtering them by their extensions (something like cp * but *.bak). How can I do that (as I can read from cp' man or info page this is not possible)? Thanks Mat -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe

Matrox G450 framebuffer...

2007-05-08 Thread Mat
Hi all. I have problems with a G450 eTV on kernel 2.6.15-26. Any idea? === # lspci | grep Matrox :01:00.0 VGA compatible controller: Matrox Graphics, Inc. G400/ G450 (rev 85) # modprobe matroxfb_g450 Nothing new in dmesg... # modprobe matroxfb_base Nothing new in dmesg... # lsmod | grep

Re: Matrox G450 framebuffer...

2007-05-08 Thread Mat
I'm trying with a stable Etch and all seems ok... On May 8, 4:10 pm, Mat <[EMAIL PROTECTED]> wrote: > Hi all. > I have problems with a G450 eTV on kernel 2.6.15-26. > Any idea? > ... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscri

Problems with Softdog...

2006-01-12 Thread Mat
Thank you in advance, -Mat- === test.c === #include #include #include #include #include int main( int argc, const char *argv[] ) { int fd=open("/dev/watchdog",O_WRONLY); if (fd==-1) { perror("watchdog"); exit(1); } while(1) {

proftpd - Disable PAM...

2006-01-30 Thread Mat
Hi all. I need to disable PAM for proftpd. ( I wish to use only AuthUserFile ) But I don't understand why it works with my conf, I set AuthPAM to off ! ARGH ! Another question... I get: "warning: AuthPAMAuthoritative is deprecated" when proftpd starts. So I don't need it... ? Or I need another

Re: proftpd - Disable PAM...

2006-02-01 Thread Mat
Adam James: > don't need it and yes, you need another directive: > > AuthOrder mod_auth_file.c Thank you very much, it work properly now. Some docs on the proftpd website seems to be a bit old so it wasn't clear. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscrib

Re: Problems with Softdog...

2006-02-01 Thread Mat
[ UP ] I'm sorry but I can't understand the problem with the softdog module... Is there a bug ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: GNOME/KDE in Sarge?

2005-06-08 Thread David Mat
On 6/8/05, Jeronimo Pellegrini <[EMAIL PROTECTED]> wrote: Hello.I have to install Linux on one box that I will admin remotely.A few users there will want to use GNOME (or maybe KDE, but it would befine if I install just GNOME). I'll have to make a short trip to install the OS, and would like to do

Non destructive NTFS resizing

2005-06-10 Thread David Mat
Hello, Quick question, is the debian installer, on the Sarge install disc, capable of eresizing ntfs partitions in a non-destructive manner? Thanks - David

Re: duplicate emails

2004-05-19 Thread Mat Kovach
he both have recipies to avoid duplicate messages. If you are using an actualy Maildr (of qmail type) where each message is an single file you could use something like md5 or such to compare each message. -- Mat Kovach Cleveland, Ohio -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Re: Checksum for iso image netinst i386

2012-09-27 Thread Mat Kovach
Wally Lepore writes: > On Wed, Sep 26, 2012 at 10:22 PM, Wally Lepore wrote: > > On Wed, Sep 26, 2012 at 7:49 PM Ralf Mardorf wrote: > > I don't know how to do that on Windows. > > Don't you have a burning software that will show the MD5sum of the ISO? > > If so, simply compare the sum with sum fr

Re: Perl: where is the command in system("command -v wget") documented?

2012-10-09 Thread Mat Kovach
Regid Ichira writes: > I am a perl beginner. I stambled upon a perl line > >if (system("command -v wget >/dev/null 2>&1") == 0) > >I was able to find perl's documentation for system. But where is >the documentation for command? The command, command is a shell builtin. On Debian you can fin

Re: Where is samterm for sam text editor?

2015-07-13 Thread Mat Kovach
On Tue, Jul 14, 2015 at 11:13:34AM +1200, Richard Hector wrote: > On 14/07/15 04:10, yutaka sugawara wrote: > > Where is samterm for sam text editor? > > > > I use debian 8. I installed 9base package and I could find sam > > text editor. But I could not find samterm. > > http://lists.suckless.org

Networking borked on new squeeze install

2012-04-09 Thread Mat Enders
Here is a stumper. I just completed a brand new installation of Debian, during installation it could not reach the repositories so only a base installation was completed. I am logged directly into the machine not via ssh. Network appears to have configured correctly via dhcp. ifconfig says I ha

Re: Networking borked on new squeeze install

2012-04-09 Thread Mat Enders
On Mon, Apr 9, 2012 at 11:34 PM, Brad Alexander wrote: > Sounds like a dns problem, Mat. Can you ping a network address outside > your borders? I like to keep several in the back of my head for that: > GTE/MCI/VZN's dns servers are 4.2.2.1, 4.2.2.2 and 4.2.2.3. Google's > a

Re: Networking borked on new squeeze install [SOLVED]

2012-04-10 Thread Mat Enders
On Tue, Apr 10, 2012 at 2:39 AM, Scott Ferguson wrote: > On 10/04/12 12:38, Mat Enders wrote: >> Here is a stumper.  I just completed a brand new installation of >> Debian, during installation it could not reach the repositories so >> only a base installation was complet

Re: What files to backup

2012-04-10 Thread Mat Enders
If you have mysql installed then also /var/lib/mysql Sorry about the top post but BlackBerry only does top posting Mat Enders from my BlackBerry® -Original Message- From: Gary Roach Date: Tue, 10 Apr 2012 17:07:50 To: Subject: What files to backup I have three standard Debian

Re: rtl8188ce in Debian Sid

2012-04-10 Thread Mat Enders
On Tue, Apr 10, 2012 at 9:06 PM, wolf python london wrote: > On 11 April 2012 00:31, Camaleón wrote: >> On Tue, 10 Apr 2012 22:19:28 +0800, wolf python london wrote: >> >>> Hey  everyone there,> http://wiki.debian.org/rtl819x >>> >>> My laptopn ships with a realtek 8188ce chipset.But It often dis

Re: install

2012-04-11 Thread Mat Enders
I did two installs yesterday and both times the installation asked if I wanted to install grub to the MBR. Mat Enders from my BlackBerry® -Original Message- From: "R.H.van Es" Date: Wed, 11 Apr 2012 15:16:26 To: Subject: install LS. I wanted to install Debian 6 and I am

Re: Networking borked on new squeeze install[solved]

2012-04-12 Thread Mat Enders
Solved someone on another list remembered for me that I had this same problem several months ago where existing machines on the network could get out but not new ones. Rebooting the Netopia gateway solved the problem. Thanks to those who responded. -- Mathew E. Enders "Where once Samba and Apa

Re: problems with wifi bc43

2012-04-14 Thread Mat Enders
2012/4/14 Roman V.Leon. : > Hello Gents, > Could you help me with my wifi card in laptop, please? I have broadcom > BCM4312 802.11b/g LP-PHY controller, and I installed > "firmware-b43-lpphy-installer". Unfortunately when i'm trying turn my card > on, i'm getting a message: > "$ sudo ifconfig wlan0

Re: Hebrew

2012-05-06 Thread Mat Enders
On Sun, May 6, 2012 at 9:06 PM, Ethan Rosenberg wrote: > At 08:15 PM 5/6/2012, Gary Dale wrote: >> >> On 06/05/12 06:36 PM, Ethan Rosenberg wrote: >>> >>> Dear List -. >>> >>> How do I get Hebrew type both on the screen and on the keyboard? >>> >>> Thanks. >>> >>> Ethan >>> >>> >> Set both the loc

Re: Questions about Netatalk running on Debian server

2012-05-08 Thread Mat Enders
On Tue, May 8, 2012 at 7:19 PM, Gilles Mocellin wrote: > Le 08/05/2012 23:14, Paul E Condon a écrit : >> >> I posted this, below, a couple of days ago. I'm hoping to find someone >> who follows this list and who actually has netatalk v. 2.2.2-1 >> installed from the Debian package in Wheezy. I wou

Re: Evernote message: Emailed note was not submitted

2012-05-09 Thread Mat Enders
It is an autoresponder because the users mail box is full. And it is letting you know that the message was not delivered because of this. Sorry about the top post but BlackBerry will only top post. Mat Enders from my BlackBerry® -Original Message- From: Lisi Date: Wed, 9 May 2012 11

Problems installing on Dell R310

2011-01-04 Thread mat brown
OK, this is a fun one. I recently took delivery of a new server, a Dell Poweredge R310 Intel Xeon X3440 quad core, 8GB RAM, etc. Storage is four 500GB drives, hardware RAID1 so shows up as two 500GB drives to the system. H/W controller is SAS1068e, Broadcom NIC, everything else is Intel chips. I

Re: Problems installing on Dell R310

2011-01-04 Thread mat brown
> > try to install withhttp://kmuto.jp/debian/d-i/(unofficial debian installer) > I did consider that, but seeing as I've installed both Lenny and Squeeze (not to mention Ubuntu LTS) OK, I'm not sure that it will help: it's not actually installing that's the problem. It's booting the system afte

Re: Problems installing on Dell R310

2011-01-04 Thread mat brown
> > Of course you can unplug the drac.. eh :) > As far as I can tell (lspci, lsusb, dmesg|grep drac) there's no drac installed. the KVM access I have is through the hosting provider's own system - again, as far as I can tell. I know Dell don't officially support debian, but even so. -- To UNS

Re: Problems installing on Dell R310

2011-01-04 Thread mat brown
> I know you mention several things but just to be clear...  You did try > an install using nothing more than /dev/sda as the root partition with > everything all in one partition?  No software raid.  No lvm.  That > would be the simplest case.  If that fails what is on the screen at > that time?

Re: USB keyboard compatibility with Debian

2011-01-05 Thread mat brown
> I'm thinking of getting a USB keyboard to use with my laptop. Is there > anything I should know about compatibility issues? > Some of the extra features of the fancier usb keyboards might take a bit of a configuring, but I've never had a usb keyboard which - as a basic keyboard - didn't just wo