Hi Debianistas,
I recall stumbling upon a program in the Debian archive which was a simple
GUI - a customisable row of buttons and text-boxes - and which could be
hooked up to any script, as a shortcut to actually writing a gui (which i
can't do).
It would be perfect for a Python program I wan
Florian Kulzer wrote:
>On Thu, Aug 28, 2008 at 10:35:39 +, Tzafrir Cohen wrote:
>> On Thu, Aug 28, 2008 at 03:54:23AM +0000, John O'Hagan wrote:
> >> Hi,
> >>
>> > I'm running lenny.
>> >
>> > The power failed on my laptop duri
output from
the postinst script, I did this for the script of libpam0g, but I am
unable to interpret the output, which I have posted below.
Any help appreciated.
Thanks,
John O'Hagan
---
Post-inst for libpam0g:
# dpkg --configure libpam0g
Setting up libpam0g (1.0.1-3) ...
debconf: unab
I'm posting this again, hopefully with correct threading this time; sorry.
[...]
>This is probably exhaustively written up somewhere - but I can't find a
>concise source. Following advice on the Wiki for KDE and sound hasn't
>helped. [Alsaconf/Kmix/alsamixergui all appear to work and the volume
>
[...]
>This is probably exhaustively written up somewhere - but I can't find a
>concise source. Following advice on the Wiki for KDE and sound hasn't
>helped. [Alsaconf/Kmix/alsamixergui all appear to work and the volume
>icon sometimes comes up on the panel as "muted" but no sound at all :(
[...
> On Tue, May 27, 2008 at 4:49 PM, John O'Hagan <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I've been looking for a command I can use in bash scripts that will do
> > something like this:
> >
> > $COMMAND(n[,m...]) (REGEX-1)(REGEX-2)[...] &l
Hi,
Just to share a problem - and its solution - that I'm surprised doesn't happen
more often with Testing:
Did a dist-upgrade yesterday using adept (frontend for aptitude), previewing
the changes first to check for breakages. After the upgrade libc6 (and three
other related packages) were bro
On Thursday 25 January 2007 21:12, Kevin Mark wrote:
> On Thu, Jan 25, 2007 at 10:00:29PM +1100, John O'Hagan wrote:
> > Hi list,
> >
> > A small annoyance: for a few months now, my etch box stops booting at a
> > particular point, whereupon I must hit return, and
On Saturday 03 February 2007 04:32, Anthony Campbell wrote:
> On 02 Feb 2007, Florian Kulzer wrote:
> > On Fri, Feb 02, 2007 at 16:45:39 +, Anthony Campbell wrote:
> > > On 02 Feb 2007, Florian Kulzer wrote:
> > > > On Fri, Feb 02, 2007 at 13:58:42 +, Anthony Campbell wrote:
> > > > > My Th
On Friday 02 February 2007 03:16, Andrei Popescu wrote:
> Hello Debian Users,
>
> I thought maybe somebody knows what loads the module pcspkr on a sid (up
> to date) with stock kernel 2.6.18-3-686?
>
> I even blacklisted the module in /etc/modprobe.d/00local (I blacklisted
> ipv6 in the same file a
Hi list,
A small annoyance: for a few months now, my etch box stops booting at a
particular point, whereupon I must hit return, and it then completes. I am
not entirely sure, but I think that the last change I made was to install
insserv, the parallel booting service.
The last messages display
On Thursday 04 January 2007 11:50, Colin wrote:
> Hugo Vanwoerkom wrote:
> > That got covered a while ago here.
> > I think it is as much as rmmod pcspkr
>
> It would be better to blacklist pcspkr in /etc/modprobe.d
Agreed, except that as of 2.6.18, this does not work anymore (for me at
least).
On Monday 18 December 2006 05:56, Fabrice Lorrain wrote:
> Hello,
>
> I've been trying to not load some modules on a fresh etch install with
> almost no result.
>
> Any decent documentation explaining how to do it ?
>
> The configuration is a small etch install with less than 176 packages
> running
On Sunday 12 November 2006 03:13, [EMAIL PROTECTED] wrote:
> For about two weeks, I have been getting the following
> errors when running 'aptitude update' or 'apt-get update':
>
[snip error messages]
> Is anybody else having problems with ftp.tux.org?
Yes, me too; however now that sun-java-* pack
On Thursday 09 November 2006 03:40, Andrew Sackville-West wrote:
> On Thu, Nov 09, 2006 at 12:52:57AM +1100, John O'Hagan wrote:
[...]
> >
> > while read i ; do
> >
> > if [[ $(echo "$i" | grep \\-\$ ) ]]; then
On Wednesday 08 November 2006 03:08, Andrew Sackville-West wrote:
> On Wed, Nov 08, 2006 at 02:51:20AM +1100, John O'Hagan wrote:
> > I tried this, and found that replacing the newlines with spaces stops the
> > grep from working because it puts spaces in the middle of an
On Tuesday 07 November 2006 02:55, Andrew Sackville-West wrote:
> On Tue, Nov 07, 2006 at 01:00:34AM +1100, John O'Hagan wrote:
[...]
> > You're right; but the OP, Michael, gave the above scenario as his
> > problem. If your situation were the case, though, I guess we c
On Monday 06 November 2006 18:38, David Jardine wrote:
> On Mon, Nov 06, 2006 at 11:27:58AM +1100, John O'Hagan wrote:
[...]
> > E.g., if IN contains:
> >
> > junk info 18 Pro
>
> But what if that line were:
>
> junk info 18 Pro-
>
> which seems mor
On Monday 06 November 2006 02:53, Andrew Sackville-West wrote:
> On Mon, Nov 06, 2006 at 01:10:08AM +1100, John O'Hagan wrote:
> > Or the whole thing could even be done with (I think!):
> >
> > #tr -d '\n' < IN | tr ' ' '\n' | grep -B1
On Monday 06 November 2006 05:14, Andrew Sackville-West wrote:
> On Sun, Nov 05, 2006 at 10:08:12AM -0800, Steve Lamb wrote:
> > Andrew Sackville-West wrote:
> > > On Mon, Nov 06, 2006 at 01:10:08AM +1100, John O'Hagan wrote:
> > >> Or the whole thi
On Monday 06 November 2006 05:29, Steve Lamb wrote:
> Andrew Sackville-West wrote:
> > tr -d '\n'
> >
> > deletes the new lines
>
> Ahhh, ok. Was still going off of the previous Python examples which
> didn't delete newlines, only replaced them with spaces. Mea Culpa.
Oops again! What I mean
On Sunday 05 November 2006 17:21, John O'Hagan wrote:
> On Sunday 05 November 2006 16:42, John O'Hagan wrote:
> > On Sunday 05 November 2006 09:03, Ken Irving wrote:
> > > On Fri, Nov 03, 2006 at 09:56:12PM -0500, Douglas Tutty wrote:
> > > > On Fri, Nov 03,
On Sunday 05 November 2006 16:42, John O'Hagan wrote:
> On Sunday 05 November 2006 09:03, Ken Irving wrote:
> > On Fri, Nov 03, 2006 at 09:56:12PM -0500, Douglas Tutty wrote:
> > > On Fri, Nov 03, 2006 at 08:27:42PM +, michael wrote:
>
> [...]
>
> > >
On Sunday 05 November 2006 09:03, Ken Irving wrote:
> On Fri, Nov 03, 2006 at 09:56:12PM -0500, Douglas Tutty wrote:
> > On Fri, Nov 03, 2006 at 08:27:42PM +, michael wrote:
[...]
> > > eg for
> > >
> > > junk info 18 Pro
> > > cessor
> > >
> > > I wish to get the field '18'
[...]
> >
> > S
On Saturday 28 October 2006 11:56, David Nason wrote:
> John:
>
> I read your reply on this question, and I am still having problems like the
> one Roberto raised. On one machine, I exported the key, and the result was
> an .asc file. I copied that file to the second machine and imported that
> f
On Monday 23 October 2006 00:36, cothrige wrote:
> * John O'Hagan ([EMAIL PROTECTED]) wrote:
>>[snip summary of Debian kernel compilation]
> Will I still have to configure grub? And will update-grub work or
> will I have to manually edit menu.lst?
[...]
Installin
On Sunday 22 October 2006 18:02, cothrige wrote:
[...]
> In the past, as a Slackware user, I never installed an OS where I
> didn't immediately compile a new kernel. Slack uses a 2.4 kernel, and
> I use some peripheral items which seem to require, or at least greatly
> prefer a 2.6 kernel. The pr
On Tuesday 17 October 2006 04:53, Russell L. Harris wrote:
[...]
> Most flash devices come from the factory with the VFAT file system. I
> have been reformatting them, then making an "ext2" file system. This
> scheme has been working for me, but I would like to receive comments and
> recommendati
On Monday 16 October 2006 09:36, Marcelo Chiapparini wrote:
[...]
>
> I am running sarge. And I want to use ardour. I have installed ardour
> and qjackctl. But the only way to run both, qjackctl to start the jack
> deamon, and ardour, is as root. I am unable to star both programs as a
> normal user
On Saturday 14 October 2006 12:02, Serena Cantor wrote:
> During sarge installation, I select 3rd option (local delivery). Each time
> it boots, starting MTA take too much time, I have to remove it from
> /etc/rc2.d.
>
> Is there any problem with that?
AFAIK you should have some kind of MTA on yo
On Thursday 28 September 2006 00:11, Roberto C. Sanchez wrote:
> On Thu, Sep 28, 2006 at 12:07:03AM +1000, John O'Hagan wrote:
> > Hi list,
> >
> > I have some GPG-encrypted files (using the Kgpg front-end) on one box,
> > which I copied to another box, along w
Hi list,
I have some GPG-encrypted files (using the Kgpg front-end) on one box, which I
copied to another box, along with the contents of ~/.gnupg and /etc/gnupg. If
I attempt to decrypt the files on the new box, it fails with the
message "Secret key not available".
On the old box it's fine;
On Wednesday 13 September 2006 20:25, John O'Hagan wrote:
> Hi,
>
> Given the number of posts about usb device problems, I thought this might
> be of use: on a Thinkpad T40 running testing, my Lacie 40-gig usb drive was
> wrongly claimed by the ehci-hd module. This meant that
Hi,
Given the number of posts about usb device problems, I thought this might be
of use: on a Thinkpad T40 running testing, my Lacie 40-gig usb drive was
wrongly claimed by the ehci-hd module. This meant that the drive could not be
mounted, and happened on kernels 2.6.16 and 2.6.17.
(Strangely
On Monday 11 September 2006 16:00, [EMAIL PROTECTED] wrote:
> Hi list,
>
> I just duplicated my system onto a Thinkpad T40 like this:
[Snip long install story...]
> But now the installation is complete, there is a complex bundle of
> problems:
>
> - with NetworkManager:
>
> - Wired ethe
Hi list,
I just duplicated my system onto a Thinkpad T40 like this:
- used netinst to install a base etch system,
- used a generated list of installed packages from my old (dying) machine to
install all the same packages,
- compiled an extra kernel from Debian sources using my old kernel co
On Monday 11 September 2006 23:46, Andrei Popescu wrote:
> [EMAIL PROTECTED] wrote:
> > - Wired ethernet is claimed to be connected, sometimes reporting
> > a 169.* ip address, in which case pinging the router fails, or a 192.*
> > address,
>
> Would that be a 169.254.x.x address? Purge t
On Friday 25 August 2006 02:59, Aaron Goodman wrote:
[...]
>
> Any way to do this quickly and just reinstall the same packages I had
> before? I have var, usr, home all on seperate partitions.
If you are able to run
#dpkg -l | awk '/ii/ {print $2}' > somefile
in your existing system, which will
On Sunday 20 August 2006 22:56, John O'Hagan wrote:
> On Sunday 20 August 2006 19:54, Roger Leigh wrote:
> > John O'Hagan <[EMAIL PROTECTED]> writes:
> > > Lately, though, I must manually add any network printers. To use the
> > > "Scan" feature
On Sunday 20 August 2006 19:54, Roger Leigh wrote:
> John O'Hagan <[EMAIL PROTECTED]> writes:
> > Lately, though, I must manually add any network printers. To use the
> > "Scan" feature of "Add Printer", I must change the subnet used from
> > 12
Hi,
This post has already appeared a couple of days ago on debian-kde, so
apologies to those who've already read it...
Until recently, on my up-to date testing laptop, KDE would automatically show
me all available network printers under "Print System" and in the Printer
drop-down menu under F
On Tuesday 08 August 2006 20:56, Chuckk Hubbard wrote:
[...]
> First, I'd like to know how to explicitly tell ALSA that hw:0 is to be
> my soundcard and hw:1 the MIDI controller that does always show up, so
> that if the MIDIsport shows up, it gets assigned to hw:2.
[...]
Hi Chuckk,
See the thre
Thanks for these replies: three different solutions (so far), all of which
work!
John
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Saturday 05 August 2006 20:45, Anthony Renaud wrote:
> I did jackstart --driver=alsa and
> jackstart --realtime --driver=alsa
>
> In both cases I received the following warning:
>
> jackstart: cannot get realtime capabilities,
>current capabilities are:
>=ep cap_se
Hi,
I keep running into this particular gap in my scripting, and hope someone can
clear it up for me.
FILES=$( ls SOMEWHERE ) #or find or grep, etc
for FILE in $FILES; do SOMETHING; done
I often find that if there are spaces in the names of anything in $FILES, the
execution of SOMETHING o
On Friday 04 August 2006 11:03, Jacob S wrote:
> On Mon, 31 Jul 2006 15:58:06 -0400
>
> José Alburquerque <[EMAIL PROTECTED]> wrote:
> > José Alburquerque wrote:
> > > My problem is that when I run 'apt-get update' I get these errors:
> > >
> > > Failed to fetch
> > > http://http.us.debian.org/debi
On Tuesday 01 August 2006 03:10, Pollywog wrote:
>[...]
> I want to get a source package from the "testing" release, not from
> "stable", so I did this:
>
> apt-get -t testing source
>
> It does not seem to work. Is there a way to do this without temporarily
> modifying the sources.list in order
Hi,
Trying to debug a failure to recreate the event devices needed for a laptop
touchpad after S3 suspend-to-ram (I've posted on this previously, but have
narrowed things down a bit). It's a Centrino running testing.
During a normal boot these messages appear:
Jul 31 00:52:08 viewmaster kernel
On Sunday 30 July 2006 08:48, Andrew Sackville-West wrote:
[...]
> sound. my spiffy new board has a via vt8233 sound chip, and I can't
> get alsa up and running. Alsaconf sees the chipset and claims to have
> configured it, but
>
> [EMAIL PROTECTED]:~$ aplay music/You\ Shook\ Me.mp3
> ALSA lib conf
Hi,
Further to my earlier post "Mouse devices gone after suspend-to-ram" a couple
of days ago, I'm trying the tack of writing a udev rule to create the missing
device after a suspend. In local.rules I have:
BUS=="serio", SYSFS{protocol}=="SynPS/2", SYSFS{description}=="i8042 Aux-3
Port", NAME=
Hi,
After upgrading to a 2.6.16 etch kernel on a whitebox Centrino, S3 suspend (to
ram) is almost working using the hibernate script.
On resume, however I find that the devices for my touchpad have not been
created, so it doesn't function.
Xorg.0.log reports:
(EE) xf86OpenSerial: No Device s
On Wednesday 19 July 2006 16:56, Ron Johnson wrote:
> John O'Hagan wrote:
> > Hi,
> >
> > I would like to be able to browse a set of files according to variable
> > criteria without being restricted to particular directories.
> >
> > A simple model to
On Tuesday 25 July 2006 07:26, Markus Petermann wrote:
> Hello,
>
> I have a problem with the audio output of KDE 3.5.3 (the KDE version
> currently used by Debian Etch Testing): There is absolutely no sound
> output.
>
> After the first launch of KDE I got a pop-up with the error message:
>
> "Sou
On Monday 24 July 2006 09:13, Chuckk Hubbard wrote:
> I just stumbled on these instructions:
> http://www.linuxplanet.com/linuxplanet/tutorials/202/1/
>
> I'm mainly interested in fixing my kernel timer resolution to be fine
> enough for Rosegarden MIDI, but I'm curious about kernel making all
> th
On Friday 21 July 2006 15:58, Vladi Lemurov wrote:
> Hello!
> How can one bind a keyboard key (in my case I would like to bind
> keyboard POWER button to /etc/init.d/poweroff script) or key sequence
> (i.e. ctrl + f1)
> to a script launch or something. For example one pushes keyboard POWER
> BUTTON
On Wednesday 19 July 2006 12:49, Chuckk Hubbard wrote:
> Cool, thanks! I will log this command in my memory.
> Alas, the string "jack" is not in any of my rcn.d files or init.d, so
> I'm lost again.
> -Chuckk
>
> On 7/18/06, Fred J. <[EMAIL PROTECTED]> wrote:
> > $grep -FHrn jack /path/
> >
> >
>
Hi,
I would like to be able to browse a set of files according to variable
criteria without being restricted to particular directories.
A simple model to demonstrate: say I have three folders named "work", "rest"
and "play", each containing sub-folders called "pictures", "music",
and "text".
On Tuesday 18 July 2006 21:58, mike williams wrote:
> is it possible to use the gnu\lnux as a "normal" OS to do things like
> browse webpages and download programs etc... and if so,how? i dont have a
> problem logging in,but then all i get is debia"a"mike~$, what do i do from
> there to browse web
On Monday 17 July 2006 21:19, Chris Bannister wrote:
> On Thu, Jul 13, 2006 at 11:15:24PM +1000, John O'Hagan wrote:
[...]
> >
> > One little quirk I've noticed on my system is that a freshly-built
> > realtime module won't load at first until I reboot. It
On Monday 17 July 2006 12:56, Chuckk Hubbard wrote:
> On 7/16/06, John O'Hagan <[EMAIL PROTECTED]> wrote:
> > On Monday 17 July 2006 02:51, Chuckk Hubbard wrote:
> > [...]
> >
> > > Can anyone tell me just what the error message
On Monday 17 July 2006 02:51, Chuckk Hubbard wrote:
[...]
> Can anyone tell me just what the error messages I was getting to start
> with meant?
>
> -
> W: Couldn't stat source package list http://demudi.agnula.org
> demudi/main/updates Packages
> (/var/lib/apt/lists
On Saturday 15 July 2006 21:05, you wrote:
> On 7/15/06, John O'Hagan <[EMAIL PROTECTED]> wrote:
> > On Saturday 15 July 2006 18:42, Chuckk Hubbard wrote:
> > > Synaptic:
> > >
> > >
> > > W: Couldn't stat source package list http://dem
On Saturday 15 July 2006 18:42, Chuckk Hubbard wrote:
> Synaptic:
>
>
> W: Couldn't stat source package list http://demudi.agnula.org
> demudi/main/updates Packages
> (/var/lib/apt/lists/demudi.agnula.org_packages_demudi_dists_demudi_main_upd
>ates_binary-i386_Packages) - stat (2 No such file or di
On Friday 14 July 2006 05:32, Marco wrote:
> Hi all,
> I have a laptop with Debian Etch and every second I have this messages
> in my syslog:
>
> Jul 13 21:24:07 localhost ifplugd(eth1)[3712]: SIOCGMIIPHY failed:
> Operation not supported
> Jul 13 21:24:07 localhost ifplugd(irda0)[3719]: SIOCGMIIPH
On Friday 14 July 2006 00:32, Arthur Marsh wrote:
> John O'Hagan wrote:
> ...
>
> >[...]
>>#m-a a-i realtime-lsm
>>
> > (auto-install) which ensures you have the kernel headers and other
> > necessary packages installed, downloads the module sourc
On Thursday 13 July 2006 09:43, itom wrote:
> hi all, I've installed linux-image-2.6.17-1-k7 and I want to use the
> realtime-lsm module for using realtime features needed from Jackd
>
> there is a particular procedure to install it?
>
> I've tried without success "module-assistant install realtime
On Thursday 13 July 2006 09:43, itom wrote:
> hi all, I've installed linux-image-2.6.17-1-k7 and I want to use the
> realtime-lsm module for using realtime features needed from Jackd
>
> there is a particular procedure to install it?
>
> I've tried without success "module-assistant install realtime
On Wednesday 05 July 2006 02:25, Chris wrote:
> I don't have a usb printer so the line you used in local.rules does'nt work
>for me.
Just replace "usb" in the rule with whatever bus your printer appears on, and
hopefully that will fix your permission issue.
See /usr/share/doc/udev/writing_udev
On Tuesday 04 July 2006 14:27, John O'Hagan wrote:
>
> I find I also have to use an old /etc/cups/cupsd.conf file if I want to
> print as a user (from KDE at least) - I'm in the process of trying to work
> out why.
>
It was because the new /etc/cups/cupsd.conf contain
On Tuesday 04 July 2006 03:31, Chris wrote:
> I have added lp to /etc/modules as was suggested in another message to this
> list. Now I have /dev/lp0 upon boot, but CUPS (localhost:631) complains:
>
> "Unable to open parallel port device file "/dev/lp0": Permission denied"
>
> here are the versio
On Wednesday 17 May 2006 00:36, John O'Hagan wrote:
> Hi list,
>
> Last few days, when I try to do apt-get update on my Etch laptop, it fails
> with a number of different errors.
The recent apt upgrade (which is really good: updates are now very fast) seems
to have fixed my
On Saturday 20 May 2006 18:36, Chris Lale wrote:
> John O'Hagan wrote:
> > [ ... ]
> >
> >Unless my logic is askew, this means that the problem is not the file size
> > or type, nor the repository, nor any problem with the integrity
> >or "downloadabi
On Wednesday 17 May 2006 00:36, John O'Hagan wrote:
> Hi list,
>
> Last few days, when I try to do apt-get update on my Etch laptop, it fails
I've narrowed the problem down to one strange fact:
> The offending files -... :
> ftp.debian.org_debian_dists_testing_main_
On Wednesday 17 May 2006 14:59, rs wrote:
[...]
> I'd like to upgrade from stable (sarge) to testing. Tried "aptitude
> upgrade" and it came back with 109 packages kept back.
[...]
> Obviously, I want kept back packages to be upgraded too (BTW, is there a
> way to find out why, specifically, those
Hi list,
Last few days, when I try to do apt-get update on my Etch laptop, it fails
with a number of different errors. I have made about twenty attempts.
First there were gzip errors caused by corrupted partial files left
in /var/lib/apt/lists/partial. Removing these allowed me to try again, bu
On Friday 12 May 2006 15:22, John O'Hagan wrote:
> Hi,
>
> When shutting down my etch laptop of late, it stops just short of power-off
> with a message along the lines of "No more processes in this runlevel". I
> then have to power-off manually.
>
> I looked
Hi,
When shutting down my etch laptop of late, it stops just short of power-off
with a message along the lines of "No more processes in this runlevel". I
then have to power-off manually.
I looked in /etc/init.d and noticed that the "halt" script was no longer a
script, but a text file contain
On Tuesday 02 May 2006 03:24, Curt Howland wrote:
>[...]
> The only difference between you and I is that what we consider beyond
> the "legitimate" reach of government is different.
[...] That is true; I think we have misjudged eachother; I am also an
anarchist (although a collectivist one), but
On Monday 01 May 2006 12:11, Curt Howland wrote:
[...]
>
> About John O'Hagan's list of things as seen from outside the US: It is
> interesting to note that without government intervention those items
> would be of no importance.
[...]
I don't agree: a democratic government can legitimately - an
On Sunday 30 April 2006 16:33, Steve Lamb wrote:
>
> [1] To explain for any non-Americans, it's a trick question
[...] As a non-American who has been following this thread, l would like to
respectfully make a few comments.
To an outsider, the preoccupations of American politics appear to be:
On Friday 28 April 2006 03:14, Mike McCarty wrote:
> Sumo Wrestler (or just ate too much) wrote:
> > Ron Johnson wrote:
> >> [...]
> >> Besides, you can't "wipe" files on a journaling fs. So, you re-
> >> mount your ext3 partition as ext2, wipe the file(s) and then re-
> >> mount as ext3.
> >> [..
On Tuesday 25 April 2006 05:44, Wulfy wrote:
>
> Hmm... I know a little about midi, but not much. Since I'm able to
> play it with some application, I should think it would be possible with
> any... I have the same problem with the Control Centre... I've read
> cryptic mentions of "sound fonts
On Tuesday 25 April 2006 16:24, Digby Tarvin wrote:
> I am having a small problem with the networking on the Debian Etch
> system I have installed on my Fujitsu P7120 notebook...
>
> The notebook has both wired and a wireless, with the wireless interface
> sometimes showign up as eth1, and sometime
On Monday 24 April 2006 06:47, Bruno Buys wrote:
> This is debian sarge with marillat multimedia sources. I'm trying to
> play a midi file, but I get a "Could not open /dev/sequencer to get some
> info. Probably there's another program using it" error, from kmid.
> That's the first time I try to op
On Tue, 18 Apr 2006 04:54 am, Florian Kulzer wrote:
[...]
> > > I always had trouble when I tried to assign ethX names with the udev
> > > rules, so I use a slightly modified approach:
> > > http://lists.debian.org/debian-user/2006/01/msg03434.html
[...]
[...]
> >
> > I just tried using this /etc
On Tue, 18 Apr 2006 02:34 pm, Rocky Ou wrote:
[..]
>1. How can I make my computer speak or sing? I mean I can see the
>small speaker icon show at the bottom right of my PC's screen(in window
> we call it task bar but i don't know how linux name it) but I can not hear
> any voice. Do I need
On Mon, 17 Apr 2006 11:59 pm, Florian Kulzer wrote:
[...]
>
> You can either use mapping in /etc/network/interfaces or write udev
> rules to control the assignment of the names. A nice summary was given a
> while ago by Seeker5528:
> http://lists.debian.org/debian-user/2006/01/msg00075.html
>
> I
On Mon, 17 Apr 2006 04:07 pm, Sonixxfx wrote:
[...]
>
> I am using two large commands that both output a pretty large amount of
> text. I want to compare these two lists of text, but I do not want to
> redirect it to textfiles to be able to do that.
[...]
Try
comm <(command1) <(command2)
whi
On Sun, 16 Apr 2006 06:24 pm, Adam Hardy wrote:
>
> Hmm. I have installed all the appropriate alsa packages I could find in
> synaptic, but I don't have the command alsaconfig on my system.
>
> Where does it come from?
>
The command you're after is alsaconf.
HTH,
John
--
To UNSUBSCRIBE, emai
On Sat, 15 Apr 2006 06:52 am, James Westby wrote:
>
> I tried writing a udev rule for the camera
>
> BUS="usb", SYSFS{vendor}="Canon Inc.", SYSFS{product}="Canon Digital
> Camera", NAME="camera%n"
>
> but this has no effect. I have neither /dev/sd* nor /dev/camera* with
> or without this rule.
>
I
Juan Javier wrote:
>Is there any package in Debian Stable or Testing which allows
>to decode wmv video streams (webcast or local)?
>
>
>I heard something about win32...don't-know-what...but I don't
>remember its name.
I think the package is avifile-win32-plugin; you need to download and insta
Sed Nivo wrote:
>When in /var/lib/apt/lists is packages lists from various sources,
>cd-rom, http etc. How i can select specific source to use by apt-get?
The file that controls this is /etc/apt/sources.list. You can edit it by hand
(type "man sources.list" in a terminal for how) or use, say, sy
Hi,
Using up-to-date Etch and Audacity 1.2.4b-2. Recently it silently fails to
launch. Running in a terminal gives:
Gdk-ERROR **: BadMatch (invalid parameter attributes)
serial 396 error_code 8 request_code 147 minor_code 3
Gdk-ERROR **: BadMatch (invalid parameter attributes)
serial 400 err
On Wed, 15 Mar 2006 04:19 pm, John O'Hagan wrote:
> On Tue, Mar 14, 2006 at 05:32:46PM +1100, Paul Dwerryhouse wrote:
> >Run this:
> >
> >apt-get --reinstall install \
> >$(cd /var/lib/dpkg/info; grep -l '^/bin/' *.list|sed 's/.list$//')
>
On Tue, Mar 14, 2006 at 05:32:46PM +1100, Paul Dwerryhouse wrote:
>Run this:
>apt-get --reinstall install \
>$(cd /var/lib/dpkg/info; grep -l '^/bin/' *.list|sed 's/.list$//')
Thanks for this ingenious solution; there are still a couple of things to iron
out though: for some reason the command
Hi,
In an unfortunate (beer-related) incident, I rm'ed /boot and /bin from my etch
laptop. I had /boot backed up, but not /bin, so I copied that from an oldish
Mepis CD.
To my surprise, most things seem to be working; but I'm wondering if I can
expect problems, and if there's a way of restori
PAolo wrote:
>So i have two sound cards [modules snd_ens1371, snd_ac97_codec and
>relatives], the /dev/snd/seq doesn't exist. How can i get it back?
Mine disappeared from my testing system a while ago; it was fixed by manually
loading the snd_seq module (modprobe snd_seq or put it in /etc/modu
Pooly wrote:
>Timidity and freepats works correctly, it's just rosegarden that I
>don't manage to install
As I understand it, rosegarden4 is not currently in etch as it depends on
things that are still in unstable (e.g. libjack1*), so you either have to
upgrade in large chunks to unstable to g
Hi,
After being out of town for a few days I ran apt-get update; to find that
there seemed to have been no updates of any of the packages I have installed
on my testing laptop. I was surprised, as usually at least several are
updated each day. A four-day lull is unprecedented.
Output from apt
>Anyone know what this error message means?
>
>sudo: unable to lookup viewmaster via gethostbyname()
>
>"viewmaster" is the hostname I chose for my laptop. Sudo seems to work
>normally, but the message appears whenever I use it.
[...]
It seems that etherconf puts an entry of the form HOST
1 - 100 of 110 matches
Mail list logo