Re: increment backup of home dir

2025-03-15 Thread Ryan Nowakowski
I use rdiff-backup. It does incremental backups. On March 14, 2025 1:07:53 AM CDT, tim wade wrote: >Hello > >I plan to make increment backup for my home dir. >It's currently in the size of 1xx GB. > >besides rsync, do you know any other software/service for increment backup? > >Thank you. >

Re: Checksums not updated in SHA512SUMS file in amd64

2024-11-19 Thread Ryan Nowakowski
On Sun, Nov 10, 2024 at 08:45:10AM +0100, kevin wrote: > first of all, i am not sure if this is the right place - sorry if not. > > I recognized that at > https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/ > the SHA512SUMS file still has the checksums for debian-12.7. Hey Kevin, I think

Re: need .md reader that can print ONLY tha page being viewed

2024-11-19 Thread Ryan Nowakowski
arkdown in pages, you can use pandoc to render markdown as PDF, then use a PDF reader to print the pages you want. Hope this helps, Ryan

Re: Male my own gui

2024-10-18 Thread Ryan Nowakowski
In Debian, there are a few different GUI layers: Bottom up(simplified): * Xorg/Wayland * Desktop environment * Window manager * Gtk/qt * Applications What layer would you like to make your own? On October 18, 2024 7:16:33 AM CDT, mathew butterfield wrote: >Hi there I am looking for

Re: How to load new firmware?

2024-10-14 Thread Ryan Nowakowski
On October 14, 2024 8:53:17 AM CDT, Lee wrote: >On Mon, Oct 14, 2024 at 9:17 AM Charles Curley wrote: >> >> On Mon, 14 Oct 2024 07:09:22 -0400 >> Lee wrote: >> >> > My laptop is set to do a UEFI boot [?? I really don't know the proper >> > terms]. Is there a "proper" place to get firmware from

Re: password manager

2024-10-10 Thread Ryan Nowakowski
On October 8, 2024 7:50:29 PM CDT, "Paul M. Foster" wrote: >On 10/8/24 19:11, fxkl4...@protonmail.com wrote: >> what are y'alls recommendations for a password manager >> i've always used firefox's builtin manager >> but it's gotten to where it only works about half the time >> it's a pita look

Re: Need advice on a usable, inexpensive laptop for Debian

2024-09-05 Thread Ryan Nowakowski
On September 4, 2024 5:18:53 PM CDT, "Andrew M.A. Cater" wrote: >On Wed, Sep 04, 2024 at 05:04:33PM -0500, Tom Browder wrote: >> I'm trying to propose a computer lab for young wannabe coders, and I want >> to use a Linux box (I prefer Debian, but I get the feeling Ubuntu is more >> familiar wi

Re: Simple group email list

2024-08-31 Thread Ryan Nowakowski
On Sat, Aug 31, 2024 at 08:22:40AM -0500, Tom Browder wrote: > I have a class website that I would like to programmatically send > noreply@mydomain messages to my list of classmate emails when I > periodically update the site. (I used to do that circa 2010 via Gmail’s API > but that changed and I h

Re: Direct Messaging

2024-08-31 Thread Ryan Nowakowski
On Sat, Aug 31, 2024 at 03:18:10PM +0100, Darac Marjal wrote: > On 31/08/2024 14:26, Tom Browder wrote: > > Anyone know of a way to send text messages to willing recipients from > > one’s own website and server without hiring  DM provider? > > What I've done in the past is to get a cheap Android p

Re: reporting an issue in debian based OS

2024-08-26 Thread Ryan Nowakowski
On Sat, Aug 24, 2024 at 12:55:32PM +, b.mc6 wrote: > I have an issue to report but don't know how to go about it. Here is the > issue- > > Hello, > There seems to be some issues with the 'ThinkPad USB-C Dock Gen 2' and some > operating systems that are based on Debian. I am not sure if this

Re: Any good Debian books highly recommended

2024-08-25 Thread Ryan Nowakowski
I really like The Debian System by Martin Krafft https://www.amazon.com/gp/aw/d/1593270690/ref=ya_aw_od_pi?ie=UTF8&psc=1 It's almost 20 years old now but it's still pretty relevant since Debian hasn't changed that much. On August 24, 2024 11:08:27 AM CDT, Eric Richards <2eric.richa...@gmail.co

Re: Cross-platform contacts program/app recommendations?

2024-08-15 Thread Ryan Nowakowski
You can use davical[1]. While it focuses on caldav, it also supports carddav. [1] https://wiki.davical.org/index.php?title=CardDAV On August 15, 2024 9:31:39 AM CDT, Tom Browder wrote: >On Thu, Aug 15, 2024 at 08:04 Charles Curley < >charlescur...@charlescurley.com> wrote: > >> On Thu, 15 Aug 20

Re: Bluetooth/SSH issue

2024-06-16 Thread Ryan Nowakowski
On Sun, Jun 16, 2024 at 02:30:32PM -0600, Charles Curley wrote: > On one of my machines, I have some interesting interference. Bluetooth > works just fine, and so does networking. Bluetooth is normally disabled. > However, when I have Bluetooth turned on (and after I turn it off), SSH > is *slow*.

Re: any usbip users

2024-05-18 Thread Ryan Nowakowski
On Wed, May 15, 2024 at 12:28:44AM +, fxkl4...@protonmail.com wrote: > i was plundering around and found a new, to me, utility > is any one using usbip > is it usable or cluncky > sounds like it might be handy > I've tried it for a couple of things with little success: * Black Magic ATEM

Re: Upgrade my distribution

2023-11-17 Thread Ryan Nowakowski
On Thu, Nov 16, 2023 at 09:09:08PM +, Michael Kjörling wrote: > On 16 Nov 2023 14:27 -0600, from willitc9...@gmail.com (William Torrez Corea): > > I have Debian 11 bullseye. I want have Debian 12 "bookworm" > > > > I execute the command: > > > > apt-get update > >> apt upgrade > >> apt dist-u

Re: Password managers

2023-11-16 Thread Ryan Nowakowski
On Thu, Nov 16, 2023 at 06:08:04AM +0100, Oliver Schode wrote: > On Mon, 13 Nov 2023 21:58:17 -0500 > wrote: > >As it happens, pass(1) appeared to be precisely what I was looking for. > >My original code stores all passwords in a single file, whereas pass > >stores each password in a separate file

Re: Killing bluetooth dead

2022-12-05 Thread Ryan Nowakowski
On Mon, Dec 05, 2022 at 08:42:14AM -0600, d...@sherohman.org wrote: > How do I kill bluetooth dead and make this stop? You might try blacklisting the bluetooth kernel module.

Re: Converting markdown to PDF

2021-04-01 Thread Ryan Nowakowski
On April 1, 2021 4:45:03 PM CDT, Paul M Foster wrote: >On Thu, Apr 01, 2021 at 10:46:09PM +0200, Linux-Fan wrote: > >> Paul M Foster writes: >> >> > I'm trying to use pandoc to convert markdown files to PDF. But when >I try, >> > pandoc dumps out with an error that it needs "pdflatex" or some

Re: Cloud-init in Debian

2020-12-19 Thread Ryan Nowakowski
You might have better luck asking on debian-cloud: https://lists.debian.org/debian-cloud/ On December 19, 2020 4:31:22 PM CST, James Allsopp wrote: >Hi, >Does anyone have an example or tutorial for using cloud-init with >debian >images. I'm currently trying to do terraform with kvm, but strugg

Re: Verifying checksum and signature

2020-10-05 Thread Ryan Nowakowski
On Mon, Oct 05, 2020 at 12:59:26PM -0500, Ryan Nowakowski wrote: > On Thu, Oct 01, 2020 at 06:21:54PM -0400, leonard morin wrote: > > Hi, > > > > I want to reinstall Debian but first verify the signature of the installer > > checksum and the signature file. I am wor

Re: Verifying checksum and signature

2020-10-05 Thread Ryan Nowakowski
On Thu, Oct 01, 2020 at 06:21:54PM -0400, leonard morin wrote: > Hi, > > I want to reinstall Debian but first verify the signature of the installer > checksum and the signature file. I am working with Windows and based this > process on this video by Crypto Dad: > > https://www.youtube.com/watch?

GIMP Crash

2020-08-08 Thread Ryan Young
Here is the bug info ``` GNU Image Manipulation Program version 2.10.8 git-describe: GIMP_2_10_6-294-ga967e8d2c2 C compiler: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64

Re: Zoom- best practice?

2020-06-11 Thread Ryan Nowakowski
On Fri, Jun 05, 2020 at 09:28:21AM -0700, Peter Ehlert wrote: > Family is using Zoom, International. > They will use Zoom, and I need to participate. > > I use Debian Mate Stable, and Firefox ESR > > I am concerned about security, duh! > Looking for ideas. > > my current thoughts, in order of pr

Re: Efficient file copy from USB device under Buster.

2019-10-20 Thread Ryan Nowakowski
Should work just fine. If your desktop performance suffers during the file copy, take a look at the bwlimit of rsync. That will allow you tweak how hard rsync hits your disk. Also take a look at the different Linux disk scheduling algorithms available. I mention all this disk related stuff beca

Re: update and upgrade file size problems

2019-09-14 Thread Ryan Dean
On Sat, Sep 14, 2019 at 8:57 PM The Wanderer wrote: > On 2019-09-14 at 13:26, Ryan Dean wrote: > > > I have problems with update and upgrade with several packages since > > buster 10.1 new release on September 7th. Even with apt-get upgrade > > --fix-missing, still does

update and upgrade file size problems

2019-09-14 Thread Ryan Dean
I have problems with update and upgrade with several packages since buster 10.1 new release on September 7th. Even with apt-get upgrade --fix-missing, still does not work It always says File has unexpected size (3108672 != 3134284). Below is the logs, any ideas how to solve it? The following packa

Re: Only Download Packages via Wi-Fi if Total Download Size Over 100 MB

2019-06-22 Thread Ryan Nowakowski
You'll need to mark your connection as metered in NetworkManager assuming you're using that as a connection manager. I'm not sure if apt queries that metered status though. On June 22, 2019 7:32:20 AM CDT, Bagas Sanjaya wrote: >Hello Debian Users, > >In Android (Google Play), when a user is abo

Re: Debian Programming languages

2019-05-25 Thread Ryan Dean
This is such an amazing topic which language is most widely used and which most useful. Many CS people only want to focus, do not want waste time in learning milllions of different languages, which will cause language barriers. We have limited amount of time and millions of other things in real lif

Re: Simple Linux to Linux(Debian) email

2019-04-08 Thread Ryan Nowakowski
You might check out sSMTP[1] [1] https://wiki.debian.org/sSMTP On Mon, Apr 08, 2019 at 09:33:03PM +0900, Mark Fletcher wrote: > Hello all > > As I wrote this I began to consider this is slightly OT for this list; > my apologies for not putting OT in the subject line but mutt won't let > me go

Re: puzzled: debian 9.8 already?

2019-02-16 Thread Ryan Campbell Cunningham
If you would like to, you may read the Debian 9.8 release announcement at . El 16/2/19 a las 12:12 p. m., Andrea Borgia escribiᅵ: Hi. apt-get just gave me this warning: N: Il repository "http://cdn-fastly.deb.debian.org/debian stre

Re: Non-GUI Arduino IDE ?

2018-12-08 Thread Ryan Nowakowski
I'm a big fan of platform IO https://platformio.org/ It's not really an IDE, but instead a bunch of command line tools that replace the functions of the Arduino IDE. On December 7, 2018 10:28:48 AM CST, Jason wrote: >Does anyone know if there is a console based Arduino IDE available for >Debia

Re: /etc/alternatives feedback for presentation

2018-08-11 Thread Ryan Nowakowski
On Thu, Aug 09, 2018 at 08:08:00PM +, der.hans wrote: > moin moin, > > I'm giving a presentation on /etc/alternatives in a few hours. > > If you use the alternatives system a lot and would like to spend a few > minutes reviewing my talk for me, please see the links below. > > Any use cases o

Re: Anonymising email service providers

2018-07-22 Thread Ryan Nowakowski
If you're ok with some other headers being stripped also, check out Mixmaster: https://github.com/crooks/mixmaster/blob/master/debian/README.Debian - Ryan On July 22, 2018 9:12:04 AM CDT, Jean-Baptiste Thomas wrote: >Looking for email service providers that anonymise outgoing ema

Debian 9.4 and Aspeed/AST2400

2018-06-15 Thread ABMX Ryan C
es not help with the slow rendering on the login screen. >From what we can tell, the "ast" video driver is being used. Moving the ast kernel module from one system do another doesn't do anything, but switching between 4.8 and 4.9 is where everything breaks. Best regards, Ryan Ca

Re: Thinkpad T420 resume from sleep via laptop lid doesn't work

2018-06-02 Thread Ryan Nowakowski
Yup. No change. On Fri, Jun 01, 2018 at 07:30:28PM +0200, Marcel wrote: > Have you tried laptop-mode-tools? Maybe this helps :) > > Cheers, > > Marcel > > > On 06/01/2018 05:12 PM, Ryan Nowakowski wrote: > >Hello All! > > > >I have a T420 that doesn&

Thinkpad T420 resume from sleep via laptop lid doesn't work

2018-06-01 Thread Ryan Nowakowski
I'm out of ideas. Has anyone seen this particular problem before? Any suggestions? Thanks in advance! Ryan

Which packages are my bugs in? (system suspend issues)

2018-05-08 Thread Ryan Lue
tee /proc/acpi/wakeup’ fixes it, but the problem comes back on reboot.) Any help would be greatly appreciated. Thanks! —Ryan

Re: Bug#1 Freeze - Re: Intel i965

2017-11-19 Thread Ryan Cunningham
> El nov 19, 2017, a las 11:51 AM, NIkitushkin Andrey > escribió: > > Hello! > 1. I have new bug for i965/960M chipset. > 2. I see: I see https://lists.debian.org/debian-user/2017/02/msg00800.html > . After use new kernel 4.9 from Debian repositories my system not halt. > Thanks! ))) > 3. Oh!

Re: debian-user-digest Digest V2017 #186

2017-02-23 Thread Michael Ryan
I have a MacBook Pro, Jessie dual-boot. The display will work fine if I close the lid to put it to sleep and then open the lid. No problems there. However, when I connect an external display I have problems with waking up the laptop screen. Here's the scenario: 1. Connect external display as seco

Re: Installing a package downloaded from snapshot - was [Re: Mate error message under Debian 8.6.0]

2017-01-27 Thread Ryan Cunningham
ssage of a similar type. If this continues, and we cannot reasonably reach a compromise, I will send a message to the list owner requesting that you be forcefully unsubscribed. Sincerely, Ryan Cunningham -- Sent from my iPod Enviado desde mi iPod > El ene 27, 2017, a las 13:01, Greg Woole

Re: PXE Booting with uEFI BIOS

2016-09-19 Thread Dave Ryan
Hi Valerio, I was able to do the standard DVD install successfully with uEFI BIOS however I did not install via PXE boot install. Dave On 09/19/2016 07:08 AM, Valerio wrote: Hi all, I am trying to install debian jessie via PXE on a Dell R630 server with uEFI BIOS. I emulated a test bed w

IBM Power System Leads

2016-08-03 Thread Constance Ryan
. Please review and let me know your thoughts I will get back to you with a sample file at no cost. Last Verification Date: 6/29/2016. Regards, Constance Ryan Sales Executive To opt-out response 'Remove' in the subject line

Re: macbook pro - new install - issues

2015-10-23 Thread Ryan Nowakowski
On Wed, Oct 21, 2015 at 03:53:59PM +, Miguel Negrão wrote: > Miguel Negrão friendlyvirus.org> writes: > > > 1 - This mac has a portuguese keyboard layout. The portuguese keyboard > > layout is not working on gnome and gdm. Although it appears in the list of > > keyboard layouts on the top rig

Where should I document this Bumblebee fix?

2015-10-10 Thread Ryan Nowakowski
taking the advice on unixmen[2] and downgrading my libdrm from 2.4.58 to 2.4.56 did things start working. Where should I document this so it's easier for other users to find it? Is the bumblebee wiki page the right place? - Ryan 1. https://wiki.debian.org/Bumblebee 2. http://www.unixmen.co

testing/stretch package source

2015-09-14 Thread Ryan Barber
org/stretch/gqrx-sdr> https://packages.debian.org/*stretch*/*gnuradio* -Ryan

Re: [way OT, but desperate] GoBook speakers

2015-04-26 Thread Ryan Nowakowski
On Sun, Apr 26, 2015 at 05:50:59PM -0600, Glenn English wrote: > Is anyone here familiar with GoBook XR-1 laptops? > > A friend and I have several of them (running Wheezy and Ubuntu), and the > speakers quit on them, from time to time. The headphones jacks still work > just fine, and the speake

unknown xclients from xrestop

2015-04-06 Thread Ryan Nowakowski
ning? How can I tell what program is causing this so I can file a bug? Thanks! Ryan -- 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/20150406135501.gb32...@fattuba.com

unknown xclients from xrestop

2015-03-27 Thread Ryan Nowakowski
ning? How can I tell what program is causing this so I can file a bug? Thanks! Ryan -- 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/20150327130258.gm28...@fattuba.com

NFS troubles on Suspend

2014-12-09 Thread Ryan Barber
nt@packer-debian-7:/mnt/test$ Suspend and resume by closing laptop lid. Attempt a directory listing in shared directory from the guest. vagrant@packer-debian-7:/mnt/test$ ls -al ... and the command will hang. When I look at the process list, I see that that 'ls' process is stuck in D

Won't boot after fresh install.

2014-11-03 Thread Ryan Larrowe
I have just installed the b2 release of Debian testing. I have a uefi motherboard. I made a 200MB partition for the efi boot. I did not set a mount point for it. I get an error from grub that says: error: unknown filesystem Ryan -- To UNSUBSCRIBE, email to debian-user-requ

Thin provisioning Wheezy

2014-07-25 Thread Michael Ryan
It's my understanding, please correct me if wrong, that LVM thin provisioning is disabled in Wheezy due to lack of availability of user tools (at the time). I've reconfigured the kernel to include thin provisioning target support but when creating a thin pool I get: "WARNING: Unrecognized segment

Re: Oops - copied iso image to wrong device

2013-10-15 Thread mark ryan
On Sun, Oct 13, 2013 at 10:00 AM, Brian wrote: > On Sun 13 Oct 2013 at 00:54:44 +, mark ryan wrote: > > > I was creating a bootable USB stick from an installer image on another > > external hard drive. I did a cat debian-7.1.0-i386-netinst.iso > /dev/sdb > > when I

Re: Oops - copied iso image to wrong device

2013-10-15 Thread mark ryan
On Sun, Oct 13, 2013 at 1:55 AM, Ralf Mardorf wrote: > > The problem is that you didn't delete it, but you've overwritten the > data, OTOH the ISO is very small, so not very much is overwritten. First > you need to try to recover the partition table. Assumed this should > work, then mount the driv

Oops - copied iso image to wrong device

2013-10-12 Thread mark ryan
Howdy all, I was creating a bootable USB stick from an installer image on another external hard drive. I did a cat debian-7.1.0-i386-netinst.iso > /dev/sdb when I meant /dev/sdc. sdb was my external drive with the iso on it, and other files. I am now unable to mount that drive. What, if anything,

Re: How to find the lost 'installed application' - OpenOffice.org Impress

2012-08-29 Thread Ryan Duan
disturbed newly installed OpenOffice.org, so it behaves abnormally. 2012/8/29, Ryan Duan : > 2012/8/29, Camaleón : >> On Wed, 29 Aug 2012 20:41:52 +0800, Ryan Duan wrote: >> >>> Thank you, Camaleón! >> >> You're welcome but please, keep your replies at the botto

Re: How to find the lost 'installed application' - OpenOffice.org Impress

2012-08-29 Thread Ryan Duan
2012/8/29, Camaleón : > On Wed, 29 Aug 2012 20:41:52 +0800, Ryan Duan wrote: > >> Thank you, Camaleón! > > You're welcome but please, keep your replies at the bottom :-) > >> 2012/8/29 Camaleón : >>> On Tue, 28 Aug 2012 23:43:25 +0800, Ryan Duan wrote:

Re: How to find the lost 'installed application' - OpenOffice.org Impress

2012-08-29 Thread Ryan Duan
alled applications" list. Greetings, Ryan 2012/8/29 Camaleón : > On Tue, 28 Aug 2012 23:43:25 +0800, Ryan Duan wrote: > >> I use Debian squeeze, now it cannot find OpenOffice.org-Impress to >> open odp and ppt files, but Impress does have been installed, I can use >> com

How to find the lost 'installed application' - OpenOffice.org Impress

2012-08-28 Thread Ryan Duan
ot; with the account type being "Desktop User", in the new user, everything is OK! 4. I tried reinstall or dpkg-reconfigure package openoffice.org-impress, but no help. Does anybody have good idea to help me fix it? Thanks! Ryan -- To UNSUBSCRIBE, email to debian-user-req

install issue

2012-08-10 Thread Ryan Nematz
I burn my own DVD Install discs and when Debian was in the middle of installing I got a message...please insert Debian GNU/Linux 6.0.5 _Squeeze_ - Official i386 DVD Binary-1 20120512-13:45. Where do in find this .iso?

Re: VirtualBox CD/DVD image cannot be removed

2012-05-18 Thread Ryan Duan
Oh sorry! While I was preparing for reporting the bug, I found I made a mistake. There is no such a bug! 2012/5/18, Ryan Duan : > Thank you, mks! > > 2012/5/18, Markus Schönhaber : >> 18.05.2012 15:16, Ryan Duan: >> >>> Does anyone know how to report a bug to &

Re: VirtualBox CD/DVD image cannot be removed

2012-05-18 Thread Ryan Duan
Thank you, mks! 2012/5/18, Markus Schönhaber : > 18.05.2012 15:16, Ryan Duan: > >> Does anyone know how to report a bug to >> VirtualBox.org? > > Go to virtualbox.org and click on "Community". > > -- > Regards > mks > -- To UNSUBSCRIBE, ema

VirtualBox CD/DVD image cannot be removed

2012-05-18 Thread Ryan Duan
or to VirtualBox.org directly? Does anyone know how to report a bug to VirtualBox.org? Thanks! Ryan -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CAPn

Re: AWE64 Gold is Easy to Kill

2012-05-10 Thread Ryan Frederick
Martin, I don't recall what you've already tried, but you might try adding the snd-sbawe kernel module to your /etc/modules file. You may have to specify additional options such as the port address and irq. Ryan -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with

libc6.1-dev 2.11.3-3 after Squeeze 6.0.4 DVD install on ia64

2012-03-07 Thread Ryan J Nicholson
I installed ia64 Squeeze 6.0.4 from DVD to an HP Integrity rx1620. I enabled mirrors during the install - ftp.us.debian.org. After installation, I updated against ftp.us.debian.org. I attempted to install build-essential and was blocked: Some packages could not be installed. This may mean that y

Resolved issue in 2.6.32-5-686 kernel using x windows.

2011-03-04 Thread Ryan David Larrowe
nding this email to report that I was able to get my system up and running using Debian 6.0 kernel version 2.6.32-5-686. I ran the grub video test and after that I have had no problems. I am using an ATI RadeonHD 3650 AGP video card. I hope this helps to resolve some issues. Thank you,

Please help

2011-03-03 Thread Ryan Collins
Someone for the love of GOD, help me. I've installedDebian 6.0(squeeze) on my dell inspiron 6000. All I have to show for it is a shell. I've looked all over and read countless entries on ways to load a gnome desktop, but nothing I try works for me like it has others. Im brand spanking new to Linux,

Create a separate X session for displaying a single app

2011-02-24 Thread Ryan Braun
I have a dual output nvidia videocard that I would like to setup the second display to be a dumb display that would just display a single app with no user control whatsoever. So no window manager or desktop environment needed or wanted on that display. Just the app with no screensavers or screen

Re: Monitoring network activity

2010-05-31 Thread Ryan Nowakowski
iftop is what I use. - Ryan On Thu, May 27, 2010 at 10:12:27AM +0100, AG wrote: > Hi List > > Every now and again the lights on my broadband modem start flashing > which indicates package transmission/ receiving. When I have > deliberately started an application to access th

laptop computer

2010-05-21 Thread Ryan Bair
!Dear friend, How are you recently? tell you a big surprise! Snnsn company is electronic products trading company which has upper Asia ranked---(www.ktpshop1.com) and it has cooperation with Nokia, SONY, HP, etc for many years,the product quality is very good. They have a good reputation , many go

Re: Replace hardware without reinstall debian lenny

2010-05-10 Thread Ryan Manikowski
ev/rules.d/70-persistent-net.rules. Just remove the line for the old/existing NIC(s) and udev will create new rules upon detecting a network device with a new MAC address. Also be sure to modify your network settings in /etc/network/interfaces if any changes need to be made there. -- Ryan

Re: Current through USB bus

2010-05-06 Thread Ryan Manikowski
ain a copy of the manual for your motherboard manual. It should have the voltage that each USB port outputs listed. Some manufacturers require that a jumper be set in order to increase/decrease the voltage output supplied by a specific group of ports. -- Ryan Manikowski

Squeeze can't log in. Don't know package.

2010-04-18 Thread Ryan Larrowe
I would like to report a bug in Debian squeeze. After a fresg install I cannot log in to my system. I did use shadow passwords on my install. If you need more information you can contact me at rlarr...@gmail.com. Thank you, Ryan Larrowe -- To UNSUBSCRIBE, email to debian-user-requ

Re: Realtek ethernet (was Re: recent mobo recommendation)

2010-04-14 Thread Ryan Manikowski
ipsets that have horrible support are the Marvell adapters that use the 'sky2' module. See this thread for details (sky2 module has still not been fixed since its introduction in 8/2006): http://forums.gentoo.org/viewtopic-t-487018-postdays-0-postorder-asc-start-0.html -- R

Re: SCSI tape library & ISCSI

2010-04-09 Thread Ryan Manikowski
; Is there a way (iscsi or other) to do the job? > > Regards > M What you need is a SCSI to iSCSI bridge. http://www.attostore.com/iscsibridges.html I do not know of any software that can do this for you. -- Ryan Manikowski ]] Devision Media Services LLC [[ www.dev

Re: passwordless ssh root logins stopped working after testing dist-upgrade

2010-04-06 Thread Ryan Manikowski
On 4/6/2010 4:37 PM, Russell L. Carter wrote: > First, I'm new to this list and how do you all want me to handle > replies? Rather than the two individuals that show up with > reply-all, I've just replied directly to the list. If that's not > what you want, p

Re: passwordless ssh root logins stopped working after testing dist-upgrade

2010-04-06 Thread Ryan Manikowski
Run this command as the user you would like to login with via ssh and send back the results: ssh - Ryan Manikowski ]] Devision Media Services LLC [[ www.devision.us r...@devision.us | 716.771.2282 On 4/6/2010 4:06 PM, d.sastre.med...@gmail.com wrote: > On Tue, Apr

Wild TV and The Cult Movie Network

2009-10-14 Thread Ryan Kohler
). Could you please point me in the right direction? I appreciate all your help. Regards, Ryan Kohler VP Wild TV C:780-619-9453 F:780-443-4591 B:780-484-5954 11263-180 ST Edmonton, AB T5S 0B4 <http://www.wildtv.ca> http://www.wildtv.ca <http://www.cultmovienetwork.

Tools for users to easily switch between several defined network configs.

2009-09-22 Thread Ryan Braun
Hey guys, I'm looking for a tool that could easily allow users to switch between several static network configs and even a ppp connection. Basically a laptop travelling to several different sites that we don't want to setup with dhcp. I would rather have the user select the site specifically. W

Problem with ethernet connection

2009-08-17 Thread Ryan H
s again disabled. LSPCI lists my ethernet controller as "Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet Controller (rev 02) If it helps, my laptop is a toshiba satellite L505D-S6948 Thanks, Ryan -- This e-mail, including attachments, may include confidential and/or

Unable to properly login with cached password using libpam-ccreds

2009-02-27 Thread Ryan Braun [ADS]
d[28664]: pam_ldap: ldap_simple_bind Can't contact LDAP server Feb 27 14:51:44 xx19 sshd[28664]: Accepted password for newuser from xxx.xx.xxx.247 port 44489 ssh2 xx19:/var/log# (without a whole bunch of messages from nss_ldap about not being able to find the server) Anyone have any

Repeated Raid1 Failures after upgrade to Lenny

2009-02-18 Thread Ryan Wetterich
figured for UDMA/133 [144829.746129] ata2: EH complete : Thanks for any assistance, Ryan

exim4 upgrade warning "DEBCONFsomethingDEBCONF found in exim configuration" fix

2008-09-28 Thread Ryan Nowakowski
ng the > suggested conffile changes. Please read > /usr/share/doc/exim4-config/NEWS.Debian.gz for 4.67-2 and 4.67-4 ...remove all *.dpkg-old files under your /etc/exim4/conf.d/ directory. Then re-run update-exim4.conf. That should get rid of the warning. - Ryan signature.asc Description: Digital signature

How to enable Debian to automatically clear the tmp directory

2008-08-28 Thread Ryan Klein
suffice if not a simple bash script. Thanks for your input. -- Regards, Ryan Klein -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Problem with removing a chroot

2008-07-22 Thread Ryan Klein
can remove /var/chroot/users/*? Thanks. Regards, Ryan Klein -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Slow directory listings under light load

2007-11-09 Thread Ryan Bair
the caches and buffers first). Is this normal behavior with cfq? I was under the assumption that it would be most ideal for this type of workload. On Nov 8, 2007 11:42 PM, Ryan Bair <[EMAIL PROTECTED]> wrote: > I have Debian Etch AMD64 installed on a Dell PowerEdge 1950, connected >

Slow directory listings under light load

2007-11-08 Thread Ryan Bair
I have Debian Etch AMD64 installed on a Dell PowerEdge 1950, connected to a MD1000 (SAS/SATA array) via a PERC5/e SAS controller. The array is RAID5. The whole drive is LVM, 9TB are one big XFS partition. Linear reads/writes are very fast, directory listings are also fast. However, if the disk is

boot loader/ installer

2007-10-23 Thread Ryan Jones
the installer because system restore has gotten rid of the file nor have i found a way to get rid of it. I am using Windows Vista on a HP pavilion tx1000 tablet notebook with an amd64 processor. Thank you for your help, -Ryan Jones-

Re: Can you help about udp?

2007-10-11 Thread Ryan Nowakowski
ck the udp, the %CPU drops. but the UDP only takes around 8M in > general > > We use UDP traffic for voice. > > Do you have any suggestion ? increase the kernel parameter? You might tweak your settings using ethtool if you have ethtool supported NICs. - Ryan signature.asc Description: Digital signature

Re: computer freezes, no obvious reason

2007-10-11 Thread Ryan Nowakowski
ng > that there may be possible conflicts between libstdc++5 and libstdc++6 and > sometimes the compiled executable works and sometimes does not. Do you see the same problems without the fglrx driver installed? AFAIR, fglrx doesn't play nice with SMP. - Ryan signature.asc Description: Digital signature

Re: why linux?

2007-05-21 Thread Ryan Nowakowski
On Mon, May 21, 2007 at 02:57:09AM -0400, S C wrote: > For months now I have been trying to make Debian behave like a real OS. > However, I still cannot print, format/initialize a new cd or use one to back > up files, get the sound working, watch a movie or read images from my digital > camera.

Re: kmail and imap

2007-03-27 Thread Ryan Nowakowski
as bitten me in the past. Then, I'd get a tcpdump/wireshark capture of the packets between your client (mutt/kmail) and the dovecot server and see what the difference is between mutt and kmail on the wire. - Ryan signature.asc Description: Digital signature

Re: multiple network cards and dns

2006-12-31 Thread Ryan Castleberry
gateway 55.55.55.254 Note the commented out gateway for eth1. Since this is a firewall the appropriate gateway is the external one and if both gateways are enabled routes get screwed up. I know as I've had this hang me up before... -Ryan

Re: Linux friendly colour printer?

2006-12-20 Thread Ryan Castleberry
erson LA USA I second the Dell 3100cn. Not completely photograph quality, but pretty darn good. Plus it's laser so the ink doesn't dry out out as it does here in Colorado... -Ryan

Re: TV-out with XFree86 and nv - possible?

2006-10-22 Thread Ryan Nowakowski
nv or nvidia drivers. I know right now tv out is broken in the nvidia driver. I even tried nvtv with no success. Good luck. If you get anything working I'd sure like to hear about it. - Ryan signature.asc Description: Digital signature

Help, lv status inactive Original and inactive Snapshot

2006-09-26 Thread ryan zheng
Help, lv status inactive Original and inactive Snapshot Everything seems to work fine. But I found this shell> lvscan /dev/diskvg/lvsnapshot: read failed after 0 of 4096 at 0: Input/output error .. inactive Original '/dev/diskvg/rootlv' [2.92 GB] inherit inactive Snapshot '/de

Re: Re: pronunciation of daemon

2006-08-16 Thread Ryan Tucker
I found in a pronunciation guide in a Greek dictionary that the diphthong "ae" is pronounced with a long "e" sound so I think that you should pronounce it demon. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: VNC

2006-08-14 Thread Ryan Nowakowski
x27;re running kde on debian as well, you can use Control Center->Internet & Network->Desktop Sharing (that uses the vnc protocol). - Ryan signature.asc Description: Digital signature

Re: Debian for business?

2006-08-11 Thread Ryan Nowakowski
On Fri, Aug 11, 2006 at 03:34:02PM -0600, Nate Duehr wrote: > > On Aug 11, 2006, at 3:24 PM, Ryan Nowakowski wrote: > > > > >MySQL does data validation: > >http://dev.mysql.com/tech-resources/articles/mysql-data-integrity.html > > > >I guess you're a

Re: Debian for business?

2006-08-11 Thread Ryan Nowakowski
On Fri, Aug 11, 2006 at 04:05:43PM -0500, Ron Johnson wrote: > Ryan Nowakowski wrote: > > On Tue, Aug 08, 2006 at 08:09:23PM +0200, Mirko Scurk wrote: > [snip] > >> 8. Is Ruby On Rails capable and mature enough for building simple ERP with > >> interaction with MDB?

Re: Debian for business?

2006-08-11 Thread Ryan Nowakowski
On Tue, Aug 08, 2006 at 08:09:23PM +0200, Mirko Scurk wrote: > 1. Is server hw enough for Linux with Samba as PDC, other sw and 15 heavy > users? Yes > 2. How important is lack of linux printer drivers if nobody will ever > print from linux - only win clients? You'll want to find a way to print fr

  1   2   3   4   5   6   7   >