udev rule for my usb stick

2015-06-09 Thread Michael P. Soulier
root@cappuccino:/home/msoulier# fdisk -l /dev/sdb Disk /dev/sdb: 3.8 GiB, 4009754624 bytes, 7831552 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0xc3072e18

transparent terminals in cinnamon

2015-05-12 Thread Michael P. Soulier
Hi, I just installed Jessie with Cinnamon, and I notice that there’s no option in the terminal for a transparent background. Is there a way to enable this? Thanks, Mike -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@

architecture independent packages and reprepro

2015-02-20 Thread Michael P. Soulier
Hi, Reading https://www.debian.org/doc/debian-policy/ch-controlfields.html, it says that an architecture of "all" specifies a platform independent package, of which I have one. But, if I put that into my apt conf/distributions, I get complaints. Error: Distribution wheezy contains an architecture

reprepro error

2014-11-16 Thread Michael P. Soulier
bear:/var/www/apt# reprepro --ask-passphrase -Vb . includedeb wheezy ~msoulier/*.deb Error: Distribution wheezy contains an architecture called 'all'. There have been errors! I haven’t changed anything in my configuration of this custom apt repository, and yet suddenly it’s not working. Can some

Re: dropbox alternative

2013-10-17 Thread Michael P. Soulier
On 16/10/13 Dmitrii Kashin said: > And Dropbox does? No, it prevents losing data though. It will make two copies and have you merge them. Mike signature.asc Description: Digital signature

Re: dropbox alternative

2013-10-16 Thread Michael P. Soulier
On 16/10/13 Dmitrii Kashin said: > Rsync is a good alternative. Rsync doesn't merge documents edited in multiple places. I use a Git repo for that. Mike signature.asc Description: Digital signature

Re: dhcpclient overwrites /etc/resolv.conf

2013-10-16 Thread Michael P. Soulier
On 16/10/13 Bonno Bloksma said: > Just doing a chmod -w /etc/resolv.conf is not enough. > > How can I accomplish this? It's a hack, but you can use chattr to set the file to immutable. Mike signature.asc Description: Digital signature

Re: UI lag in 7.0 on Dell Precision T3500

2013-09-14 Thread Michael P. Soulier
On 14/09/13 Joel Rees said: > This thread might be of use? > > https://lists.debian.org/debian-user/2013/07/msg00755.html > > It's some slowness problems I had with xfce. Seems to have been due to > the wrong acceleration method specified in the X11 configuration. Odd that I had no problems wit

Re: UI lag in 7.0 on Dell Precision T3500

2013-09-13 Thread Michael P. Soulier
On 12/09/13 Carlo said: > Hi, can you tell us the model of graphic card? And also have you > installed some programs before this problem or was there just at > beginning ? It persisted through use of gnome3. I'm now running KDE and the problem is gone. 02:00.0 VGA compatible controller: NVIDIA C

UI lag in 7.0 on Dell Precision T3500

2013-09-12 Thread Michael P. Soulier
Hi, I just "saved" my workstation at work, from the evil clutches of Windows 7. Unfortunately, in X running nouveau on the platform mentioned in the subject, the UI was painfully slow. Moving anything with the mouse resulted in lag, like trying to move the windows through mud, along with some flic

java plugin

2012-11-20 Thread Michael P. Soulier
Hi, Nothing I do seems to get the java plugin working in iceweasel. I installed sun-java6-plugin, confirmed that the symlinks from the iceweasel plugins directory are there, but it doesn't appear in about:plugins. Any tips? Thanks, Mike -- To UNSUBSCRIBE, email to debian-user-requ...@lists.de

dbus and power management

2012-11-20 Thread Michael P. Soulier
Hi, I had an old python script for monitoring my laptop lid with dbus, and then suspending when it was closed. It doesn't work now because the dbus namespace on debian seems to have changed. dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.DeviceK

Re: does iceweasel have java plugin?

2012-10-10 Thread Michael P. Soulier
On 04/10/12 Steve Kleene said: > Using iceweasel, I am failing to connect to my university's VPN website. > This was working a few years ago. There's a point when the site tries to > install Jupiter Network Connect. All I get at that point now is an error: > "JRE not installed/Java is disabled".

Re: what graphics card to choose

2012-07-29 Thread Michael P. Soulier
On 29/07/12 02:23 PM, Gary Dale wrote: > Interesting. You'd think NVidia would keep their proprietary drivers > current with their hardware. ATI certainly does. > > I wouldn't worry about support though. You can always fall back to VESA > modes until the drivers catch up. Unless NVidia suddenly de

Re: what graphics card to choose

2012-07-29 Thread Michael P. Soulier
On 29/07/12 11:15 AM, Gary Dale wrote: > Any card you buy will likely work, either with the open source drivers > or the proprietary ones. With Wheezy on the verge of becoming the > current stable release, you shouldn't run into problems with proprietary > drivers not working with the latest X serv

what graphics card to choose

2012-07-29 Thread Michael P. Soulier
I'm currently using an older AMD system with Debian Squeeze, using an Nvidia GeForce FX 5500. This work well on Squeeze with the nvidia-glx-legacy-173xx package and nvidia-kernel-legacy-173xx-dkms, and I'm able to play Flightgear. I'm looking to buy a new system and I'd like to be able to run the

Re: glxinfo seems to be lying to me

2012-02-12 Thread Michael P. Soulier
On 12/02/12 Claudius Hubig said: > Could you try without these options? That fixed the issue. I got those options from the Debian Wiki, specifically the Compiz page. Mike signature.asc Description: Digital signature

Re: glxinfo seems to be lying to me

2012-02-12 Thread Michael P. Soulier
On 12/02/12 Claudius Hubig said: > Most of them will silently fall back to software rendering, what > appears to be still happening to the OP. That's what always happens to me. > Michael: What does your Xorg.log say and, if you have one, what is > the content of the xorg.conf? I'm not sure what

Re: glxinfo seems to be lying to me

2012-02-12 Thread Michael P. Soulier
On 12/02/12 Camaleón said: > Your 3D has to be enabled, otherwise you couldn't run opengl games at all. I don't think that's true. I've run these many times in the past and they've run purely on my cpu, before direct rendering was enabled. Mike signature.asc Description: Digital signature

glxinfo seems to be lying to me

2012-02-11 Thread Michael P. Soulier
Hi, I set up direct rendering with my Nvidia GeForce FX 5500 using the nvidia-glx-legacy-173xx package. glxinfo is happy, compiz works, etc. But, any gl screensavers, or opengl games, are horribly slow and chewing all my CPU, suggesting that 3d accel is not working. Any pointers on solving this?

Re: Adobe flash is dead

2011-11-10 Thread Michael P. Soulier
On 10/11/11 Celejar said: > And of course, there's always youtube-dl, cclive, etc. when they work... fetch config ...done. verify video link ...error: libquvi: server returned http/404 I get that for cclive on every url... and I don't see youtube-dl packaged for squeeze. Mike signature.asc

Re: Adobe flash is dead

2011-11-10 Thread Michael P. Soulier
On 10/11/11 Scott Ferguson said: > Choices are nice :-) > > http://www.youtube.com/html5 > > (let youtube/google know *you* would prefer a choice). Nice link. I'm using Squeeze so I have FF 3.5. I could update outside of the .deb package though to something more recent. Remember when Firefox

Re: Adobe flash is dead

2011-11-09 Thread Michael P. Soulier
On 09/11/11 T o n g said: > Adobe flash is one of the tech-inventions that I resent the most. > Now it is dead for all mobiles, and I wish it is dead on the web tomorrow. I like watching youtube videos. Silverlight is a problem for me on Linux, so I find flash to be a good thing by comparison, u

Re: Adobe flash is dead

2011-11-09 Thread Michael P. Soulier
On 09/11/11 Paul Johnson said: > Why bother with non-free software when we're talking about a technology > that's dying like BSD these days? 'cause people like it when their systems...work? Mike signature.asc Description: Digital signature

cd burning in nautilus

2011-08-08 Thread Michael P. Soulier
Hi, I'm running Squeeze, looking to burn a CD/DVD with nautilus. msoulier@anton:~$ sudo apt-get install nautilus-cd-burner [sudo] password for msoulier: Reading package lists... Done Building dependency tree Reading state information... Done Package nautilus-cd-burner is not available, bu

Re: stopping sound juicer from starting

2011-04-27 Thread Michael P. Soulier
On 27/04/11 Tixy said: > >From a Nautilus window, select Edit > Preferences > Media Ah, thank you. Mike signature.asc Description: Digital signature

stopping sound juicer from starting

2011-04-27 Thread Michael P. Soulier
Hi, When I insert a CD, sound juicer insists on starting on my gnome desktop. I'd rather use grip, and I can't find anywhere to configure which apps gnome launches when removable media is inserted. I'm running Squeeze. Suggestions? Thanks, Mike -- Michael P. Soulier "Any

Re: broken shell script with dash

2011-04-06 Thread Michael P. Soulier
re about the work-in-progress SUSv4 or a work-in-progress > POSIX, > if one exists. Hmm, ok. I'll work around it. I prefer my scripts to be portable to all unixes if possible. Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a t

Re: broken shell script with dash

2011-04-06 Thread Michael P. Soulier
On 28/03/11 Miles Fidelman said: > of course you could just run your script under bash And I am, but why is dash claiming to be a posix shell by being /bin/sh? Mike signature.asc Description: Digital signature

broken shell script with dash

2011-03-28 Thread Michael P. Soulier
Hi, Is this syntax not supported by posix? cat /etc/aliases.{1,2} > /etc/aliases Since I upgraded to squeeze and picked up dash this part of my script broke. Thanks, Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius

dell soundblaster emu10k1x not working in squeeze

2011-03-07 Thread Michael P. Soulier
#x27;t good as it used to know, and it worked perfectly. Helpful suggestions appreciated, Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein

Re: how to start gnome from the command line

2010-11-18 Thread Michael P. Soulier
tomize the startup without using gnome-specific semantics. Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein signature.asc Description: Digital signature

Re: browsing icons in gnome

2010-11-06 Thread Michael P. Soulier
On 02/11/10 Camaleón said: > Not in lenny :-? > > Can you browse "/usr/share/icons" using Nautilus and see/open the files > or subfolder in there? Yes, I can. > When you want to change the icon of a shorcut the showed window shell > explorer is the same as Nautilus so it should not present a

browsing icons in gnome

2010-11-02 Thread Michael P. Soulier
? Thanks, Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein signature.asc Description: Digital signature

removing linux-base from backports

2010-10-28 Thread Michael P. Soulier
a layer of obfuscation? Worried about devices re-ordering? Thanks, Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein signature.asc

Re: Send an email on . . .

2010-08-19 Thread Michael P. Soulier
I'd be tempted to do a little perl or python scripting. Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein signature.asc Description: Digital signature

Re: backup system for servers

2010-08-07 Thread Michael P. Soulier
ed-up to create a local archive. Plus, it's only one command that way. Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein signature.asc Description: Digital signature

Re: failing to mount usb flash drives

2010-08-05 Thread Michael P. Soulier
finding the issue, but no real resolution. Maybe my issue is flakey hardware. Only time will tell. Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein signature.asc Description: Digital signature

Re: metacity opening windows a layer below

2010-08-04 Thread Michael P. Soulier
On 04/08/10 Camaleón said: > Check that "[ ] Always on top" property of the window is not enabled. As I said, this is happening in interaction with windows where this property is not set. Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more com

metacity opening windows a layer below

2010-08-04 Thread Michael P. Soulier
ndows that I've selected as to always be above all others. I glanced in the gconf properties for metacity but I didn't see anything that seemed relevant. Any suggestions? Thanks, Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a tou

Re: failing to mount usb flash drives

2010-08-02 Thread Michael P. Soulier
On 02/08/10 Michael P. Soulier said: > I will do some testing and get back to this thread. Oddly, a reboot fixed the issue. The usb drives mount fine and my network is still working. Perhaps the hardware got into some odd state. If I happens again I'll do further experimentation.

Re: failing to mount usb flash drives

2010-08-02 Thread Michael P. Soulier
USB 1.1 or USB 2.0 devices, and check that the other > devices that DO work are also of the same type (USB 1.1 or 2.0). I will do some testing and get back to this thread. Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius

Re: failing to mount usb flash drives

2010-08-02 Thread Michael P. Soulier
something to do with my wireless usb nic. Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein signature.asc Description: Digital signature

failing to mount usb flash drives

2010-08-02 Thread Michael P. Soulier
i_hcd,uhci_hcd Any ideas as to what would cause this? Thanks, Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein signature.asc Descr

Re: Debian x Redhat

2003-06-06 Thread Michael P. Soulier
ate and when. > > I expect the next release cycle will be more like the last one than like > this one. Good to know. Thanks. I know how hard it is, but I can't help my idealism, regardless. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE0

Re: unable to compile a kernel

2003-06-06 Thread Michael P. Soulier
rror doesn't appear anymore, but > a new one appeeared: This might be a dumb question, but if it wants 2.95.3, why are you using 2.95.4-17? Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to indicate a mas

Re: Debian x Redhat

2003-06-06 Thread Michael P. Soulier
able. Also, you cannot upgrade reliably between releases. Try RH8 -> 9. There have been many reports of that dying horribly. A repository without good QA is just not equal to the Debian community. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...th

Re: Debian x Redhat

2003-06-06 Thread Michael P. Soulier
ise though. Unstable has bitten me, but never testing. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to indicate a massive amount of nerd-like effort." -Harley Hahn, A Student's Guide to Unix HTML Email Consi

Re: Debian x Redhat

2003-06-06 Thread Michael P. Soulier
s that if you want to know what's going on, you _can_ find out, regardless of the distro. That's not typically true of Windows. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to indicate a massive amount of ne

Re: some doubts - [newbie]

2003-03-05 Thread Michael P. Soulier
On 05/03/03 Gilberto Garcia Jr. did speaketh: > Hey guys... > > 1) How can I make some commands available to all user. (i.e.) shutdown (only > root can execute this, what can I make to other user do this too?) man sudo Sorry, I don't use Java. Mike -- Michael P

Re: The myth of aptitude simplicity

2003-02-17 Thread Michael P. Soulier
On 16/02/03 Paul Johnson did speaketh: > Well, that's because it also installs reccommends. Some folks prefer > that. Partly, but it's also because it tries to upgrade my whole system, when all I wanted to do was install a single package. Mike -- Michael P. Soulier &

Re: The myth of aptitude simplicity

2003-02-16 Thread Michael P. Soulier
elect when I first started using it. :) I usually just apt-get -su upgrade if I want to see what's available. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to indicate a massive amount of nerd-

backspace in aptitude

2003-02-16 Thread Michael P. Soulier
Seems that when I try the interactive search in aptitude, my backspace key doesn't work. Does anyone have a fix for this? It works fine in all my terminals. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to in

aptitude explanations

2003-02-16 Thread Michael P. Soulier
Someone mentioned that aptitude can explain, for example, why a package is being held back. Please explain. I have a package now that it being held back, and aptitude is giving me no more information than apt-get does. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG p

Re: The myth of aptitude simplicity

2003-02-16 Thread Michael P. Soulier
ystifying that it leaves me confused as to how to use it. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to indicate a massive amount of nerd-like effort." -Harley Hahn, A Student's Guide to Unix HTML Email Con

Re: The myth of aptitude simplicity

2003-02-16 Thread Michael P. Soulier
erstand, I'm more likely to get odd, unbelieving, > cross-eyed glances than "Me too's!" for that. :) I'm afraid of dselect. Every time I try to use it, it insists on installing a bunch of crap that I didn't ask for. Mike -- Michael P. Soulier <[EM

Re: The myth of aptitude simplicity

2003-02-16 Thread Michael P. Soulier
7;t a distribution around that has that functionality. I implore the developers to focus on apt. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to indicate a massive amount of nerd-like effort." -Harley Ha

Re: kde package dependencies broken (kde relies on everything?)

2003-02-14 Thread Michael P. Soulier
ove kdebase something like that... I find that functionality invaluable. If it ever breaks, I might as well be on RedHat *shudder*. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to indicate a massive amount of nerd-like eff

OT: poke the penguin

2003-02-11 Thread Michael P. Soulier
http://www.dinge.co.uk/Games/poke_penguin.swf -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to indicate a massive amount of nerd-like effort." -Harley Hahn, A Student's Guide to Unix HTML Email Considered Harmf

adding fonts under defoma

2003-02-09 Thread Michael P. Soulier
Hey people, When I wanted to add truetype fonts before using defoma, I simply copied the files into /usr/share/fonts/truetype, ran a couple of tools and I was done. How do I add truetypes now that I'm using defoma? Thanks, Mike -- Michael P. Soulier <[EMAIL PROTECTED]

Re: Can't figure out CVS

2003-01-24 Thread Michael P. Soulier
e got me the whole thing. > > cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/rhide co rhide www.cvshome.org explains all you need to know about CVS terminology. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to

Re: Can't figure out CVS

2003-01-23 Thread Michael P. Soulier
ntify them. Typically the project will provide instructions, if they permit anonymous CVS access. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to indicate a massive amount of nerd-like effort." -Harley Hahn, A

Re: botched ext3 conversion

2003-01-20 Thread Michael P. Soulier
On 20/01/03 John Griffiths did speaketh: > great, thanks. > > the forcefsck was recommended to me i didn't think it'd hurt. It was a good recommendation actually. The next fsck is what hides the journal permanently. Mike -- Michael P. Soulier <[EMAIL PROT

Re: Curious...Are most of you in tech-related careers/schooling?

2003-01-17 Thread Michael P. Soulier
dation to build upon. To all those hackers out there working on Linux, I say thank you. Please continue to add to it, as I strive to myself. Just don't subtract. As long as I can give a fancy interface to my parents to use, but still fire up IceWM and bunch of xterms for myself, I'll be

Re: Nautilus barfs

2003-01-13 Thread Michael P. Soulier
On 13/01/03 Paul Johnson did speaketh: > What do you suggest as an alternative? What are your needs? I mostly use the shell. If I need some simple file browsing, I use either Emacs dired mode, or something simple like dfs or gentoo. Mike -- Michael P. Soulier <[EMAIL PRO

Re: Nautilus barfs

2003-01-13 Thread Michael P. Soulier
r than close the window, Nautilus > freaks out and dies. > > Any known fix? Don't use Nautilus. It's a bloated piece of crap. I suggest you raise a bug with the gnome or Ximian groups. Debian just packages the software. Mike -- Michael P. Soulier <[EMAIL PR

Re: iptables and dynamic ip

2003-01-10 Thread Michael P. Soulier
t to allow ssh in on the server from the outside, if > the ip changes, will this "break" the connection? It should work just fine if you just use the interface names. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is us

Re: Startup Messages

2003-01-09 Thread Michael P. Soulier
On 09/01/03 Daniel L. Miller did speaketh: > How can I log all the messages generated during boot? The stuff that > talks about the peripherals detected, driver loading, etc. man dmesg Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the

Re: Windows Telnet

2003-01-03 Thread Michael P. Soulier
r as adaptable and reliable as xterm. It was one of the only terms that supported turning off BoldMode, for example, and can be compiled with logging. I hate the fact that KDE/Gnome developers don't like X resources. Now I have to go to three places to customize my apps instead of one. Tha

Re: forwarding gnutella ports with iptables

2003-01-01 Thread Michael P. Soulier
interfaces, and all tcp traffic on port 6346. You should see the traffic coming in, and then being forwarded on. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to indicate a massive amount of nerd-like effort."

Re: forwarding gnutella ports with iptables

2002-12-31 Thread Michael P. Soulier
ny suggestions? Did you also tell gtk-gnutella to publish your IP of 208.163.68.11? I'm using that setup and it works fine. The -m option above looks redundant to me. You don't need it. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...

Re: hard drive partitioning questions

2002-12-31 Thread Michael P. Soulier
running out of /tmp space regularly now. I really don't see a problem with just swap and /. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to indicate a massive amount of nerd-like effort." -Harle

Re: basics about env variables

2002-12-29 Thread Michael P. Soulier
rrect syntax for setting environment variables in the bash shell, even if it can be done in one line. Your syntax is not at fault here. I can't speak to the other potential causes. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK

Re: network troubles

2002-12-25 Thread Michael P. Soulier
On 25/12/02 Willem-Jan Meijer did speaketh: > How do I get internet at work ? What is the output of ifconfig -a ? Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to indicate a massive amount of ne

Re: need Ph.D. for sound even with common hardware?

2002-12-20 Thread Michael P. Soulier
hat I've got. Is there no OSS module for this chipset? I just load a module and go. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to indicate a massive amount of nerd-like effort." -Harley Hahn, A Student'

Re: X-Window; mouse: core pointer

2002-12-17 Thread Michael P. Soulier
> > No core pointer registered > No core Pointer > > I've my mouse attached to psaux (PS2) i think. Is there a way to know where > the mouse is connected through linux? If it's /dev/psaux, why do you have X looking for it at /dev/mouse? Try this. ln -s psaux /de

Re: DMA woes

2002-12-17 Thread Michael P. Soulier
g the dmesg output. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to indicate a massive amount of nerd-like effort." -Harley Hahn, A Student's Guide to Unix HTML Email Considered Harmful: http://expita.com/nomi

Re: setting up a cvs repository

2002-12-09 Thread Michael P. Soulier
ion? Try setting your CVS_UMASK environment variable appropriately. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to indicate a massive amount of nerd-like effort." -Harley Hahn, A Student's Guide to Unix HTM

Re: mozilla 1.2 and commandline

2002-12-05 Thread Michael P. Soulier
On 05/12/02 Vincent Lefevre did speaketh: > This is because you must not start a new mozilla with the same > profile, to avoid its corruption. Corruption? They've never heard of file locking? Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 &qu

rebuilding available

2002-12-04 Thread Michael P. Soulier
Hey people, Is it possible to rebuild the dpkg available file? I have on one a P75 that's so big it's impossible to efficiently parse anymore. A simple dpkg -l takes minutes. Thanks, Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 &quo

Re: SB Live

2002-12-04 Thread Michael P. Soulier
in the latest kernel versions. I use it myself. Either download a pre-built kernel binary (look for kernel-image packages), or better yet, build your own. The pre-built ones are all bloated so they work for everybody. You're better off building your own. Mike -- Michael P. Soul

Re: X11 problems...

2002-12-04 Thread Michael P. Soulier
ppened to several people. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to indicate a massive amount of nerd-like effort." -Harley Hahn, A Student's Guide to Unix HTML Email Considered Harmful: http://expita.

Re: X11 problems...

2002-12-03 Thread Michael P. Soulier
worked for my wife with kernel 2.4.9, but they no longer with with 2.4.19. Actually, the driver that comes with X is called "nv", but the problem, I believe, is that it does not provide 3D accel. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 &quo

Re: A winmodem problem

2002-12-03 Thread Michael P. Soulier
On 03/12/02 Barry Cugley did speaketh: > 1. which driver should I try? and No idea. > 2. how do I remove a package if I install the wrong one? man dpkg Specifically, "dpkg -r ". Also see -P. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub

Re: X11 problems...

2002-12-03 Thread Michael P. Soulier
#x27;s not configured properly. Try "dpkg-reconfigure xserver-xfree86", and follow the prompts. Make sure you pick the right driver for your card. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to indicate a ma

Re: SB Live

2002-12-03 Thread Michael P. Soulier
e emu10k1 Check the last lines of "dmesg" to see if it was recognized, and then add yourself to the "audio" group. ie. adduser audio Logout and back in, and try an audio app. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08

Re: dhclient problems

2002-12-02 Thread Michael P. Soulier
manually (my IP rarely changes), but that didn't work. Any ideas? I have never been able to get dhclient to work for me at all. Both pump and dhcpcd work great, but dhclient has never done anything for me on any of the three computers in my home. Mike -- Michael P. Soulier <[EM

Re: Voodoo Graphics

2002-12-02 Thread Michael P. Soulier
nly works at 16-bit colour depth or less. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to indicate a massive amount of nerd-like effort." -Harley Hahn, A Student's Guide to Unix HTML Email Considered Ha

OT: Fwd: The case of the 500-mile email

2002-11-28 Thread Michael P. Soulier
-- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to indicate a massive amount of nerd-like effort." -Harley Hahn, A Student's Guide to Unix HTML Email Considered Harmful: http://expita.com/nomime.html --- Begin Me

Re: [OT] latex, pdflatex and graphics formats

2002-11-26 Thread Michael P. Soulier
LaTeX? > Anything better than > for i in *.eps; do convert $i `echo $i | sed s/.eps/.png/` > ? Personally, I use just LaTeX, and then convert my .dvi file with dvipdfm. It does a great job, and I don't have to juggle two different graphics formats or worry about the quirks of pdf

Re: Fonts on Debian

2002-11-25 Thread Michael P. Soulier
How am I supposed to know whether the fonts I have just installed > are really available to be used? xlsfonts | grep -i > 2 - Do I also have to run Defoma to make it work out? How? I don't, although maybe I should. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, G

netscape not in unstable

2002-11-24 Thread Michael P. Soulier
Hey people, Is there a reason why netscape isn't in unstable? Thanks, Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to indicate a massive amount of nerd-like effort." -Harley Hahn, A Student

Re: add a font to defoma

2002-11-24 Thread Michael P. Soulier
I'm done. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to indicate a massive amount of nerd-like effort." -Harley Hahn, A Student's Guide to Unix HTML Email Considered Harmful: http://expita.com/no

Re: anoncron by regular user?

2002-11-24 Thread Michael P. Soulier
On 24/11/02 Chun Kit Edwin Lau did speaketh: > Hi everyone, > > Can a regular user use anoncron? I noticed that anoncron is > under sbin directory. I want to use it instead of cron because my > machine isn't on all the time. Yes. man crontab Mike --

Re: OT: Politics of Java

2002-11-21 Thread Michael P. Soulier
a blast though. I'm the webmaster for this site http://opag.ca, and everything there is done in Python. Zope is also well worth looking at, if you buy into the whole "web services" rant coming from the Java and .NET backers. Mike -- Michael P. Soulier <[EMAIL PROTECTED]>,

Re: OT: Politics of Java

2002-11-21 Thread Michael P. Soulier
used. Isn't this what we have a non-free section for? Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to indicate a massive amount of nerd-like effort." -Harley Hahn, A Student's Guide to Unix HTML

Re: Drawing graphs for use in Latex

2002-11-20 Thread Michael P. Soulier
On 20/11/02 Timothy Ball did speaketh: > gnuplot If you use gnuplot, set the output type to eps, and it will magickally ensure that the graph fits nicely within the width of the page without you having to specify it yourself. I used this all through University. Mike -- Michae

Re: Laptops!

2002-11-20 Thread Michael P. Soulier
s unresponsive. That includes running it remotely from my desktop and using the laptop as an xterm. I'm told that X 4.2 will fix that, but I haven't tried it yet. I need to set up pinning so that I only get X 4.2, and not the rest of unstable. sawfish in unstable sucks at the moment.

Re: Laptops!

2002-11-20 Thread Michael P. Soulier
the laptop model, as much with any windows-specific crap in it. You should be able to run Debian on most laptops. I'm running it on my Sony VAIO with no problems, beyond the bug in the S3 chipset support of X 4.1, but I'll probably upgrade to 4.2 from unstable to fix that. Mike --

Re: bind8 vs bind9

2002-11-18 Thread Michael P. Soulier
y use djbdns over bind? Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as a verb to indicate a massive amount of nerd-like effort." -Harley Hahn, A Student's Guide to Unix HTML Email Considered Harmful: http://expita.com

  1   2   3   4   5   6   7   >