Re: Replace Grub with rEFInd [WAS Possibly broken Grub or initrd after updates on Testing]

2024-01-04 Thread Joel Roth
experiences are with vanilla filesystems only. LUKS obviously has specific requirements. Perhaps you could try having a root partition that is unencrypted? -- Joel Roth

Re: Replace Grub with rEFInd [WAS Possibly broken Grub or initrd after updates on Testing]

2024-01-04 Thread Joel Roth
> > > > former is so that Grub includes it in any new grub.cfg that you > > > > create. > > > Good to know. > > Edit:, never mind. Tried that, it still booted straight to the UEFI BIOS > > menu after entering my password. At this point, I'm seriously > > considering slapping rEFInd on it and pray that it picks up on > > everything automatically and fix the situation. But so should Grub have, > > besides the fact that I can't even be entirely sure Grub is to blame and > > not something else. -- Joel Roth

Re: Alpine/Gmail/Imap expert needed.

2023-11-27 Thread Joel Roth
rse out what she wants/needs from her description. I don't blame her; certainly she writes as clearly as she knows how. Usually someone (in this case Gareth) gets what she wants. At least it's never dull ;-) > > Cheers > > -- Joel Roth

Re: connect two hosts over wifi without router?

2023-11-27 Thread Joel Roth
ble people here than myself, but a naive search for "wifi adapter client host mode linux" brings up this page. https://woshub.com/create-wi-fi-access-point-hotspot-linux/ Most wifi adapters can operate as an access point, which is indicated by AP and AP/VLAN appearing in the output of `iw list`. Hope this helps -- Joel Roth

Re: FOSS tool to do general stats from text indata

2023-06-23 Thread Joel Roth
facts and stuff that you never think >about until the stats tell you! > > What do we have on that area? A basic search finds this web tool: https://www.usingenglish.com/resources/text-statistics/ Otherwise, I think you'll have to write your own -- or hire someone (like me :^) to write one for you. -- Joel Roth

Re: fetchamil / procmail as non root : unable to call script

2023-06-21 Thread Joel Roth
ail: Match on "^Message-ID: \/.*" > procmail: Assigning "LASTFOLDER= echo "whoami" > test.txt" > Subject: test > Folder: echo "whoami" > test.txt > 1824 > procmail: Executing " echo "whoami" > test.txt" > > but nothung happens. > Am I missing something ? > Regards > Cédric Are you sure that procmail is running the command in a shell? Could it be trying to execute a program named 'echo'. You might try creating a shell script you can call. -- Joel Roth

Re: Is perl still the No.1 language for sysadmin?

2023-04-03 Thread Joel Roth
ce of MT) > > So that were my few cents regarding the scripting languages. For a real > n00b nowadays, I would still recommend to learn Bash first. But always > keep in mind that "Bash programming" is a mix of executing commands in > the own language but mixing the result with the external forking of > other programs. > > However, the lines between "scripting" and "real programming" languages > are blurry. If one is asking for the later, nowadays I would suggest > learning C# or Rust. > > Eduard. > 1. https://www.perl.com/pub/2007/12/06/soto-11.html/ -- Joel Roth

Re: cpan oddity

2023-03-27 Thread Joel Roth
l cpanminus Please note that when installing via cpanminus to a unprivileged directory, such as $HOME/perl5, you must also include it in your environment. see 'man local::lib'. -- Joel Roth

Re: Issues with audio after updating

2022-10-10 Thread Joel Roth
ice 1. https://askubuntu.com/questions/8425/how-to-temporarily-disable-pulseaudio-while-running-a-game-under-wine I've not tested this myself. cheers, -- Joel Roth

Re: No HDMI Audio

2022-07-27 Thread Joel Roth
option to target various alsa devices. Once you've found the HDMI device that works, you can set it as the default device. -- Joel Roth

Re: Converting an old Chromebook to pure Debian, was: OT, Recommendation for low cost laptop

2022-07-13 Thread Joel Roth
; > -- > Ottavio Caruso > > A: Because it messes up the order in which people normally read text. > Q: Why is top-posting such a bad thing? > A: Top-posting. > Q: What is the most annoying thing in e-mail? > -- Joel Roth

Re: Suggestions for rm [WAS: Re: Feature request: install package by passing URL to apt-get]

2022-06-25 Thread Joel Roth
On Sat, Jun 25, 2022 at 09:45:58AM -0400, Greg Wooledge wrote: > On Fri, Jun 24, 2022 at 07:42:25PM -1000, Joel Roth wrote: > > I list the files first: > > > > ls some-pattern > > > > then add a pipe to rm: > > > > ls some-pattern | rm > >

Re: Suggestions for rm [WAS: Re: Feature request: install package by passing URL to apt-get]

2022-06-24 Thread Joel Roth
ls some-pattern | rm -rf I know the OP said they weren't asking advice, but I can't help putting in my two bits :-) cheers, > With every good wish, as ever, > -- Joel Roth

Re: Printing the old way

2022-06-15 Thread Joel Roth
ges were needed, etc.? Using magicfilter with lprng lets you print a variety of file types. -- Joel Roth

Re: Recommendations for a home server running Debian Bullseye (11)?

2022-04-25 Thread Joel Roth
natures any more? > > https://charlescurley.com > https://charlescurley.com/blog/ > -- Joel Roth

Review of Refind boot manager (was Re: USB UEFI recovery stick)

2022-03-05 Thread Joel Roth
e, Support opensource development -- Joel Roth

Re: Debian-friendly laptop

2021-05-19 Thread Joel Roth
laptops years ago, found that they didn't offer me much over community supported Thinkpads. -- Joel Roth

Re: Putting small web site online

2021-05-12 Thread Joel Roth
ou can use PHP, python or perl with a mysql database if you like. And the admin answers emails. Speaking as a satisfied (mostly dormant) user. -- Joel Roth

Re: Multichannel audio playback

2021-04-28 Thread Joel Roth
On Wed, Apr 28, 2021 at 06:21:27PM +, Rodolfo Medina wrote: > Joel Roth writes: > > > I don't think there is a problem with ecasound. > > For comparison, you can try > > > > aplay -D test.wav > > > > You get the device name from aplay -L. > &g

Re: Multichannel audio playback

2021-04-28 Thread Joel Roth
le, > ... channels 3, srate 48000, interleaved (locked params). > ERROR: Connecting chainsetup failed: "Enabling chainsetup: AUDIOIO-ALSA: > ... Channel count 2 is out of range!" > Hi Rodolfo, I don't think there is a problem with ecasound. For comparison, you can try aplay -D test.wav You get the device name from aplay -L. Please also show the output from cat /proc/asound/cards With your ecasound examples, the -a argument is not necessary, and selecting channels is not its purpose. cheers > Please help... > > Rodolfo > -- Joel Roth

Re: Multichannel audio playback

2021-04-28 Thread Joel Roth
-- --- Begin Message --- On Wed, Apr 28, 2021 at 07:37:27AM +, Rodolfo Medina wrote: > Joel Roth writes: > > > On Tue, Apr 27, 2021 at 10:22:11AM -1000, Joel Roth wrote: > >> > >> ecasound -i:libsndfile,audiofile -o alsa > > > > that should be -i:

Re: Multichannel audio playback (was: Multichannel audio listening)

2021-04-27 Thread Joel Roth
On Tue, Apr 27, 2021 at 10:22:11AM -1000, Joel Roth wrote: > > ecasound -i:libsndfile,audiofile -o alsa that should be -i:sndfile -- Joel Roth

Re: Multichannel audio playback (was: Multichannel audio listening)

2021-04-27 Thread Joel Roth
n doesn't match the file format, you can specify the file type, e.g. ecasound -i:libsndfile,audiofile,aiff -o alsa cheers -- Joel Roth

Re: Blind and Low-Vision UNIX Users Group

2021-03-06 Thread Joel Roth
tarted. > > -dsr- Another list for this purpose: Blinux-list mailing list blinux-l...@redhat.com https://listman.redhat.com/mailman/listinfo/blinux-list -- Joel Roth

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

2020-12-24 Thread Joel Roth
he bug might just get fixed... > > Any suggestions? I looked at the hdajackretask app, but no idea where I > would > even start there. Do you have pulseaudio running on your system? It is a layer above ALSA, and could be related to your issue. > Thanks in advance, > Brendon > > > -- Joel Roth

Re: Most maintainable way to install perl modules on Debian sysetms

2020-11-15 Thread Joel Roth
rl versions. have fun, > I suppose this could even be a general question when you consider other > things like python, php, nodejs and others, all of which have their own > module systems. Feels like there’s a need for a sort of meta-module system > that works with apt, but I’m

Re: Backup Times on a Linux desktop

2019-11-04 Thread Joel Roth
On Mon, Nov 04, 2019, Charles Curley wrote: > On Mon, 4 Nov 2019 06:01:54 -1000 > Joel Roth wrote: > > > These days I use rsync with the --link-dest option to make > > complete Time-Machine(tm) style backups using hardlinks to > > avoid file duplication in the common

Re: Backup Times on a Linux desktop

2019-11-04 Thread Joel Roth
considered kosher. It takes around 10% of CPU on my i5 system. > Whoever read till the end Im thankful and ready to hear your opinion. > Cheers > Konstantin -- Joel Roth

Re: Programming pointer? -- options to run Python3 from web page (not via Flask/cgi/Django)

2019-07-25 Thread Joel Roth
D to post to .aspx. > > > > While I would prefer the answer to be python-ish, > it does to Have to be python. > > > Thank you! > > > -- Joel Roth "Welcome to the World Heat Bank, where we store your waste energy and return it with interest."

Re: [OT] send all email from certain From: addresses into a spam

2019-07-04 Thread Joel Roth
re friendly with perl, Email::Filter or Email::Filter::Rules provides a less cryptic alternative to procmail. I use Email::Filter with Net::IMAP::Client so that I run one filter process per mail check, rather than one process per mail when triggering the filter from a .forward file. -- Joel Roth &q

Re: batch process jpegs

2019-05-01 Thread Joel Roth
ess=100, the result is totally white. Similarly, when contrast=0 and brightness=-100, the result is totally black. As the range of values for the arguments are -100 to +100, adding the '%' symbol is no different than leaving it off. > > mick > -- > Key ID4BFEBB31 > -- Joel Roth

Re: [OT?] home partition vs. home directory

2018-12-01 Thread Joel Roth
On Fri, Nov 30, 2018 at 08:39:55PM -0600, David Wright wrote: > On Fri 30 Nov 2018 at 11:23:57 (-1000), Joel Roth wrote: > > On Fri, Nov 30, 2018 Cindy-Sue Causey wrote: > > > Cliff's Notes Version Part I: Flaky USB connections are an important > > > factor! An ac

Re: [OT?] home partition vs. home directory

2018-11-30 Thread Joel Roth
intended partition) was when the partition was not mounted. Once an I/O error occurs, at least in my system, no further read or write operations to the mount point will succeed. with regards -- Joel Roth

Re: hammerfall help request

2018-08-16 Thread Joel Roth
On Fri, Aug 17, 2018 at 12:12:22AM +, Glenn English wrote: > On Thu, Aug 16, 2018 at 11:09 PM, Joel Roth wrote: > > > Unmute and adjust signal levels > > > > alsamixer -c 2 > > Comes up in curses with the RME selected and a single slider: DDS > S

Re: hammerfall help request

2018-08-16 Thread Joel Roth
On Thu, Aug 16, 2018 at 06:50:10PM +, Glenn English wrote: > On Thu, Aug 16, 2018 at 2:42 AM, Joel Roth wrote: > > > cat /proc/asound/cards > > root@sbox:~# cat /proc/asound/cards > 0 [Intel ]: HDA-Intel - HDA Intel > HDA Intel at 0xfb

Re: hammerfall help request

2018-08-15 Thread Joel Roth
ink I remember hearing small clicks when I plugged them in > before. All quiet now. Even if I'm remembering correctly, the lack of > clicks could be due to having something set wrong. > > I really think there's something I haven't done, but I can't figure > out what. Anybody have any ideas? > > -- > Glenn English cat /proc/asound/cards -- Joel Roth

Re: utf

2018-04-04 Thread Joel Roth
g/wiki/Mbox I converted to Maildir for better compatibility with the mu indexing programs (package maildir-utils). cheers, -- Joel Roth

Re: Simple spreadsheet program.

2018-03-13 Thread Joel Roth
ment > then try and unfathom LibreOffice methods. I'm a dinosaur, too, but the bar to using LibreOffice calc seems pretty low, basically one 5 minute youtube tutorial. cheers -- Joel Roth

Re: Multichannel audio listening

2018-03-07 Thread Joel Roth
I'm the biased author ;-) For hardware or software questions you cannot answer by reading the docs or doing a web search, I'll refer you to the many experts on the Linux Audio Users mailing list (LAU). cheers, -- Joel Roth

Re: Multichannel audio listening (was: Live recording)

2018-03-06 Thread Joel Roth
Hope this helps, > I hope I was clear enough... > Thanks for any help. > > Rodolfo > -- Joel Roth

Re: No Sound - Puzzle

2017-11-15 Thread Joel Roth
sound from the speakers. The system works with the onboard Nvidia > >sound, no problems. > > > >I assume the problem is a missing linux driver for the Xonar but I have > >seen claims that Xonar works out of the box on linux systems. > > > >Does anyone have this working? > > > >I am using Debian Stretch. > > > > > > > -- Joel Roth

Re: Rsync

2017-11-05 Thread Joel Roth
to include packages relevant for utility use and I think it's fair that the net installer focus on minimizing its own requirements. Equally, rsync is small, useful, and comprehensible, IMO a good target for teaching the command line literacy. cheers -- Joel Roth

Re: Recommended editor for novice programmers?

2017-09-08 Thread Joel Roth
I'm dropping in late to say that running 'vimtutor' in a terminal is an easy way to interactively get to know how vim works. -- Joel Roth

Re: perl system integrity?

2017-07-18 Thread Joel Roth
sr/bin/env perl will depend on your $PATH variable. cheers, Joel > Miles Fidelman > > > -- > In theory, there is no difference between theory and practice. > In practice, there is. Yogi Berra > -- Joel Roth

Re: How to deploy custom set of configuration files?

2017-07-04 Thread Joel Roth
ot to overwrite them during an upgrade. hth > I’m aware of chef, puppet, and other configuration managment programs, > but I thought for simple cases it is too much overhead. > > > [Debian GNU/Linux FAQ] https://www.debian.org/doc/manuals/debian-faq > > [section 11.7] > https://www.debian.org/doc/manuals/debian-faq/ch-customizing.en.html#s-interconffiles > -- Joel Roth

Re: Wheezy to Stretch upgrade failure

2017-06-24 Thread Joel Roth
wise to first > upgrade into Jessie. Or, depending on your settings, configurations, > services your computer provides even do a full install of stretch. You can also segment an upgrade into two, more digestible pieces. apt-get upgrade apt-get dist-upgrade -- Joel Roth

Re: No live CD ISOs without GUI desktops?

2017-06-24 Thread Joel Roth
D, based on debian testing, that includes only command line stuff, AFAIK. http://iavit.org/~bats/ (You may easily find and remove the speech module from the kernel.) I don't see the package list, but the author writes that he is open to additional suggestions. hth -- Joel Roth

Re: Thin Client

2017-03-29 Thread Joel Roth
e will be > absolutely terrible compared to a $200 Chromebook converted over > to Linux. I provided my dad a converted Chromebook years ago. It took a long time to configure, run fine for years, till my dad hit the booby trap on the boot screen for disabling the developer mode. -- Joel Roth

Re: [Rant] The Endless Search for a Mail Client That Doesn't Suck

2016-09-02 Thread Joel Roth
me much more valuable since I added an indexing utility, mu. I can actually search through all my old mail now! -- Joel Roth

UEFI bootloaders (was: Re: reasons to ditch LILO before upgrading to jessie?)

2016-07-10 Thread Joel Roth
, -- Joel Roth

Re: reasons to ditch LILO before upgrading to jessie?

2016-07-10 Thread Joel Roth
just don't want to. > > -- > .''`. Stephen Powell<zlinux...@fastmail.com> > : :' : > `. `'` >`- > -- Joel Roth

Re: Grub won't install

2016-05-25 Thread Joel Roth
is only a couple of years old that > uses it. > -- > .''`. Stephen Powell<zlinux...@fastmail.com> > : :' : > `. `'` >`- > -- Joel Roth

Re: What Mid-range USB Sound Cards Work with Linux?

2016-05-25 Thread Joel Roth
short, JACK is often used for music production, where you want to hook several components together, for example a synth that feeds its audio outputs to a DAW. HTH, -- Joel Roth

Re: events for power plug

2016-03-12 Thread Joel Roth
seems to be called only at boot time, > and not every time the power plug status changes. > > Can anybody help? > -- > Bruno Schneider > -- Joel Roth

Re: Converting to Maildir

2016-03-05 Thread Joel Roth
Andrew McGlashan wrote: > Hi, > > On 5/03/2016 6:12 AM, Joel Roth wrote: > > What is interesting, is that mb2md prepends a '.' to all of > > the existing mbox folder names it converts. Also, dots in > > existing folder names are converted to underscore. > > >

Re: Using an SSD with strictatime mount option

2016-03-05 Thread Joel Roth
Andrew McGlashan wrote: > > > On 4/03/2016 12:36 PM, Joel Roth wrote: > > On Tue, Mar 01, 2016 at 01:53:11PM +0100, Jochen Spieker wrote: > >> Joel Roth: > >>> > >>> mount -o remount,strictatime / > >>> > >>> Fixes it. >

Re: What else must I do to avoid installing "suggests"? Was: How to get a "minimal font set"?

2016-03-04 Thread Joel Roth
'apt-get install' > with the '--no-install-recommends' option. Hi, cat /etc/apt/apt.conf.d/40nosuggestrecommends Apt::Install-Suggests false; Apt::Install-Recommends false; > > HTH, > > David > -- Joel Roth

Converting to Maildir (was: Re: Using an SSD with strictatime mount option)

2016-03-04 Thread Joel Roth
Hi Andrew, Andrew McGlashan wrote: > > On 4/03/2016 12:36 PM, Joel Roth wrote: > > On Tue, Mar 01, 2016 at 01:53:11PM +0100, Jochen Spieker wrote: > >> Joel Roth: > >>> > >>> mount -o remount,strictatime / > >>> > >>> Fixes

Re: Using an SSD with strictatime mount option

2016-03-03 Thread Joel Roth
On Tue, Mar 01, 2016 at 01:53:11PM +0100, Jochen Spieker wrote: > Joel Roth: > > > > mount -o remount,strictatime / > > > > Fixes it. > > Great! But wouldn't that still be a good idea to switch to Maildir? :) Yes, it just takes a little work to change over :)

Re: Using an SSD with strictatime mount option

2016-02-29 Thread Joel Roth
David Wright wrote: > On Mon 29 Feb 2016 at 02:09:41 (-1000), Joel Roth wrote: > > Pascal Hambourg wrote: > > > Disclaimer : I do not use mutt nor any SSD yet. > > > > > > Joel Roth a écrit : > > > > > > > > I have debian installed o

Re: mutt fails to display signed mails: could not copy message

2016-02-29 Thread Joel Roth
On Mon, Feb 29, 2016 at 11:56:38AM +0100, to...@tuxteam.de wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > [setting To: to list, I hope that's OK with you] > > On Mon, Feb 29, 2016 at 01:09:35AM -1000, Joel Roth wrote: > > > > On Mon, Fe

Re: Using an SSD with strictatime mount option

2016-02-29 Thread Joel Roth
Pascal Hambourg wrote: > Disclaimer : I do not use mutt nor any SSD yet. > > Joel Roth a écrit : > > > > I have debian installed on a single SSD partition, > > with ordinary desktop use. > > > > When I set the strictatime option, mutt accurately shows

Re: mutt fails to display signed mails: could not copy message

2016-02-29 Thread Joel Roth
tomás wrote: > On Sun, Feb 28, 2016 at 10:21:43PM -1000, Joel Roth wrote: > > Hi, > > > > I have gpg installed (package gpgv). > > > > I tried putting "source /etc/Muttrc.d/gpg.rc" at the end of > > ~/.muttrc, and also putting "source /etc/M

Using an SSD with strictatime mount option

2016-02-29 Thread Joel Roth
Hi again, I have debian installed on a single SSD partition, with ordinary desktop use. When I set the strictatime option, mutt accurately shows new mails arriving. (I'm using mbox format.) Is this setting going to wear out my SSD? Thanks, -- Joel Roth

mutt fails to display signed mails: could not copy message

2016-02-29 Thread Joel Roth
s yet. Kind regards, -- Joel Roth

Re: lxde/openbox temp. deactivate touchpad?

2016-02-28 Thread Joel Roth
this would not happen in debian8, but maybe it is a hardware > failure, so I have to live/deal with it. > > > thanks > Bernd > -- Joel Roth

Re: Laptop + VGA + X

2015-12-29 Thread Joel Roth
org > https://diasporabr.com.br > > - Mantenha o controle de sua computação, senão ela vai controlar você! > https://www.gnu.org/philosophy/keep-control-of-your-computing.html > > - O modelo das urnas eletrônicas brasileiras é o mais antiquado e > obscuro em uso no mundo. > http://votoseguro.org > -- Joel Roth

Re: Need ftp program with site-to-site capability

2015-11-13 Thread Joel Roth
ad to the destination. > > Anybody know of such a one? I used one at work many years ago but don't > remember the name or even what system it ran on. > > Any favorites? If you have shell access on your hosts, rsync would worth looking into. > Many TIA!! > Dennis > -- Joel Roth

Setting partition type

2015-10-24 Thread Joel Roth
Reformatting a flash drive, it looks like cfdisk and fdisk no longer accept some partition types, such as 'c' for 'Win95 FAT (LBA)'. sfdisk -c Does accept this type. -- Joel Roth

Re: DVD authoring software tested, DVDStyler wins

2015-09-02 Thread Joel Roth
ngle movie, > all on it's own. Ric Thanks, I'll look at it again. -- Joel Roth

Re: DVD authoring software tested, DVDStyler wins

2015-09-02 Thread Joel Roth
Chris Bannister wrote: > On Sun, Aug 30, 2015 at 12:27:19PM -1000, Joel Roth wrote: > > For anyone who may have reason to deal with this > > antiquated, anticloud technology, I needed to > > author a couple disks. > > > > I tried videotrans, tovid. Maybe I di

DVD authoring software tested, DVDStyler wins

2015-08-30 Thread Joel Roth
to remove and re-install the app to get it to continue. I did managed to coax it through authoring the two discs. I like the look of WxWidget, perhaps will use it one day in one of my projects... Cheers, Joel -- Joel Roth

Re: Backup on BD-R. Was: What pulls in the tray of my /dev/sr1 ?

2015-08-04 Thread Joel Roth
://scdbackup.sourceforge.net/README Very thoroughly documented. Without actually running the software, it looks like great work! -- Joel Roth -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive

Re: CPU overheating then shutting down while encoding video with ffmpeg

2015-07-19 Thread Joel Roth
. But if your laptop is very old, it probably can not do that; in that case, killall -STOP ffmpeg would probably work. In addition, you could put your laptop up on some blocks, so the airflow is better, or use an external fan or vaccuum cleaner to help. -- Joel Roth -- To UNSUBSCRIBE, email

Re: X11/Thinkpad T430: partially drops input from USB devices after resume

2015-07-18 Thread Joel Roth
On Sun, Mar 22, 2015 at 11:59:16AM -1000, Joel Roth wrote: On Sat, Mar 21, 2015 at 01:05:58AM +, stefan.schwar...@gmx.net wrote: I am using my laptop (lenovo T430, debian testing) regularly in a docking station. The dock has a USB keyboard, USB mouse and monitor permanently attached

Re: the State of Linux Audio

2015-07-16 Thread Joel Roth
On Thu, Jul 16, 2015 at 06:15:42AM -0500, Martin G. McCormick wrote: Joel Roth writes: Hi Martin, Pulse audio requires D-Bus, and D-Bus is the underlying RPC mechanism of a large and controversial software stack developed to support desktop applications. Thank you for this good

Re: the State of Linux Audio

2015-07-15 Thread Joel Roth
...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150715194414.359c822...@server1.shellworld.net -- Joel Roth -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Re: cpan module in Jessie

2015-07-07 Thread Joel Roth
. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150707080538.gp31...@rail.eu.org -- Joel Roth -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

Re: looking for a sound waveform viewer, but not audacity for reasons explained

2015-06-29 Thread Joel Roth
...@mail.gmail.com -- Joel Roth -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150629081817.GA16849@sprite

Re: Planning a new Debian box!

2015-03-28 Thread Joel Roth
Or, are there steps I ought to take prior to launching the installer, perhaps involving other disk tools? I don't trust what M$ puts on hard drives! 1. http://www.partitionwizard.com/free-partition-manager.html TIA Debian peeps! -- Joel Roth -- To UNSUBSCRIBE, email to debian-user-requ

Re: X11/Thinkpad T430: partially drops input from USB devices after resume

2015-03-22 Thread Joel Roth
...@lists.debian.org Archive: https://lists.debian.org/cn3ufkfqi1...@mid.individual.net -- Joel Roth -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150322215916.GD17797

Working minimally with pulseaudio

2015-03-04 Thread Joel Roth
-- Joel Roth -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150304201433.GA19240@sprite

Re: 3rd new wheezy install

2015-02-03 Thread Joel Roth
Heskett -- Joel Roth -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150203231107.GA3409@sprite

Re: Sound in Jessie

2015-02-01 Thread Joel Roth
Users mailing list is the most authoritative resource for audio issues. Cheers, 1. Note that MID is just an identifier, has nothing to do with MIDI, a standard for representing digital music. Cheers. -- Paul E Condon pecon...@mesanetworks.net -- Joel Roth

Re: typescript of terminal session (was: Was: Ric Moore)

2015-01-19 Thread Joel Roth
. Then paste with Ctrl-a ] either into another application, or after cat somefile.txt or cat | xsel -b (copy to X11 paste buffer for paste by Ctrl-v). Terminate the input by Ctrl-d on a new line. cheers, -- Joel Roth -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject

Re: An experiment in backup

2015-01-16 Thread Joel Roth
everything you need. The most likely booting issues for me are usually something in /etc/fstab. However, I'm thinking to move over to a Time Machine style rsync backup based on hardlinks. have fun, -- Joel Roth -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

Re: Can't get sound to work

2015-01-16 Thread Joel Roth
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150116205622.3f0fc1af@dotcom.mfs32 -- Joel Roth -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: Can't get sound to work

2015-01-16 Thread Joel Roth
On Sat, Jan 17, 2015 at 01:27:31PM +1100, Charlie wrote: On Fri, 16 Jan 2015 15:11:24 -1000 Joel Roth sent: Robert Latest wrote: With aplay -D hw:0,0 it still works. You're 99% to the destination. IIRC, directly addressing the sound device as hw:0,0 takes the whole device

Re: Can't get sound to work

2015-01-16 Thread Joel Roth
Charlie wrote: On Fri, 16 Jan 2015 19:56:31 -1000 Joel Roth sent: For now, you do have have a working audio system sitting atop your Intel soundcard(s). Yes thank you. I have purged pulseaudio again. Never having used it found Alsa was always fine till recently when alsa didn't do

Re: developing on open source, apt

2015-01-06 Thread Joel Roth
: https://lists.debian.org/54ac3255.6080...@gmail.com -- Joel Roth -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150106193700.GA6277@sprite

Re: Debian on iBook G4 Running OSX Tiger

2014-12-27 Thread Joel Roth
...@mail.gmail.com -- Joel Roth -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20141228010559.GA30373@sprite

Re: music based applications in debian?

2014-12-14 Thread Joel Roth
.4.64.1412141817080.16...@server1.shellworld.net -- Joel Roth -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20141215031558.GA26562@sprite

Re: fsck fails with partition in use error after partition umount'ed

2014-11-30 Thread Joel Roth
On Sun, Nov 30, 2014 at 06:09:38PM +1100, Scott Ferguson wrote: On 30 November 2014 at 17:47, Joel Roth jo...@pobox.com wrote: I notice that /dev/sdb1, an ext4 partition on a USB drive has remounted read-only. I try umount /dev/sdb1 then fsck /dev/sdb1 fsck from util-linux

fsck fails with partition in use error after partition umount'ed

2014-11-29 Thread Joel Roth
being mounted? I don't have a desktop environment, so it's only vanilla (sid) here. I suppose I should investigate lsof. I also wonder, if changes in udev could be involved. The underlying issue is that the driver detects an I/O error. Regards, Joel -- Joel Roth -- To UNSUBSCRIBE

Re: ALSA - Multiple Sources...?

2014-11-27 Thread Joel Roth
pulseaudio Thanks in advance. --hobie -- Joel Roth Hi, Joel - Thanks. :) Synaptic says no but running the dpkg -l command indicates pulseaudio 2.0.3 is present. (!) It isn't, but there's a fair number of residual files around from some earlier install, including things like

Re: ALSA - Multiple Sources...?

2014-11-27 Thread Joel Roth
post to Linux Audio Users mailing list. It may help to know the output of lspci cat /proc/asound/cards lsmod | grep snd Hope this helps -- Joel Roth -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: ALSA - Multiple Sources...?

2014-11-26 Thread Joel Roth
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/c9c4e3b80378e1027ca1aae356b666b5.squir...@dragon.rumormillnews.com -- Joel Roth -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Re: replacing boot and only disk drive

2014-11-23 Thread Joel Roth
On Sun, Nov 23, 2014 at 03:03:53PM -0500, Doug wrote: On 11/22/2014 11:38 PM, Joel Roth wrote: Grub can boot Windows just fine. Yes, grub can boot Windows _just fine_ if Windows is bootable. Windows wants to be activated and I found that GParted's activation does not suffice.That's why I

Re: replacing boot and only disk drive

2014-11-22 Thread Joel Roth
...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/m4r68g$o6n$2...@ger.gmane.org -- Joel Roth -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: apt-get source download has files not in git repository

2014-11-21 Thread Joel Roth
On Fri, Nov 21, 2014 at 08:03:58AM +0200, Andrei POPESCU wrote: On Jo, 20 nov 14, 12:29:32, Joel Roth wrote: However, there are files that apt-get source downloads that are not in the repository. Can someone tell me where they come from? They appear necessary for the package to build

  1   2   3   4   5   >