Re: How do I trace changes in configuration files?

2019-05-02 Thread Lee
On 5/2/19, David Wright wrote: > On Thu 02 May 2019 at 12:12:19 (-0400), Lee wrote: >> On 5/1/19, David Wright wrote: >> > >> > As for finding where the information went, I sometimes use >> > # find /boot /etc /home /lib /lib64 /var -type f -mmin -1440 -print

Re: Can't install addons for firefox

2019-05-06 Thread Lee
things (whatever 'bad' means). I also like the fail safe aspect where if they can't verify an addon it defaults to 'bad'. What I don't like, and what I think turned a minor issue into a very visible and embarrassing problem, is not being able to over-ride their decision. Lee

Re: Can't install addons for firefox

2019-05-06 Thread Lee
On 5/6/19, Reco wrote: > Hi. > > On Mon, May 06, 2019 at 01:35:48PM -0400, Lee wrote: >> On 5/6/19, Dave Sherohman wrote: >> > On Sun, May 05, 2019 at 07:29:55PM -0400, Dan Ritter wrote: >> >> >> >> No, Mozilla really screwed up. >> >

Re: Email based attack on University

2019-10-02 Thread Lee
d? >> > > Yeah, it's better to go directly to the publicly available incident report: > > https://imagedepot.anu.edu.au/scapa/Website/SCAPA190209_Public_report_web_2.pdf > Thanks for the link! > But the email program used by Client 0 is unspecified. As is t

Re: Email based attack on University

2019-10-02 Thread Lee
webmail system running on a >> server not owned by the >> university? What if the email was being viewed via webmail using Windows Internet Explorer? Regards, Lee

Re: shell wrappers for trig and other mathematical functions

2019-10-02 Thread Lee
to' alias ls='ls --color=auto' alias md5='/usr/bin/openssl dgst -md5 ' alias mv='mv -i' alias name2oid='snmptranslate -IR -On ' alias oid2name='snmptranslate ' alias rm='rm -i' alias sha1='/usr/bin/openssl dgst -sha1 ' alias sha256='/usr/bin/openssl dgst -sha256 ' alias sha512='/usr/bin/openssl dgst -sha512 ' what am I missing? Thanks Lee

Re: shell wrappers for trig and other mathematical functions

2019-10-04 Thread Lee
On 10/3/19, David wrote: > On Thu, 3 Oct 2019 at 02:39, Lee wrote: >> On 10/2/19, Greg Wooledge wrote: > >>> This is what shell functions are for. You can just drop the shell >>> functions into your ~/.bashrc and then use them in every interactive >>&

Re: How to delete second default route

2019-10-04 Thread Lee
- I don't know how to change the metric :( Regards, Lee > $ sudo ip route list > default dev enp0s25 scope link > default via 192.168.1.1 dev wlo1 proto dhcp metric 600 > 169.254.0.0/16 dev wlo1 scope link metric 1000 > 192.168.0.0/24 dev enp0s25 proto kernel scope link sr

Re: question about network connections

2019-10-26 Thread Lee
by moving your windows machine so that it talks directly to the ISP's broadband box. Use the bookmark on the windows machine to go to the problematic site. If that always works then you figure out what's wrong with the pfsense box. If you're still having problems connecting to that one site it's time to call your ISP & have them figure it out :( Regards, Lee

Re: question about network connections

2019-10-26 Thread Lee
prioritize forwarding traffic & give a much lower priority to responding with 'time to live expired' msgs. In other words, traceroute packet loss at an intermediate hop is not an indicator of a problem if there is no packet loss further on. Regards, Lee

Re: fail2ban for apache2

2019-11-12 Thread Lee
-agent Disallow: / User-agent * Disallow: / $ You're missing a ':' - it should be User-agent: * Disallow: / and I don't think "User-0agent: *" is going to do what you want.. Regards, Lee

Re: new, not nice web bots disposal

2020-02-26 Thread Lee
lock: > > root@coyote:iptables$ cat iptables-add > > #!/bin/bash > iptables -I INPUT -s add.ress.to.block/24 -j DROP Have you considered REJECT instead of DROP? REJECT should send a RST telling the other side to give up now. DROP just drops the packet leaving the other side to retry until the retry limit is hit. Lee

Re: new, not nice web bots disposal

2020-02-26 Thread Lee
On 2/26/20, Gene Heskett wrote: > On Wednesday 26 February 2020 13:50:40 Lee wrote: > >> On 2/26/20, Gene Heskett wrote: >> > over the last 90 days or so, we seem to have been plauged with a new >> > breed of bots scanning our web pages, and they are not just index

Re: Net Install: Installation halts for disk change

2020-02-26 Thread Lee
rdware." and didn't have any problems. Regards, Lee

Re: new, not nice web bots disposal

2020-02-26 Thread Lee
On 2/26/20, Gene Heskett wrote: > On Wednesday 26 February 2020 16:00:35 to...@tuxteam.de wrote: > >> On Wed, Feb 26, 2020 at 09:54:09PM +0300, Reco wrote: >> >Hi. >> > >> > On Wed, Feb 26, 2020 at 01:50:40PM -0500, Lee wrote: >> >> [...] &

Re: Net Install: Installation halts for disk change

2020-02-26 Thread Lee
On 2/26/20, Peter Ehlert wrote: > > On 2/26/20 7:20 PM, Lee wrote: >> On 2/26/20, John Kaufmann wrote: >>> For my Thinkpad, I burned CDs with: >>> (1) debian-10.3.0-amd64-netinst.iso >>> (2) firmware-10.3.0-amd64-netinst.iso >>> and (3) fir

Re: Net Install: Installation halts for disk change

2020-02-27 Thread Lee
On 2/27/20, John Kaufmann wrote: > On 2020-02-26 22:49, Peter Ehlert wrote: >> On 2/26/20 7:20 PM, Lee wrote: >>> On 2/26/20, John Kaufmann wrote: >>>> For my Thinkpad, I burned CDs with: >>>> (1) debian-10.3.0-amd64-netinst.iso >>>>

Re: new, not nice web bots disposal

2020-02-27 Thread Lee
On 2/27/20, to...@tuxteam.de wrote: > On Wed, Feb 26, 2020 at 11:25:53PM -0500, Lee wrote: > > [...] > >> You're advertising your web server in your sig. The "other side" >> ALREADY KNOWS you have a web server there. > > If that "other side&

Re: new, not nice web bots disposal

2020-02-27 Thread Lee
On 2/27/20, to...@tuxteam.de wrote: > On Thu, Feb 27, 2020 at 10:07:18AM -0500, Lee wrote: >> On 2/27/20, to...@tuxteam.de wrote: >> > On Wed, Feb 26, 2020 at 11:25:53PM -0500, Lee wrote: >> > >> > [...] >> > >> >> You're advertisin

best way to secure communication?

2006-05-17 Thread lee
Hi, what's the best way to secure IM-like communication? One way I could think of is using ssh and then talk (or some equivalent), another idea was to run an irc server like ircd-hybrid and use ssl. But I don't exactly want to have other users log in via ssh (letting aside that there's no usable

Re: [Unstable] NFS problems

2006-05-17 Thread lee
On Sat, May 13, 2006 at 12:55:52PM +0200, El Virolo wrote: > portmap : server localhost not responding, timeout > RPC : failed to contact portmap (errno -5) Is portmap running? GH -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTE

Re: best way to secure communication?

2006-05-18 Thread lee
On Wed, May 17, 2006 at 11:53:31PM +0100, James Westby wrote: > On (18/05/06 00:30), lee wrote: > > Hi, > [snip] > > And then, ssl is only so much secure > [snip] > > I think if you are worried about the security afforded by ssl you might > have to rethink your appr

Re: best way to secure communication?

2006-05-18 Thread lee
On Wed, May 17, 2006 at 03:42:48PM -0700, Kelly Clowers wrote: > On 5/17/06, lee <[EMAIL PROTECTED]> wrote: > >Hi, > > > >what's the best way to secure IM-like communication? One way I could > > For real end-to-end security some Jabber clients support GP

Re: best way to secure communication?

2006-05-20 Thread lee
On Wed, May 17, 2006 at 05:53:58PM -0500, Matthew R. Dempsky wrote: > On Thu, May 18, 2006 at 12:29:48AM +0200, lee wrote: > > But I don't exactly want to have other users log in via ssh (letting > > aside that there's no usable windoze client for that > > What'

Re: best way to secure communication?

2006-05-20 Thread lee
On Thu, May 18, 2006 at 08:12:29PM +0100, James Westby wrote: > My point was that if you are worried about people putting the effort > in to cracking *your* SSL based chats, then I would be wondering > what you were actually talking about. Oh, I don't think that anybody will try. > And if I was

Re: best way to secure communication?

2006-05-20 Thread lee
On Fri, May 19, 2006 at 01:09:18PM +0200, CJ van den Berg wrote: > I recommend you try out gajim instead of gabber. > > Gajim also supports end to end gpg encryption and is a lot nicer than > gabber. Gajim is also actively maintained, which gabber is not AFIAK. Thanks, it really seems to be nice

switching games between fullscreen and window

2006-05-21 Thread lee
Hi, is there any way to switch between fullscreen and window mode in games that use SDL, like Quake4 and X2 (X2 demo for now)? There must be some way because when windows pop up while playing in full screen, the X2 demo is switched to a window and back. Quake4 has trouble with that, though. Sin

Re: switching games between fullscreen and window

2006-05-22 Thread lee
On Mon, May 22, 2006 at 11:19:33AM +0100, Jon Dowland wrote: > At 1148262532 past the epoch, lee wrote: > > Hi, > > > > is there any way to switch between fullscreen and window > > mode in games that use SDL, like Quake4 and X2 (X2 demo > > for now)? > >

Re: best way to secure communication?

2006-05-22 Thread lee
On Sat, May 20, 2006 at 03:36:12PM -0400, Stephen wrote: > On Sat, May 20, 2006 at 10:34:03AM -0700 or thereabouts, Andrew > Sackville-West wrote: > > On Sat, May 20, 2006 at 06:22:03PM +0200, lee wrote: > > > > I tried it out, but I couldn't get it to work. It jus

Re: best way to secure communication?

2006-05-23 Thread lee
On Sat, May 20, 2006 at 10:44:29PM +0100, James Westby wrote: > No metter how well the encryption is implemented on top of a protocol > like that it could be circumvented easily. For real security it has to > be designed in from the start. Yeah, I wondered why that has not been done. It's one of

Re: switching games between fullscreen and window

2006-05-25 Thread lee
On Tue, May 23, 2006 at 04:10:39PM +0100, Jon Dowland wrote: > At 1148347889 past the epoch, lee wrote: > > On Mon, May 22, 2006 at 11:19:33AM +0100, Jon Dowland > > wrote: > > > Off the top of my head, the program must call SDL_Quit > > > and re-initialise the

(switching between X11 and consoles (Re: switching games between fullscreen and window)

2006-05-25 Thread lee
On Tue, May 23, 2006 at 11:37:19AM +0200, Florian Kulzer wrote: > > avail. When I start gdm, I can switch as long as I'm not logged in, > > but I don't use gdm and don't want to log off to switch anyway. > > Check with "xev" if the Ctrl, Alt and Fn-x key generate the right key > press/release eve

Re: best way to secure communication?

2006-05-25 Thread lee
On Tue, May 23, 2006 at 11:08:25AM +0100, James Westby wrote: > > Yeah, I wondered why that has not been done. It's one of the first > > things to think of when creating any protocol that can be used to > > transfer information over insecure channels. > > I doubt most users of IM programs do not

Re: best way to secure communication?

2006-05-25 Thread lee
On Tue, May 23, 2006 at 12:08:47PM +0200, Joris Huizer wrote: > That may be because of how the internet started -- it was meant just for > sharing information; when you don't care about who could read your data, > there isn't too much reason to secure communication... it's just that at > the st

Re: (switching between X11 and consoles (Re: switching games between fullscreen and window)

2006-05-25 Thread lee
On Thu, May 25, 2006 at 07:50:37PM +0200, Florian Kulzer wrote: > You could try one or more of the following: > > - Driver "kbd" instead of "keyboard" > - comment out the "ctrl:nocaps" line > - "pc104" or "pc105" as the XkbModel > - add a line: Option "Xkbdisable" "true" > > More suggestions are

Re: Building case for Debian in server room at a University

2006-05-25 Thread lee
On Wed, May 24, 2006 at 10:15:00PM -0300, Donald Teed wrote: > It would be helpful if I could learn of other academic > institutions using Debian in core Internet service roles, such > as email and spam filtering, DNS, DHCP, web, etc. Hm, much could be said, but it all comes down to that Debian j

Re: (switching between X11 and consoles (Re: switching games between fullscreen and window)

2006-05-26 Thread lee
> How do I disable Caps_Lock? I disabled it with entries like that: clear Shift clear Lock clear Control clear Mod1 clear Mod2 clear Mod3 clear Mod4 clear Mod5 addShift = Shift_L Shift_R addControl = Control_L Control_R addMod1= Alt_L addMod2= Num_Lock addMod3=

Asus sucks (Re: sata sucks)

2006-05-26 Thread lee
On Wed, May 03, 2006 at 02:55:27PM +0200, Michelle Konzack wrote: > And second, it does not only work with Floppy... burn the BIOS onto a > CD and it works too. > > All of my AsusTek mainboards (K7 and K8) have the same EZ-BIOS no need > for stupid DOS-FLASH-TOOLS... They are outdated! Hm, how

dpenedencies in testing totally broken :(

2006-06-04 Thread lee
Hi, dependencies in testing are totally broken now :( Do not upgrade the package lists until this has been fixed! If you upgrade your system, it will leave you with a broken system. I was lucky to get it working to some extend, but dselect wants to remove many packages I want to keep installed.

Re: dpenedencies in testing totally broken :(

2006-06-07 Thread lee
On Mon, Jun 05, 2006 at 12:19:49PM +0200, Hendrik Sattler wrote: > lee wrote: > > dependencies in testing are totally broken now :( Do not upgrade the > > package lists until this has been fixed! > > Did you try if aptitude does a better job? > It did so and had absolute

empty gnome menues

2006-06-07 Thread lee
Hi, what do you do when on a fresh install of stable the menues in the gnome-panel are (mostly) empty? The Debian menue in there is totally empty. There doesn´t even seem to be a shell that could be started from the menue. Is there some way to fill them with what they should contain? Most promis

Re: dpenedencies in testing totally broken :(

2006-06-08 Thread lee
On Wed, Jun 07, 2006 at 10:53:30PM -0700, Derek wrote: > I have none of the problems that you speak of. That´s weird. Since we all access the same pool of packages, we would have the same problems. It´s even not the first time that dselect removes things I want to keep. The gnome-panel was remove

Re: empty gnome menues

2006-06-08 Thread lee
On Wed, Jun 07, 2006 at 11:12:39PM -0300, Gabriel Parrondo wrote: > lee escribió: > >Hi, > > > >what do you do when on a fresh install of stable the menues in the > >gnome-panel are (mostly) empty? The Debian menue in there is totally > > did you tried > upda

translate, other languages than English

2006-06-11 Thread lee
Hi, translate is a very nice tool to translate words between English and German and the other way round. Now I´m looking for something similar, but for either Spanish/German or Spanish/English. Is there some Spanish wordbook for translate? Or is there some other tool that you could recommend? G

Osama Bin Laden Take Over List!

2006-08-19 Thread lee
Osama Bin Laden haxored dis account and i will haxor dis list next so don\\\'t dis me yo! Iraq 4eva! Bwahahahahahaahahahahahahahahahahahahahahahaha! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trou

RE: Osama Bin Laden Take Over List!

2006-08-19 Thread lee
Oop Osama must get off internet cafe computer, Osama take over list later...hehehehe, fear me...rawr! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Re: Re: how to create again eth0

2009-07-16 Thread lee
On Wed, Jul 15, 2009 at 08:39:55AM +0100, abdelkader belahcene wrote: > Yes thanks, > It seems that the problem is loading module. > It refuses to load the module, > modprobe b44 doesn't give any error, but lsmod |grep b44 > dones't give anything !!! Yeah, insmod doesn't always print an er

Re: editing protected fiels in a word document/remove password

2009-07-16 Thread lee
On Sun, Jul 05, 2009 at 10:10:12AM -0500, John Hasler wrote: > Google "Microsoft Word password". The "don't modify" locking is advisory > only, like PDF locking. Besides, it's from Microsoft. Do you seriously > expect it to work? It made the form useless in that it prevented me from filling

How do you read mail with gnus?

2009-07-17 Thread lee
Hi, how do you read mail, stored in local maildirs, with gnus? I don't see any mail displayed; M-x gnus-no-server shows an empty buffer, though I specified nnmail to access the maildir where the mail is. There are 5 options you can change, listed in the documentation, but the documentation is

Re: How to have gdb step into a function from the application's shared library?

2009-07-18 Thread lee
On Fri, Jul 17, 2009 at 11:34:40PM +, sobtwmxt wrote: > Consider the following pseudo code: > > > appLib.h > > int funcInAppLib(void); > > > :: > main.c > :: > #include "appLib.h" > > int main(void) { > if (funcInAppLib()

Re: How do you read mail with gnus?

2009-07-18 Thread lee
On Sat, Jul 18, 2009 at 08:55:56AM +0300, Teemu Likonen wrote: > On 2009-07-17 22:50 (-0600), l...@yun.yagibdah.de wrote: > > > how do you read mail, stored in local maildirs, with gnus? I don't see > > any mail displayed; M-x gnus-no-server shows an empty buffer, though I > > specified nnmail to

Re: How do you read mail with gnus?

2009-07-18 Thread lee
On Sat, Jul 18, 2009 at 09:48:36AM +0200, Suno Ano wrote: > > Lee> Hi, How do you read mail, stored in local maildirs, with gnus? I > > Gnus is by far the biggest Emacs package thus it takes a while to > configure things. Maybe, if you take a look at my .emacs which can be

Re: [Semi-OT] Need advice on AMD mobo

2009-07-18 Thread lee
On Sat, Jul 18, 2009 at 11:41:03AM -0400, ron.l.john...@cox.net wrote: > Wayne Topa wrote: > [snip] > > > > I recently had to replace a MD and ended up with a Gigabyte > > GA-MA790X-UD4P. It meets or exceeds your specs and was not as expensive > > as I had expected (newegg) > > > [snip] > > 8

Re: SATA DVD/CD-RW still NOT resolved: Please help!!

2009-07-18 Thread lee
On Sat, Jul 18, 2009 at 10:13:18AM +0100, AG wrote: > [5.241216] sr 1:0:0:0: Attached scsi CD-ROM sr0 > [5.279572] sd 0:0:0:0: Attached scsi generic sg0 type 0 > [5.279572] sr 1:0:0:0: Attached scsi generic sg1 type 5 What happens when you disable generic SCSI? You don't need it for a

Re: CUPS lpq

2009-07-18 Thread lee
On Sat, Jul 18, 2009 at 10:46:26PM +0530, Girish Kulkarni wrote: > Hello, > > How can I make the CUPS lpq command give more details than simply > this? -- > >gir...@marvin:~$ lpq -P duplex2 >duplex2 is ready >no entries see man lpq > I work on my laptop (running Lenny) plugged into my

Re: CUPS lpq

2009-07-18 Thread lee
On Sat, Jul 18, 2009 at 10:14:26PM +0100, Roger Leigh wrote: > On Sat, Jul 18, 2009 at 10:46:26PM +0530, Girish Kulkarni wrote: > >gir...@marvin:~$ lpq -P duplex2 > >duplex2 is ready > >no entries > > > > I work on my laptop (running Lenny) plugged into my organization's > > network an

Re: How about NUMA?

2009-07-19 Thread lee
At Sun, 19 Jul 2009 20:11:03 -0500, Ron Johnson wrote: > > On 2009-07-08 22:49, lee wrote: > > Hi, > > > > under what circumstances are you supposed to turn on NUMA support in > > the kernel settings? > > Really expensive server-oriented multi-*socket* bo

Re: [Semi-OT] Need advice on AMD mobo

2009-07-19 Thread lee
At Sun, 19 Jul 2009 21:22:08 -0500, Mark Allums wrote: > ASUS is not a "no-name" board. Dell, HP, and others use ASUS OEM bords > in their computers. That doesn't mean that they are still good like they used to be. I've seen 10--15 out of 25 Asus boards, all the same model, giving Windoze XP tr

Re: How about NUMA?

2009-07-20 Thread lee
On Mon, Jul 20, 2009 at 12:33:10AM -0500, Ron Johnson wrote: >>> You still only have 1 CPU chip, so NUMA is irrelevant. >> >> Thanks! Interestingly, you can turn it on nonetheless, and it works > > That's because the kernel doesn't just use stuff simply because you > compile it in. Search thru d

Re: [Semi-OT] Need advice on AMD mobo

2009-07-20 Thread lee
On Mon, Jul 20, 2009 at 03:12:46AM -0500, Mark Allums wrote: > lee wrote: >> At Sun, 19 Jul 2009 21:22:08 -0500, >> Mark Allums wrote: > > Not being able to update the BIOS is not an ASUS problem. Actually, > ASUS is very good about updating their BIOSes. I never

Re: CUPS lpq

2009-07-20 Thread lee
On Mon, Jul 20, 2009 at 12:48:26PM +0530, Girish Kulkarni wrote: > Yes, CUPS not noticing jammed, busy or off printers is my basic > problem here too. It would be interesting to know what the CUPS > people have to say about this. Afair there is a setting which allows you to change the behaviour,

Re: Hdd stop / Acpi / Debian Lenny

2009-07-20 Thread lee
On Mon, Jul 20, 2009 at 11:16:51AM +0200, Frederic wrote: > Hello, > > I installed Debian Lenny. The hdd often stops... Is there a problem with > acpi? How do you know that the disk stops? Or do you mean it stops working and becomes unusable? > Debian lenny est uninstalled at the moment. How to

Re: [Semi-OT] Need advice on AMD mobo

2009-07-20 Thread lee
On Mon, Jul 20, 2009 at 12:03:51PM -0500, Victor Padro wrote: > Asus BIOSes can be upgraded using a usb memory since the release the > first Pentium 4/Athlon XP mainboards. Then their support could have told me that, I asked them ... -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.

Re: Hdd stop / Acpi / Debian Lenny

2009-07-20 Thread lee
On Mon, Jul 20, 2009 at 11:42:39AM +0200, Frederic wrote: > lee wrote: >> How do you know that the disk stops? Or do you mean it stops working >> and becomes unusable? > > It stops working and becomes unusable. If I reboot and log me in, i > can't do it because i

Re: exim4: fallback smart hosts

2009-07-20 Thread lee
On Mon, Jul 20, 2009 at 11:43:37AM +0200, Jonas Meurer wrote: > Hello, > > Is it possible to configure a fallback smart host in exim4? Afair it is possible by specifying several smart hosts instead of one. You need to look it up in info exim4 or in the PDF manual, but afair exim will try hosts on

Re: Font (or color) problem on current unstable x86 box

2009-07-20 Thread lee
On Mon, Jul 20, 2009 at 12:04:21PM +0100, David Goodenough wrote: > X Error: BadName(named color or font does not exist) 15 Perhaps you need to install some package that provides color names. It looks as if a program is trying to use a color name that isn't known to X: either a "bad name" like "g

Re: no fsck?

2009-07-20 Thread lee
On Mon, Jul 20, 2009 at 11:24:47PM -0700, jeremy jozwik wrote: > On Mon, Jul 20, 2009 at 11:18 PM, Ron Johnson wrote: > > 251 FATs?  WTF > > yah... im 95% that the sd needs to be re-formatted > > > What's the output from: > > $ cc -v > > # cc -v > bash: cc: command not found You don't have

Re: KDE compression options: tar, zip, or rar

2009-07-21 Thread lee
On Tue, Jul 21, 2009 at 06:18:17PM +1200, Chris Bannister wrote: > Hey, easy on! Technically, the question is OT for this list. It is more > appropriate for a "general linux" list, for example: If he's using Debian, the question is not off topic, see http://www.debian.org/MailingLists/subscribe:

Re: [Semi-OT] Need advice on AMD mobo

2009-07-21 Thread lee
On Tue, Jul 21, 2009 at 12:52:52AM -0500, Victor Padro wrote: > On Tue, Jul 21, 2009 at 12:44 AM, lee wrote: > > On Mon, Jul 20, 2009 at 12:03:51PM -0500, Victor Padro wrote: > >> Asus BIOSes can be upgraded using a usb memory since the release the > >> first Pen

Re: [Semi-OT] Need advice on AMD mobo

2009-07-21 Thread lee
On Tue, Jul 21, 2009 at 12:58:28AM -0500, Ron Johnson wrote: > > Their answer "We don't support Linux", repeatedly, even though, of > course, BIOS disk detection has nothing to do with Linux. I got the same answer from Gigabyte (two of my disks are not detected by the BIOS when AHCI is enabl

Re: [Semi-OT] Need advice on AMD mobo

2009-07-22 Thread lee
On Tue, Jul 21, 2009 at 11:31:23AM +0200, Siggy Brentrup wrote: > Did you ever try to proceed like this: > > "Would you please give me your name again, I forgot to note it. If > $STATEMENT is the official position of $COMPANY, i'll cite it on my > web page." No, but nobody cares what I might pu

Re: exim4: fallback smart hosts

2009-07-22 Thread lee
On Tue, Jul 21, 2009 at 01:17:57PM +0200, Jonas Meurer wrote: > hello, > > On 21/07/2009 lee wrote: > > On Mon, Jul 20, 2009 at 11:43:37AM +0200, Jonas Meurer wrote: > > > Is it possible to configure a fallback smart host in exim4? > > > > Afair it is possib

Re: Font (or color) problem on current unstable x86 box

2009-07-22 Thread lee
On Tue, Jul 21, 2009 at 10:16:41AM +0100, David Goodenough wrote: > If you read the rest of my original message, it would appear to be a font > that is missing, not a color. My real question however is how I find out > WHICH font (or color) is missing. You're right, it can also be a font. Which f

Re: MTA experts: address rewriting depending on next hop

2009-07-22 Thread lee
On Tue, Jul 21, 2009 at 01:03:01PM +0200, Siggy Brentrup wrote: > > Here's the question again: which one of the abundance of MTAs in > Debian is capable of address rewriting depending on destination? Exim4 can do this. If I understand you right, you want to rewrite the addresses of mail that i

Re: liable NIC for kernel 2.6.18

2009-07-22 Thread lee
On Wed, Jul 22, 2009 at 04:56:36PM +0200, Florian Kriener wrote: > On m...@nurfuerspam.de wrote: > > I'm looking for a PCI NIC with one or two RJ45 connectors that is known > > to be supported 100% from the Linux Kernel 2.6.18. > > Try the Intel cards. They work very well and are quite cheap (the

Re: Open Office question.

2009-07-22 Thread lee
On Wed, Jul 22, 2009 at 12:12:40PM -0400, I Rattan wrote: > > I did dist-upgrade and the new openffice (3.1) > and it does display a .php file (goal is to convert > to .txt), the older version did do this function. What's the difference between a php file and a text file? -- To UNSUBSCRIBE, ema

Re: exim4: fallback smart hosts

2009-07-22 Thread lee
On Thu, Jul 23, 2009 at 02:40:08AM +0200, Jonas Meurer wrote: > On 22/07/2009 lee wrote: > > How did it solve the problem of authenticating with the smarthosts? > > You're not using open relays, are you? > > I simply added yet another line with smarthost:use

Re: FWD: Re: Network email draft

2009-07-22 Thread lee
On Thu, Jul 23, 2009 at 03:41:06AM +, bouncy...@gmail.com wrote: > [unreadable stuff deleted] see http://www.webfoot.com/advice/email.top.php -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: MTA experts: address rewriting depending on next hop

2009-07-23 Thread lee
On Thu, Jul 23, 2009 at 11:32:43AM +0200, Siggy Brentrup wrote: > Oops, this one slipped by me since I have moved the question to > d-devel, sorry for not Ccing d-user. > > On Wed, Jul 22, 2009 at 16:10 -0600, lee wrote: > > On Tue, Jul 21, 2009 at 01:03:01PM +0200, Si

Re: Open Office question.

2009-07-23 Thread lee
On Thu, Jul 23, 2009 at 08:39:09AM -0700, Bob McGowan wrote: > lee wrote: > > On Wed, Jul 22, 2009 at 12:12:40PM -0400, I Rattan wrote: > >> I did dist-upgrade and the new openffice (3.1) > >> and it does display a .php file (goal is to convert > >> to .txt), th

Re: Debian Lenny amd64 hangs when loading parport module

2009-07-23 Thread lee
On Thu, Jul 23, 2009 at 11:52:50PM -0500, Jose Perez wrote: > I got an error about problems creating a foomatic filter from the > KDE printer assistant. What did the error message say? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? C

Re: FWD: Re: Network email draft

2009-07-23 Thread lee
On Thu, Jul 23, 2009 at 05:12:18AM +, bouncy...@gmail.com wrote: > And what of the ideas contained therein? I tried to read it, but found it unreadable. If you want others to read your postings, it's a good idea to try to make a posting that is easy to read and understandable. I don't like it

Re: compensating for dhcp which only provides useless dns

2009-07-23 Thread lee
On Wed, Jul 22, 2009 at 10:50:08PM -0700, Paul Scott wrote: > wireless works fine except at one location where my guess is that the > DNS is not set up correctly. > but I haven't figured out how /etc/resolv.conf is being > overwritten or where I can put the working nameserver addresses The n

Re: How to create"official" off-line repository

2009-07-23 Thread lee
On Thu, Jul 23, 2009 at 10:18:01AM +0300, Hai Zaar wrote: > Good day dear list! > > I work for organisation that has its development network off-line and > I want to setup a Debian with current Lenny release. Maybe mirroring might work: http://www.debian.org/mirror/ftpmirror Or are you saying th

Re: There is no signal coming from your computer..

2009-07-23 Thread lee
On Thu, Jul 23, 2009 at 06:29:34PM +0200, Mathieu Malaterre wrote: > Another debian-user reported having similar problems. In the morning when I > get in, I do not have any problems. This seems to only appears on a shorted > breaks. And my dell 2709W / DisplayPort clearly state: "There is no sig

Re: Live CD says all fs clean, but...

2009-07-23 Thread lee
On Thu, Jul 23, 2009 at 09:58:32AM -0400, ron.l.john...@cox.net wrote: > boot procedure still mounts / as RO, and so "it" can't write to /var (which > is part of /) and thus the boot process freezes just after S55something. Check /boot/grub/menu list; I think that's where the kernel is being told

Re: How to tell if an m4a file is lossless

2009-07-23 Thread lee
On Thu, Jul 23, 2009 at 03:32:15PM -0400, Stefan Monnier wrote: > How can I tell (from a script) if some *.m4a file is using the AAC codec > or the ALAC codec? Unpack it and compare it to the "original" unpacked file? Perhaps the packer leaves a signature somewhere in the packed file to tell an u

Re: Live CD says all fs clean, but...

2009-07-24 Thread lee
On Fri, Jul 24, 2009 at 01:30:58AM -0500, Ron Johnson wrote: > On 2009-07-24 01:08, lee wrote: >> Check /boot/grub/menu list; I think that's where the kernel is being >> told to mount the root-fs read-only: > > That's what I eventually did, earlier this evening.

Re: MTA experts: address rewriting depending on next hop

2009-07-24 Thread lee
On Fri, Jul 24, 2009 at 12:23:28AM -0500, Ron Johnson wrote: > On 2009-07-24 00:04, lee wrote: >> On Thu, Jul 23, 2009 at 11:32:43AM +0200, Siggy Brentrup wrote: > [snip] >>> Look at the Received: headers in my mails, afaict winnegan.fake is no >>> valid domain ou

Re: Emails [SEC=UNCLASSIFIED]

2009-07-24 Thread lee
On Fri, Jul 24, 2009 at 12:25:02PM +1000, Gibson, Jodie MRS wrote: > UNCLASSIFIED ?? > Do you have a dedicated 'group' page (similar to yahoo groups) where > people can post/read messages, or is it done totally through an e-mail > list? Debian-user is a mailing list. I don't know what a "group p

Re: MTA experts: address rewriting depending on next hop

2009-07-24 Thread lee
On Fri, Jul 24, 2009 at 08:10:16AM +0200, Siggy Brentrup wrote: > On Thu, Jul 23, 2009 at 23:04 -0600, lee wrote: > > Look at my headers: who cares? Unless you're an ISP or MSP or run the > > servers for a company, nobody is going to mind. > > That's wrong, as

Re: Install question

2009-07-24 Thread lee
On Thu, Jul 23, 2009 at 11:39:10PM -0500, Scott Curtis wrote: > Hi I have ubuntu 8.10 and was wondering if I can install Debian 5.0 with > Ubuntu??? Debian has it's own installer you can install Debian with. That probably works a lot better than installing it with Ubuntu. If you're asking if you

Re: exim4: fallback smart hosts

2009-07-24 Thread lee
On Fri, Jul 24, 2009 at 01:11:28PM +0200, Jonas Meurer wrote: > > /usr/share/doc/exim4/README.Debian.gz: > > 2.3.1. Using Exim as SMTP-AUTH client Thanks! Seems like they extended the documentation since the last time I looked :) -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.or

Re: MTA experts: address rewriting depending on next hop

2009-07-24 Thread lee
On Fri, Jul 24, 2009 at 01:26:37PM +0200, Siggy Brentrup wrote: > On Fri, Jul 24, 2009 at 00:57 -0600, lee wrote: > > On Fri, Jul 24, 2009 at 08:10:16AM +0200, Siggy Brentrup wrote: > [SNIP] > > > Well, this was my last post in this thread, I'll grant you the final >

Re: Debian Lenny amd64 hangs when loading parport module

2009-07-24 Thread lee
On Fri, Jul 24, 2009 at 08:16:31AM -0500, Jose Perez wrote: > On Fri, Jul 24, 2009 at 12:20 AM, lee wrote: > > On Thu, Jul 23, 2009 at 11:52:50PM -0500, Jose Perez wrote: > > > >> I got an error about problems creating a foomatic filter from the > >> KDE printe

Re: Live CD says all fs clean, but...

2009-07-24 Thread lee
On Fri, Jul 24, 2009 at 03:39:42AM -0500, Ron Johnson wrote: > On 2009-07-24 02:05, lee wrote: >> On Fri, Jul 24, 2009 at 01:30:58AM -0500, Ron Johnson wrote: >>> On 2009-07-24 01:08, lee wrote: >>>> Check /boot/grub/menu list; I think that's where the kernel i

Re: Emails [SEC=UNCLASSIFIED]

2009-07-24 Thread lee
On Fri, Jul 24, 2009 at 10:14:00AM +0300, Andrei Popescu wrote: > Why do you assume he has a choice? Many organisations insert this for > all outgoing mail. I don't care if he or she has a choice. That's her or his problem, not mine. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debia

Re: RAID probs

2009-07-24 Thread lee
On Fri, Jul 24, 2009 at 01:23:23PM -0600, Glenn English wrote: > mdadm --zero-superblock /dev/sdbX > > Well, I thought it was fixed. But on reboot, dmesg said somebody was > still trying to start those 3 RAID arrays I thought I'd destroyed. Perhaps there is some information stored in your i

Re: Emails [SEC=UNCLASSIFIED]

2009-07-24 Thread lee
On Fri, Jul 24, 2009 at 02:58:45PM -0700, Robert Holtzman wrote: > On Fri, 24 Jul 2009, lee wrote: > >> On Fri, Jul 24, 2009 at 10:14:00AM +0300, Andrei Popescu wrote: >> >>> Why do you assume he has a choice? Many organisations insert this for >>> all outgoi

Re: MTA experts: address rewriting depending on next hop

2009-07-25 Thread lee
On Sat, Jul 25, 2009 at 12:04:05PM +0200, Siggy Brentrup wrote: > On Fri, Jul 24, 2009 at 10:16 -0600, lee wrote: > > On Fri, Jul 24, 2009 at 01:26:37PM +0200, Siggy Brentrup wrote: > [snip] > > > Moreover you're quoting my hint to the link there. Look into > >

<    1   2   3   4   5   6   7   8   9   10   >