Re: initrd and booting SCSI

1999-06-10 Thread brendon
some more advice on > this. I have read the initrd HOWTO but found it confusing more than > helpful to this situation. Do you have IDE and scsi? If you do, you should have your bios set for booting scsi and you must tell LILO about it. Edit you lilo.conf and add the lines so it realizes your disk order. Brendon

nfsd shutdown problems

2000-09-13 Thread brendon
running version: nfs-kernel-server .2-1 nfs-common .2-1 Anyone run into this or have a clue? Thanks, Brendon

running xconfig

2001-01-14 Thread Brendon
when opening an xterminal in kde2 and attempting to run make xconfig in /usr/src/kernel-source-x.y.z/ i get the following error: Xlib: connection to ":0.0" refused by server Xlib: Client is not authorized to connect to Server Application initialization failed: couldn't connect to display ":0" i'

Re: missing consoles

2001-01-14 Thread Brendon
> > Hi all, > > > > for some reason i can only use one console. when i 2> i > > get a blank screen with a blinking cursor. > > > > only one getty is started (checked process') after boot (init 5). anyone > > know a solution? > > Do you have some lines similar to this in your /etc/inittab file? If

Re: missing consoles

2001-01-14 Thread Brendon
On Sunday 14 January 2001 23:31, Kent West wrote: > Brendon wrote: > >>> Hi all, > >>> > >>> for some reason i can only use one console. when i 2> > >>> i get a blank screen with a blinking cursor. > >>> > >>> only on

Re: Burning ISO-Image in Windows?

2001-01-16 Thread Brendon
> > I´ve downloaded the ISO-Image from the Debian- > > Homepage, but I can´t find a way to burn it. Nero > > doesn´t work with the options told in the faq. > > Fireburner also doesn´t work. Can anyone provide > > me a freely available program that is able to burn > > the ISO? > > I don't recall if

gcc: "cannot create executables"

2001-01-17 Thread brendon
when attempting to compile a program i receive the following error message: checking whether the C++ compiler (c++ ) works... no configure: error: installation or configuration problem: C++ compiler cannot create executables. when doing a ./configure on licq in /usr/local/src/licq- af

Ignore: gcc: "cannot create executables"

2001-01-17 Thread brendon
ignore the previous mail, for some reason gcc wasnt even installed...

gcc: "cannot create executables" (confused now)

2001-01-17 Thread brendon
>when attempting to compile a program i receive the following error message: > >checking whether the C++ compiler (c++ ) works... no >configure: error: installation or configuration problem: C++ compiler cannot >create executables. > >when doing a ./configure on licq in /usr/local/src/licq-xx

Re: gcc: "cannot create executables" (confused now)

2001-01-17 Thread brendon
On Thursday 18 January 2001 00:28, D-Man wrote: > (BTW, I'm assuming you don't know how to program) > > Try pasting the following into a file (call it foo.c) and then run > the command: > > $ gcc foo.c > $ ./a.out > > > /* this is the text to put in a file *

attaining IO port info for an ISA networkcard

2001-06-22 Thread Brendon
short question, the subject says it all really. how do you find out which io port your ISA networkcard is using? Brendon

Re: attaining IO port info for an ISA networkcard

2001-06-22 Thread Brendon
On Friday 22 June 2001 20:21, Duane Powers wrote: > Brendon wrote: > > short question, the subject says it all really. how do you find out which > > io port your ISA networkcard is using? > > cat /proc/ioports which gives: 000-001f dma1 0020-003f pic1 0040-005f timer 0060-00

IP Maquerading: no connection to external network

2001-06-22 Thread Brendon
Hello debian users, I've just set up a machine for ip masquerading which will allow all the other machines connected to it access the net, 'least.. theoretically. the current setup: Gateway: external ip 195.38.200.201 internal ip 192.162.0.1 Laptop: internal ip 192.162.0.2 desktop:.. the g

Re: IP Masquerading: no connection to external network

2001-06-22 Thread Brendon
On Saturday 23 June 2001 00:35, you wrote: > On Fri, Jun 22, 2001 at 11:56:52PM +0200, Brendon wrote: > > Gateway: external ip 195.38.200.201 internal ip 192.162.0.1 > > Laptop: internal ip 192.162.0.2 > > desktop:.. > > > > the gateway is able to access the n

Re: IP Masquerading: no connection to external network

2001-06-22 Thread Brendon
On Saturday 23 June 2001 01:11, Joost Kooij wrote: > On Sat, Jun 23, 2001 at 12:45:18AM +0200, Brendon wrote: > > 'fraid it had no affect. the syslogs on both machines show nothing out of > > the ordinary either > > How did you setup masquerading, did you install i

Re: IP Masquerading: no connection to external network

2001-06-22 Thread Brendon
On Saturday 23 June 2001 01:37, you wrote: > On Sat, Jun 23, 2001 at 01:22:37AM +0200, Brendon wrote: > > On Saturday 23 June 2001 01:11, Joost Kooij wrote: > > > How did you setup masquerading, did you install ipmasq.deb or did > > > you try everything by hand? >

Re: attaining IO port info for an ISA networkcard

2001-06-22 Thread Brendon
s for > your modconf options. In any case, I would review the copious amount of > info available on your particular NIC at the site mentioned above. The > various ISA NIC's setup will vary somewhat according to the chipset > used. ah, thank you kindly.. another problem of many solved :) Brendon

and we won't stop..

2001-06-22 Thread Brendon
with the hub.. but there's not exactly much that can be done to make things go wrong... it's a tp-link 10BASE-T hp8m ethernet hub. can someone explain this behavior, any hunches.. etc? Brendon

Re: and we won't stop..

2001-06-22 Thread Brendon
On Saturday 23 June 2001 03:52, you wrote: > On Sat, Jun 23, 2001 at 03:25:07AM +0200, Brendon wrote: > > 2 comps connected to a hub which gets it's 'uplink' from the gateway. one > > of these computers can ping the gateway (both external ip and internal) > > a

Re: IP Maquerading: no connection to external network

2001-06-23 Thread Brendon
On Saturday 23 June 2001 08:27, Sebastiaan wrote: > On Fri, 22 Jun 2001, Brendon wrote: > > Hello debian users, > > > > I've just set up a machine for ip masquerading which will allow all the > > other machines connected to it access the net, 'least.. the

OT: C++ Newbie and KDE/QT

2001-06-26 Thread Brendon
#x27;ve been through on the doc.trolltech.com site have left me a little disappointed. Does anyone know of a good site where QT/KDE programming is explained? And what did you start with when learning C++? any suggestions are appreciated. Brendon -- "if we live by an "eye for

compiling from CVS: gtkmozembed.h not found

2001-06-26 Thread Brendon
ceive the error message after issuing.. ./configure --with-mozilla-includes=/usr/local/mozilla/include --with-mozilla-libs=/usr/local/mozilla completes without errors and finally.. make which gives the error message of the missing file. any help would be greatly appreciated. Brendon

Re: OT: C++ Newbie and KDE/QT

2001-06-26 Thread Brendon
On Tuesday 26 June 2001 19:14, D-Man wrote: > On Tue, Jun 26, 2001 at 12:06:50PM +0200, Brendon wrote: > | Does anyone know of a good site where QT/KDE programming is explained? > | And what did you start with when learning C++? > > I don't use KDE and I don't like Qt&#x

Re: OT: C++ Newbie and KDE/QT

2001-06-26 Thread Brendon
On Tuesday 26 June 2001 20:16, you wrote: > On Tue, 26 Jun 2001, Brendon wrote: > > This summer holiday I took on the task of learning C++ with (shamefully > > :) the help of C++ For Dummies. > > > > Having tried to learn C++ in the past I'm now reasonably familar

Re: V = I * R and the rest (Re: OT: C++ Newbie and KDE/QT)

2001-06-28 Thread Brendon
On Friday 29 June 2001 00:57, you wrote: > On Tue, Jun 26, 2001 at 12:06:50PM +0200, Brendon wrote: > > what did you start with when learning C++? > > > > any suggestions are appreciated. > > No suggestions, but you get a free ticket to a gratuitous rant: woohoo! ;) &g

test

2001-05-08 Thread Brendon

compiling from cvs

2001-06-03 Thread Brendon
ure script, and are there any documents/guides/howtos to compiling from cvs? Brendon

Re: compiling from cvs

2001-06-03 Thread Brendon
x27;m trying to compile konverse from cvs, how would i usually go about > this B> when there's no configure script, > > Yup. Storing generated files (like configure) in CVS is generally a > poor idea, since they can vary greatly between build machines and > versions of unrelated software. thank you for being completely unhelpful ;) Brendon

[slightly OT] 486 50mhz 16ram 258mb HD

2001-06-16 Thread Brendon
gateway, firewall or webserver? if so would debian run on it, or should i look for a single floppy solution (and if so which one, where do i look)? Brendon

Re: [slightly OT] 486 50mhz 16ram 258mb HD

2001-06-16 Thread Brendon
for a webserver. Depends on your > cable modem line. ah, that's good to hear. one question though: how large should the swap partition be.. ? i usually use one that is slightly larger than my RAM but with only 16 to begin with i'd think i'd need about 50mb swap. Brendon

Re: [slightly OT] 486 50mhz 16ram 258mb HD - Kernel Panic

2001-06-16 Thread Brendon
setting perhaps? has anyone seen this before? Brendon

Re: NETSCAPE 6 PROBLEM!

2001-06-16 Thread Brendon
t I need help if you are install netsape 6.1 install it in your home directory (not the default /usr/local/bin), i've heard quite a few people having trouble with plugins when they installed netscape in other directories than their home dirs. Brendon

Re: [slightly OT] 486 50mhz 16ram 258mb HD - Kernel Panic

2001-06-17 Thread Brendon
On Sunday 17 June 2001 10:29, you wrote: > On Sat, 16 Jun 2001, Brendon wrote: > > after inserting the rootdisk i receive the following error message: > > > > [MS-DOS FS Rel. 12, FAT 16,check=n,conv=b,uid=0,gid=0,umask=022,bmap] > > [me=0xa6,sc=340,#f=194,fs=44860,fl=

RE: apt-get configuration for multi cd set

1999-06-05 Thread Brendon Baumgartner
ation instructions. Brendon -Original Message- From: Frank Petzold [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 1999 5:23 AM To: debian-user@lists.debian.org Subject: apt-get configuration for multi cd set How should I configure apt-get to use 1) my 2 CD binary distribution 2) ftp.debian.or

Alsa and sb16. No go.

1999-06-06 Thread Brendon Baumgartner
module sound support and thats all. No card or anything selected. I also compiled and isntalled the alsa modules. I ran alsaconfig. I'm not getting anywhere though. I'm not even sure where to look. Anyone have a good idea? Brendon

RE: [comp.os.linux.misc] I am not impressed with Debian so far.

1999-06-08 Thread Brendon Baumgartner
ing problems to this day, but I'm use to Debian, so i firgure most of them out quickly... well, except for ALSA that is =) ... Brendon > -Original Message- > From: Paul Seelig [mailto:[EMAIL PROTECTED] > Sent: Monday, June 07, 1999 8:34 PM > To: d

RE: Random partitioning questions

1999-06-08 Thread Brendon Baumgartner
make a /var also. You could seperate /usr and /usr/local also, but that starts to get more extreme. Its up to you. Brendon -Original Message- From: Brad [mailto:[EMAIL PROTECTED] Sent: Monday, June 07, 1999 10:04 PM To: debian-user@lists.debian.org Subject: Random partitioning questions

RE: can bind keep best routes ?

1999-06-08 Thread Brendon Baumgartner
Ummm ...what does bind have to do with routing? -Original Message- From: Jean-Yves F. Barbier [mailto:[EMAIL PROTECTED] Sent: Monday, June 07, 1999 6:07 PM To: debian-user@lists.debian.org Subject: can bind keep best routes ? Hi all, I think bind is able to keep the best routes in a fil

RE: xfstt

1999-06-11 Thread Brendon Baumgartner
utlook 2000 ttf worked once in netscape and it looked great. Now whenever i select the outlook font (which i got from win), it just displays a mess. It does this with one or two others. Is this normal? Brendon -Original Message- From: Alisdair McDiarmid [mailto:[EMAIL PROTECTED] Sent: Thursday

RE: xfstt

1999-06-11 Thread Brendon Baumgartner
Do you have an exaple for setting up xfs and replacing all the X fontpath config lines? Seems I can't get it working properly. BB -Original Message- From: Arcady Genkin [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 1999 3:08 PM To: debian-user@lists.debian.org Subject: Re: xfstt Al

RE: dependencies

1999-06-26 Thread Brendon Baumgartner
y, June 26, 1999 3:05 PM To: Brendon Baumgartner Subject: Re: dependencies Brendon Baumgartner wrote: > > I don't get any error messages. When i'm using dselect and it does "checking > dependencies" it gets stuck. It just sits there and does nothing. I did an > upgr

apt-get errors

1999-06-27 Thread Brendon Baumgartner
anyone know how I can fix this mess? Seems like the scripts are broken or something... viper:/var/cache/apt/archives# apt-get -f install Reading Package Lists... Done Building Dependency Tree... Done The following extra packages will be installed: xfig 1 packages upgraded, 0 newly installed, 0

gnome session-panel & X problems

1999-07-04 Thread Brendon Baumgartner
its in X till i press ctrl-alt-bkspc. Anyone know why this might be? I can't figure it out. I'm running the latest potato. Brendon

telnet terminal gets garbled

1999-07-04 Thread Brendon Baumgartner
I don't know why this happens, but when I telnet to my machine and I use dselect, emacs, or whatever. The text gets messed up. I use CRT for telneting. I have it set to vt100 and have the ansi box checked in the settings. I telnet to slackware boxes with the same settings and they work fine. It see

RE: gnome session-panel & X problems

1999-07-04 Thread Brendon Baumgartner
I don't have an .xsession file, or mabye I dleted it in trying to clense the problem. I deleted all the X related hidden stuff. .gnome* and such. I tried to get it to revert to defaults to see if that would help, but it doesn't. Seems like gnome doesn't understand i want to exit!! Well, I thought t

RE: gnome session-panel & X problems

1999-07-04 Thread Brendon Baumgartner
I just went through my logs and I have the same errors in my .gnome-errors file. My .gnome-errors is 14k! Thats from one start of gnome, but it looks like they are mostly errors with sound. I'll try and fix that now and see what else happens. Brendon -Original Message- From:

How to disable prompt "erase downloaded debs"

1999-07-05 Thread Brendon Baumgartner
Is it possible to stop dselect from asking "Do you want to erase the downloaded .deb files (y/n)?" prompt? There is an option in apt-get for this already. I'd rather have it default to no! I keep pressing enter and nuking hundreds of megs! what can i do?? bb

more about garbled terminal

1999-07-06 Thread Brendon Baumgartner
be something I don't know =) Brendon

RE: more about garbled terminal

1999-07-06 Thread Brendon Baumgartner
garbled terminal How is this not proper? I mean, if you are using vt100, then setting the environment variable to vt100 should be the proper way. Am I missing something? >From: Brendon Baumgartner <[EMAIL PROTECTED]> >To: Debian-user >Subject: more about garbled terminal >Dat

RE: more about garbled terminal

1999-07-06 Thread Brendon Baumgartner
Sorry for being dense maybe, but I don't understand the solution. What does screen have to do with garbled stuff? The problem I face is TERM=linux when I login via CRT. Nothing to do with screen. brendon -Original Message- From: Dan [mailto:[EMAIL PROTECTED] Sent: Monday, July 05,

RE: more about garbled terminal

1999-07-06 Thread Brendon Baumgartner
the real terminal (monitor hooked to linux >>box) >>and if you use a telnet. I just hooked up my monitor to my server after I >>set the env var to vt100 to satisfy my telnet. The real terminal was >>skrewed >>up, so I had to set it back to ansi. I suppose it is the

RE: Sound - ALSA or kernel?

1999-07-06 Thread Brendon Baumgartner
Hmm, you'll have to use isapnp for it. I know there is a awe howto out there also. Another thing is to check the kernel docs. There is some awe stuff in there. Good luck. From my soundcard experiences, using oss in the kernel is much easier. I hear alsa is better, but if you don't need its "bettern

RE: other news questions

1999-07-06 Thread Brendon Baumgartner
So an ISP uses inn, but do they use nntpcache? What does it do exactly? I understand it caches, but how, what rules, etc? Well, I'll be setting up some kind of news system, not sure what yet bb -Original Message- From: Nate [mailto:[EMAIL PROTECTED] Sent: Monday, July 05, 1999 10:12

RE: windowmaker and gnome

1999-07-06 Thread Brendon Baumgartner
It should already be loading, you might find a bunch of errors in your .xsession. it appears there is some bug in loading gnome-panel when you load it the first time. Other times seem to work. bb -Original Message- From: Aaron Solochek [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 19

Squid + modroamin

1999-07-10 Thread Brendon Baumgartner
to (latest) and Netscape 4.6. (windows) Thanks. Brendon

Q: pts? vs ttyp?

1999-08-19 Thread Brendon Baumgartner
with telnet and ssh1. ttyp connections are listed when someone connects with ssh2 or if I enable ttysnoop. Should I be concerned about this? What is the difference? Any further help would be great. This is puzzling. Brendon

bashrc file gone! Where is it?

1999-05-28 Thread Brendon Baumgartner
I can't seem to find the .bashrc file. I checked all over for it. According to the debian package search on their website, its suppose to be in the bash package, but I installed that again, and its not there! What can I do to find it?? Thanks. Brendon

dselect wants to remove everything! Stop!

1999-05-28 Thread Brendon Baumgartner
Anyone know why, everything in dselect is set to uninstall? How do i reset the damn thing? I think debs are great, but having to use dsleect is just a nightmare. Thanks for any help! Brendon

Confused package database

1999-06-03 Thread Brendon Baumgartner
he package database? dpkg: serious warning: files list file for package `wdiff' missing, assuming package has no files currently installed. dpkg: serious warning: files list file for package `cftp' missing, assuming package has no files currently installed. THanks, Brendon

RE: Newbie Questions

1999-11-18 Thread Brendon Baumgartner
First of all, upgrading from slink to potato is quite a lot of changes. The system is going to update about every package on your machine. I beleive E 16 requires a lot of things in potato, so no getting around upgrading. What error is apt giving you? For sound, I would check the How-tos or the a

NIS over Internet

1999-11-18 Thread Brendon Baumgartner
>From what I understand NIS isn't encrypted. NIS+ is, but NIS+ doesn't work out of the box and requires a bunch of extra shit to make work. Is there a way to ssh yp or something to get it working? I'd like to use it, but all my servers are spread apart. Thanks. bb

RE: kerneld won't go away!

1999-11-20 Thread Brendon Baumgartner
I added a line "noauto" in /etc/modules file -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Stuart Ballard Sent: Saturday, November 20, 1999 1:57 PM To: debian-user@lists.debian.org Subject: kerneld won't go away! Why is it that, even after religiously run

RE: ipchains

1999-11-21 Thread Brendon Baumgartner
>From my understanding, all the rules should be in /etc/ipmasq/rules -Original Message- From: Colin Marquardt [mailto:[EMAIL PROTECTED] Sent: Sunday, November 21, 1999 1:54 AM To: debian-user@lists.debian.org Subject: Re: ipchains * Sven Esbjerg <[EMAIL PROTECTED]> writes: > On Sat, Nov

Lock file & Debs over NFS

1999-11-21 Thread Brendon Baumgartner
I can't get access to my debs on my desktop over the network. This lock file is getting in my way! Okay my laptop hostname is debian (just installed) and my desktop is viper. For some reason when I do apt-get dist-upgrade, a lock file is created and it won't delete it and complete the command. Als

Re: ftp.au.debian.org mirror

2004-11-30 Thread Brendon Higgins
y knew it was down. It's been back up the past few days. Currently the problem is mentioned as being solved on their homepage. Peace, Brendon pgpEfhvhVBF7K.pgp Description: PGP signature

Re: changing the mountpoint for CD-ROM|RW , Related Question

2005-01-02 Thread Brendon Higgins
of us who aren't planning to reinstall their system via sarge? I've been running sid since potato. Is there any benefit in changing the mount points manually? Or might this be done automatically in the future? Also TIA. Brendon pgpKMgzdZQ0Qk.pgp Description: PGP signature

nfsd shutdown problems

2000-09-14 Thread Brendon B
running version: nfs-kernel-server .2-1 nfs-common .2-1 Anyone run into this or have a clue? Thanks, Brendon

xfs-xtt - cannot establish any listening sockets

2000-07-23 Thread Brendon B
s nobody and not get the error? (get access to listening sockets) Tks Brendon

RE: sound question

2000-12-28 Thread Brendon B
What about modconf in kernel 2.4? It doesn't seem to work because of the directories the modules are put in. brendon -Original Message- From: Allan F. Caetano [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 21, 2000 5:23 AM To: Adam C Powell IV Cc: Daniel Pittman; A

RE: 2.2.10-14 i686 SMP: IDE RAID-5 array hangs on mount

2000-02-05 Thread Brendon B
Okay, what about md v.90 in kernel >= 2.3.40 or 2.4? I checked 2.3.40 and the old raid is in it. Where can i get a kernel that has new raid that is at least 2.2.14 or better? bb -Original Message- From: Peter Samuelson [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 26, 2000 3:31 AM To

Re: MUAs that compare with Outlook (your chance to show how much better Linux is than MS!!)

2001-07-12 Thread Brendon Leese
ound with configuration options. Be sure to install both wine and winesetuptk. However I must agree with the previous post, if you don't want to, or don't have the time to learn GNU/Linux and it's applications then you shouldn't bother. If Windows and Outlook serve you well, why switch to Linux. Evolution and Aethera come close to Outlook in looks, however as someone else mentioned they are both in heavy development and might not contain the features you require. Evolution is currently more complete than Aethera. Personally I like KMail. Cheers, Brendon Leese

test, please ignore

2001-07-13 Thread Brendon Leese
test

Re: kernel compiling problem

2001-08-07 Thread Brendon Colby
thout errors, there > was not any .deb file!!??? Which could be my error? How can I solve it? > > --ejg:wq! If there were no errors, then kernel-package creates a .deb under /usr/src. -- Brendon Colby Systems Administrator Midcontinent Communications pgputPgHSUj0K.pgp Description: PGP signature

Re: Mozilla on win2k :-(

2001-08-07 Thread Brendon Leese
On Tuesday 07 August 2001 22:06, you wrote: > The /unix/ in the URL makes me wonder if its really a win2k resource. > Besides, it seems to involve getting into the code. No thanks - still > strugging with Python. er, well.. it works with all platforms i believe. atleast quite a few of the prefer

Apache / PHP / SNMP

2002-02-26 Thread Brendon Colby
ignal Segmentation fault (11) [Tue Feb 26 11:33:32 2002] [notice] child pid 2709 exit signal Segmentation fault (11) Is this a known bug with PHP? Apache-ssl? The SNMP libs? Is there a fix? Thanks. -- Brendon Colby Systems Administrator Midcontinent Communications

OT: Compaq Armada 1700

2001-08-31 Thread Brendon Leese
sorry for the OT post, and yes, i know they're ancient.. ;) does anyone know where the memory modules can be installed in this thing?

Re: OT: Compaq Armada 1700

2001-08-31 Thread Brendon Leese
On Friday 31 August 2001 19:18, you wrote: > sorry for the OT post, and yes, i know they're ancient.. ;) > > does anyone know where the memory modules can be installed in this > thing? ooh, nevermind.. underneath the keyboard, apparently :/ ..ah well. why is it you can spend hours trying to

Re: Free Matlab equivalent

2004-08-23 Thread Brendon Higgins
Tshepang Lekhonkhobe wrote: > Is there a Debian -- or free -- equivalent of MATLAB. Have a look for "octave". (apt-get install octave) It's pretty similar. Peace, Brendon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Where is Alsa mixer?

2004-08-23 Thread Brendon Higgins
Björn Johansson wrote: > I'm searching for Alsa mixer, where can I find it? I think the alsa-utils package has the alsamixer program. Peace, Brendon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Question about using dpkg-deb:

2004-08-23 Thread Brendon Higgins
Stefan O'Rear wrote: > There might be a similar directory for aptitude, but it's more likely > aptitude uses the apt cache. This is correct. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: (Sid) Net broken - Sending streams stall

2004-08-24 Thread Brendon Higgins
some ideas! Is this really that weird a problem? Thanks, Brendon > The past week I've been experiencing some weird problems trying to upload data to various sites and send emails. It > seems FTP always stalls after 16384 bytes, and CVS seems to behave similarly, stalling after

Re: (Sid) Net broken - Sending streams stall

2004-08-25 Thread Brendon Higgins
oc/sys/net/ipv4/tcp_window_scaling and did an echo 0 to that. Alas, the problem remains. Either the workaround doesn't work around, or that isn't the problem. Any other ideas, anyone? Thanks, Brendon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: (Sid) Net broken - Sending streams stall

2004-08-26 Thread Brendon Higgins
ing bridges, though), and request help from the local network > engineers to track it down. Oh dear, sounds like this is going from bad to worse... ;-) Thanks, Brendon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: (Sid) Net broken - Sending streams stall

2004-09-10 Thread Brendon Higgins
a hurry to fix it now that I have a workaround, but any ideas are welcome. I'll post config files on demand. ;-) Peace, Brendon PS: I'm subscribed, no more CC for me. You wrote: > On Fri, 27 Aug 2004, Brendon Higgins wrote: > > I'd remember, but I don't remember

ALSA bug? Laptop headphone output depending on speaker channel setting

2020-12-24 Thread Brendon Higgins
bably a couple of years ago it started having this behaviour. I suspect it was a kernel update, or maybe ALSA library - I can't be certain - and put it off hoping the bug might just get fixed... Any suggestions? I looked at the hdajackretask app, but no idea where I would even start there. Thanks in advance, Brendon

Re: Re: ALSA bug? Laptop headphone output depending on speaker channel setting

2020-12-25 Thread Brendon Higgins
peaker channel is not muted and has volume, even though no sound will actually be produced by the laptop's speakers while the headphones are connected. So I believe the problem is below PulseAudio. Thanks, Brendon

Re: ALSA bug? Laptop headphone output depending on speaker channel setting

2020-12-29 Thread Brendon Higgins
mine had migrated to enabled. Enabling it seems to dictate that headphone levels are controlled through the "Speaker+LO" channel instead of the "Headphone" channel. Setting it back to disabled, and things are now back to normal. Mystery solved! Best, Brendon

Konqueror access keys (de)activate when running xine

2007-02-28 Thread Brendon Higgins
#x27;m not sure if it's a konqueror bug or a xine bug. Not on the list, please CC me. Peace, Brendon pgpqYJWWger4u.pgp Description: PGP signature

Linux causing failing wake-on-RTC function on an ASUS A8N-SLI motherboard

2007-01-02 Thread Brendon Higgins
set it back when shutting down. Or something. I have a feeling it might've started around when the kernel went from 2.6.16 to 2.6.17, but I'm not sure. Anyone have any ideas where I should look? Who I should ask? Peace, Brendon pgpkb0f1CFRPc.pgp Description: PGP signature

How do I debug kernel panic that occurs while running X?

2012-03-01 Thread Brendon Higgins
I can make some progress on diagnosing this? I'd appreciate being CC'd on replies, as I'm not sub'd to the list. Thanks! Peace, Brendon -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listma

Re: How do I debug kernel panic that occurs while running X?

2012-03-03 Thread Brendon Higgins
tent problem it's difficult to determine when a particular commit doesn't exhibit it - I think I screwed it up at some point.) Any more ideas? As I said, I tried getting kdump working but have been having trouble getting it to behave. Peace, Brendon -- To UNSUBSCRIBE, email to debian-user

Re: How do I debug kernel panic that occurs while running X?

2012-03-04 Thread Brendon Higgins
seem to work - there's just nothing transmitted. I can't even get it to send messages to a netcat listener on the same machine. Have you (or anyone) found this approach works? Is there something I'm missing? Thanks for your help so far. Peace, Brendon -- To UNSUBSCRIBE, email to de

Re: Move from i386 to ia64?

2005-05-27 Thread Brendon Lloyd Higgins
t necessarily need to take special steps to upgrade it, it's just that in that case he wouldn't be taking much advantage of his new hardware. And then there is the thorny issue of running 32bit apps while in 64bit mode. I've been lead to the conclusion that it is

Re: CDROM was confusing the drive: copy protection

2005-06-22 Thread Brendon Lloyd Higgins
I'm afraid I can't really help, but... H. S. wrote (Wednesday 22 June 2005 5:12 pm): > player to obtain it's lossless wma version of the tracks. Do I have to ... isn't "lossless wma" a contradiction in terms? Peace, Brendon pgpU7PySfTzFb.pgp Description: PGP signature

Re: cdda2wav giving more than 700 MB of wav files

2005-06-23 Thread Brendon Lloyd Higgins
purposes a lossy format is adequate, I'd suggest Ogg Vorbis. Otherwise, FLAC might be good (though it is larger than Vorbis, they're both smaller than WAV). Hope that helps, Brendon pgpHt7rPacEBu.pgp Description: PGP signature

Re: Having crashes with Wolfet that take the whole system down!

2005-06-27 Thread Brendon Lloyd Higgins
be found at www.splashdamage.com . The makers of etpro can be found at etpro.anime.net . They probably have a much better clue about this than the nice folks here. I suggest you have a look in their forums. Good luck. Peace, Brendon pgpgMPWhMjUgl.pgp Description: PGP signature

Re: KDE 3.4 in unstable

2005-07-17 Thread Brendon Lloyd Higgins
be problems > installing/using it. Perhaps the OP might know about it. But people > reading the archives on google might not. It'd probably be reasonably accurate to call it a"semi-official" repository. After all, it is maintained by the actual KDE Debian packagers. Peace,

Re: completely inane AOL questions

2005-07-18 Thread Brendon Lloyd Higgins
Nicos Gollan wrote (Monday 18 July 2005 9:20 pm): > would mean implementing a complete understanding of the language ...And any other language anyone might wish to swear in. Peace, Brendon pgpEVunjxDuvo.pgp Description: PGP signature

Re: Numlock at startup?

2005-07-21 Thread Brendon Lloyd Higgins
for GNOME 2 For the record, those using KDE can change the startup status of the keyboard numlock in the Keyboard tab, under Peripherals, in Control Centre. Peace, Brendon pgpvYTbWauB3q.pgp Description: PGP signature

Re: apt problems

2005-07-26 Thread Brendon Lloyd Higgins
omething to do with ftp-master being taken down and moved the last few days, but I don't know nearly enough about the whole repository process to know if this hunch is correct or not. Anyone want to fill us in? Peace, Brendon pgpxZBnC12cex.pgp Description: PGP signature

  1   2   >