Re: debian 2.0 cd from lsl
Their site is up again... Rahul Sood wrote: > 2 weeks ago I ordered the Debian 2.0 CD from Linux System Labs in > Michigan, US, and included a $50 contribution to Debian with my payment. > I haven't heard from them since, and their web site, www.lsl.com is down. > Has anyone bought from lsl recently? > > -R. Sood > [EMAIL PROTECTED] > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null -- If work is so terrific, how come they have to pay you to do it? http://www.lionheartdesigns.com/area51/deadhorse.htm ICQ#:14232895
Re: can't install debian
More information, if you please... Nir wrote: > Hi > My machine rejects every attempt I make to install debian > Is there solution avaliable? > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
Re: apt-get dist-upgrade gave me emacs
David Jardine wrote: I woke up this morning to find that apt-get dist-upgrade, which had been running since the night before, was downloading emacs packages. - I've never had emacs on this machine. HearHear, Snap! - A subsequent "dpkg -l" showed no sign of emacs. Cool Bananas, - There are emacs debs now in /var/cache/apt/archives. # rm -r ^H^H^H^H^H^H Now now, let's not get hasty; I suppose they could stay there for a couple more minutes, as long as they behave themselves... So it was downloaded because something erroneously thought it was wanted, but it was not installed because something rightly knew it wasn't wanted. Succinctly put. I suggest: something1 = apt, d/l'ing Recommended packages too, maybe. something2 = your positive (although perhaps unwitting...) choice. I further venture that what you are seeing is "default" bahaviour. I reckon there's no harm done, [that's the whole idea.] Your journey on the upgrade path has been made all the swifter by having those dastardly dreaded "Eight[y]MegabytesAndConstantlySwapping" .debs readily at hand, for when you actually install them. Can someone explain this to me? Is it clearer now? If not, you'll have to read up the relevant information. ("RTFM"). Maybe start with; man aptitude ; man apt-get Google's your friend, as is www.debian.org I'll leave upgrade documentation [!] as a goal for you to seek. Good Luck, [but you probably don't need it.] David -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: How to capture bootup messages?
Paulo M C Aragão wrote: Colin Ingram wrote on Jun, 15: This is curious. I'm running Debian stock kernel 2.4.27-2-686 and neither: CONFIG_LEGACY_PTYS=y CONFIG_LEGACY_PTY_COUNT=256 I don't think these are needed or that they are the problem seem to be configured (checked /boot/config-2.4.27-2-686), but bootlogd works for me. Do you use udev? My ignorance: how do I check if I am using devfs or udev ? Paulo # file /dev/.udevdb /dev/.devfsd [but that's quick&dirty, does it matter?] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Fun with grub
Rob Bochan wrote: On Sunday 19 June 2005 12:21 pm, Hans Hofker wrote: Well, grub does have a 'cat' command (see 'info grub'), but apparently it is only valid on the command line and in menu entries, NOT in the global section of the menu. So, it is not what you are looking for :-( No, unfortunately, it's not what I'm looking for. Perhaps I should go back to using lilo. I just figured that since grub is installed by default now, I was going to try and make use of it. Uncannily enough, that's EXACTLY what I did a couple of days ago! I suggest you use "grubconf", which works really well, I must say. It gives you all your bootables twice, once mutli-user, and once single-user for each linux kernel, on the boot menu. Also, maybe if you comment out the distracting "message" line in menu.lst, it might just work as it is?. HTH, -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Troubles with compiling Oracle 8.0.5 on Potato
We need to install Oracle 8.0.5 on Potato but compiler reports some errors due to incompatibility glibc2.0 with glibc2.1 at the source level. On Slink everything was ok. My chief said, that there is a package for RedHat, solving that kind of trouble. (compat-glibc 5.2-2.0.7.2) Is there Debian package like that? Any advice? Can I install this .rpm package on Debian potato ? Is it safe ? I think it can be made simpler... p.s. please, forward this mail to anybody, who may help, because we need _fast_ solution... Gregory Belenky WebZavod programmer (http://www.webzavod.ru)
How can I upgrade
*formerly GECOS * SUCCESS --- `aptget' is a work of art...thanx all...gb
Re: IRQs
David Frischknecht wrote: > > Hello, > > I was wondering how I could specify my soundcard to > use IRQ 5. I looked at the configuration in Windows, > and that's what it uses. Thanks a bunch. > > = > > David A. Frischknecht > http://www.fishnetonline.freeurl.com > > __ > Do You Yahoo!? > Make international calls for as low as $.04/minute with Yahoo! Messenger > http://phonecard.yahoo.com/ > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] Youve got to be more specific. Look in the documentation of the kernel source tree and see if you can find your card... www.linuxhq.com maybe `insmod [...]' or in lilo.conf `append={... ... ...}' ...g.b...
Re: Help - Large Files Support
Thomas Zimmerman wrote: > > On 23-Aug 01:08, David McNab wrote: > > Hi all, > > > > I've just now managed (after a few attempts) to install deb > > testing/unstable, and find Debian to be unquestionably the best Linux > > distro to date. > > > > One thing I need help with is in getting large files support working. > > Some of my uses (eg Freenet 0.4, which has its store as one large file), > > require me to have files larger than 2GB (since I want to run a massive > > data store). Being able to work with up to 16GB-sized files would > > satisfy me totally. > > > > Can someone please point me in the right direction for enabling Debian > > to work with large files. > > Can I do it without having to recompile the kernel or recompiling glibc > > progs? > > > > I tried 'apt-cache search large files support', and 'apt-cache search > > lfs', but nothing meaningful came up. > > As far as I know, glibc-2.2.3 in woody is compiled for large file support. > (I made a swap file larger then 2gig for 2.4 kernels with dd and all was > fine.) > > Thomas > > > > > Thanks > > David > > > > > > > > -- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > > > >Part 1.2Type: application/pgp-signature man mke2fs...may help...i believe there's a parameter for adjusting the size of inodes to accomodate large(r) files...g.b...
Re: X server can't find mouse
David Roundy wrote: > > On Wed, Aug 22, 2001 at 10:45:46PM -0700, David wrote: > > If problems persist, you may want to consider dumping gpm all together. It > > was giving me problems once upon a time, and I've never missed it any time > > I've removed it. It doesn't seem to provide much functionality beyond the > > ability to use your mouse in console mode, which seemed fairly worthless to > > me. Someone can probably tell you a much better use for the thing, but it > > never did much for my comp. > > Well, that alone seems pretty valuable to me! But then, I've got a frame > buffer console with pretty nice resolution, and it's so nice to be able to > copy between one virtual console and the other. I could live without X > pretty easily, with gpm... just my $.02. > -- > David Roundy > http://civet.berkeley.edu/droundy/ > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] on my system i tried ../sbin/gpmconfig...beware of strange (yawn) mose hacks...g.b...
apt-get
Would anyone tell me how I can verify my downloaded debs ?
Re: dual boot from two hdd
"V.Surya Narayanan" wrote: > > Hello > > How can I boot my system with dual boot like having > windows in one harddisk and linux on another harddisk. > How to configure my lilo. please help me to solve this problem. > > Thankz > > V.Suryanarayan > > -- > Get your FREE download of MSN Explorer at http://explorer.msn.com > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with > a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] # /etc/lilo.conf: Sample LILO boot loader configuration. # IN ORDER TO USE THIS CONFIGURATION YOUR MAINBOARD *MUST* # BE CAPABLE OF BOOTING FROM ANOTHER DRIVE. Some boards cannot load bootstrap code located # anywhere beyond the first GB of the first (C:) IDE drive. # Newer mainboards do have this feature, but since I use an older board with an # IDE disk attached, I'm not too clear on the details. The documentation can be # difficult to read, but patience and having some help from the right sources usually gets # this person through. I'll add that CHANGING lilo.conf CAN RENDER YOUR SYSTEM UNUSABLE # AND THE LINES BELOW ARE ONLY AN EXAMPLE. Heck, I'm not even sure if they are correct, but I # do know that lilo and lilo.conf really just tell the system where to look for the information # it needs to get started. ...g.b... boot=/dev/hda1 root=/dev/hda1 compact install=/boot/boot.b map=/boot/map vga=normal delay=20 image=/vmlinuz root=/dev/hda1 label=Linux read-only other=/dev/hdb1 label=windisk
Re: apt-get
greg wrote: > > Would anyone tell me how I can verify my downloaded debs ? > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] It does it as you download...don't ask me how...
Re: HELP: bootloader problems....
Bruno Boettcher wrote: > > On Thu, Aug 23, 2001 at 09:07:08PM +0200, Bruno Boettcher wrote: > Hello! > > > > now after several successful reboots with grub, and having changed > > nothing at the booloader, now the thing stops at stage 2 with a error no > > 21 BTW i switched to grub, because there was no way to get lilo to > > work > > > > this is reported as > > 21 : Selected disk does not exist > finally managed to get a working grub boot floppy > stopped trying to get a working lilo-boot floppy with a 2.4 kernel, > simply doesn't work. i hope we get some time as good upgrade support > for grub as for lilo (e.g. when installing a new kernel...) > > moved my /boot to the ide disk... even if i don't feel really > comfortable about it (i keep a backup on my SCSI disks...) and now grub > seems to work flawlessly > > seems that grub sometimes recognizes my adaptec 29160N controller and > some times not... really strange > > -- > ciao bboett > == > [EMAIL PROTECTED] > http://inforezo.u-strasbg.fr/~bboett http://erm1.u-strasbg.fr/~bboett > === > the total amount of intelligence on earth is constant. > human population is growingadaptec 29160N > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] /dev/nvram to store boottime parms for adaptec 29160N ??? izzitt possibktle...
Re: magic sysrq key
Cyan Ogilvie wrote: > > On Fri, Aug 24, 2001 at 12:53:26AM +0200, thomas wrote: > > > Is there a way to enable the magic SysRq key without compiling a custom > > > kernel? > > > Why is it not built in the Debian kernel? If policy demands that it > > > should be disabled by default then this could be done via proc during > > > the boot process. > > > > I don't see any reason why it should be in the debian kernel. 95% of the > > users out there probably won't need it. And it's not so hard to build a > > custom kernel either, even for a beginner. > > IMHO the sysrq key thingie should be considered a constitutional > right! It's too late to enable it when the latest newfangled X > drivers lock your box solid. ALT-SYSRQ-{s,u,b} is just great. > > And sysrq-e when your box is taking an age to boot because of name > server resolution issues, etc. Just get a login, fix it, s,u,b out > and voila! > > Cyan > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] I wonder why X is so possessive ... maybe someone's in deeper than I think...D_PARANOID_CONFIGIRQ_BLASTER...oh well, time for bed...
Re: apt-get
John Galt wrote: > > debsums > > On Thu, 23 Aug 2001, greg wrote: > > >Would anyone tell me how I can verify my downloaded debs ? > > > > > > > > -- > The early worm gets the bird. > > Who is John Galt? [EMAIL PROTECTED], that's who! ...thanx ... i'll try it ! ...g.b...
Re: audio works, but only as root
Timeboy wrote: > > On Fri, 24 Aug 2001 08:04:15 -0500, Rich wrote: > > > **Howdy all, > > ** > > ** I've got my soundblaster card working, with appropriate entries in > > ** /etc/modutils, but it will not autoload, and I have to do: > > ** > > ** su -c "modprobe sb" > > ** > > ** to get it to work. My /etc/group entry has: > > ** > > ** audio:x:29:rich > > ** > > ** .so why can't I start sound as my (non-root) self? > > /etc/group is not the only file that has to be edit. I don't know which files > also must be changed. But if you tipe: > > # addgroup rich audio > > you schold get a soundcard working for the user rich. > > Timo > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] ? chmod 666 /dev/mixer, /dev/dsp ...etc...etc...
pci
Professionally Coded Idiocy
PING
will force on demande d from msspider
wimps
wimps donut reply
Re: wu-ftp vulnerability
> Thu, Nov 29, 2001 at 12:35:13PM +1100, John Griffiths wrote: > At 05:22 PM 11/28/01 -0800, Greg Wiley wrote: > >http://www.securityfocus.com/archive/1/242750 > >Debian 2.2 is on the list. > > Does this effect wu-ftpd's that don't allow anonymous access? > > i.e. if only user's can log on, and I trust my users, can > I stop stressing about it until the fixed version is available? The way I understand it is that it has to do with file globbing so in order to exploit, an attacker would have to log in. So if anon is off and none of your users are baddies, maybe you're ok (al- though an unauthorized person might somehow know a legitimate authpair). -=greg
Re: Computer won't power off
On Wed, Nov 28, 2001 at 06:37:39PM -0800, jennyw wrote: > After upgrading to Woody I noticed that the computer doesn't power down when > I issue the "poweroff" command. Is this the way it's supposed to be in > Woody? As other have mentioned, make sure "apm=on" is appended to your boot params. Also check to make sure that your module config hasn't changed. i.e., check for the apm module in /etc/modules. -=greg
[Fwd: IDE tape drive]
Original Message Subject: IDE tape drive Resent-Date: Thu, 30 Aug 2001 19:49:01 -0700 (PDT) Resent-From: debian-user@lists.debian.org Date: Fri, 31 Aug 2001 04:46:54 +0200 From: Martin F Krafft <[EMAIL PROTECTED]> To: debian users hi guys, i have a machine with an IDE tape drive, 20Gb in size or so. my kernel has the ide-tape.o module, and /dev/ht0 exists. the logs are fine, in short... i think the tape drive just might work. however, i have no clue how to use it. could someone give me a primer? i looked online but couldn't find a nice linux & tapes primer. what software do i need? how can i format a tape? do i need to? how do i store onto tape? how can i read from tape? thanks, martin; (greetings from the heart of the sun.) \ echo mailto: !#^."<*>"|tr "<*> mailto:"; [EMAIL PROTECTED] -- 1-800-psych hello, welcome to the psychiatric hotline. if you are schizophrenic, listen carefully and a little voice will tell you which number to press. echo dd if=/dev/zero of=`>`&connect(sick, man tar...) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[Fwd: Re: sockets without processes]
Original Message Subject: Re: sockets without processes Resent-Date: Thu, 30 Aug 2001 19:36:51 -0700 (PDT) Resent-From: debian-user@lists.debian.org Date: Thu, 30 Aug 2001 19:28:27 -0700 From: Bob Galloway <[EMAIL PROTECTED]> To: Martin F Krafft <[EMAIL PROTECTED]>,debian users References: <[EMAIL PROTECTED]> On Fri, Aug 31, 2001 at 03:25:27AM +0200, Martin F Krafft wrote: > tcp 0 0 192.168.14.6:32884 mailhost:smtp TIME_WAIT - > tcp 0 0 192.168.14.6:32885 mailhost:smtp TIME_WAIT - > tell me nothing about the process owning them. > i am merely wondering why this is possible... The clue is in the "TIME_WAIT" flag. The socket is in the late stage of shutting down, probably because the process that opened that socket is no longer running. If the process isn't running anymore, netstat can't get at information about that process, since it doesn't keep historical process data. -- Bob Galloway "Vote Christia! I'm nice!" -- Christia Mulvey -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] tcp dumper 'n' portscanner with gravis joystick connectivity...go configurwe...
Security
How about adding a security section to the distribution page ? http://www.debian.org/distrib/packages...
file permissions fix
I have managed to clobber my /var directory with a paranoid `chmod' command. I've reset everything with `chmod -R 777 /var' and am waiting for 6:30 am EDT to see if `cron' does the crash'n'burn. Any suggestions ? I'd be quite thankful...g.b...
PrettyGoodPrivacy
I've tried to install and use PGP but I'm having problems finding a suitable package for my Debian/GNUlinux 2.2 system. Would anyone point me in the right direction ?
Re: XFree 4.1 and DRI stability
Herbert Pirke wrote: > > Hi Debian Users, > > I just got the whole DRI thing working and to try it > out, I installed Q3-Arena. I'm running an 2.4.8 > SMP-kernel and XFree 4.1. on a Voodoo3. > > The thing is, that this configuration is extremly > instable. I can reproduce crashes (complete system > halts!) at any time. I was wondering what made that > whole DRI thing so > instable. > > Is it XFree 4? > Is it the Voodoo3 DRI drivers? > Is it Quake3? > Is it the fact that I'm running in SMP? > > I know, I could try out different configurations in > order to get answers to these questions. Unfortunately > I don't have the time for that. So I was wondering if > anyone else had problems of this kind. > > Bye, > > Herbert > > __ > Do You Yahoo!? > Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger > http://im.yahoo.com > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] Excuse my ignorance, but wouldn't IRQ load balancing have something to do with all of this ? And where does AGP fit in ? This is not much help, I imagine, but it sounds like a hardware hang to me.
Re: PrettyGoodPrivacy
Danie Roux wrote: > > On Fri, Aug 31, 2001 at 09:05:16AM -0400, greg wrote: > > I've tried to install and use PGP but I'm having problems finding a > > suitable package for my Debian/GNUlinux 2.2 system. Would anyone point > > me in the right direction ? > > Use GnuPG. It's compatible with PGP and patent free. > > $ apt-get install gnupg > > You have to have a line like this, because GnuPG is in non-US: > > deb http://ftp.uk.debian.org/debian/non-US/ unstable/non-US main contrib > non-free > > -- > Danie Roux *shuffle* Adore Unix > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] Still getting: `E: package gnupg has no installation candidate'
Maxtor IDE controller cards not working
Hello, I have a pc that I use as a fileserver and I have recently migrated it from RH 7.3 to Debian Woody (with some stuff from Sarge and Sid in it). I have 6 disks in the pc as follows: System/OS /dev/hda4.2 GB data/dev/hdo40 GB data/dev/hdm80 GB data/dev/hde203 GB data/dev/hdi203 GB data/dev/hdk203 GB I want to set up 3 disk RAID 5 array using mdadm and software raid. RH had no problem with it so I know it can be done. The disks that I used are recognized on the box as hde, hdi, and hdk. I can use fdisk to recognize hde, but fdisk will not recognize any other disk on the pc. As you can see from the dmesg, I am using several Maxtor controller cards (they came with the hard drives) - 1 hard drive per bus, each set as a master. During startup the BIOS gives the appropriate messages on the hard drives and the dmesg seems to suggest that the system at least can identify them. However, I cannot use 4 of the 6 disks in my pc. If I can mount and format them then I am sure I can set up the RAID array on the 3 I use for a RAID array If there is any other information that anyone needs, then I would be happy to supply it. Any assistance would be appreciated. TIA, Greg dmesg: Linux version 2.4.21 ([EMAIL PROTECTED]) (gcc version 3.2.3 20030316 (Debian prerelease)) #1 Sun Aug 3 20:15:59 PDT 2003 BIOS-provided physical RAM map: BIOS-e820: - 0009fc00 (usable) BIOS-e820: 0009fc00 - 000a (reserved) BIOS-e820: 000f - 0010 (reserved) BIOS-e820: 0010 - 1fff (usable) BIOS-e820: 1fff - 1fff3000 (ACPI NVS) BIOS-e820: 1fff3000 - 2000 (ACPI data) BIOS-e820: - 0001 (reserved) 511MB LOWMEM available. On node 0 totalpages: 131056 zone(0): 4096 pages. zone(1): 126960 pages. zone(2): 0 pages. Kernel command line: root=/dev/hda1 ro Initializing CPU#0 Detected 698.660 MHz processor. Console: colour VGA+ 80x25 Calibrating delay loop... 1392.64 BogoMIPS Memory: 515808k/524224k available (1467k kernel code, 8028k reserved, 516k data, 96k init, 0k highmem) Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) Inode cache hash table entries: 32768 (order: 6, 262144 bytes) Mount cache hash table entries: 512 (order: 0, 4096 bytes) Buffer-cache hash table entries: 32768 (order: 5, 131072 bytes) Page-cache hash table entries: 131072 (order: 7, 524288 bytes) CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) CPU: L2 Cache: 512K (64 bytes/line) Intel machine check architecture supported. Intel machine check reporting enabled on CPU#0. CPU: After generic, caps: 0183f9ff c1c3f9ff CPU: Common caps: 0183f9ff c1c3f9ff CPU: AMD Athlon(tm) Processor stepping 01 Enabling fast FPU save and restore... done. Checking 'hlt' instruction... OK. POSIX conformance testing by UNIFIX mtrr: v1.40 (20010327) Richard Gooch ([EMAIL PROTECTED]) mtrr: detected mtrr type: Intel PCI: PCI BIOS revision 2.10 entry at 0xfb430, last bus=1 PCI: Using configuration type 1 PCI: Probing PCI hardware Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Starting kswapd Journalled Block Device driver loaded pty: 256 Unix98 ptys configured Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled ttyS00 at 0x03f8 (irq = 4) is a 16550A ttyS01 at 0x02f8 (irq = 3) is a 16550A Floppy drive(s): fd0 is 1.44M FDC 0 is a post-1991 82077 RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx AMD7409: IDE controller at PCI slot 00:07.1 AMD7409: chipset revision 3 AMD7409: not 100% native mode: will probe irqs later ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx AMD_IDE: Advanced Micro Devices [AMD] AMD-756 [Viper] IDE (rev 03) UDMA66 controller on pci00:07.1 ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:pio ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:pio, hdd:DMA PDC20269: IDE controller at PCI slot 00:08.0 PDC20269: chipset revision 2 PDC20269: not 100% native mode: will probe irqs later PDC20269: ROM enabled at 0xe600 ide2: BM-DMA at 0xb400-0xb407, BIOS settings: hde:pio, hdf:pio ide3: BM-DMA at 0xb408-0xb40f, BIOS settings: hdg:pio, hdh:pio PDC20269: IDE controller at PCI slot 00:09.0 PDC20269: chipset revision 2 PDC20269: not 100% native mode: will probe irqs later PDC20269: ROM enabled at 0xe400 ide4: BM-DMA at 0xc800-0xc807, BIOS settings: hdi:pio, hdj:pio ide5: BM-DMA at 0xc808-0xc80f, BIOS settings: hdk:pio, hdl:pio PDC20269: IDE controller at PCI slot 00:0c.0 PDC20269: chipset
RE: Maxtor IDE controller cards not working
You are right on. Once I used MAKEDEV I created the three device files for my RAID array. However I cannot create the /dev/hdm and /dev/hdm device files. I know I need to use mknod, but I cannot find the major and minor numbers I need. The whacky version of Debian I used was called Libranet and does not have a /usr/src/linux/Documentation file, but I think I can use something else - just don't know what. But thanks on the MAKEDEV tip - I really appreciate it. Greg > -Original Message- > From: Greg Folkert [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 06, 2004 1:09 AM > To: DebianUser List > Subject: Re: Maxtor IDE controller cards not working > > > On Sat, 2004-03-06 at 00:11, Greg wrote: > > Hello, > > I have a pc that I use as a fileserver and I have recently > migrated it from > > RH 7.3 to Debian Woody (with some stuff from Sarge and Sid in > it). I have 6 > > disks in the pc as follows: > > > > System/OS /dev/hda4.2 GB > > data/dev/hdo40 GB > > data/dev/hdm80 GB > > data/dev/hde203 GB > > data/dev/hdi203 GB > > data/dev/hdk203 GB > > > > I want to set up 3 disk RAID 5 array using mdadm and software > raid. RH had > > no problem with it so I know it can be done. The disks that I used are > > recognized on the box as hde, hdi, and hdk. I can use fdisk to > recognize > > hde, but fdisk will not recognize any other disk on the pc. As > you can see > > from the dmesg, I am using several Maxtor controller cards > (they came with > > the hard drives) - 1 hard drive per bus, each set as a master. During > > startup the BIOS gives the appropriate messages on the hard > drives and the > > dmesg seems to suggest that the system at least can identify > them. However, > > I cannot use 4 of the 6 disks in my pc. If I can mount and > format them then > > I am sure I can set up the RAID array on the 3 I use for a RAID array > > > > If there is any other information that anyone needs, then I > would be happy > > to supply it. > > > > Any assistance would be appreciated. > [...] > > Well, you have to make the device Files. > > MAKEDEV hdi > MAKEDEV hdk > MAKEDEV hdm > MAKEDEV hdo > > etc... > > Once you make the device files. It will work. > > Debian doesn't provide the Device files for anything past hdh by > default. > -- > [EMAIL PROTECTED] > REMEMBER ED CURRY! http://www.iwethey.org/ed_curry > > Novell's Directory Services is a competitive product to Microsoft's > Active Directory in much the same way that the Saturn V is a competitive > product to those dinky little model rockets that kids light off down at > the playfield. -- Thane Walkup > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: Maxtor IDE controller cards not working
You are correct. Thanks. However I am now working on creating /dev/hd0 and /dev/hdm (MAKEDEV only goes so far up the alphabet). I think mknod is the answer. Greg > -Original Message- > From: Jamin W. Collins [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 06, 2004 1:43 AM > To: [EMAIL PROTECTED] > Subject: Re: Maxtor IDE controller cards not working > > > On Sat, Mar 06, 2004 at 12:11:05AM -0500, Greg wrote: > > > > I have a pc that I use as a fileserver and I have recently migrated it > > from RH 7.3 to Debian Woody (with some stuff from Sarge and Sid in > > it). I have 6 disks in the pc as follows: > > > > System/OS /dev/hda4.2 GB > > data/dev/hdo40 GB > > data/dev/hdm80 GB > > data/dev/hde203 GB > > data/dev/hdi203 GB > > data/dev/hdk203 GB > > > > I want to set up 3 disk RAID 5 array using mdadm and software raid. > > RH had no problem with it so I know it can be done. The disks that I > > used are recognized on the box as hde, hdi, and hdk. I can use fdisk > > to recognize hde, but fdisk will not recognize any other disk on the > > pc. As you can see from the dmesg, I am using several Maxtor > > controller cards (they came with the hard drives) - 1 hard drive per > > bus, each set as a master. During startup the BIOS gives the > > appropriate messages on the hard drives and the dmesg seems to suggest > > that the system at least can identify them. However, I cannot use 4 of > > the 6 disks in my pc. If I can mount and format them then I am sure I > > can set up the RAID array on the 3 I use for a RAID array > > Have you checked to see if the device nodes exist in /dev? I suspect > you will find that they don't. On the system I just checked it stops at > /dev/hdh20, beyond that you would need to create them. Alternatively > you could look into devfs. > > -- > Jamin W. Collins > > "Never underestimate the power of very stupid people in large groups." > -- John Kenneth Galbraith > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: Maxtor IDE controller cards not working
I cannot MAKEDEV hmo. I get a "/sbin/MAKEDEV:don't know how to make device "hmo" Would mknod help here ? I am at the fringes of my Linux knowledge, so I am learning as I go along. On my Sunblade 100 running Debian Woody as well as another box running Debian I get the same message. Is there a limit to devices - perhaps in the kernel ? On the box in question I am running a hacked version of Debian called "Libranet" but other than some nice GUI apps, it seems that Libranet is just Woody plus some of Sarge's most popular apps (samba, apache, etc). Greg > -Original Message- > From: Greg Folkert [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 06, 2004 12:51 PM > To: Greg > Cc: DebianUser List > Subject: RE: Maxtor IDE controller cards not working > > > On Sat, 2004-03-06 at 09:51, Greg wrote: > > You are right on. Once I used MAKEDEV I created the three > device files for > > my RAID array. However I cannot create the /dev/hdm and /dev/hdm device > > files. I know I need to use mknod, but I cannot find the major > and minor > > numbers I need. The whacky version of Debian I used was called > Libranet and > > does not have a /usr/src/linux/Documentation file, but I think I can use > > something else - just don't know what. > > > > But thanks on the MAKEDEV tip - I really appreciate it. > > > > > [...] > > > > > > Well, you have to make the device Files. > > > > > > MAKEDEV hdi > > > MAKEDEV hdk > > > MAKEDEV hdm > > > MAKEDEV hdo > > > > > > etc... > > > > > > Once you make the device files. It will work. > > > > > > Debian doesn't provide the Device files for anything past hdh by > > > default. > > Here is the output from me running it: > > -BEGIN OUTPUT- > duke:/dev# MAKEDEV hdm > duke:/dev# ls -l hdm* > brw-rw1 root disk 88, 0 Mar 6 12:47 hdm > brw-rw1 root disk 88, 1 Mar 6 12:47 hdm1 > brw-rw1 root disk 88, 10 Mar 6 12:47 hdm10 > brw-rw1 root disk 88, 11 Mar 6 12:47 hdm11 > brw-rw1 root disk 88, 12 Mar 6 12:47 hdm12 > brw-rw1 root disk 88, 13 Mar 6 12:47 hdm13 > brw-rw1 root disk 88, 14 Mar 6 12:47 hdm14 > brw-rw1 root disk 88, 15 Mar 6 12:47 hdm15 > brw-rw1 root disk 88, 16 Mar 6 12:47 hdm16 > brw-rw1 root disk 88, 17 Mar 6 12:47 hdm17 > brw-rw1 root disk 88, 18 Mar 6 12:47 hdm18 > brw-rw1 root disk 88, 19 Mar 6 12:47 hdm19 > brw-rw1 root disk 88, 2 Mar 6 12:47 hdm2 > brw-rw1 root disk 88, 20 Mar 6 12:47 hdm20 > brw-rw1 root disk 88, 3 Mar 6 12:47 hdm3 > brw-rw1 root disk 88, 4 Mar 6 12:47 hdm4 > brw-rw1 root disk 88, 5 Mar 6 12:47 hdm5 > brw-rw1 root disk 88, 6 Mar 6 12:47 hdm6 > brw-rw1 root disk 88, 7 Mar 6 12:47 hdm7 > brw-rw1 root disk 88, 8 Mar 6 12:47 hdm8 > brw-rw1 root disk 88, 9 Mar 6 12:47 hdm9 > duke:/dev# > -END OUTPUT- > > As you can see, if you made "hdo", you should be able to make "hdm" > > -- > greg, [EMAIL PROTECTED] > REMEMBER ED CURRY! http://www.iwethey.org/ed_curry > > Your raw sensuality flusters me as the dog sneezes into the ventilation > fan. > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: Maxtor IDE controller cards not working
Good catch, but the mistake was in the email. I did type MAKEDEV hdo and MAKEDEV hdm on my pc and still no joy .. I really *wish* I had just typed a typo ... I *think* that linux has a limit of 255 devices and perhaps I have reached my limit. I will try deleting some of them and see. Greg > -Original Message- > From: Greg Folkert [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 06, 2004 6:58 PM > To: Greg > Cc: DebianUser List > Subject: RE: Maxtor IDE controller cards not working > > > On Sat, 2004-03-06 at 14:24, Greg wrote: > > I cannot MAKEDEV hmo. I get a "/sbin/MAKEDEV:don't know how to > make device > > "hmo" Would mknod help here ? I am at the fringes of my Linux > knowledge, > > so I am learning as I go along. On my Sunblade 100 running > Debian Woody as > > well as another box running Debian I get the same message. Is > there a limit > > to devices - perhaps in the kernel ? > > > > On the box in question I am running a hacked version of Debian called > > "Libranet" but other than some nice GUI apps, it seems that > Libranet is just > > Woody plus some of Sarge's most popular apps (samba, apache, etc). > > AHHH HA! "MAKDEV hmo" Look what you typed! (aych-emm-ohh) > > MAKEDEV hdm is what you need to type (aych-dee-emm) > > MAKEDEV hdo is the other command (aych-dee-ohh) > > It is not a limit of the kernel, but a Mistyping of the fingers!!! > -- > greg, [EMAIL PROTECTED] > REMEMBER ED CURRY! http://www.iwethey.org/ed_curry > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: Maxtor IDE controller cards not working
Thanks ! I had just looked at man MAKEDEV (if all else fails look at the instructions !) and noticed that MAKEDEV will only make devices from hda to hdl - which would put a serious dent in my fileserver building efforts. Once again, thanks. Greg > -Original Message- > From: Colin Watson [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 06, 2004 7:37 PM > To: DebianUser List > Subject: Re: Maxtor IDE controller cards not working > > > On Sat, Mar 06, 2004 at 07:22:14PM -0500, Greg wrote: > > Good catch, but the mistake was in the email. I did type > MAKEDEV hdo and > > MAKEDEV hdm on my pc and still no joy .. I really *wish* I had > just typed a > > typo ... > > > > I *think* that linux has a limit of 255 devices and perhaps I > have reached > > my limit. I will try deleting some of them and see. > > No, don't do that! There is no such limit (/dev is basically just an > ordinary directory full of device nodes - there's nothing particularly > magic in the kernel for it, unless you're using something like devfs or > udev, which still doesn't have such a limit), and it'll be a pain > restoring the device nodes you've deleted. > > This isn't a kernel problem at all. You just need to upgrade makedev so > that it knows how to create that device node properly; the version in > woody doesn't. Alternatively, do it by hand (laborious, but should > work): > > mknod -m 0660 /dev/hdm b 88 0 > chown root:disk /dev/hdm > for x in `seq 1 20`; do > mknod -m 0660 /dev/hdm"$x" b 88 "$x" > chown root:disk /dev/hdm"$x" > done > > Likewise for hdo, but substitute 89 for 88. > > Cheers, > > -- > Colin Watson [EMAIL PROTECTED] > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Can an NAS appliance be used as a regular computer?
On 4/28/22 12:42, Tom Browder wrote: All I want is a small PC able to host multiple drives for redundant storage. Can a typical NAS appliance be used for that? For several years I used NETGEAR ReadyDATA 516 (RDD516) as both, desktop and NAS. It's equipped with HDMI port, so connecting monitor (up to 1920x1200) is not a problem. Main problem was 13-3220 CPU. I upgraded to i7-3770 and active cooling. So, there are NAS device capable of acting as a desktop PC but it may require some effort.
Re: Debian 11: How to disable IPv6
On 7/9/22 15:52, Roger Price wrote: In a Debian 11 system, I would like to disable IPv6 adapters in order to persuade fetchmail to talk to exim4. The advice generally given is to add a line to /etc/sysctl.conf net.ipv6.conf.all.disable_ipv6 = 1 and run sysctl -p as root. With Debian 11 this generates the error message sysctl: cannot stat /proc/sys/net/ipv6/conf/all/disable_ipv6: No such file or directory because directory /proc/sys/net/ipv6 doesn't exist. What is the new way of disabling IPv6? ipv6.disable=1 as a bootarg Regards
Re: Debian 5.0 On Dell Latitude CP 233MT
> I installed Debian 5.0 on a Dell Latitude CP 233MT. I've had this machine > for a long time, its run fine with 3.0 and 4.0 over the years. I'm having > one problem with it under 5.0. When it boots up, it loads modules then > when it's populating /dev there is a huge pause, I haven't timed it, but > at least a couple of minutes. Fire it up and then hit the bathroom or a go > get a glass of water type pause. > > In the tasksel during the install, I picked just laptop and basic system, > I installed X later. The first time I rebooted, the pause was so long, and > the text output looked so odd, I thought it locked up. Has anyone had this > same experience on similar hardware? Does the slowdown seem normal on a > machine of this class or do you think anyhthing can be done to tweak it? > I disabled acpi just in case that was causing a problem, the bios don't support it, but it made no difference. I added debug to the logging level of udev, which gave me a ton of messages, but they don't show up in dmesg, just the screen as its booting, how can I log these messages to a file? -- Greg -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: proposed updates
On Wed, 2013-05-29 at 10:43 +0300, Andrei POPESCU wrote: > On Ma, 28 mai 13, 10:55:23, Greg Cercy wrote: > > > > I followed instructions about using apt pinning to do this at: > > > > http://ubuntuforums.org/showthread.php?t=432636 > > > > I'm running wheezy (not ubuntu, so I changed all references of fiesty to > > wheezy. > > > > However none of the packages get removed nor any installed whether I use > > aptitude or "apt-get update ; apt-get dist-upgrade " > > Please post the output of 'apt-cache policy'. > > Kind regards, > Andrei Running the command you requested reminded me of one additional thing I did was disable the proposed-updates entry in the sources.list (following a different set of advice), I tried running the steps both with the entry in place and without it and neither made any changes to existing packages. Here is the output you requested: $ apt-cache policy Package files: 100 /var/lib/dpkg/status release a=now 500 http://download.virtualbox.org/virtualbox/debian/ wheezy/contrib amd64 Packages release c=contrib origin download.virtualbox.org 500 http://ftp.us.debian.org/debian/ wheezy-updates/non-free Translation-en 500 http://ftp.us.debian.org/debian/ wheezy-updates/main Translation-en 500 http://ftp.us.debian.org/debian/ wheezy-updates/contrib Translation-en 500 http://ftp.us.debian.org/debian/ wheezy-updates/contrib amd64 Packages release o=Debian,a=stable-updates,n=wheezy-updates,l=Debian,c=contrib origin ftp.us.debian.org 500 http://ftp.us.debian.org/debian/ wheezy-updates/non-free amd64 Packages release o=Debian,a=stable-updates,n=wheezy-updates,l=Debian,c=non-free origin ftp.us.debian.org 500 http://ftp.us.debian.org/debian/ wheezy-updates/main amd64 Packages release o=Debian,a=stable-updates,n=wheezy-updates,l=Debian,c=main origin ftp.us.debian.org 500 http://security.debian.org/ wheezy/updates/non-free Translation-en 500 http://security.debian.org/ wheezy/updates/main Translation-en 500 http://security.debian.org/ wheezy/updates/contrib Translation-en 500 http://security.debian.org/ wheezy/updates/contrib amd64 Packages release v=7.0,o=Debian,a=stable,n=wheezy,l=Debian-Security,c=contrib origin security.debian.org 500 http://security.debian.org/ wheezy/updates/non-free amd64 Packages release v=7.0,o=Debian,a=stable,n=wheezy,l=Debian-Security,c=non-free origin security.debian.org 500 http://security.debian.org/ wheezy/updates/main amd64 Packages release v=7.0,o=Debian,a=stable,n=wheezy,l=Debian-Security,c=main origin security.debian.org 500 http://ftp.us.debian.org/debian/ wheezy/non-free Translation-en 500 http://ftp.us.debian.org/debian/ wheezy/main Translation-en 500 http://ftp.us.debian.org/debian/ wheezy/contrib Translation-en 500 http://ftp.us.debian.org/debian/ wheezy/contrib amd64 Packages release v=7.0.0,o=Debian,a=stable,n=wheezy,l=Debian,c=contrib origin ftp.us.debian.org 500 http://ftp.us.debian.org/debian/ wheezy/non-free amd64 Packages release v=7.0.0,o=Debian,a=stable,n=wheezy,l=Debian,c=non-free origin ftp.us.debian.org 500 http://ftp.us.debian.org/debian/ wheezy/main amd64 Packages release v=7.0.0,o=Debian,a=stable,n=wheezy,l=Debian,c=main origin ftp.us.debian.org Pinned packages: With the proposed-updates enabled: $ apt-cache policy Package files: 100 /var/lib/dpkg/status release a=now 500 http://download.virtualbox.org/virtualbox/debian/ wheezy/contrib amd64 Packages release c=contrib origin download.virtualbox.org 500 http://ftp.us.debian.org/debian/ wheezy-proposed-updates/non-free Translation-en 500 http://ftp.us.debian.org/debian/ wheezy-proposed-updates/main Translation-en 500 http://ftp.us.debian.org/debian/ wheezy-proposed-updates/contrib Translation-en 500 http://ftp.us.debian.org/debian/ wheezy-proposed-updates/main amd64 Packages release v=7.0-updates,o=Debian,a=proposed-updates,n=wheezy-proposed-updates,l=Debian,c=main origin ftp.us.debian.org 500 http://ftp.us.debian.org/debian/ wheezy-proposed-updates/contrib amd64 Packages release v=7.0-updates,o=Debian,a=proposed-updates,n=wheezy-proposed-updates,l=Debian,c=contrib origin ftp.us.debian.org 500 http://ftp.us.debian.org/debian/ wheezy-proposed-updates/non-free amd64 Packages release v=7.0-updates,o=Debian,a=proposed-updates,n=wheezy-proposed-updates,l=Debian,c=non-free origin ftp.us.debian.org 500 http://ftp.us.debian.org/debian/ wheezy-updates/non-free Translation-en 500 http://ftp.us.debian.org/debian/ wheezy-updates/main Translation-en 500 http://ftp.us.debian.org/debian/ wheezy-updates/contrib Translation-en 500 http://ftp.us.debian.org/debian/ wheezy-updates/contrib amd64 Packages release o=Debian,a=stable-updates,n=wheezy-updates,l=Debian,c=contrib origin ftp.us.debian.org 500
Re: proposed updates
On Wed, 2013-05-29 at 19:45 +0300, Andrei POPESCU wrote: > On Mi, 29 mai 13, 11:27:17, Greg wrote: > > > > With the proposed-updates enabled: > > > > $ apt-cache policy > ... > > 500 http://ftp.us.debian.org/debian/ wheezy-proposed-updates/main amd64 > > Packages > > release > > v=7.0-updates,o=Debian,a=proposed-updates,n=wheezy-proposed-updates,l=Debian,c=main > > origin ftp.us.debian.org > ... > > > It looks to me the pinning isn't working, it shows nothing over 500 > > whether proposed-updates is enabled or disabled. I placed the file > > Yes, your pinning isn't working and 'apt-cache policy' is the perfect > tool for diagnosing it. > > > in /etc/apt/preferences.d/. Here is my exact pinning file: > > (thanks, forgot to ask for it) > > > Package: * > > Pin: release a=wheezy > > Pin-Priority: 1001 > > > > Package: * > > Pin: release a=wheezy-updates > > Pin-Priority: 1001 > > > > Package: * > > Pin: release a=wheezy-security > > Pin-Priority: 1001 > > > > Package: * > > Pin: release a=wheezy-proposed > > Pin-Priority: -10 > > Look above: the proposed updates entry I kept has > "a=proposed-updates,n=wheezy-proposed-updates", but your entry has > neither. I would suggest you use "n=wheezy-proposed-updates" for the > pin, because it is more specific. > > Kind regards, > Andrei Thanks, I think I actually understand a little about pinning now. I will give it a go after I get off work tonight. -- 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/1369857826.25158.4.ca...@fast.cercy.net
Re: shutdown and restart menu item disappeared from user menu
Is there a way to install these extensions to all gnome users? On Sun, 2013-06-09 at 11:15 +0530, Kailash wrote: > On Saturday 08 June 2013 03:04 PM, Antti Talsta wrote: > > On Sat, Jun 08, 2013 at 05:07:00AM -0400, A Fascilla wrote: > >> On my system on one user (the other user are unaffected) there is no > >> more a command to restart or shutdown the computer in the user menu in > >> Gnome (I mean the one in the top-right corner). > > > > Press Alt and click your username. > > > >> > From some days the menu ends with the line suspend, while in the past > >>> (and still for the other users) I had to more lines: restart and > >>> shutdown. > > > > Difference between Gnome 3 and Classic AFAIK. > > > Hi, > > You can install gnome-shell-extensions and you should have the power off > option available. > https://extensions.gnome.org/ > > Sincerely, > Kailash > > -- 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/1370776411.4560.1.ca...@fast.cercy.net
Re: Lenovo WiFi Problem
On Thu, 2013-06-13 at 19:27 -0400, Doug Button wrote: > I have been having a WiFi problem for a few months now, and I think I > should finally fix it. I am using a Lenovo Ideapad Z370 with Gnome 3's > network manager. Whenever I connect to a WiFi network, I have one or > more of these three problems. > > 1. The speed of the network drops drastically. Usually less than 20% > of the speed that the network should be. > 2. The network seems to work fine for several minutes then drops out > for 30 seconds to two minutes until it finally starts working again. > This repeats itself. > 3. I am repeatedly asked for the password for the network and cannot > access the internet at all. I know for a fact that the password I am > entering is correct. > > In all of these problems network manager says that I am connected to > the network just fine which is obviously not the case. I can also say > that this probably isn't a hardware problem or a matter of range > because Windows 7 seems to connect just fine. > > Does anybody know how to fix this problem? I can post any log files > that may be needed. Thanks for any help in advance! I had problems like this and it turned out to be a problem with my wifi access point/router. A week before I had a network outage and when they were fixing it the tech replaced the router and had several settings involving various DOS attack detection. I was connected to the internet, but my local wifi had the symptoms you describe. I disabled syn attack detection and another that I don't remember and from that point everything worked fine. -- 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/1371175451.12352.5.ca...@fast.cercy.net
Re: Re: Lenovo WiFi Problem
On Thu, 2013-06-13 at 23:02 -0400, Doug Button wrote: > Thanks for the help, but it doesn't sound quite like my problem. I > haven't changed any network settings and these problems are only > occurring on this one device. > > I should probably also mention that according to lspci my WiFi model is > "Intel Corporation Centrino Wireless-N 1000 [Condor Peak]". Maybe I'm > missing a driver or something of that sort? > > My problems were usually triggered by using large bandwidth over wifi, so some devices weren't affected at all. Never assume your network hasn't changed unless you know for a fact it hasn't, my ISP pushes config changes to routers without notice. -- 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/1371217860.4742.8.ca...@fast.cercy.net
Re: is there a debian utility for this?
On Tue, 2013-06-18 at 14:25 +1000, Zenaan Harkness wrote: > Otherwise libreoffice from the command line. GIYF (google is your friend). > > No multi-billion dollar corporation is your friend. -- 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/1371566169.4853.3.ca...@fast.cercy.net
wacky question
Does anyone think that debian could participate in any programs like PRISM? Or could a lone (or group of) sympathetic DD or DM slip a backdoor or something that could collect private info in the binary packages distributed by debian? -- 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/1371696252.19732.9.ca...@fast.cercy.net
Re: wacky question
On Thu, 2013-06-20 at 12:56 +0800, lina wrote: > On Thursday 20,June,2013 10:44 AM, Greg wrote: > > Does anyone think that debian could participate in any programs like > > PRISM? Or could a lone (or group of) sympathetic DD or DM slip a > > backdoor or something that could collect private info in the binary > > packages distributed by debian? > > > > > > Do you think that the brain of the laptop, one day will be sensitive > enough, and have telepathy with yours. Or perhaps there will be a tiny > gadget can sense your brain, read your mind so easily, as some sic-fi > limns. > > Only if the hippocampus of your laptop gets a virus, otherwise you are safe. Thanks for being an asshat. -- 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/1371740640.11007.1.ca...@fast.cercy.net
Re: wacky question
On Wed, 2013-06-19 at 23:56 -0700, Alan Ianson wrote: > On Wed, 19 Jun 2013 22:44:12 -0400 > Greg wrote: > > > Does anyone think that debian could participate in any programs like > > PRISM? Or could a lone (or group of) sympathetic DD or DM slip a > > backdoor or something that could collect private info in the binary > > packages distributed by debian? > > Everything in debian has source available, so no, it can't be done > without everyone knowing it. > > So every line of code during every build is verified? So the build machines could never possibly get hacked to compile with different code than what is in a source package? Or that a government that murders people (many of which it doesn't even bother to identify first) with drones wouldn't consider an OS that millions of people use worth looking at? Or that debian is just automatically too smart to be hacked? I'm just wondering what debian does to check and protect its users, so fuck me, right? -- 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/1371741122.11007.8.ca...@fast.cercy.net
Re: wacky question , wacky thought
On Wed, 2013-06-19 at 22:26 -0600, Paul E Condon wrote: > On 20130619_224412, Greg wrote: > > Does anyone think that debian could participate in any > programs like > > PRISM? Or could a lone (or group of) sympathetic DD or DM slip a > > backdoor or something that could collect private info in the binary > > packages distributed by debian? > > Maybe, way back, CIA and NSA brain storming dreamed up the idea of > interconnecting the whole world with a gigantic interconnected signaling > system that could be used to keep track of everybody everywhere without them > realizing they were being watched. They secretly gave money to college prof.s > of EE to invent it for the purpose of well intended mind control. Also, money > to support science labs. that generated lots of data, so that they would > invent techniques for handling really massive data sets. ;-) > > -- > Paul E Condon > pecon...@mesanetworks.net > > An even wackier thought is that everyone would absolutely love practically broadcasting their gps location, most of their private info and the politically active would do most of their activism and organize protests on a system with such an insecure system. And we all know no host at debian.org has ever been hacked. -- 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/1371741601.11007.14.ca...@fast.cercy.net
Re: Deterministic Builds (was [Re: wacky question])
On Thu, 2013-06-20 at 03:32 -0400, Sean Alexandre wrote: > There was an interesting post on this the other day on the liberationtech > mailing list > by Mike Perry from the Tor Project: > > Deterministic builds and software trust > https://mailman.stanford.edu/pipermail/liberationtech/2013-June/009257.html > > To quote: > > > For the past several years, we've been seeing a steady increase in the > > weaponization, stockpiling, and the use of exploits by multiple > > governments, and by multiple *areas* of multiple governments. This > > includes weaponized exploits specifically designed to "bridge the air > > gap", by attacking software/hardware USB stacks, disconnected Bluetooth > > interfaces, disconnected Wifi interfaces, etc. Even if these exploits > > themselves don't leak (ha!), the fact that they are known to exist means > > that other parties can begin looking for them. > > Also related, Bruce Scheier just wrote an interesting piece on weaponized > exploits, on > how the NSA is planting logic bombs and backdoors in machines and routers > around the > world: > > Has U.S. started an Internet war? > www.cnn.com/2013/06/18/opinion/schneier-cyberwar-policy > > Interesting links, thanks. -- 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/1371741712.11007.16.ca...@fast.cercy.net
Re: wacky question
On Thu, 2013-06-20 at 22:52 +1200, Chris Bannister wrote: > On Thu, Jun 20, 2013 at 12:56:46PM +0800, lina wrote: > > On Thursday 20,June,2013 10:44 AM, Greg wrote: > > > Does anyone think that debian could participate in any programs like > > > PRISM? Or could a lone (or group of) sympathetic DD or DM slip a > > > backdoor or something that could collect private info in the binary > > > packages distributed by debian? > > > > > > > > > > Do you think that the brain of the laptop, one day will be sensitive > > enough, and have telepathy with yours. Or perhaps there will be a tiny > > gadget can sense your brain, read your mind so easily, as some sic-fi > > limns. > > EEEK, I wouldn't like a mislaid thought reformatting my harddrive, or > even worse emailing undesirable messages. :) > > -- > "If you're not careful, the newspapers will have you hating the people > who are being oppressed, and loving the people who are doing the > oppressing." --- Malcolm X > > Lets hope there are confirmation dialogs (and with better information than PackageKit's). -- 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/1371742225.11007.20.ca...@fast.cercy.net
Re: wacky question
On Thu, 2013-06-20 at 18:41 +0200, Ralf Mardorf wrote: > On Thu, 2013-06-20 at 10:44 -0500, John Hasler wrote: > > Governments just don't give a damn about your desktop. Sorry if that > > bruises your ego. They may be interested in your email and Websurfing > > in the unlikely event that you are a "person of interest", but they > > can get that from your provider. > > Correct, if they would spy my machine, they would risk, that I would > notice it soon or later, but if they do it at another location, that is > beyond my scope. > > OTOH they might be interested to get the private openPGP keys, just to > take a look, if we're "persons of interest", so a backdoor to our PCs > would be from interest for them too. > > The solution is very simple. My machine that is for everyday usage > doesn't contain secrets. It's not a secure machine and I'm aware of this > fact. If I ever have the need to share top secrets, I would set up > another machine, with all kinds of protections and I only would connect > it to the Internet, when it's absolutely needed. We e.g. could decrypt > and read mails on a machine, that is never connected to the Internet and > then e.g. use a self build (self soldered) USB stick to transmit it > between our computers etc. pp.. That might work for an actual terrorist, but I am a citizen and I do not think it is acceptable to have to act like a terrorist to keep my humble, everyday "secrets" private. This government does not make any effort to spy only on terrorists or foreigners, it digests everything it can and every few months we find out they collect even more than we thought. Even worse, Mr Snowden and other have shown there is little regard for that information once it is collected. Interested parties can and do tap into that information for their own private, non-terrorist-catching purposes. Maybe everyone is predisposed to make a joke of the problems that are largely beyond our control (ie government, corporations and the failure of our "democracy" to have any power to restrain them). But with debian I have powerful tools to protect myself and I would like to have some sense that those tools are built with some significant safeguards rather than everyone just assuming it is too hard to hack or such hacking could easily be detected. I hope the developers have given these issues a lot of thought. It is a sad day when security through obscurity is a main argument on a debian mailling list. Maybe I should have asked on a dev list, but that is something I don't do because DMs and DDs have more important things to do than instruct random people on details of their work. The reason I asked here is because the searches I did on debian and debian related sites didn't bring up much relevant info. -- 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/1371847940.10674.25.ca...@fast.cercy.net
Re: wacky question
On Thu, 2013-06-20 at 10:44 -0500, John Hasler wrote: > > > Or that a government that murders people... > > I.e., the usual kind. Yes we all hear about how Uganda has fleets of drones stationed in countries throughout the world killing people. There is nothing special about America. > > > ...wouldn't consider an OS that millions of people use worth looking > > at? > > Court orders (or just men with guns from governments that don't bother > with courts) are sufficient to get them what they want from commercial > servers, which is all they care about. > > Governments just don't give a damn about your desktop. Sorry if that > bruises your ego. They may be interested in your email and Websurfing > in the unlikely event that you are a "person of interest", but they can > get that from your provider. > > -- > John Hasler > jhas...@newsguy.com > Elmwood, WI USA > > If they don't care then how come they bother to go to the provider? By using VPNs my provider rarely has any idea what I am doing. I do not believe that I am some special person the government just has to know all about, but I am concerned that it is convinced it has the right to comb through and index everything everyone does on-line. -- 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/1371848521.10674.33.ca...@fast.cercy.net
Re: wacky question
On Fri, 2013-06-21 at 16:36 +0200, Ralf Mardorf wrote: > On Fri, 2013-06-21 at 16:22 +0300, Andrei POPESCU wrote: > > On Jo, 20 iun 13, 18:41:42, Ralf Mardorf wrote: > > > > > > The USA and similar countries IMO aren't dangerous for most of us, since > > > I suspect that less of us are terrorists. > > > > Sorry, but I don't accept this argument. Just because we personally may > > not be targeted is still no excuse to tolerate it when a government, any > > government, is not respecting a person's rights. > > I agree with you, but they are still not dangerous for me, since I'm a > German. If my own country will get even harmless data, it's different > for me. I guess most us aren't from the USA, since this is an > international mailing list. This thread, perhaps should be moved to the > off-topic list? > > Regards, > Ralf > > Harmless data like what religious group you descend from? Something that is considered innocuous today might be considered differently at a later time by a less tolerant government. I think most of this should be dropped or moved elsewhere, but I would like the actual methods the debian project uses to protect itself from systematic monitoring, data-collection or even hacking by governments or other private organizations. I don't see that as being off topic for this list. -- 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/1371848821.10674.38.ca...@fast.cercy.net
Re: wacky question
On Fri, 2013-06-21 at 00:52 +0800, lina wrote: > On Friday 21,June,2013 12:41 AM, Ralf Mardorf wrote: > > The USA and similar countries IMO aren't dangerous for most of us, since > > I suspect that less of us are terrorists. China and similar countries > > are a problem, because they are dangerous for journalists etc.. > > Old fashioned spy is out-of-date, and the journalists are doing the real > spy things. > > Enjoy life on planet party-line, I hope you are on the right side of every purge! -- 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/1371849017.10674.41.ca...@fast.cercy.net
Re: wacky question
On Thu, 2013-06-20 at 20:40 +0200, Slavko wrote: > Dňa 20.06.2013 17:12 Greg wrote / napísal(a): > > > I'm just wondering what debian does to check and protect its users, so > > fuck me, right? > > Your protection is your responsibility. The Debian (and other OS) can > only help you with this. Of course, some can do it better and another > no. An some can criminalize you, when you want to see what is inside (by > license violation), but these last are then taking responsibility, but > do you really want to loose your own responsibility? > > IMO, if you want to transmit your responsibility, you must select > another model of OS, than Debian is. > > regards > So I have no right to ask to to even think about how software is built or made available by debian? To protect myself I have but to debug every line of code I use and build it all myself, on CPU's I forged in my backyard smithy? Perhaps I could launch my own satellites to ensure safe global access to a self-made internet. Iran has gone down that path, perhaps we should all do likewise, or just go live in a cave or use openbsd machines with the network cards pulled out? What if they get to Theo? Then I'm done for! -- 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/1371849809.10674.53.ca...@fast.cercy.net
Re: kernel 2.4.* vs 2.6.* and ATAPI dvd question
Richard Lyons wrote: On Friday, 30 December 2005 at 21:55:27 -0700, Jules Dubois wrote: On Friday 30 December 2005 09:24, Richard Lyons <[EMAIL PROTECTED]> (<[EMAIL PROTECTED]>) wrote: On Thursday, 29 December 2005 at 22:12:26 -0700, Jules Dubois wrote: [...] SCSI emulation is not required in v2.6. I keep reading this, but xcdroast and so on still complain every time that I should use SCSI emulation even though the kernel is 2.6.x. I haven't used xcdroast, so I can't say. Does it work without SCSI emulation? Yes, it seemed to work usually. I take the precaution of setting a very low speed, just in case. My experience, FWIW, Simply put: In kernel 2.4, ide-scsi module, we got used to the scsi-emulation concept. Whereas, In kernel 2.6, we were (somewhat confusingly, IMO) told the above, i.e.: "SCSI emulation is not required in v2.6.". IMHO this _should_ have said something along the lines of: "SCSI emulation is now built-in, in v2.6 'ide-cd' [compiled-in or as a module], so 'ide-scsi' is NO LONGER REQUIRED to achieve the _still_ _necessary_ SCSI emulation." SOo, In xcdroast running as root, [you CAN figure out how.] use the "0,0,0" device, and _NOT_ the "ATAPI:0.0.0" device. Substitute your own "bus,id,lun" numbers to suit your box. I can burn dvd-r and cdr/rw fine. Nuff~sed? HTH -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: kernel 2.4.* vs 2.6.* and ATAPI dvd question
Seeker5528 wrote: On Thu, 05 Jan 2006 16:32:17 -0400 Greg <[EMAIL PROTECTED]> wrote: My experience, FWIW, Simply put: In kernel 2.4, ide-scsi module, we got used to the scsi-emulation concept. Whereas, In kernel 2.6, we were (somewhat confusingly, IMO) told the above, i.e.: "SCSI emulation is not required in v2.6.". IMHO this _should_ have said something along the lines of: "SCSI emulation is now built-in, in v2.6 'ide-cd' [compiled-in or as a module], so 'ide-scsi' is NO LONGER REQUIRED to achieve the _still_ _necessary_ SCSI emulation." Don't you think it would be more confusing to tell people that SCSI emulation was built in to ide-cd. If you tell them that then they will be expecting to have srX devices for their drives 1) I have symlinks: [EMAIL PROTECTED]:~$ ls -l /dev/sr* lrwxrwxrwx 1 root root 31 2006-01-11 13:52 /dev/sr0 -> scsi/host0/bus0/target0/lun0/cd lrwxrwxrwx 1 root root 31 2006-01-11 13:52 /dev/sr1 -> scsi/host1/bus0/target0/lun0/cd 2) If I thought what I suggested was MORE confusing, I would NOT have suggested it. . Scsi emulation always seemed like a kludge to me anyway that should have only been used as the exception instead of the rule when the proper driver was broken for a particular device. I think people would be a lot less confused if the upstream guy doing the cdrtools stuff would get over it and do away with the big scary sounding message that comes up with 2.6 kernels to the effect of 'oooh you don't have scsi emulation this might not work' just because he would prefer to only support scsi. That is PRECISELY why 2) above, my message was placed on usenet merely for future reference by googlers needing help with THE WAY THINGS ACTUALLY ARE IN REAL LIFE. :-) Later, Seeker -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: kernel 2.4.* vs 2.6.* and ATAPI dvd question
Seeker5528 wrote: > On Sat, 14 Jan 2006 20:17:50 -0400 > Greg <[EMAIL PROTECTED]> wrote: > > >>>Don't you think it would be more confusing to tell people that SCSI >>>emulation was built in to ide-cd. If you tell them that then they will >>>be expecting to have srX devices for their drives >> >>1) I have symlinks: >>[EMAIL PROTECTED]:~$ ls -l /dev/sr* >>lrwxrwxrwx 1 root root 31 2006-01-11 13:52 /dev/sr0 -> >>scsi/host0/bus0/target0/lun0/cd >>lrwxrwxrwx 1 root root 31 2006-01-11 13:52 /dev/sr1 -> >>scsi/host1/bus0/target0/lun0/cd > > > I have not had any srX links since I started using a 2.6.X kernel and > stopped loading the ide-scsi module, so clearly there is no scsi > emulation here. > > Since I upgraded to a DVD burner I have 3 links cdrom, dvd, and cdrw > all pointing to /dev/hdb. > > If you actually have SCSI CD/CD-RW, DVD/DVD-RW drives then srX devices > will be created with 2.6 kernels because they actually are SCSI devices. > $ uname -a Linux uniq 2.6.15 #1 PREEMPT Tue Jan 3 22:06:09 AST 2006 i686 GNU/Linux ===^^ (self-compiled) $ scsiadd -p Attached devices: Host: scsi0 Channel: 00 Id: 00 Lun: 00 Vendor: YAMAHA Model: CRW8424S Rev: 1.0d Type: CD-ROM ANSI SCSI revision: 02 Host: scsi1 Channel: 00 Id: 00 Lun: 00 Vendor: HL-DT-ST Model: DVDRAM GSA-4040B Rev: A300 Type: CD-ROM ANSI SCSI revision: 02 0,0,0 = (real)SCSI cdrw 1,0,0 = (real)ATAPI dvdrw I will refrain from providing my (probably superfluous and confusatory) symlinks/devices list, as, due to the sheer damned annoying nature of all this scsi-emu-bullshit, I've been "messing about" with udev. As of right now, both drives perform as expected, although I've thrown away several sets of "coasters" getting this far, over the last few YEARS. A decade and a half or so ago, I leapt into solving knotty configuration problems in Linux with exuberant gusto, but, now, I just don't have the resources/energy to spend on bench/spare/testbed boxen. I gave up SysAdmin-Contracting to "spend more time with my Cocoa & Nutmeg Trees". :-) > If you are using a 2.6.x kernel, have IDE CD types of drives, are not > loading ide-scsi, and those drives are showing up as sr0 and sr1 then, > hmmm, that is very interesting. > > Later, Seeker -- Ciao 4 now, Greg. #| mailto:[EMAIL PROTECTED] # # --o-o-0-o-o-- Linux and Internet since 1992# # To Live, To Love, To Learn, To Leave A Legacy. # AlexJones,NoamChomsky,9/11,Oil,Arms,Drugs,GREED. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: kernel 2.4.* vs 2.6.* and ATAPI dvd question
Joris Huizer wrote: Greg wrote: Seeker5528 wrote: > On Sat, 14 Jan 2006 20:17:50 -0400 > Greg <[EMAIL PROTECTED]> wrote: > > >>>Don't you think it would be more confusing to tell people that SCSI >>>emulation was built in to ide-cd. If you tell them that then they will >>>be expecting to have srX devices for their drives >> >>1) I have symlinks: >>[EMAIL PROTECTED]:~$ ls -l /dev/sr* >>lrwxrwxrwx 1 root root 31 2006-01-11 13:52 /dev/sr0 -> >>scsi/host0/bus0/target0/lun0/cd >>lrwxrwxrwx 1 root root 31 2006-01-11 13:52 /dev/sr1 -> >>scsi/host1/bus0/target0/lun0/cd > > > I have not had any srX links since I started using a 2.6.X kernel and > stopped loading the ide-scsi module, so clearly there is no scsi > emulation here. > > Since I upgraded to a DVD burner I have 3 links cdrom, dvd, and cdrw > all pointing to /dev/hdb. > > If you actually have SCSI CD/CD-RW, DVD/DVD-RW drives then srX devices > will be created with 2.6 kernels because they actually are SCSI devices. > $ uname -a Linux uniq 2.6.15 #1 PREEMPT Tue Jan 3 22:06:09 AST 2006 i686 GNU/Linux ===^^ (self-compiled) $ scsiadd -p Attached devices: Host: scsi0 Channel: 00 Id: 00 Lun: 00 Vendor: YAMAHA Model: CRW8424S Rev: 1.0d Type: CD-ROM ANSI SCSI revision: 02 Host: scsi1 Channel: 00 Id: 00 Lun: 00 Vendor: HL-DT-ST Model: DVDRAM GSA-4040B Rev: A300 Type: CD-ROM ANSI SCSI revision: 02 0,0,0 = (real)SCSI cdrw 1,0,0 = (real)ATAPI dvdrw I will refrain from providing my (probably superfluous and confusatory) symlinks/devices list, as, due to the sheer damned annoying nature of all this scsi-emu-bullshit, I've been "messing about" with udev. As of right now, both drives perform as expected, although I've thrown away several sets of "coasters" getting this far, over the last few YEARS. A decade and a half or so ago, I leapt into solving knotty configuration problems in Linux with exuberant gusto, but, now, I just don't have the resources/energy to spend on bench/spare/testbed boxen. I gave up SysAdmin-Contracting to "spend more time with my Cocoa & Nutmeg Trees". :-) You are still getting scsi emulation because you have it selected in your kernel config. (that option is under ATA/...) which device do you write to ? (there's a reason I ask, I'll elucidate when sober...^hic)};) I'm running a self-compiled 2.6.8 kernel with which I am able to write to cdroms; it doesn't have any scsi stuff (scsiadd doesn't report anything there) Instead it uses the ide-cd module; HTH, Joris -- Ciao 4 now, Greg. #| mailto:[EMAIL PROTECTED] # # --o-o-0-o-o-- Linux and Internet since 1992# # To Live, To Love, To Learn, To Leave A Legacy. # AlexJones,NoamChomsky,9/11,Oil,Arms,Drugs,GREED. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: thumderbird web links in firefox
Florian Dorpmueller wrote: Any other ideas are very welcome... Open your ~/.mozilla-thunderbird/...default/prefs.js and add user_pref("network.protocol-handler.app.ftp", "/usr/bin/firefox"); user_pref("network.protocol-handler.app.http", "/usr/bin/firefox"); user_pref("network.protocol-handler.app.https", "/usr/bin/firefox"); /usr/bin/firefox might be replaced if firefox resides somewhere else. Cheers, Florian I'll make a note of the manual fix that you have pointed out is [apparently] the only way to get a popular newsreader to display a clicked-on URL. Nice-One. :-) -- Ciao 4 now, Greg. #| mailto:[EMAIL PROTECTED] # # --o-o-0-o-o-- Linux and Internet since 1992# # To Live, To Love, To Learn, To Leave A Legacy. # AlexJones,NoamChomsky,9/11,Oil,Arms,Drugs,GREED. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: kernel 2.4.* vs 2.6.* and ATAPI dvd question
Joris Huizer wrote: Greg wrote: which device do you write to ? (there's a reason I ask, I'll elucidate when sober...^hic)};) I call cdrecord as follows: cdrecord --force dev=ATA:1,0,0 that means, the ATA:1,0,0 device hmm, as I think of that, I guess that's a scsi naming scheme; I think I read writing to /dev/cdrom would work to but I guess I never changed my cdrom-writing script to do so At last! Not only am I not inebriated, but I remembered where I read what I based my missive on. :-) http://cdrecord.berlios.de/old/private/man/README/README.ATAPI An extract from which goes as follows: "The ATAPI standard describes method of sending SCSI commands over IDE transport with some small limitations to the "real" SCSI standard. SCSI commands are send via IDE transport using the 'ATA packet' command. There is no SCSI emulation - ATAPI drives include native SCSI command support. For this reason, sending SCSI commands to ATAPI drives is the native method of supporting ATAPI devices. Just imagine that IDE is one of many SCSI low level transport mechanisms. This is a list of some known SCSI transports: - Good old Parallel SCSI 50/68 pin (what most people call SCSI) - SCSI over fiber optics (e.g. FACL - there are others too) - SCSI over a copper variant of FCAL (used in modern servers) - SCSI over IEEE 1394 (Fire Wire) - SCSI over USB - SCSI over IDE (ATAPI) As you now see, the use of the naming convention "ATAPI-SCSI emulation" is a little bit misleading. It should rather be called: "IDE-SCSI host adapter emulation" " Sooo, hopefully I was "wrong", but I knew what I really meant(?). HTH -- Ciao 4 now, Greg. #| mailto:[EMAIL PROTECTED] # # --o-o-0-o-o-- Linux and Internet since 1992# # To Live, To Love, To Learn, To Leave A Legacy. # -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: bittorrent query?
Brendan wrote: On Tuesday 27 September 2005 10:25 am, Paolo Alexis Falcone wrote: On Tue, 2005-09-27 at 10:12 -0400, Ishwar Rattan wrote: I just installed bittorrent-3.4.2-5 from testing. What is the command to invoke it? man btdownloadcurses --> if you want the ncurses-based UI man btdownloadheadless --> the interface for "headless" chickens of machines using screen with multiple btdownloadheadless (aliased as btdh) sessions is the salvation and flooding of my connection. With this: cd ~/data6/torrents/new/ && btlaunchmany . --display_interval 10 --save_options 1 --max_upload_rate -1 running in an xterm, suitably small font, gets each line on one line, updated at a reasonable rate. Just d/l .torrent files and save them in d/l dir/. Restart on every boot. Once d/l'd, and suitably seeded, of course, mv them elsewhere. Merely pauses if disk space fills, carries on once you've cleared out some completed d/l's. Adds power to your CPU! 512kb ADSL = 40 concurrent torrents, maxed-out bandwidth! (24/7 !!!) When I want to use aptitude, I do a ^Z, and when fg'd again, it picks right up, NO need for it to re-check the d/l file! :-) Keep on topping up dir/ with torrents, mv both torrent and d/l out once seeded "enough" [>=1:1] You'll soon [2 months??] find you don't have TIME to watch THAT MANY movies!!! :-) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Ready to join the club..
I'm a noob to Debian but I'm ready to install Debian to my current machine. (PIII, 512MB Ram, 2 HDs; 60 MB - main and 80 MB secondary). The first HD contains WinME (don't laugh) and the second will contain Debian in one partition and Windows files (mp3s, JPEGs) in the other. I've already partitioned the second HD and burned the installation image files onto CDs. My question is this, I want to use a boot loader that will load either WinME or Debian. Grub seems like the default boot loader per the installation docs I've read. During installation, will Grub be smart enough to see WinMe on the other drive and will itput the boot loader file on the main drive, the one that holds WinME? I've sorted for this topic what wasn't able to find information on my setup. Thank you in advance, Greg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Ready to join the club..
It worked, sort of. Thanks to all for the advice, including the kind I didn't listen to. The dual boot stet up fine. However, during the Debian install, I accidently skipped over the part to install the desktop environment, print server, etc. When all was complete I was left with a prompt. Not what I was hoping for. Is there a way to install the desktop environment with doing a whole re-install. Again, thaks to all. Greg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Ready to join the club..
Actually, I did a Google. I ran tasksel as root and loaded the files for the dektop. I answered several questions during the process. However, I still can't load the desktop. I get the following error message (EE) ef860penSerial I cannot open device /dev/input/mouse (EE) ConfiguredMouse: Cannot open input device (EE) PreInit failed for input device "Configured Mouse" Although I'm a noob, I can surmise that I've got a problem with my mouse. How to fix? The mouse is a serial mouse with 6 male pins in the connector and 6 female receptors in the back of the PC. The mouse is a MS 2 button + scroll wheel. Any help you can provide would be great. Thank you, Greg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Ready to join the club..
I got the mouse and desktop to work. I will post tomorrow regarding how I did it. I have a few more things to fix (wireless networking, etc), but I like what I see so far. It seems to be a very elegent operating system. Good night. Greg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Ready to join the club..
Okay. I played with some of the mouse settings and was able to get into X but mouse wouldn't work. I googled some and found this from Kent West; If you're in X, press Ctrl-Alt-F2 to get to the second virtual terminal; if you're not in X, you're fine where you are. "apt-get install gpm" Tell gpm that your mouse is on "/dev/psaux", of type "imps2", and to repeat "raw". After gpm is installed, move the mouse; you should see a white block cursor moving on the screen. If not, run "gpmconfig" and tinker with the settings some more. If you have a USB mouse, the location will be "/dev/input/mice", but you also have to have USB support working, which is another can of worms. Then reconfigure X to use the raw data repeated from gpm. Do this with the command "dpkg-reconfigure xserver-xfree86", and specify "/dev/gpmdata" as the mouse location. You'll need to restart X after this. If you started X with "startx", just switch back to X with (Ctrl-)Alt-F7, and press Ctrl-Alt-Backspace to kill X. If X was started with a tool like kdm or gdm (you had a graphical logon screen), restart that tool with a command like "/etc/init.d/gpm restart" (substitute xdm, wdm, kdm for gdm until it works). Now your mouse should be working. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Ready to join the club..
Yes, GB not MB. My bad. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Ready to join the club..
I installed it and it works, however, I have a few issues. I can't get my linksys wireless card to work (WMP54G), but I can get on the net when I run cat5 from my NIC directly to rounter. (I have both a wireless card and NIC) Also, I installed gphoto2 but the system won't recongnize my camera. When I'm at the command line and I turn on my camera, it recognizes that it's a Sony (DSC-V1), but not which model. I can't download photo's or even list the files on the camera. Same situation in desktop environment or command line. Greg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Wireless Help
I'm a noob to Debian. I just installed the O/S on my PC. I'm impressed so far but I'm trying to get my wireless network card to work (Linksys WMP54G). I installed the wireless tools and downloaded "wireless assistnat" from sourceForge.net. The file is called "wlassistant_0.5.4a-2_i386.deb" and is sitting in my home directory. My question is how do I install this. From my desktop, I click on the file, which appears to be compressed, and three windows open up, two appear to be emplty. The third contains the following three files; control.tar.gz, data.tar.gz, debian-binary. When I click on the files, not much happens. How do I install this? I know binary files should be easier to install than "source packages", which are supposed to be compiled prior to installation. Thank you in advance, Greg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Ready to join the club..
Kent West wrote: > 3) This list generally discourages top-posting (putting your reply about > the text of the message to which you're replying). Interspersed > contextual replies are preferred... Understood. Etiquette is import. Again, thanks for the help. Greg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Wireless Help
Stephen R Laniel wrote: > You need to handle this from the command line. There may be > some way to do it graphically -- maybe using Synaptic? -- > but the command-line route is pretty straightforward. Just > go to the command line and type > > dpkg -i wlassistant_0.5.4a-2_i386.deb I was able to do this but encountered the following error messages; dependency problems prevent configuration of wlassistant: wlassistant depends on libc6 (>= 2.3.5-1); however version of libc6 on system is 2.3.2.dsl-22. wlassistant depends on libgcc1 (>= 1:4.0.0-9); however version of libgcc1 on system is 1:3.4.3-13 wlassistant depends on libidn11 (>= 0.5.18); however version of libidn11 on system is 0.5.13-1.0. dpkg: error processing wlassistant (--install); dependency problems - leaving unconfigured Errors were encountered while processing: wlassistant. How do I acquire and install these updated libraries? > If you can help it, it's better to get a package directly > out of the apt system. Then you'd do something like > > sudo apt-get install wlassistant > > which would install all of wlassistant's dependencies first, > then install wlassistant. But in this case, it looks like > wlassistant is not in Debian, so you have no choice but to > download and install other .deb files. That said, there are > probably lots of other packages that *are* in Debian which > do what you need, and it would be easier for you to use one > of those. > > What are you trying to do with this package? We may be able > to recommend others. I'm trying to get Debian to recognize my wireless network card, Linksys WMP54G, so I can surf the net, check email and, ultimately, shares files with my MS home network. I don't think my system knows the wireless card is there. As a side note, I also have a wired NIC card installed in my pc. When I run a line to my router I can surf the net, etc, from Debian. So my main goal is to get the system to see and use the wireless card. Greg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Wireless Help
>I set up a linksys card on my laptop, which runs Ubuntu. You will > need >ndiswrapper and the correct windows driver. Thanks for the reply John. I got it up and running using ndiswrapper by following these instructions. http://www.linuxquestions.org/questions/answers.php?action=viewarticle&artid=500 Thank all for their help. Greg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Changeing capslock to control
Bob Vloon wrote: Hi Ed, Is there an userspace application to change the capslock to control? ^^ In the old days it was the xf86Config file, but doesn't seem to be now. Please advise and thanks, On Sarge, in my /etc/X11/XF86Config-4, I've added this line in the section "InputDevice" in which the keyboard is defined: Option "XkbOptions" "ctrl:swapcaps" Surely OP asked for: Option "XkbOptions" "ctrl:nocaps" 1 change, as requested, [swap is 2 changes ;-] Merry Greetings Regards, Bob -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
bookworm: xfce4-terminal bug?
Hi there, I'm using mc in xfce4-terminal. To close mc you use F10 key. Unfortunately, the xfce4-terminal option Edit->Preferences->Advance->Disable menu shortcut key (F10 by default) Does not work. Whatever I set, F10 always activates menu. Is this a bug? Could someone fix? Is there any workaround? The following also does not help: In the Settings Editor: On the left, under "Channel", scroll down and select "xsettings" On the right, under "Property | Type | Locked | Value", look for Gtk > MenuBarAccel Double-click on the row of "MenuBarAccel" to edit this property In the "Edit Property" dialog, delete the value F10 (leave it blank) and click Save. Thanks in advance for any help Greg
Re: bookworm: xfce4-terminal bug?
On 9/23/23 23:08, Michael Kjörling wrote: On 23 Sep 2023 22:53 +0200, from p...@sojka.co (Greg): I'm using mc in xfce4-terminal. To close mc you use F10 key. Unfortunately, the xfce4-terminal option Edit->Preferences->Advance->Disable menu shortcut key (F10 by default) Does not work. Whatever I set, F10 always activates menu. Is this a bug? Could someone fix? Is there any workaround? I'm not having the problem you describe on an up-to-date Bookworm installation. In xfce4-terminal, choosing to disable the menu shortcut key, starting Midnight Commander and pressing F10 brings up the dialog asking if I want to quit Midnight Commander. Are you able to reproduce the issue under a brand new user account? Yes, just created new user. The issue still persists. -- Greg
[Bookworm] collecting sensors data
Hi there, I just noticed that there is no rrdcollect in Bookworm. What is the "proper" way of collecting sensors readings? Thanks in advance for any help Greg
Re: OT: any South Korean users out there?
On 11/16/23 17:23, Jeffrey Walton wrote: Hi Everyone, Please forgive the off-topic question. I want to connect with someone from South Korea. I want to understand how competition helps drive down the cost of internet service. I understand South Korea has at least 6 Internet Service Providers in some areas. South Koreans enjoy gigabit download speeds at a fraction of the cost to their US counterparts. They can download a 4 GB dvd or iso in under 2 seconds, and pay the equivalent to about $25/month for the service. Or those were the numbers I saw several years ago. (The US is a mess because of a US Supreme Court ruling where the idiots in black robes decided 2 companies were enough for competition. It has ruined competition in every vertical I am aware of). Poland, Warsaw, 1Gbps download, 65PLN/month = 16USD. Regards Greg
rdiff-backup-2.2.2-1 old/new interface
Hi there, I'm using following command to backup: rdiff-backup backup /home/ 'orfeusz::/mnt/backup/home' and get the following: WARNING: this command line interface is deprecated and will disappear, start using the new one as described with '--new --help'. Unfortunately I'm unable to translate to the new interface. Any suggestions? Regards Greg
Re: rdiff-backup-2.2.2-1 old/new interface - solved, thx
On 11/23/23 18:18, Curt wrote: On 2023-11-21, Greg wrote: Hi there, I'm using following command to backup: rdiff-backup backup /home/ 'orfeusz::/mnt/backup/home' and get the following: WARNING: this command line interface is deprecated and will disappear, start using the new one as described with '--new --help'. Unfortunately I'm unable to translate to the new interface. Any suggestions? 30. Why does rdiff-backup complain about command line interface being deprecated even though I’m using the new syntax? Calling for example rdiff-backup backup loc1 server2::loc2 leads to a message WARNING: this command line interface is deprecated and will disappear, start using the new one as described with '--new --help'. You must be using a remote location in your call, as in our example. In order to make sure that the other side understands the call, rdiff-backup uses the CLI form fitting the default API version. For example, at time of writing, rdiff-backup 2.2 uses API 200 by default and hence calls rdiff-backup --server so that the CLI can be understood by rdiff-backup 2.0. If the server side is v2.2+, then the warning message will appear. Call rdiff-backup with the higher API and the message will disappear. Calling for example rdiff-backup --api-version 201 backup loc1 server2::loc2 will make sure that rdiff-backup server is being called, getting rid of the warning message. https://rdiff-backup.net/FAQ.html
busybox-syslogd remote and memory logging
Hi there, I'm using busybox-syslogd. I'm trying to make it log to remote system and to memory buffer. According to manual I should use -R 192.168.1.1 for remote logging and -C128 option for memory buffer. Unfortunately, when used together logs are only sent to remote server. On Bookworm the following works sbin/syslogd -R 192.168.1.1 -L -C128 Logs are sent to remote server and are kept in memory (for reading with logread). Unfortunately I'm unable to find proper options for Sid. Logs are sent to remote server but not stored in mem (logread gives empty output). Any suggestions? Regards Greg
Re: Wifi - unable to connect. [solved]
On 2/26/24 18:52, Kamil Jońca wrote: [...] What if: network = { ssid="ssid" key_mgmt=WPA-EAP eap=PEAP identity="uid" phase2="auth=MSCHAPV2" mesh_fwding=1 password="pas" } Bingo! Dzięki wielkie, ułatwiłeś mi życie. Regards Greg
[Sid] Nouveau: only one monitor after 6.6.15 to 6.7.9 upgrade
Hi there, I have two HP Z30i connected to Nvidia GeForce GTX 670. After last upgrade I'm able to use only one monitor. When running linux-image-6.7.9: # dmesg | grep nouveau | cut -b 16- nouveau :01:00.0: vgaarb: deactivate vga console nouveau :01:00.0: NVIDIA GK104 (0e4090a2) nouveau :01:00.0: bios: version 80.04.19.00.0f nouveau :01:00.0: fb: 2048 MiB GDDR5 nouveau :01:00.0: DRM: VRAM: 2048 MiB nouveau :01:00.0: DRM: GART: 1048576 MiB nouveau :01:00.0: DRM: TMDS table version 2.0 nouveau :01:00.0: DRM: MM: using COPY for buffer copies snd_hda_intel :01:00.1: bound :01:00.0 (ops nv50_audio_component_bind_ops [nouveau]) [drm] Initialized nouveau 1.4.0 20120801 for :01:00.0 on minor 0 fbcon: nouveaudrmfb (fb0) is primary device nouveau :01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem nouveau :01:00.0: [drm] fb0: nouveaudrmfb frame buffer device # xrandr Screen 0: minimum 320 x 200, current 2560 x 1600, maximum 16384 x 16384 DVI-I-1 connected 2560x1600+0+0 (normal left inverted right x axis y axis) 641mm x 400mm 2560x1600 59.97*+ 1920x1200 59.95 1920x1080 60.00 1600x1200 60.00 1680x1050 59.88 1280x1024 60.02 1440x900 59.90 1280x800 59.91 1280x720 60.00 1024x768 60.00 800x600 60.32 640x480 59.94 720x400 70.08 DVI-D-1 disconnected (normal left inverted right x axis y axis) HDMI-1 disconnected (normal left inverted right x axis y axis) DP-1 disconnected (normal left inverted right x axis y axis) When running linux-image-6.6.15: # dmesg | grep nouveau | cut -b 16- nouveau :01:00.0: vgaarb: deactivate vga console nouveau :01:00.0: NVIDIA GK104 (0e4090a2) nouveau :01:00.0: bios: version 80.04.19.00.0f nouveau :01:00.0: fb: 2048 MiB GDDR5 nouveau :01:00.0: DRM: VRAM: 2048 MiB nouveau :01:00.0: DRM: GART: 1048576 MiB nouveau :01:00.0: DRM: TMDS table version 2.0 nouveau :01:00.0: DRM: DCB version 4.0 nouveau :01:00.0: DRM: DCB outp 00: 01000f02 00020030 nouveau :01:00.0: DRM: DCB outp 01: 02000f00 nouveau :01:00.0: DRM: DCB outp 02: 08011f82 00020030 nouveau :01:00.0: DRM: DCB outp 03: 02022f62 00020010 nouveau :01:00.0: DRM: DCB outp 04: 04833fb6 0f420010 nouveau :01:00.0: DRM: DCB outp 05: 04033f72 00020010 nouveau :01:00.0: DRM: DCB conn 00: 1030 nouveau :01:00.0: DRM: DCB conn 01: 00020131 nouveau :01:00.0: DRM: DCB conn 02: 00010261 nouveau :01:00.0: DRM: DCB conn 03: 2346 nouveau :01:00.0: DRM: MM: using COPY for buffer copies snd_hda_intel :01:00.1: bound :01:00.0 (ops nv50_audio_component_bind_ops [nouveau]) [drm] Initialized nouveau 1.4.0 20120801 for :01:00.0 on minor 0 nouveau :01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem fbcon: nouveaudrmfb (fb0) is primary device nouveau :01:00.0: [drm] fb0: nouveaudrmfb frame buffer device # xrandr Screen 0: minimum 320 x 200, current 5120 x 1600, maximum 16384 x 16384 DVI-I-1 connected 2560x1600+2560+0 (normal left inverted right x axis y axis) 641mm x 400mm 2560x1600 59.97*+ 1920x1200 59.95 1920x1080 60.00 1600x1200 60.00 1680x1050 59.88 1280x1024 60.02 1440x900 59.90 1280x800 59.91 1280x720 60.00 1024x768 60.00 800x600 60.32 640x480 59.94 720x400 70.08 DVI-D-1 connected 2560x1600+0+0 (normal left inverted right x axis y axis) 641mm x 400mm 2560x1600 59.97*+ 1920x1200 59.95 1920x1080 60.00 1600x1200 60.00 1680x1050 59.88 1280x1024 60.02 1440x900 59.90 1280x800 59.91 1280x720 60.00 1024x768 60.00 800x600 60.32 640x480 59.94 720x400 70.08 HDMI-1 disconnected (normal left inverted right x axis y axis) DP-1 disconnected (normal left inverted right x axis y axis) Any suggestions? Greg
Debian@IBMx3550
Hi there, I got refurb IBM x3550 M3 7944 server and I'm a bit lost. Is there any Linux/Debian software (some gui would be nice) to monitor fan speed, temperatures, voltages, disks.. ? Thanks in advance for any help Greg
Bookworm: IBM DSD3300 iSCSI connection problem
Hi there, I'm trying to mount iscsi share exported from old IBM DS3300. Unfortunately I get the following error: ping timeout of 5 secs expired, recv timeout 5, last rx 4405941922, last ping 4405943173, now 440598 DS3300 is in "Optimal" state. Thanks in advance for any help More info from dmesg: [444198.925420] scsi 10:0:0:31: Attached scsi generic sg7 type 0 [444209.025722] connection12:0: ping timeout of 5 secs expired, recv timeout 5, last rx 4405941922, last ping 4405943173, now 440598 [444209.025765] connection12:0: detected conn error (1022) [444211.083687] sd 10:0:0:0: Power-on or device reset occurred [444221.313734] connection12:0: ping timeout of 5 secs expired, recv timeout 5, last rx 4405944962, last ping 4405946240, now 4405947520 [444221.313780] connection12:0: detected conn error (1022) [444223.373262] sd 10:0:0:0: Power-on or device reset occurred [444233.601772] connection12:0: ping timeout of 5 secs expired, recv timeout 5, last rx 4405948034, last ping 4405949312, now 4405950592 [444233.601814] connection12:0: detected conn error (1022) and so on... On DS3300 error log I see: Date/Time: 6/16/24 9:27:04 PM Sequence number: 621 Event type: 180D Description: Session terminated unexpectedly Event specific codes: 0/0/0 Event category: Internal Component type: iSCSI Initiator Component location: iqn.1993-08.org.debian:01:bc2c2e478b92 Logged by: Controller in slot A Raw data: 4d 45 4c 48 03 00 00 00 6d 02 00 00 00 00 00 00 0d 18 49 02 88 3c 6f 66 00 00 00 00 00 00 00 00 00 00 00 00 04 00 00 00 19 00 00 00 19 00 00 00 26 00 00 00 69 71 6e 2e 31 39 39 33 2d 30 38 2e 6f 72 67 2e 64 65 62 69 61 6e 3a 30 31 3a 62 63 32 63 32 65 34 37 38 62 39 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 From DS3300 service console: 06/16/24-19:26:55 (GMT) (IOSched): NOTE: DDB Changed on port 0 mbox[0-5] 8014 0001 0038 0021 f 06/16/24-19:26:55 (GMT) (IOSched): NOTE: QLUtmConnection: Calling UTM with initiator ID 0x38 Request 0x2 06/16/24-19:26:55 (GMT) (IOSched): NOTE: CloseConnectionNotification: Free connection object for InitiatorId 0x38 pPortal 06/16/24-19:26:55 (GMT) (IOSched): NOTE: QLUpdateInitiatorData: [38] Not connected - prev 25 06/16/24-19:26:57 (GMT) (IOSched): NOTE: DDB Changed on port 0 mbox[0-5] 8014 0001 0039 0023 06/16/24-19:26:57 (GMT) (IOSched): NOTE: QLUtmConnection: Calling UTM with initiator ID 0x39 Request 0x1 06/16/24-19:26:57 (GMT) (IOSched): NOTE: QLUpdateInitiatorData: [39] Connected - prev 21 06/16/24-19:26:57 (GMT) (IOSched): WARN: LoginPduContinue: ClosingSession (all conns) to allow new login. pSession = 1C25240 06/16/24-19:26:57 (GMT) (IOSched): NOTE: CloseSession: Session:0x1c25248, Tsih:0x1d1dbf4 pSessionItn:0x40e872c. 06/16/24-19:26:57 (GMT) (IOSched): NOTE: InstantiateSession: 06/16/24-19:26:57 (GMT) (IOSched): NOTE:Session:0x0x1c25248 06/16/24-19:26:57 (GMT) (IOSched): NOTE:Initiator Name:iqn.1993-08.org.debian:01:bc2c2e478b92 06/16/24-19:26:57 (GMT) (IOSched): NOTE:Target Name:iqn.1992-01.com.lsi:1535.600a0b8000496dab666d0069 06/16/24-19:26:57 (GMT) (IOSched): NOTE:Target Obj:0x0x2fabd1c 06/16/24-19:26:57 (GMT) (IOSched): NOTE: InstantiateSession: SES_TYPE_NORMAL, SES_STATE_ACTIVE, SES_TRAN_IN_LOGIN. 06/16/24-19:26:57 (GMT) (IOSched): WARN: AddConnectionToSession: Add new connection to this session, Type:2 HostCID:0 TSIH:48 ConnCnt:1 MaxConns:1 MaxConnNeg:0 pSession:0x1c25248 06/16/24-19:26:57 (GMT) (IOSched): NOTE: LoginPduContinue: SES_STATE_LOGGED_IN - normal 06/16/24-19:26:57 (GMT) (IOSched): NOTE: Initiator = iqn.1993-08.org.debian:01:bc2c2e478b92 06/16/24-19:26:57 (GMT) (IOSched): NOTE: Target = iqn.1992-01.com.lsi:1535.600a0b8000496dab0009 06/16/24-19:26:57 (GMT) (IOSched): NOTE: CID: , SSID: 3dafefe 06/16/24-19:26:57 (GMT) (IOSched): NOTE: LoginPduContinue: eitItn allocated was 0x40e872c for initiator [39] Session:0x01c20 06/16/24-19:26:57 (GMT) (IOSched): WARN: DdbSetParms:Session:0x1c25248 Conn:0x3dafed8 sNegotiated.MaxRecvDataSegmentLength 0 06/16/24-19:26:57 (GMT) (setAliasAltTask): NOTE: snrAliasAltTask: IconSendInfeasibleException Error 06/16/24-19:26:57 (GMT) (IOSched): NOTE: DDB Changed on port 0 mbox[0-5] 8014 0001 0039 0025 06/16/24-19:26:57 (GMT) (IOSched): NOTE: QLUpdateInitiatorData: [39] Logged In.
Re: Bookworm: IBM DSD3300 iSCSI connection problem [solved]
On 6/17/24 11:04, Timothy M Butterworth wrote: On Sun, Jun 16, 2024 at 3:41 PM Greg <mailto:p...@sojka.co>> wrote: Hi there, I'm trying to mount iscsi share exported from old IBM DS3300. Unfortunately I get the following error: ping timeout of 5 secs expired, recv timeout 5, last rx 4405941922,<http://voice.google.com/calls?a=nc,%2B14405941922> last ping 4405943173, now 440598 DS3300 is in "Optimal" state. Thanks in advance for any help More info from dmesg: [444198.925420] scsi 10:0:0:31: Attached scsi generic sg7 type 0 [444209.025722] connection12:0: ping timeout of 5 secs expired, recv timeout 5, last rx 4405941922,<http://voice.google.com/calls?a=nc,%2B14405941922> last ping 4405943173,<http://voice.google.com/calls?a=nc,%2B14405943173> now 440598<http://voice.google.com/calls?a=nc,%2B1440598> [444209.025765] connection12:0: detected conn error (1022) [444211.083687] sd 10:0:0:0: Power-on or device reset occurred [444221.313734] connection12:0: ping timeout of 5 secs expired, recv timeout 5, last rx 4405944962, last ping 4405946240, now 4405947520 [444221.313780] connection12:0: detected conn error (1022) [444223.373262] sd 10:0:0:0: Power-on or device reset occurred [444233.601772] connection12:0: ping timeout of 5 secs expired, recv timeout 5, last rx 4405948034, last ping 4405949312, now 4405950592 [444233.601814] connection12:0: detected conn error (1022) According to these errors a ping test is failing. Can you ping and traceroute to the DS3300 from the client? It looks like you have a connectivity problem. If you recently setup a firewall then you need to open ICMP echo-request and echo-reply. Thanks for the tip. The problem is definitely related to firewall. Regards Greg
Re: stop using APT!
On 8/14/24 12:39, RixvNX wrote: Stop using apt, apt support for mysql is so poor! I wish to see the pre installed package manager no longer APT but yum in new versions of debian and kali! Looks like a troll, Don't waste time answering.
iSCSI question
Hi there, I would like ot use Debian box as iSCSI server (target if I'm not wrong). So I have two questions: 1. If I export /dev/md0 via iSCSI would I benefit from memory buffers? 2. Is it possible to export a virtual device (like vmdk) by iSCSI? This would allow slight overbooking of the storage space. Thanks in advance for any help Greg
Re: iSCSI question
On 9/16/24 21:21, Arno Lehmann wrote: Hi Greg, Am 16.09.2024 um 18:41 schrieb Greg: Hi there, I would like ot use Debian box as iSCSI server (target if I'm not wrong). So I have two questions: 1. If I export /dev/md0 via iSCSI would I benefit from memory buffers? That's an interesting question... in all environments I ever used it, network was the bottleneck, so even if there are scenarios where memory buffers may be useful, you'd need very good connectivity to notice them, I think. I'm using ConnectX 3pro Mellanox adapters (56Gbps), it was cheaper than 10Gb Ethernet. 2. Is it possible to export a virtual device (like vmdk) by iSCSI? This would allow slight overbooking of the storage space. vmdk in particular I don't know, but I have exported overcommitted / thin LVs; for vmdk you might need to add some fancy losetup wrapper. My experience with overcommitting block storage is not purely positive, so I'd suggest to be very careful ;-) Ok, thanks
Re: iSCSI question
On 9/17/24 00:12, Andy Smith wrote: Hi, On Mon, Sep 16, 2024 at 06:41:28PM +0200, Greg wrote: 1. If I export /dev/md0 via iSCSI would I benefit from memory buffers? I've very little experience with iSCSI and don't know the answer to this… 2. Is it possible to export a virtual device (like vmdk) by iSCSI? This would allow slight overbooking of the storage space. …just want to say that I use qemu-nbd to turn things like vmdk images into block devices, which I can then do anything with that I do for other block devices, so that might be an option. https://jasonmurray.org/posts/2021/mountvmdk/ Thanks for the tip. it seems quite natural idea to use virtual drives. Is there any tgtd "plugin" or "driver" with virtual disk support?
Re: sudo question
On Thu, Nov 21, 2024 at 09:48:06 +0100, to...@tuxteam.de wrote: > On Thu, Nov 21, 2024 at 08:32:30AM +, Michael Kjörling wrote: > > On 20 Nov 2024 17:49 -0500, from g...@wooledge.org (Greg Wooledge): > > >> sudo echo "something" >>/etc/postfix/virtual_alias_maps > > > > > >> Can you help me why the first sudo failed? > > > > > > The redirection >> is being done before sudo is executed. > > > > Indeed. > > > > The usual pattern if you need to do this in a non-root-only script is > > to do something like `echo | sudo tee` to tie the sudo to the thing > > that needs write access to the output file. > > My favourite is actually "sudo dd of=" it hasn't the side effect > of flooding your stdout (esp. with a larger, uglier thing). Typically you redirect tee's output to /dev/null. Since the OP wanted to append, "tee -a" is a viable choice, but POSIX dd doesn't have an append option. Checking my local Debian man pages now, however, I see that Debian's dd (GNU coreutils) *does* offer an append option. dd oflag=append conv=notrunc of="$file" So I guess that's another viable choice, as long as your target system has GNU coreutils.
multipathd monitoring
Hi there, After some googling I have successfully set up multipath but I'm wondering how to monitor it. Will it send an email in case of failure (like mdadm)? Is there a simple command to query for status? Thanks in advance for any help Greg
RAID60 question
Hi there, I'm setting up MD-RAID0 on a top of HW-RAID6 devices (long story). I would like to confirm the following: 1. The RAID0 chunk size should be the stripe width of the underlying RAID6 volumes. 2. The RAID0 metadata should be at the end of the device (metadata ver. 1.0). 3. The stride and stripe-width of the ext4 fs should be set to the once used when creating RAID6 volumes. Thanks in advance for any help Greg
Re: RAID60 question
On 12/1/24 19:19, David Christensen wrote: On 12/1/24 04:27, Greg wrote: Hi there, I'm setting up MD-RAID0 on a top of HW-RAID6 devices (long story). I would like to confirm the following: 1. The RAID0 chunk size should be the stripe width of the underlying RAID6 volumes. 2. The RAID0 metadata should be at the end of the device (metadata ver. 1.0). 3. The stride and stripe-width of the ext4 fs should be set to the once used when creating RAID6 volumes. Thanks in advance for any help Greg I have a SOHO network and I implemented file sharing many years ago. Around 2019, I switched from md to ZFS. The learning curve has been non-trivial, but I am pleased with the results and expect ZFS will be a better solution going forward. Regarding data migration in general, my previous approach had been in-place using one server and minimal disks (e.g. "cheap"). An operator error on a prior migration resulted in loss of some archival backups. So, I threw money at the problem this time around -- buy another server, buy more disks, build the new server, migrate the data, make the new server primary, rebuild the old server, and make the old server secondary. And, backups before, during, and after. So, more time and money, less risk, no data loss, and rebalanced data/ maximum performance afterwards. I'm familiar with ZFS. Thanks for your suggestions but I have to stick to RAID60 (long story, like I said). I would be grateful for an answer to my original question. Regards Greg
Re: Firefox
On 2025-02-10, Max Nikulin wrote: > > I am against suggestions to *kill* applications as well, unless it is > the last resort measure. It increases chance to lost data stored in > browser profile (list of opened tabs, passwords, etc.). > > > If Firefox is killed or crashes I believe you get the 'Restore Session' page instead of the home page when you restart it (i.e. exactly the option to retrieve your open tabs at the moment of the kill or crash).
Re: Firefox
On 2025-02-10, Cindy Sue Causey wrote: > > Ditto on the "open fewer tabs" with news being the offenders in my usage > case. One's a fairly trustworthy local Atlanta station, and the other > mixes decent leads with flat out click bait. I've never understood people who say: I've got 580 open tabs. How can that be useful in any way?
Re: Firefox
On 2025-02-11, Max Nikulin wrote: >>> >>> If Firefox is killed or crashes I believe you get the 'Restore Session' >>> page instead of the home page when you restart it (i.e. exactly the >>> option to retrieve your open tabs at the moment of the kill or crash). > > Are you killing Firefox just to avoid a couple of extra clicks to open > menu and to select "restore previous session" there? I hope, the code, > that saves current state to disk, is written having in mind that the > process can crash any time, so some consistent (but may be a bit > obsolete) state may be restored afterwards. I am in doubts if this > scenario is heavily tested (perhaps besides sqlite). From my point of > view, killing a process may noticeably increase a chance to get > corrupted data in comparison to closing the same application. You would kill Firefox when it no longer responds to the canonical closing procedure (i.e. when the application has become unresponsive). I would suppose that its state is saved periodically so that upon restart the user has the option to restore that state. This is my personal experience with the browser. Your supposition concerning what might or might not be heavily tested is beyond the scope of my knowledge. >> then I zap fvwm and touch >> the power button. (First zapping fvwm avoids occasionally having to >> wait for a 90-second timeout to expire.) > > journalctl usually allows to identify processes causing timeouts. > Perhaps they should be just properly wrapped into systemd user units. > >
Re: How to install a browser (epiphany) without affecting mailcap etc.?
On 2025-02-12, Max Nikulin wrote: > On 12/02/2025 20:55, Nicolas George wrote: >> Max Nikulin (HE12025-02-12): >>> I would not be surprised if it is not explicitly documented. >> >> At worst, the source code is the documentation. > > Certainly, but before delving into source code I would try the standard > (XDG) way to configure media types and applications associations. > Unfortunately, as Greg Wooledge has already pointed out, there is no universal standard. If there was, this thread would've stopped ages ago. Simply reversing the installation order of the two browsers seems the most direct and easiest solution.
Re: How to install a browser (epiphany) without affecting mailcap etc.?
On 2025-02-12, Chris Green wrote: >> >> If you want a Linux way to solve the issue: first, read the >> documentation of xfce-terminal to see how it decides which web browser >> to run; then read the documentation of that mechanism to see how to >> configure it. >> > I have looked in the xfce4-terminal documentation, to no avail. I > will however ask on the xcfe4 mailing list, they're usually quite > helpful there. Maybe it can be set in "Preferred Applications" in Xfce settings.
Re: How to install a browser (epiphany) without affecting mailcap etc.?
On 2025-02-12, Nicolas George wrote: > Max Nikulin (HE12025-02-12): >> I would not be surprised if it is not explicitly documented. > > At worst, the source code is the documentation. I think Chris had the right idea. Install Epiphany first, and then Vivaldi, instead of the other way around. Problem solved. That said, I believe the three-browser problem is not generally solvable. :-) > Regards, >