Re: Pendrive not mounted when another usb device is plugged in
On 08/16/08 16:27, Rodolfo Medina wrote: [snip] I have to unmount it as root. In fstab there is now: UUID=44F1-7D0C /mnt/sda vfatrw,user,noauto 0 0 Hard-coding sda as the mount point doesn't make any sense. Give it a symbolic name like SOME_THUMB. , but as a normal user I can only mount the device, not unmount it: to unmount it I must be root. Why this? What error do you get when using the pumount command? Another thing that is not clear to me is the difference between the `user' and `users' options of `mount' command. I'm not sure. But now I understand why the problem occurs trying to mount the drive when the umts device is already plugged in: for some reason, although the umts device is mapped into /dev/ttyUSB0, /dev/sda comes to be busy. So, if I add in fstab another line: /dev/sdb/mnt/sdbvfatrw,user,noauto 0 0 , I can mount the pendrive on /mnt/sdb. But now I wish to use the UUID as normal user. Suggestions welcome. What error do you get? -- Ron Johnson, Jr. Jefferson LA USA "Do not bite at the bait of pleasure till you know there is no hook beneath it." -- Thomas Jefferson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: CUPS problem
On Sat, Aug 16, 2008 at 06:54:27PM +0300, Alexander Petrov wrote: > > I started hplip (version 2.4.1 and it made some installations (gcc, g++, > python-dev, libcupsys2-dev, libjpeg-dev, libusb-dev, libsnmp-dev ) and then > hung. The staus of the process was 'sleeping' > What should I do next? > regards you could strace it to find out what it is doing. I have found I have to sudo run it to make it work sometimes > Alexander Harizanov > _ > Invite your mail contacts to join your friends list with Windows Live Spaces. > It's easy! > http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > -- "As you can possibly see, I have an injury myself�not here at the hospital, but in combat with a cedar. I eventually won. The cedar gave me a little scratch." - George W. Bush 01/01/2006 San Antonio, TX After visiting with wounded veterans from the Amputee Care Center of Brooke Army Medical Center signature.asc Description: Digital signature
Re: Overriding font names
On Fri, Aug 15, 2008 at 23:51:00 -0400, Daniel Dickinson wrote: > Is there any way to override 'Times' and 'Helvetica' with fonts of my > choice when Firefox tries to print 'Times' or 'Helvetica', without > overriding fonts selections for every site. It used to be possible to influence Mozilla's font selection with the font.x11.rejectfontpattern setting: http://www.mozilla.org/unix/customizing.html#prefs I do not know if that still works these days, though. The userContent.css style file can also be used to override the settings of web pages (see the same page). > I have a stupid site that > has hard-coded Helvetica as the font name, which means it prints > horribly. Does that mean that you do not like the looks of Helvetica and Times, or do you have a technical problem with the print quality of these two fonts? > Also, is there a way to override font selections for a specific site > rather than globally? There are add-ons for iceweasel that allow you to automatically rewrite web pages before display, or you can use a filtering proxy, for example privoxy. > Please CC me; I am not subscribed to the list. -- Regards,| http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Pendrive not mounted when another usb device is plugged in
Rodolfo Medina <[EMAIL PROTECTED]> writes: >>> In my /etc/fstab there is the following entry: >>> >>> /dev/sda/mnt/sda vfatrw,user,noauto 0 0 >>> >>> , so I normally mount my usb pendrive simply with: >>> >>> $ mount /mnt/sda >>> >>> . But, now that I have a usb umts modem (Huawei e169), when it is plugged >>> in I don't manage to mount the pendrive: the system claims that the medium >>> is `not found'. Then I have to unplug the modem and plug the pendrive in >>> again. Ron Johnson <[EMAIL PROTECTED]> writes: >> [...] in /etc/fstab I'd refer to that drive not as /dev/sda but by it's >> UUID. Rodolfo: > All right, I did so and now the mount problem seems to be fixed. But now, > when I want to unmount it, with: `umount /mnt/sda', the output is: > `Segmentation fault', and the drive is not unmounted. > > How to unmount it now? I have to unmount it as root. In fstab there is now: UUID=44F1-7D0C /mnt/sda vfatrw,user,noauto 0 0 , but as a normal user I can only mount the device, not unmount it: to unmount it I must be root. Why this? Another thing that is not clear to me is the difference between the `user' and `users' options of `mount' command. But now I understand why the problem occurs trying to mount the drive when the umts device is already plugged in: for some reason, although the umts device is mapped into /dev/ttyUSB0, /dev/sda comes to be busy. So, if I add in fstab another line: /dev/sdb/mnt/sdbvfatrw,user,noauto 0 0 , I can mount the pendrive on /mnt/sdb. But now I wish to use the UUID as normal user. Suggestions welcome. Bye Rodolfo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Error when installing flashplugin-nonfree on sid amd64
On Sat, Aug 16, 2008 at 16:26:29 +0800, Star Liu wrote: > Here is the output when i install flashplugin-nonfree on sid amd64 > --- > Setting up flashplugin-nonfree (1:1.6.2) ... > wget failed to download > http://people.debian.org/~bartm/flashplugin-nonfree/md5.pgp.asc > --- > > in fact, i can get the file successfully by manully typing "wget > http://people.debian.org/~bartm/flashplugin-nonfree/md5.pgp.asc"; > i need to install it for i want to view some video in flash 9 format > by iceweasel. Anyone can help me? thanks The current version of the package is 1:1.6.3, did you already try that one? Did you test the wget command as root or as your normal user? There might be differences that break the download for root, e.g. the http_proxy environmental variable. Also, the script uses wget with additional options, so maybe that is what causes the problem. If nothing else helps then you can edit the file /usr/sbin/update-flashplugin-nonfree and change line 38 from verbose=no to verbose=yes . Then run "update-flashplugin-nonfree --install" as root and you should get more verbose messages about what is going on. Post the output here, it will hopefully give us a clue. -- Regards,| http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: xorg update clobbers Nvidia GL
On 08/16/08 13:51, Jordi Gutiérrez Hermoso wrote: 2008/8/16 Patrick Wiseman <[EMAIL PROTECTED]>: It seems every time xorg is updated it clobbers my Nvidia driver Of course it clobbers it; it's a blob. The only fix is to reinstall the latest nvidia driver each time you update Xorg. No. Just recreate the necessary symlink. The real solution, though, is to get nvidia to free up their blob, but nvidia has stated on repeated occasions that it won't do so. Maybe the nouveau project will be usable one of these days. -- Ron Johnson, Jr. Jefferson LA USA "Do not bite at the bait of pleasure till you know there is no hook beneath it." -- Thomas Jefferson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: xorg update clobbers Nvidia GL
On 08/16/08 14:24, Jack Schneider wrote: On Sat, 16 Aug 2008 13:57:51 -0500 Ron Johnson <[EMAIL PROTECTED]> wrote: On 08/16/08 12:57, Patrick Wiseman wrote: Hello: It seems every time xorg is updated it clobbers my Nvidia driver and, all of a sudden, those cool GLX screen savers, not to mention Google Earth (a mission-critical application!) don't work. If I use nvidia-installer to UNinstall the drivers, it tells me '/usr/lib/xorg/modules/extensions/libglx.so is not a symbolic link', whereas, right after installing the nvidia drivers, it IS. So, what I'm wondering is whether there's any way to protect a symbolic link from being overwritten. Ordinarily, if I want to protect a file, I'll make it read- or read-and-execute-only, but a symbolic link is always 'lrwxrwxrwx' and 'chmod 555 link' just changes the permissions on the underlying file. Perhaps that will protect the link from being replaced with a file, but I'm not confident! A hack solution would be simply to rename the underlying file to the link name and make THAT unwritable, but I think that might confuse the nvidia installer. Any suggestions will be welcome. After any xorg update, I go into /usr/lib/xorg/modules/extensions and manually symlink the nvidia libglx.so.XXX.YY.ZZ to libglx.so. Hey, Ron Does yours look like this??? lrwxrwxrwx 1 root root 19 2008-07-13 16:25 libglx.so -> libglx.so.173.14.09 Yuppers... Sorry about the highjack!!! You're still on-topic, and you haven't changed the Subject line. Thus, no hijack. -- Ron Johnson, Jr. Jefferson LA USA "Do not bite at the bait of pleasure till you know there is no hook beneath it." -- Thomas Jefferson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: xorg update clobbers Nvidia GL
On Saturday 16 August 2008 22:12:14 debian-user-digest- [EMAIL PROTECTED] wrote: > It seems every time xorg is updated it clobbers my Nvidia driver and, > all of a sudden, those cool GLX screen savers, not to mention Google > Earth (a mission-critical application!) don't work. If I use > nvidia-installer to UNinstall the drivers, it tells me > '/usr/lib/xorg/modules/extensions/libglx.so is not a symbolic link', > whereas, right after installing the nvidia drivers, it IS. So, what > I'm wondering is whether there's any way to protect a symbolic link > from being overwritten. Ordinarily, if I want to protect a file, I'll > make it read- or read-and-execute-only, but a symbolic link is always > 'lrwxrwxrwx' and 'chmod 555 link' just changes the permissions on the > underlying file. Perhaps that will protect the link from being > replaced with a file, but I'm not confident! A hack solution would be > simply to rename the underlying file to the link name and make THAT > unwritable, but I think that might confuse the nvidia installer. > > Any suggestions will be welcome. Alternatives are: After any xorg upgrade go to /usr/lib/xorg/modules/extensions and (as root), make libglx.so a symlink to the libglx.so.### that is nvidia's. Xorg upgrades place there own libglx.so file. OR. There is a way to have nivida put their stuff elsewhere. Look at the --help for their installer OR Use Debian's versions (note that in the past, I had gotten a lower framerate with these but on the otherhand, they might install in cases where the proprietary ones do not). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: xorg update clobbers Nvidia GL
On Sat, 16 Aug 2008 13:57:51 -0500 Ron Johnson <[EMAIL PROTECTED]> wrote: > On 08/16/08 12:57, Patrick Wiseman wrote: > > Hello: > > > > It seems every time xorg is updated it clobbers my Nvidia driver > > and, all of a sudden, those cool GLX screen savers, not to mention > > Google Earth (a mission-critical application!) don't work. If I use > > nvidia-installer to UNinstall the drivers, it tells me > > '/usr/lib/xorg/modules/extensions/libglx.so is not a symbolic link', > > whereas, right after installing the nvidia drivers, it IS. So, what > > I'm wondering is whether there's any way to protect a symbolic link > > from being overwritten. Ordinarily, if I want to protect a file, > > I'll make it read- or read-and-execute-only, but a symbolic link is > > always 'lrwxrwxrwx' and 'chmod 555 link' just changes the > > permissions on the underlying file. Perhaps that will protect the > > link from being replaced with a file, but I'm not confident! A > > hack solution would be simply to rename the underlying file to the > > link name and make THAT unwritable, but I think that might confuse > > the nvidia installer. > > > > Any suggestions will be welcome. > > After any xorg update, I go into /usr/lib/xorg/modules/extensions > and manually symlink the nvidia libglx.so.XXX.YY.ZZ to libglx.so. > Hey, Ron Does yours look like this??? lrwxrwxrwx 1 root root 19 2008-07-13 16:25 libglx.so -> libglx.so.173.14.09 Sorry about the highjack!!! Jack -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
dns servers with ldap backend
Hi, I've been using powerdns with ldap backend until now but somehow I'd like to be a bit more flexible, what I'd like to have would be something where I can specify filter returning attribute and somesuch, similiar to what postfix ldap_tables can do (http://www.postfix.org/ldap_table.5.html). anyone hints? thanks martin -- http://www.xing.com/profile/Martin_Marcher You are not free to read this message, by doing so, you have violated my licence and are required to urinate publicly. Thank you. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: wifi connection manager recommenadations
Hi, 2008/8/17 Lubos Vrbka <[EMAIL PROTECTED]>: > Patrick Wiseman wrote: >>> >>> what functionality i'd like to have? >>> >>> 1) start this application (undex X) >>> 2) check for networks around >>> 3) connect to a known one or select an unknown network >>> >>> for my home network, i need WPA. i am using enlightenment as a window >>> manager. most of kde/gnome is installed as well (you cannot avoid it >>> anyway), but i am not much familiar with the configuration details of >>> these >>> two 'packages'. >>> >> Network Manager does well for me - >> http://packages.debian.org/etch/network-manager > > i tried that (one of the first things i tried), together with > network-manager-{gnome|kde} applets. > > however, it didn't seem to find my network card (although wireless was > enabled) - only wired network stuff was displayed in the applet. is there > something i need to set up? maybe it was conflicting with the settings in > interfaces file? > > patrick, could you please share configuration details with me? > > by the way, card is using ipw3945 driver and works more or less without > problems itself... > I have the same wireless card as you and I use: $ dpkg -l |grep network-manager ii network-manager 0.6.6-2 network management framework daemon ii network-manager-gnome0.6.6-2 network management framework (GNOME frontend with no problems. I recall there is / was a problem with network-manager not liking it when you have the '/etc/network/interfaces' setup with the wireless interface. here is a copy of my interfaces file if it any help. $ cat /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface allow-hotplug eth0 iface eth0 inet dhcp > thanks! > > -- > Lubos [EMAIL PROTECTED]" > http://www.lubos.vrbka.net > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject > of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > Regards Dale -- [WWW] http://southernvaleslug.org/ [IRC] #southern-vales.lug on irc.freenode.net "The significant problems we face cannot be solved at the same level of thinking we were at when we created them" Albert Einstein -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Pendrive not mounted - and chroot
On Sat August 16 2008, Ron Johnson wrote: > > so, how do I put that in a sentence and use it:) > > Edit /etc/fstab and add this: > > UUID="686C-7E81" /media/SOME_THUMB vfat defaults,noauto 0 2 > > Then do: > # mount -v /media/SOME_THUMB that worked! > > pmount will also work. > that didn't work in KDE.. > > I looked in control center, under peripherals,storage media, but nothing > > jumps out at me about making it automount .. > > ok, so I spent the last hour working on autofs.. > > I can get the device mounted like this: > > mount /dev/sdg /media/sdg1 > > > > but not using autofs.. > > GNOME handles automounting for me. Sorry. and you are right! I logged out of KDE, logged in to gnome, plugged in the USB stick, and a nautilus window popped up with my USB stick files... and was still able to run Kontact:) -- Paul Cartwright Registered Linux user # 367800 Registered Ubuntu User #12459 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: xorg update clobbers Nvidia GL
2008/8/16 Patrick Wiseman <[EMAIL PROTECTED]>: > It seems every time xorg is updated it clobbers my Nvidia driver Of course it clobbers it; it's a blob. The only fix is to reinstall the latest nvidia driver each time you update Xorg. The real solution, though, is to get nvidia to free up their blob, but nvidia has stated on repeated occasions that it won't do so. Maybe the nouveau project will be usable one of these days. - Jordi G. H. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Pendrive not mounted - and chroot
On Sat August 16 2008, Bob Cox wrote: > Isn't the mounting done by the hal daemon? > > Just looking at the last line of syslog after plugging in a 256MB > Kingston USB stick: > > sensitive! Aug 16 15:46:14 trantor hald: mounted /dev/sda on behalf of uid > 1000 # grep hald syslog paulandcilla:/var/log# no hald in my syslog.. Aug 16 10:13:08 paulandcilla kernel: [52184.306441] usb 6-4: USB disconnect, address 7 Aug 16 10:13:37 paulandcilla kernel: [52193.167023] usb 6-4: new high speed USB device using ehci_hcd and address 8 Aug 16 10:13:37 paulandcilla kernel: [52193.235015] usb 6-4: configuration #1 chosen from 1 choice Aug 16 10:13:37 paulandcilla kernel: [52193.240563] scsi15 : SCSI emulation for USB Mass Storage devices Aug 16 10:13:37 paulandcilla kernel: [52193.240904] usb 6-4: New USB device found, idVendor=0930, idProduct=6545 Aug 16 10:13:37 paulandcilla kernel: [52193.240909] usb 6-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Aug 16 10:13:37 paulandcilla kernel: [52193.240911] usb 6-4: Product: USB Flash Memory Aug 16 10:13:37 paulandcilla kernel: [52193.240915] usb 6-4: Manufacturer: Aug 16 10:13:37 paulandcilla kernel: [52193.240918] usb 6-4: SerialNumber: 5B850A001876 Aug 16 10:13:37 paulandcilla kernel: [52193.241229] usb-storage: device found at 8 Aug 16 10:13:37 paulandcilla kernel: [52193.241233] usb-storage: waiting for device to settle before scanning Aug 16 10:13:42 paulandcilla kernel: [52194.995445] usb-storage: device scan complete Aug 16 10:13:42 paulandcilla kernel: [52011.624841] scsi 15:0:0:0: Direct-Access USB Flash Memory PMAP PQ: 0 ANSI: 0 CCS Aug 16 10:13:42 paulandcilla kernel: [52011.728848] sd 15:0:0:0: [sdh] 7827456 512-byte hardware sectors (4008 MB) Aug 16 10:13:42 paulandcilla kernel: [52011.729427] sd 15:0:0:0: [sdh] Write Protect is off Aug 16 10:13:42 paulandcilla kernel: [52011.729432] sd 15:0:0:0: [sdh] Mode Sense: 23 00 00 00 Aug 16 10:13:42 paulandcilla kernel: [52011.729435] sd 15:0:0:0: [sdh] Assuming drive cache: write through Aug 16 10:13:42 paulandcilla kernel: [52011.732795] sd 15:0:0:0: [sdh] 7827456 512-byte hardware sectors (4008 MB) Aug 16 10:13:42 paulandcilla kernel: [52011.733404] sd 15:0:0:0: [sdh] Write Protect is off Aug 16 10:13:42 paulandcilla kernel: [52011.733410] sd 15:0:0:0: [sdh] Mode Sense: 23 00 00 00 Aug 16 10:13:42 paulandcilla kernel: [52011.733412] sd 15:0:0:0: [sdh] Assuming drive cache: write through Aug 16 10:13:42 paulandcilla kernel: [52011.733415] sdh: sdh1 Aug 16 10:13:42 paulandcilla kernel: [52011.752850] sd 15:0:0:0: [sdh] Attached SCSI removable disk Aug 16 10:13:42 paulandcilla kernel: [52011.752850] sd 15:0:0:0: Attached scsi generic sg7 type 0 Aug 16 10:14:36 paulandcilla kernel: [52213.528330] usb 6-4: USB disconnect, address 8 -- Paul Cartwright Registered Linux user # 367800 Registered Ubuntu User #12459 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: xorg update clobbers Nvidia GL
2008/8/16 Patrick Wiseman <[EMAIL PROTECTED]>: > If I use nvidia-installer to UNinstall the drivers, Btw, the installer from nvidia's website doesn't play nicely with Debian's packaging system, as you have seen. The Debian way to do it is something like this: update-pciids apt-get install module-assistant nvidia-kernel-source m-a prepare m-a a-i nvidia apt-get install nvidia-glx depmod -a modprobe nvidia dpkg-reconfigure xserver-xorg HTH, - Jordi G. H. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: xorg update clobbers Nvidia GL
On 08/16/08 12:57, Patrick Wiseman wrote: Hello: It seems every time xorg is updated it clobbers my Nvidia driver and, all of a sudden, those cool GLX screen savers, not to mention Google Earth (a mission-critical application!) don't work. If I use nvidia-installer to UNinstall the drivers, it tells me '/usr/lib/xorg/modules/extensions/libglx.so is not a symbolic link', whereas, right after installing the nvidia drivers, it IS. So, what I'm wondering is whether there's any way to protect a symbolic link from being overwritten. Ordinarily, if I want to protect a file, I'll make it read- or read-and-execute-only, but a symbolic link is always 'lrwxrwxrwx' and 'chmod 555 link' just changes the permissions on the underlying file. Perhaps that will protect the link from being replaced with a file, but I'm not confident! A hack solution would be simply to rename the underlying file to the link name and make THAT unwritable, but I think that might confuse the nvidia installer. Any suggestions will be welcome. After any xorg update, I go into /usr/lib/xorg/modules/extensions and manually symlink the nvidia libglx.so.XXX.YY.ZZ to libglx.so. -- Ron Johnson, Jr. Jefferson LA USA "Do not bite at the bait of pleasure till you know there is no hook beneath it." -- Thomas Jefferson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Automated downloads for duplicate laptops
Since I am using Ubuntu packages, can I just change the depository listings to the corresponding Ubuntu ones? Shachar Or wrote: On Saturday 16 August 2008 04:12, ZephyrQ wrote: I'm trying to set up five (5) laptops for classroom use with limited menu options and specific programs that I use in my special ed classroom. I have numerous packages that I would like to automate the downloads (instead of picking and clicking), to the tune of about 850M worth. Of course, I'll need to attach it. Any way to do this quicker/easier than pointing and clicking for every computer? Note: I am using Ubuntu for the laptops, but I run Etch on my home machine doing the configuring. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
xorg update clobbers Nvidia GL
Hello: It seems every time xorg is updated it clobbers my Nvidia driver and, all of a sudden, those cool GLX screen savers, not to mention Google Earth (a mission-critical application!) don't work. If I use nvidia-installer to UNinstall the drivers, it tells me '/usr/lib/xorg/modules/extensions/libglx.so is not a symbolic link', whereas, right after installing the nvidia drivers, it IS. So, what I'm wondering is whether there's any way to protect a symbolic link from being overwritten. Ordinarily, if I want to protect a file, I'll make it read- or read-and-execute-only, but a symbolic link is always 'lrwxrwxrwx' and 'chmod 555 link' just changes the permissions on the underlying file. Perhaps that will protect the link from being replaced with a file, but I'm not confident! A hack solution would be simply to rename the underlying file to the link name and make THAT unwritable, but I think that might confuse the nvidia installer. Any suggestions will be welcome. Patrick -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: hibernate s2ram so that I could sleep well
Shachar Or wrote: Hi! I've moved my desktop to my room, where I sleep at night and it is very close to the floor and to my head (I sleep on the floor (not directly, of course)) so the little noise made by the large silent fans is too much. I am thinking of suspending it at night because I don't like the time it takes to boot up. I'd like it straight up when I press the button. I've installed the hibernate package and the uswsusp package and vbetool and made dash my /bin/sh. By default, the hibernate script tries to s2disk before s2ram. This works as expected; I only had to configure the /etc/hibernate/hibernate.conf a bit. When I try to make hibernate use s2ram, it seems to really suspend to ram (very quickly, I can only see the suspending progress bar for a split second) and the computer seems to either get suspended or turned off (how can I tell?) What mother board do you have? Does it have an ACPI compliant power LED, i.e., on my ASUS A8N-SLI Premium the power LED flashes when the machine has successfully suspended to RAM. What graphics card are you using? You mentioned tweaking hibernate.conf and having vbetool installed. Did you enable vbetool in the /etc/hibernate/ram.conf script? Have you tried manually issuing the s2ram commands? Look at http://en.opensuse.org/S2ram for the command line options. There might be some trial and error involved. When I press the power button the fans go on and the monitors turn on but they stay black and nothing seems to do anything. Not ++, not typing in 'shutdown -r now', etc. so there's a bug in the process. This is as far as I know how to go on my own. Help? I was, only just recently, able to get the ASUS board to successfully suspend using s2ram -f, but only after I removed the module ohci-hcd. I might need to update the boards BIOS to the latest version. I'm still researching. That's as much as I know now... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: wifi connection manager recommenadations
On Sat, Aug 16, 2008 at 1:00 PM, Lubos Vrbka <[EMAIL PROTECTED]> wrote: > Patrick Wiseman wrote: >>> >>> what functionality i'd like to have? >>> >>> 1) start this application (undex X) >>> 2) check for networks around >>> 3) connect to a known one or select an unknown network >>> >>> for my home network, i need WPA. i am using enlightenment as a window >>> manager. most of kde/gnome is installed as well (you cannot avoid it >>> anyway), but i am not much familiar with the configuration details of >>> these >>> two 'packages'. >>> >> Network Manager does well for me - >> http://packages.debian.org/etch/network-manager > > i tried that (one of the first things i tried), together with > network-manager-{gnome|kde} applets. > > however, it didn't seem to find my network card (although wireless was > enabled) - only wired network stuff was displayed in the applet. is there > something i need to set up? maybe it was conflicting with the settings in > interfaces file? > > patrick, could you please share configuration details with me? My /etc/network/interfaces file is very simple: # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface allow-hotplug eth0 iface eth0 inet dhcp #auto eth0 allow-hotplug wlan0 iface wlan0 inet dhcp #auto wlan0 You'll notice that the 'auto eth0' and 'auto wlan0' are commented; that's because, as I recall, network-manager was bypassed if I didn't do that. And I don't have any hard-coded IP addresses in there. hth Patrick -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: openssl Vs perl encode
Hi, Bhasker C V <[EMAIL PROTECTED]> writes: > I am trying to encode using base64 to get data for SMTP > authentication which i am experimenting upon. I stumbled upon this > issue. I am not sure why this is happening. > > Say the text to be encoded is "[EMAIL PROTECTED]" > > $ perl > use MIME::Base64; > print encode_base64("[EMAIL PROTECTED]"); > aGVscC5jb20= Perl understands the "@base" as an array here. So you only encode "help.com" in base64. Use ' instead of " and you get aGVscEBiYXNlLmNvbQ== > $ echo "[EMAIL PROTECTED]" | openssl base64 > aGVscEBiYXNlLmNvbQo= Now the only difference is the new-line produced by echo. Regards, Ansgar -- PGP: 1024D/595FAD19 739E 2D09 0969 BEA9 9797 B055 DDB0 2FF7 595F AD19 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: openssl Vs perl encode
Bhasker C V wrote: > Hi all, > > I am sure that this is more of a security question and does not > pertain to 'debian', please advice me to re-route this mail to > appropriate list if you are offended. > > I am trying to encode using base64 to get data for SMTP > authentication which i am experimenting upon. I stumbled upon this > issue. I am not sure why this is happening. > > > Say the text to be encoded is "[EMAIL PROTECTED]" > > $ perl > use MIME::Base64; > print encode_base64("[EMAIL PROTECTED]"); The @ is special in strings inside " " in Perl, so you need to escape it writing \@ or use single quotes. > $ echo "[EMAIL PROTECTED]" | openssl base64 And here you're adding a newline character after the address. These two give the same result (which is neither of the ones you got before :- ) ) : $ perl -MMIME::Base64 -e 'print encode_base64("[EMAIL PROTECTED]"); ' aGVscEBiYXNlLmNvbQ== $ echo -n "[EMAIL PROTECTED]" |openssl base64 aGVscEBiYXNlLmNvbQ== -- I love you, not only for what you are, but for what I am when I am with you. -- Roy Croft Eduardo M KALINOWSKI [EMAIL PROTECTED] http://move.to/hpkb -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: wifi connection manager recommenadations
On Sat,16.Aug.08, 18:23:43, Lubos Vrbka wrote: > i've tried with kwifimanager, but it seems to pick only the network defined > in /etc/network/interfaces - it doesn't see anything else. and when i > remove the definitions in interfaces file, it sees more networks, but i am > not able to connect to them :( I've used wlassistant for this. Also on lenny/sid I used wpagui, but this needs a bit of tweeking first. Regards, Andrei -- If you can't explain it simply, you don't understand it well enough. (Albert Einstein) signature.asc Description: Digital signature
openssl Vs perl encode
Hi all, I am sure that this is more of a security question and does not pertain to 'debian', please advice me to re-route this mail to appropriate list if you are offended. I am trying to encode using base64 to get data for SMTP authentication which i am experimenting upon. I stumbled upon this issue. I am not sure why this is happening. Say the text to be encoded is "[EMAIL PROTECTED]" $ perl use MIME::Base64; print encode_base64("[EMAIL PROTECTED]"); aGVscC5jb20= $ echo "[EMAIL PROTECTED]" | openssl base64 aGVscEBiYXNlLmNvbQo= why are these two different ? Are'nt they supposed to be same ? -- Bhasker C V Registered Linux user: #306349 (counter.li.org) The box said "Requires Windows 95, NT, or better", so I installed Linux. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: wifi connection manager recommenadations
Patrick Wiseman wrote: what functionality i'd like to have? 1) start this application (undex X) 2) check for networks around 3) connect to a known one or select an unknown network for my home network, i need WPA. i am using enlightenment as a window manager. most of kde/gnome is installed as well (you cannot avoid it anyway), but i am not much familiar with the configuration details of these two 'packages'. Network Manager does well for me - http://packages.debian.org/etch/network-manager i tried that (one of the first things i tried), together with network-manager-{gnome|kde} applets. however, it didn't seem to find my network card (although wireless was enabled) - only wired network stuff was displayed in the applet. is there something i need to set up? maybe it was conflicting with the settings in interfaces file? patrick, could you please share configuration details with me? by the way, card is using ipw3945 driver and works more or less without problems itself... thanks! -- Lubos [EMAIL PROTECTED]" http://www.lubos.vrbka.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Dell Studio Hybrid and Debian Lenny : GDM problem.
Hi, I've found how to solve my problem. If you want to use GDM with Dell Stydio Hybrid, you should add these lines on xorg.conf : Option "NoAccel""false" # [] Option"AccelMethod" "XAA" Have a nice day, 2008/8/16 Florian / NothingHere <[EMAIL PROTECTED]>: > Hi debian list, > > I've just buy and installed debian lenny on "Dell Studio Hybrid" > (http://www.dell.com/content/products/productdetails.aspx/desktop-studio-hybrid?c=us&cs=19&l=en&ref=dthp&s=dhs). > > All seem good, except gnome/gdm. > > Here is a screenshoot of my problem : > http://img397.imageshack.us/my.php?image=dsc00305xi8.jpg > http://img397.imageshack.us/img397/1553/dsc00305xi8.jpg > > Who can help me ? > > I've created my xorg.conf with "Xorg -configure". > > Here it is : > > --- > Section "ServerLayout" > Identifier "X.org Configured" > Screen 0 "Screen0" 0 0 > InputDevice"Mouse0" "CorePointer" > InputDevice"Keyboard0" "CoreKeyboard" > EndSection > > Section "Files" > RgbPath "/etc/X11/rgb" > ModulePath "/usr/lib/xorg/modules" > FontPath "/usr/share/fonts/X11/misc" > FontPath "/usr/share/fonts/X11/cyrillic" > FontPath "/usr/share/fonts/X11/100dpi/:unscaled" > FontPath "/usr/share/fonts/X11/75dpi/:unscaled" > FontPath "/usr/share/fonts/X11/Type1" > FontPath "/usr/share/fonts/X11/100dpi" > FontPath "/usr/share/fonts/X11/75dpi" > FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" > EndSection > > Section "Module" > Load "record" > Load "extmod" > Load "dri" > Load "dbe" > Load "glx" > Load "xtrap" > Load "GLcore" > EndSection > > Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > EndSection > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/input/mice" > Option "ZAxisMapping" "4 5 6 7" > EndSection > > Section "Monitor" > #DisplaySize 430 270 # mm > Identifier "Monitor0" > VendorName "SAM" > ModelName"SyncMaster" > ### Comment all HorizSync and VertRefresh values to use DDC: > HorizSync30.0 - 81.0 > VertRefresh 56.0 - 75.0 > Option "DPMS" > EndSection > > Section "Device" > ### Available Driver options are:- > ### Values: : integer, : float, : "True"/"False", > ### : "String", : " Hz/kHz/MHz" > ### [arg]: arg optional > #Option "NoAccel" # [] > #Option "SWcursor" # [] > #Option "ColorKey" # > #Option "CacheLines"# > #Option "Dac6Bit" # [] > #Option "DRI" # [] > #Option "NoDDC" # [] > #Option "ShowCache" # [] > #Option "XvMCSurfaces" # > #Option "PageFlip" # [] > Identifier "Card0" > Driver "intel" > VendorName "Intel Corporation" > BoardName "Mobile GM965/GL960 Integrated Graphics Controller" > BusID "PCI:0:2:0" > EndSection > > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor"Monitor0" > SubSection "Display" > Viewport 0 0 > Depth 1 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 4 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 8 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 15 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 16 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 24 > EndSubSection > EndSection > --- > > Of course, I've tryed different resolutions, depthcolor and without > HorizSync dans VertRefresh... without success... > > And here is my : > /var/log/gdm/:0.log > with an error (I don't understand why I have an error) : > > --- > > X.Org X Server 1.4.2 > Release Date: 11 June 2008 > X Protocol Version 11, Revision 0 > Build Operating System: Linux Debian (xorg-server 2:1.4.2-3) > Current Operating System: Linux Dell-Hybrid 2.6.24-1-amd64 #1 SMP Sat > May 10 09:28:10 UTC 2008 x86_64 > Build Date: 02 August 2008 10:07:22PM > > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Module Loader present > Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (
Re: wifi connection manager recommenadations
On Sat, Aug 16, 2008 at 12:23 PM, Lubos Vrbka <[EMAIL PROTECTED]> wrote: > hi guys, > > i am looking for a good wifi connection manager for debian etch. at the > moment, i must have the actual connection hard-coded in > /etc/network/interfaces. changing the network then involves editing > interfaces file, ifdown/ifup... i am now gonna travel a bit and use many > different networks and this attitude is, i'd say, suboptimal (or annoying - > i am getting lazy). > > what functionality i'd like to have? > > 1) start this application (undex X) > 2) check for networks around > 3) connect to a known one or select an unknown network > > for my home network, i need WPA. i am using enlightenment as a window > manager. most of kde/gnome is installed as well (you cannot avoid it > anyway), but i am not much familiar with the configuration details of these > two 'packages'. > > i've tried with kwifimanager, but it seems to pick only the network defined > in /etc/network/interfaces - it doesn't see anything else. and when i remove > the definitions in interfaces file, it sees more networks, but i am not able > to connect to them :( Network Manager does well for me - http://packages.debian.org/etch/network-manager Patrick -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: grub in my sid system broken Finally fixed itself
The problem finally fixed it self with various updates of grub-pc and grub-common packages and another kernel update. Thanks for the help, Paul -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Dell Studio Hybrid and Debian Lenny : GDM problem.
Hi debian list, I've just buy and installed debian lenny on "Dell Studio Hybrid" (http://www.dell.com/content/products/productdetails.aspx/desktop-studio-hybrid?c=us&cs=19&l=en&ref=dthp&s=dhs). All seem good, except gnome/gdm. Here is a screenshoot of my problem : http://img397.imageshack.us/my.php?image=dsc00305xi8.jpg http://img397.imageshack.us/img397/1553/dsc00305xi8.jpg Who can help me ? I've created my xorg.conf with "Xorg -configure". Here it is : --- Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice"Mouse0" "CorePointer" InputDevice"Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/etc/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "record" Load "extmod" Load "dri" Load "dbe" Load "glx" Load "xtrap" Load "GLcore" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" #DisplaySize 430 270 # mm Identifier "Monitor0" VendorName "SAM" ModelName"SyncMaster" ### Comment all HorizSync and VertRefresh values to use DDC: HorizSync30.0 - 81.0 VertRefresh 56.0 - 75.0 Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "ColorKey" # #Option "CacheLines"# #Option "Dac6Bit" # [] #Option "DRI" # [] #Option "NoDDC" # [] #Option "ShowCache" # [] #Option "XvMCSurfaces" # #Option "PageFlip" # [] Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "Mobile GM965/GL960 Integrated Graphics Controller" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor"Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection --- Of course, I've tryed different resolutions, depthcolor and without HorizSync dans VertRefresh... without success... And here is my : /var/log/gdm/:0.log with an error (I don't understand why I have an error) : --- X.Org X Server 1.4.2 Release Date: 11 June 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux Debian (xorg-server 2:1.4.2-3) Current Operating System: Linux Dell-Hybrid 2.6.24-1-amd64 #1 SMP Sat May 10 09:28:10 UTC 2008 x86_64 Build Date: 02 August 2008 10:07:22PM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 15 21:55:12 2008 (==) Using config file: "/etc/X11/xorg.conf" (WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found (II) Module "ddc" already built-in (II) Module "i2c" already built-in (II) Module "ramdac" already built-in (WW) intel(0): Failed to set up write-combining range (0xd000,0x1000) Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list! Could not init font path
CUPS problem
I checked the /var/log/cups/errolog and there was a reference to foomatic driver : PID 11356 (/usr/lib/cups/filter/foomatic-rip) stopped with status 3! The same message can be seen through the web tool (localhost:631) regards Alexander Harizanov _ News, entertainment and everything you care about at Live.com. Get it now! http://www.live.com/getstarted.aspx -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
wifi connection manager recommenadations
hi guys, i am looking for a good wifi connection manager for debian etch. at the moment, i must have the actual connection hard-coded in /etc/network/interfaces. changing the network then involves editing interfaces file, ifdown/ifup... i am now gonna travel a bit and use many different networks and this attitude is, i'd say, suboptimal (or annoying - i am getting lazy). what functionality i'd like to have? 1) start this application (undex X) 2) check for networks around 3) connect to a known one or select an unknown network for my home network, i need WPA. i am using enlightenment as a window manager. most of kde/gnome is installed as well (you cannot avoid it anyway), but i am not much familiar with the configuration details of these two 'packages'. i've tried with kwifimanager, but it seems to pick only the network defined in /etc/network/interfaces - it doesn't see anything else. and when i remove the definitions in interfaces file, it sees more networks, but i am not able to connect to them :( thanks for any suggestions. best, -- Lubos [EMAIL PROTECTED]" http://www.lubos.vrbka.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Pendrive not mounted when another usb device is plugged in
On 08/16/08 07:00, Rodolfo Medina wrote: >> I have Debian Etch. >> >> In my /etc/fstab there is the following entry: >> >> /dev/sda/mnt/sdavfatrw,user,noauto 0 0 >> >> , so I normally mount my usb pendrive simply with: >> >> $ mount /mnt/sda >> >> . But, now that I have a usb umts modem (Huawei e169), when it is plugged >> in >> I don't manage to mount the pendrive: the system claims that the medium is >> `not found'. Then I have to unplug the modem and plug the pendrive in >> again. >> >> Can anybody suggest a possible cause/remedy? Ron Johnson <[EMAIL PROTECTED]> writes: > [...] in /etc/fstab I'd refer to that drive not as /dev/sda but by it's UUID. All right, I did so and now the mount problem seems to be fixed. But now, when I want to unmount it, with: `umount /mnt/sda', the output is: `Segmentation fault', and the drive is not unmounted. How to unmount it now? Thanks Rodolfo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
CUPS problem
I started hplip (version 2.4.1 and it made some installations (gcc, g++, python-dev, libcupsys2-dev, libjpeg-dev, libusb-dev, libsnmp-dev ) and then hung. The staus of the process was 'sleeping' What should I do next? regards Alexander Harizanov _ Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Pendrive not mounted when another usb device is plugged in
Rodolfo Medina wrote: > I have Debian Etch. > > In my /etc/fstab there is the following entry: > > /dev/sda/mnt/sda vfatrw,user,noauto 0 0 > > , so I normally mount my usb pendrive simply with: > > $ mount /mnt/sda > > . But, now that I have a usb umts modem (Huawei e169), when it is plugged in > I don't manage to mount the pendrive: the system claims that the medium is > `not found'. Then I have to unplug the modem and plug the pendrive in again. > > Can anybody suggest a possible cause/remedy? I have sometimes seen brand new USB sticks which show this problem. The solution in that case was to reformat the disks and recreate the file system. The biggest hint was that I was able to automount other sticks but not these particular ones. However, please note that this may not be the problem in your case. Are you able to automount any other USB sticks? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Problem with chrooted Etch
"Thomas H. George" <[EMAIL PROTECTED]> writes: > When I open a terminal from an X-Window it does not accept entries and > after a minute displays a message, "There was an error creating a > child process for this terminal." In some cases there was a message > like failed to create child process x-terminal-emulator. There is in > fact a soft link from x-terminal-emulator in /usr/bin to > /etc/alternatives/x-terminal-emulator which is in turn a soft link to > /usr/bin/gnome-terminal.wrapper. PATH includes bin and sbin in /, > /usr and /usr/local. > I installed this chrooted version of Etch as described in Debian > Reference - Debian tips, sections 8.6.35.1-4. From the console > (Ctl-Alt-F8) I can enter commands and edit files with no problems. > From X-Window (CTL-ATL-F9) I can launch programs - example: Gimp2.2 - > and access the internet - Gnome Web Browser 2.14.3 - but I can't do > any system administration or open a working terminal window. > Perhaps there is an ownership or permission issue that is the root of > the terminal problem? If so, I haven't been able to pin it down. You need to have /dev/pts mounted inside the chroot in order to set up the pseudo-terminal master/slave pair needed by the terminal emulator to run a virtual terminal device. Regards, Roger -- .''`. Roger Leigh : :' : Debian GNU/Linux http://people.debian.org/~rleigh/ `. `' Printing on GNU/Linux? http://gutenprint.sourceforge.net/ `-GPG Public Key: 0x25BFB848 Please GPG sign your mail. pgpDsxAf9BeXV.pgp Description: PGP signature
Re: Firefox in 32-bit chroot
"Todd A. Jacobs" <[EMAIL PROTECTED]> writes: > On Fri, May 30, 2008 at 09:53:30PM -0400, Douglas A. Tutty wrote: > >> [etch-ia32] >> type=directory >> description=Debian Etch ia32 >> groups=games >> run-setup-scripts=true >> run-exec-scripts=true >> personality=linux32 >> location=/srv/chroot/etch-ia32 > > The problem here (for me) is that you're running the bind scripts, and I > don't *want* to share home directories with the chroot. I'm sure that's > part of the problem in my case, but I'm just not sure how to fix it. This is definitely the problem. The .Xauthority file in your home directory isn't accessible to the firefox program running inside the chroot. Bind mounting /home into the chroot will make it work. If you don't want to do this, then the next best alternative is to copy .Xauthority into a minimal home directory inside the chroot. See copyfiles-defaults and /etc/schroot/setup.d/20copyfiles. You could also create your own setup script to do your own thing--schroot is designed to be flexible and extensible to just this sort of thing. Regards, Roger -- .''`. Roger Leigh : :' : Debian GNU/Linux http://people.debian.org/~rleigh/ `. `' Printing on GNU/Linux? http://gutenprint.sourceforge.net/ `-GPG Public Key: 0x25BFB848 Please GPG sign your mail. pgpvOlu135bAa.pgp Description: PGP signature
Re: [Fwd: Etch's and Lenny's mktemp seriously broken]
On Sat, Aug 16, 2008 at 04:16:19PM +0200, Sven Joachim wrote: > On 2008-08-16 13:44 +0200, Tzafrir Cohen wrote: > > > On Fri, Aug 15, 2008 at 10:56:06PM +0200, Sven Joachim wrote: > >> It opens precisely the can of worms that mktemp was supposed to close, > >> see the mktemp(1) and mktemp(3) manpages. Look for "symlink attack" in > >> your preferred Web search engine. > > > > And what BadThings happen due to that unlink? > > An attacker may recreate the file as a symlink to some other file whose > contents will be overwritten when your shell script later writes to it. Hmm.. I misread you. The man page states: -u Operate in ‘‘unsafe’’ mode. The temp file will be unlinked before mktemp exits. This is slightly better than mktemp(3) but still intro‐ duces a race condition. Use of this option is not encouraged. There are simpler ways to shoot yourself in the foot. E.g.: don't use mktemp at all. mktemp -u is not just not safe. Don't use it. -- Tzafrir Cohen | [EMAIL PROTECTED] | VIM is http://tzafrir.org.il || a Mutt's [EMAIL PROTECTED] || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Pendrive not mounted - and chroot
On 08/16/08 09:07, Paul Cartwright wrote: On Sat August 16 2008, Ron Johnson wrote: I have 2 or 3 different USB sticks that I would like to automount, how do I find out or determine their UUID?? # blkid /dev/sdg1 now theres a command I've never heard of!! ~# blkid /dev/sdg1 /dev/sdg1: UUID="686C-7E81" TYPE="vfat" so, how do I put that in a sentence and use it:) Edit /etc/fstab and add this: UUID="686C-7E81" /media/SOME_THUMB vfat defaults,noauto 0 2 Then do: # mount -v /media/SOME_THUMB pmount will also work. I looked in control center, under peripherals,storage media, but nothing jumps out at me about making it automount .. ok, so I spent the last hour working on autofs.. I can get the device mounted like this: mount /dev/sdg /media/sdg1 but not using autofs.. GNOME handles automounting for me. Sorry. -- Ron Johnson, Jr. Jefferson LA USA "Do not bite at the bait of pleasure till you know there is no hook beneath it." -- Thomas Jefferson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Pendrive not mounted - and chroot
On Sat, Aug 16, 2008 at 10:07:53 -0400, Paul Cartwright ([EMAIL PROTECTED]) wrote: > On Sat August 16 2008, Ron Johnson wrote: > > > I have 2 or 3 different USB sticks that I would like to automount, how do > > > I find out or determine their UUID?? > > > > # blkid /dev/sdg1 > > now theres a command I've never heard of!! > ~# blkid /dev/sdg1 > /dev/sdg1: UUID="686C-7E81" TYPE="vfat" > > so, how do I put that in a sentence and use it:) > I looked in control center, under peripherals,storage media, but nothing > jumps > out at me about making it automount .. > ok, so I spent the last hour working on autofs.. > I can get the device mounted like this: > mount /dev/sdg /media/sdg1 > > but not using autofs.. Isn't the mounting done by the hal daemon? Just looking at the last line of syslog after plugging in a 256MB Kingston USB stick: Aug 16 15:46:08 trantor kernel: [35253.878866] usb 5-3: new high speed USB device using ehci_hcd and address 5 Aug 16 15:46:08 trantor kernel: [35254.049400] usb 5-3: configuration #1 chosen from 1 choice Aug 16 15:46:08 trantor kernel: [35254.065755] scsi2 : SCSI emulation for USB Mass Storage devices Aug 16 15:46:08 trantor kernel: [35254.075305] usb 5-3: New USB device found, idVendor=0930, idProduct=6532 Aug 16 15:46:08 trantor kernel: [35254.075314] usb 5-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Aug 16 15:46:08 trantor kernel: [35254.075317] usb 5-3: Product: DataTraveler 2.0 Aug 16 15:46:08 trantor kernel: [35254.075319] usb 5-3: Manufacturer: Kingston Aug 16 15:46:08 trantor kernel: [35254.075321] usb 5-3: SerialNumber: 09F0A35110F0A948 Aug 16 15:46:08 trantor kernel: [35254.075678] usb-storage: device found at 5 Aug 16 15:46:08 trantor kernel: [35254.075682] usb-storage: waiting for device to settle before scanning Aug 16 15:46:13 trantor kernel: [35259.786176] usb-storage: device scan complete Aug 16 15:46:13 trantor kernel: [35259.787255] scsi 2:0:0:0: Direct-Access Kingston DataTraveler 2.0 1.04 PQ: 0 ANSI: 0 CCS Aug 16 15:46:13 trantor kernel: [35260.125138] sd 2:0:0:0: [sda] 501760 512-byte hardware sectors (257 MB) Aug 16 15:46:13 trantor kernel: [35260.125853] sd 2:0:0:0: [sda] Write Protect is off Aug 16 15:46:13 trantor kernel: [35260.125859] sd 2:0:0:0: [sda] Mode Sense: 23 00 00 00 Aug 16 15:46:13 trantor kernel: [35260.125862] sd 2:0:0:0: [sda] Assuming drive cache: write through Aug 16 15:46:13 trantor kernel: [35260.128763] sd 2:0:0:0: [sda] 501760 512-byte hardware sectors (257 MB) Aug 16 15:46:13 trantor kernel: [35260.129504] sd 2:0:0:0: [sda] Write Protect is off Aug 16 15:46:13 trantor kernel: [35260.129504] sd 2:0:0:0: [sda] Mode Sense: 23 00 00 00 Aug 16 15:46:13 trantor kernel: [35260.129504] sd 2:0:0:0: [sda] Assuming drive cache: write through Aug 16 15:46:13 trantor kernel: [35260.129504] sda: unknown partition table Aug 16 15:46:13 trantor kernel: [35260.131490] sd 2:0:0:0: [sda] Attached SCSI removable disk Aug 16 15:46:14 trantor kernel: [35260.848021] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive! Aug 16 15:46:14 trantor hald: mounted /dev/sda on behalf of uid 1000 Also: trantor:/var/log# mount | grep -i kingston /dev/sda on /media/KINGSTON256 type vfat (rw,nosuid,nodev,noatime,uhelper=hal,flush,uid=1000,utf8,shortname=lower) and: trantor:/var/log# blkid /dev/sda /dev/sda: LABEL="KINGSTON256" UUID="0038-9E3A" TYPE="vfat" Note /dev/sda not /dev/sda1 which may be something to do with the "unknown partition table" line in syslog. -- Bob Cox. Stoke Gifford, near Bristol, UK. Registered user #445000 with the Linux Counter - http://counter.li.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: how to create /dev/ttyACM ?
On Sat, Aug 16, 2008 at 2:09 PM, Jabka Atu <[EMAIL PROTECTED]> wrote: > > but there is no /dev/ttyAM0 interface so i could use it with kmobiletools I don't know about the particular motorola mobile you have, but IIRC, some Motorola mobiles have a setting (within the mobile interface dealing with how to use it with a computer via the data cable) that needs to be set to (something like) "data cable" (the default being "memory card"). In your case, it is probably set to use the memory card when connected to the PC. When you set it to use the data cable, instead of the memory card, you should be able to use the serial interface (ttyACM0). I am not sure though that this is indeed the case here. (In my case, it was a Motorola L7 Mobile). Regards, Santanu Chatterjee -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: help me to solve this problem ......
On Fri, Aug 15, 2008 at 04:30:50PM +0530, HARIDAS N <[EMAIL PROTECTED]> was heard to say: > Iam haridas from kerala... > > Iam using Debian 4.0 etch as my OS. > > My problem is, installing new packages from the package manager was > repeatedly caught by an error > > " dpkg: syntax error :unknown group 'fuse' in stateoverride file > RESULT=2 " > > This problem was found after installing the ntfs-3g package for mounting ntfs > partitions. I don't know how it got there (presumably a buggy package related to fuse), but you can probably solve this by removing the line(s) containing "fuse" from the statoverride file. Daniel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
chroot ?
in the process of looking at what i do have mounted, I noticed a bunch of chroot stuff.. paulandcilla:/var/log# mount (skip the normal mounted stuff) devpts-live on /home/live/chroot/dev/pts type devpts (rw) proc-live on /home/live/chroot/proc type proc (rw) sysfs-live on /home/live/chroot/sys type sysfs (rw) --- I was attempting to make a Debian ISO using someones web HOW-TO, but that was last week.. what have I done to my system, and how do I get rid of those mounted things?? -- Paul Cartwright Registered Linux user # 367800 Registered Ubuntu User #12459 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: [Fwd: Etch's and Lenny's mktemp seriously broken]
On 2008-08-16 13:44 +0200, Tzafrir Cohen wrote: > On Fri, Aug 15, 2008 at 10:56:06PM +0200, Sven Joachim wrote: >> It opens precisely the can of worms that mktemp was supposed to close, >> see the mktemp(1) and mktemp(3) manpages. Look for "symlink attack" in >> your preferred Web search engine. > > And what BadThings happen due to that unlink? An attacker may recreate the file as a symlink to some other file whose contents will be overwritten when your shell script later writes to it. Sven -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Pendrive not mounted - and chroot
On Sat August 16 2008, Ron Johnson wrote: > > I have 2 or 3 different USB sticks that I would like to automount, how do > > I find out or determine their UUID?? > > # blkid /dev/sdg1 now theres a command I've never heard of!! ~# blkid /dev/sdg1 /dev/sdg1: UUID="686C-7E81" TYPE="vfat" so, how do I put that in a sentence and use it:) I looked in control center, under peripherals,storage media, but nothing jumps out at me about making it automount .. ok, so I spent the last hour working on autofs.. I can get the device mounted like this: mount /dev/sdg /media/sdg1 but not using autofs.. -- Paul Cartwright Registered Linux user # 367800 Registered Ubuntu User #12459 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: pci-to-parallel vs usb-to-parallel?
On Friday 15 August 2008 12:35:24 [EMAIL PROTECTED] wrote: > Or it may be time to consider springing for a new printer (?) For instance: it depends on where you live, but in the US you can get a new HP inkjet printer for around the price of two or three ink cartridges, and it comes with one. -- Wesley J. Landaker <[EMAIL PROTECTED]> OpenPGP FP: 4135 2A3B 4726 ACC5 9094 0097 F0A9 8A4C 4CD6 E3D2 signature.asc Description: This is a digitally signed message part.
Re: Pendrive not mounted - and chroot
On 08/16/08 07:48, Paul Cartwright wrote: On Sat August 16 2008, Ron Johnson wrote: What does "# tail-f /var/log/syslog" tell you when you insert the drive? ok, I inserted a brand new USB stick ( a nice new 4GB..) looked in syslog and it looks like this: Aug 16 08:39:12 paulandcilla kernel: [50428.685327] sdg: sdg1 Aug 16 08:39:12 paulandcilla kernel: [50428.719914] sd 10:0:0:0: [sdg] Attached SCSI removable disk Aug 16 08:39:12 paulandcilla kernel: [50428.719914] sd 10:0:0:0: Attached scsi generic sg7 type 0 but it didn't automount. what do I need to do to make it automount? GNOME or KDE. Maybe Xfce. If you use some other WM, then look at autofs5 or maybe ivman. BTW, GNOME & KDE automount such drives for you. Are you using something else? If so, in /etc/fstab I'd refer to that drive not as /dev/sda but by it's UUID. I have 2 or 3 different USB sticks that I would like to automount, how do I find out or determine their UUID?? # blkid /dev/sdg1 in the process of looking at what i do have mounted, I noticed a bunch of chroot stuff.. paulandcilla:/var/log# mount (skip the normal mounted stuff) devpts-live on /home/live/chroot/dev/pts type devpts (rw) proc-live on /home/live/chroot/proc type proc (rw) sysfs-live on /home/live/chroot/sys type sysfs (rw) --- I was attempting to make a Debian ISO using someones web HOW-TO, but that was last week.. what have I done to my system, and how do I get rid of those mounted things?? That's a question for someone who's used chroot... ;) -- Ron Johnson, Jr. Jefferson LA USA "Do not bite at the bait of pleasure till you know there is no hook beneath it." -- Thomas Jefferson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Keyboard : setup AltGr+ e to produce é
On Fri, Aug 15, 2008 at 12:19:23 +0200, Bruno Costacurta wrote: > On Thursday 14 August 2008 19:05:47 Bruno Costacurta wrote: > .. > > I'm using gb, which indeed does not support altgr-intl > > So is there another solution to support AltGr ? > > > .. > > Thanks, > > Bruno > > > Is the following xmodmap usage a valid and acceptable solution ? > > keycode 26 = e E eacute > > to be installed in a file ~/.keybconf and called via > exec xmodmap ~/.keybconf & > > This syntax solves my request of AltGr+E = é but I want to be sure this > doesn't raise problem or issue. If you want to be on the safe side then you can check how many symbols are defined for keycode 26 by default. I would write my replacement command such that the number of symbols stays the same. For example, I have this with pc+de(nodeadkeys): $ xmodmap -pke | grep " 26" keycode 26 = e E EuroSign EuroSign EuroSign EuroSign Therefore I would use xmodmap -e "keycode 26 = e E eacute Eacute eacute Eacute" to get "é" and "É" with AltGr and AltGr+SHIFT, respectively. -- Regards,| http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Pendrive not mounted - and chroot
On Sat August 16 2008, Ron Johnson wrote: > What does "# tail-f /var/log/syslog" tell you when you insert the drive? > ok, I inserted a brand new USB stick ( a nice new 4GB..) looked in syslog and it looks like this: Aug 16 08:39:12 paulandcilla kernel: [50428.685327] sdg: sdg1 Aug 16 08:39:12 paulandcilla kernel: [50428.719914] sd 10:0:0:0: [sdg] Attached SCSI removable disk Aug 16 08:39:12 paulandcilla kernel: [50428.719914] sd 10:0:0:0: Attached scsi generic sg7 type 0 but it didn't automount. what do I need to do to make it automount? > BTW, GNOME & KDE automount such drives for you. Are you using > something else? If so, in /etc/fstab I'd refer to that drive not as > /dev/sda but by it's UUID. I have 2 or 3 different USB sticks that I would like to automount, how do I find out or determine their UUID?? in the process of looking at what i do have mounted, I noticed a bunch of chroot stuff.. paulandcilla:/var/log# mount (skip the normal mounted stuff) devpts-live on /home/live/chroot/dev/pts type devpts (rw) proc-live on /home/live/chroot/proc type proc (rw) sysfs-live on /home/live/chroot/sys type sysfs (rw) --- I was attempting to make a Debian ISO using someones web HOW-TO, but that was last week.. what have I done to my system, and how do I get rid of those mounted things?? -- Paul Cartwright Registered Linux user # 367800 Registered Ubuntu User #12459 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: backtracing an xserver crash
On Fri, Aug 15, 2008 at 16:10:44 -0600, debian wrote: > hi all > > i seem to have a problem sometimes where the xserver will randomly crash > (the screen will go blank and flicker..i end up having to coldboot the > machine to get back into x). > > Ive only noticed this problem with the latest kernel version and the > latest gnome updates. > > Im just wondering how i go about backtracing this so i can report it to > the debian BTS. http://www.x.org/wiki/Development/Documentation/ServerDebugging > I am running an INTEL 945GM video card. If you are using AccelMethod EXA - which is now the default for the intel driver - then it might help to switch back to XAA. -- Regards,| http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: chkrootkit hidden processes possible LKM Trojan.
Ron Johnson wrote: On 08/16/08 06:17, Wackojacko wrote: Hi all I realise there has been some discussion recently over the merits or otherwise of chkrootkit, but the last two days it is warning of hidden processes (ps and readdir). After googling a little further I see this has been a problem in the past but was unable to find any recent examples. However, using #chkrootkit -x lkm and #chkproc -v -v and comparing these to the output of ps and ls /proc I have determined that there are processes which do not show up on /proc or ps but I am still able to #cd /proc/PID for these processes and then #cat cmdline to find out what service is hidden. The results suggest that icedove-bin and nepomukerserver are the main culprits, but I want to know why!! I do not have any services running on external ports as I am behind a netgear router and have confirmed this via various external port scan sites. I do run smb, imap (dovecot), postfix, cups and apt-cacher (perl) locally for my internal network. Am I really rooted? Anyone else seeing something similar? Is this your personal workstation? How is it connected to the Intarweb? Directly, or behind a NATing firewalling router? If directly, how many services do you have listening to ports? Get a friend to nmap you. If this is your PC, and are behind a hardware firewall, I seriously doubt that you are compromised. Hi Ron Yeah this is my thinking. It is my personal workstation and I only have the services I listed above listening on the local network. I am behind a Netgear Router and external port scans show zilch! Forgot to mention I am running Sid AMD64 with homerolled 2.6.25 Kernel. Rkhunter shows nothing but they means nothing if the system is compromised. I suppose the next question is why are these services hiding from me? Thanks again Wackojacko -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: [Fwd: Etch's and Lenny's mktemp seriously broken]
On Fri, Aug 15, 2008 at 10:56:06PM +0200, Sven Joachim wrote: > On 2008-08-15 21:16 +0200, Andrei Popescu wrote: > > > On Fri,15.Aug.08, 16:05:13, Sven Joachim wrote: > >> However, Nico Golde informed me that mktemp has a `-u' switch which will > >> unlink the file before mktemp exits. If you use that, the easy-to-guess > >> filename becomes a severe problem. > > > > I must be dense, could you please elaborate on how this can be a > > problem? > > It opens precisely the can of worms that mktemp was supposed to close, > see the mktemp(1) and mktemp(3) manpages. Look for "symlink attack" in > your preferred Web search engine. And what BadThings happen due to that unlink? -- Tzafrir Cohen | [EMAIL PROTECTED] | VIM is http://tzafrir.org.il || a Mutt's [EMAIL PROTECTED] || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: chkrootkit hidden processes possible LKM Trojan.
On 08/16/08 06:17, Wackojacko wrote: Hi all I realise there has been some discussion recently over the merits or otherwise of chkrootkit, but the last two days it is warning of hidden processes (ps and readdir). After googling a little further I see this has been a problem in the past but was unable to find any recent examples. However, using #chkrootkit -x lkm and #chkproc -v -v and comparing these to the output of ps and ls /proc I have determined that there are processes which do not show up on /proc or ps but I am still able to #cd /proc/PID for these processes and then #cat cmdline to find out what service is hidden. The results suggest that icedove-bin and nepomukerserver are the main culprits, but I want to know why!! I do not have any services running on external ports as I am behind a netgear router and have confirmed this via various external port scan sites. I do run smb, imap (dovecot), postfix, cups and apt-cacher (perl) locally for my internal network. Am I really rooted? Anyone else seeing something similar? Is this your personal workstation? How is it connected to the Intarweb? Directly, or behind a NATing firewalling router? If directly, how many services do you have listening to ports? Get a friend to nmap you. If this is your PC, and are behind a hardware firewall, I seriously doubt that you are compromised. -- Ron Johnson, Jr. Jefferson LA USA "Do not bite at the bait of pleasure till you know there is no hook beneath it." -- Thomas Jefferson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Upgrading Hard Drives
On Sat, Aug 16, 2008 at 12:15:41AM +0300, Andrei Popescu wrote: > On Sat,16.Aug.08, 07:07:39, Alex Samad wrote: > > > man rsync > > > > -x, --one-file-system don’t cross filesystem boundaries > > > > which means not to traverse any filesystem mounts, which is why it > > doesn't do /prox /sys /dev, they are all mounted filesystems (it will > > create the mount point though. > > I didn't know it will create the mountpoints also, that was the missing > bit I wanted to fill. yep your right, I am wrong, early morning emailing :). the mount points are not created a > > Regards, > Andrei > -- > If you can't explain it simply, you don't understand it well enough. > (Albert Einstein) -- "If I become president, we're going to have emergency-room care, we're going to have gag orders." - George W. Bush 10/18/2000 St. Louis, MO during the third presidential debate signature.asc Description: Digital signature
Re: Pendrive not mounted when another usb device is plugged in
On 08/16/08 07:00, Rodolfo Medina wrote: I have Debian Etch. In my /etc/fstab there is the following entry: /dev/sda/mnt/sda vfatrw,user,noauto 0 0 , so I normally mount my usb pendrive simply with: $ mount /mnt/sda . But, now that I have a usb umts modem (Huawei e169), when it is plugged in I don't manage to mount the pendrive: the system claims that the medium is `not found'. Then I have to unplug the modem and plug the pendrive in again. Can anybody suggest a possible cause/remedy? What does "# tail-f /var/log/syslog" tell you when you insert the drive? BTW, GNOME & KDE automount such drives for you. Are you using something else? If so, in /etc/fstab I'd refer to that drive not as /dev/sda but by it's UUID. -- Ron Johnson, Jr. Jefferson LA USA "Do not bite at the bait of pleasure till you know there is no hook beneath it." -- Thomas Jefferson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
chkrootkit hidden processes possible LKM Trojan.
Hi all I realise there has been some discussion recently over the merits or otherwise of chkrootkit, but the last two days it is warning of hidden processes (ps and readdir). After googling a little further I see this has been a problem in the past but was unable to find any recent examples. However, using #chkrootkit -x lkm and #chkproc -v -v and comparing these to the output of ps and ls /proc I have determined that there are processes which do not show up on /proc or ps but I am still able to #cd /proc/PID for these processes and then #cat cmdline to find out what service is hidden. The results suggest that icedove-bin and nepomukerserver are the main culprits, but I want to know why!! I do not have any services running on external ports as I am behind a netgear router and have confirmed this via various external port scan sites. I do run smb, imap (dovecot), postfix, cups and apt-cacher (perl) locally for my internal network. Am I really rooted? Anyone else seeing something similar? TIA Wackojacko -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Pendrive not mounted when another usb device is plugged in
I have Debian Etch. In my /etc/fstab there is the following entry: /dev/sda/mnt/sda vfatrw,user,noauto 0 0 , so I normally mount my usb pendrive simply with: $ mount /mnt/sda . But, now that I have a usb umts modem (Huawei e169), when it is plugged in I don't manage to mount the pendrive: the system claims that the medium is `not found'. Then I have to unplug the modem and plug the pendrive in again. Can anybody suggest a possible cause/remedy? Thanks for any help Rodolfo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: how to create /dev/ttyACM ?
On 08/16/08 03:36, Eugene V. Lyubimkin wrote: Jabka Atu wrote: Hello ,... I bought a Motorola w375 and i can't connect to it : lsub : Bus 001 Device 008: ID 22b8:4061 Motorola PCS Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass0 (Defined at Interface level) [snip] wMaxPacketSize 0x0010 1x 16 bytes bInterval 1 dmesg: [75641.160127] usb 1-1: new full speed USB device using ohci_hcd and address 8 [79528.612575] usb 1-1: configuration #1 chosen from 1 choice [79528.614367] usb 1-1: New USB device found, idVendor=22b8, idProduct=4061 [79528.614376] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1 [79528.614380] usb 1-1: SerialNumber: MySerialNumber but there is no /dev/ttyAM0 interface so i could use it with kmobiletools show us 'ls /dev/ttyACM*' Maybe udev isn't creating /dev/ttyACM0? -- Ron Johnson, Jr. Jefferson LA USA "Do not bite at the bait of pleasure till you know there is no hook beneath it." -- Thomas Jefferson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: how to create /dev/ttyACM ?
Eugene V. Lyubimkin wrote: > Jabka Atu wrote: > >> Hello ,... >> >> I bought a Motorola w375 and i can't connect to it : >> lsub : >> >> Bus 001 Device 008: ID 22b8:4061 Motorola PCS >> Device Descriptor: >> bLength18 >> bDescriptorType 1 >> bcdUSB 1.10 >> bDeviceClass0 (Defined at Interface level) >> bDeviceSubClass 0 >> bDeviceProtocol 0 >> bMaxPacketSize064 >> idVendor 0x22b8 Motorola PCS >> idProduct 0x4061 >> bcdDevice0.01 >> iManufacturer 0 >> iProduct0 >> iSerial 1 >> bNumConfigurations 1 >> Configuration Descriptor: >> bLength 9 >> bDescriptorType 2 >> wTotalLength 39 >> bNumInterfaces 1 >> bConfigurationValue 1 >> iConfiguration 0 >> bmAttributes 0xe0 >> Self Powered >> Remote Wakeup >> MaxPower 498mA >> Interface Descriptor: >> bLength 9 >> bDescriptorType 4 >> bInterfaceNumber0 >> bAlternateSetting 0 >> bNumEndpoints 3 >> bInterfaceClass 2 Communications >> bInterfaceSubClass 2 Abstract (modem) >> bInterfaceProtocol 0 None >> iInterface 0 >> Endpoint Descriptor: >> bLength 7 >> bDescriptorType 5 >> bEndpointAddress 0x81 EP 1 IN >> bmAttributes2 >> Transfer TypeBulk >> Synch Type None >> Usage Type Data >> wMaxPacketSize 0x0040 1x 64 bytes >> bInterval 0 >> Endpoint Descriptor: >> bLength 7 >> bDescriptorType 5 >> bEndpointAddress 0x01 EP 1 OUT >> bmAttributes2 >> Transfer TypeBulk >> Synch Type None >> Usage Type Data >> wMaxPacketSize 0x0040 1x 64 bytes >> bInterval 0 >> Endpoint Descriptor: >> bLength 7 >> bDescriptorType 5 >> bEndpointAddress 0x82 EP 2 IN >> bmAttributes3 >> Transfer TypeInterrupt >> Synch Type None >> Usage Type Data >> wMaxPacketSize 0x0010 1x 16 bytes >> bInterval 1 >> >> dmesg: >> [75641.160127] usb 1-1: new full speed USB device using ohci_hcd and >> address 8 >> [79528.612575] usb 1-1: configuration #1 chosen from 1 choice >> [79528.614367] usb 1-1: New USB device found, idVendor=22b8, idProduct=4061 >> [79528.614376] usb 1-1: New USB device strings: Mfr=0, Product=0, >> SerialNumber=1 >> [79528.614380] usb 1-1: SerialNumber: MySerialNumber >> >> but there is no /dev/ttyAM0 interface so i could use it with kmobiletools >> >> > show us 'ls /dev/ttyACM*' > > ls /dev/ttyACM* > ls: cannot access /dev/ttyACM*: No such file or directory > I also tried using mknod but this didn't help (since both kmobiletools and moto4lin failed to connect ) -- --- Jabka Atu ===--- bsh83.blogspot.com ---=== Encryption is a way of life ===--- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Installing realtime-lsm on Etch an a Half failed
Csanyi Pal <[EMAIL PROTECTED]> writes: > Richard Hector <[EMAIL PROTECTED]> writes: > >> On Thu, 2008-08-14 at 23:11 +0200, Csanyi Pal wrote: >>> Csanyi Pal <[EMAIL PROTECTED]> writes: >> >>> I did everything like I red here: >>> http://www.rdegraaf.nl/index.asp?sND_ID=848152 >>> >>> After commad: >>> fakeroot make-kpkg --append-to-version "-realtime" \ >>> --revision "20080814" --us --uc --initrd kernel_image >>> >>> I haven't get the debian package: >>> linux-headers-2.6.24.7-rt7-realtime_20070719_i386.deb >>> >>> but only one package: >>> linux-image-2.6.24.7-rt17-realtime_20080814_i386.deb >>> >>> Why? >> >> Add the 'kernel_headers' target on the end: >> >> fakeroot make-kpkg --append-to-version "-realtime" \ >> --revision "20080814" --us --uc --initrd kernel_image \ >> kernel_headers > > OK I get the two debian package and have installed both. > > I start successfully the new kernel but when I was using it for mixing > some mp3 with being recorded sound (sough) then the system hang and > only help the Reset button. > > Moreover, I discomposed something in /usr/src/ directory because I > can't to install any more NVIDIA driver for the non realtime > kernel. As you know, when one boot with other kernel, he must to > install for that kernel the NVIDIA driver. What is missing to can > install the NVIDIA driver? I solved this so that I reinstall linux-kbuild-2.6.24, purge linux-headers-2.6.24-etchnhalf.1-686 and remove it's directory in /usr/src/ and install it again. -- Regards, Paul Csanyi http://www.freewebs.com/csanyi-pal/index.htm -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: how to create /dev/ttyACM ?
Jabka Atu wrote: > Hello ,... > > I bought a Motorola w375 and i can't connect to it : > lsub : > > Bus 001 Device 008: ID 22b8:4061 Motorola PCS > Device Descriptor: > bLength18 > bDescriptorType 1 > bcdUSB 1.10 > bDeviceClass0 (Defined at Interface level) > bDeviceSubClass 0 > bDeviceProtocol 0 > bMaxPacketSize064 > idVendor 0x22b8 Motorola PCS > idProduct 0x4061 > bcdDevice0.01 > iManufacturer 0 > iProduct0 > iSerial 1 > bNumConfigurations 1 > Configuration Descriptor: > bLength 9 > bDescriptorType 2 > wTotalLength 39 > bNumInterfaces 1 > bConfigurationValue 1 > iConfiguration 0 > bmAttributes 0xe0 > Self Powered > Remote Wakeup > MaxPower 498mA > Interface Descriptor: > bLength 9 > bDescriptorType 4 > bInterfaceNumber0 > bAlternateSetting 0 > bNumEndpoints 3 > bInterfaceClass 2 Communications > bInterfaceSubClass 2 Abstract (modem) > bInterfaceProtocol 0 None > iInterface 0 > Endpoint Descriptor: > bLength 7 > bDescriptorType 5 > bEndpointAddress 0x81 EP 1 IN > bmAttributes2 > Transfer TypeBulk > Synch Type None > Usage Type Data > wMaxPacketSize 0x0040 1x 64 bytes > bInterval 0 > Endpoint Descriptor: > bLength 7 > bDescriptorType 5 > bEndpointAddress 0x01 EP 1 OUT > bmAttributes2 > Transfer TypeBulk > Synch Type None > Usage Type Data > wMaxPacketSize 0x0040 1x 64 bytes > bInterval 0 > Endpoint Descriptor: > bLength 7 > bDescriptorType 5 > bEndpointAddress 0x82 EP 2 IN > bmAttributes3 > Transfer TypeInterrupt > Synch Type None > Usage Type Data > wMaxPacketSize 0x0010 1x 16 bytes > bInterval 1 > > dmesg: > [75641.160127] usb 1-1: new full speed USB device using ohci_hcd and > address 8 > [79528.612575] usb 1-1: configuration #1 chosen from 1 choice > [79528.614367] usb 1-1: New USB device found, idVendor=22b8, idProduct=4061 > [79528.614376] usb 1-1: New USB device strings: Mfr=0, Product=0, > SerialNumber=1 > [79528.614380] usb 1-1: SerialNumber: MySerialNumber > > but there is no /dev/ttyAM0 interface so i could use it with kmobiletools > show us 'ls /dev/ttyACM*' -- Eugene V. Lyubimkin aka JackYF, Ukrainian C++ developer. signature.asc Description: OpenPGP digital signature
how to create /dev/ttyACM ?
Hello ,... I bought a Motorola w375 and i can't connect to it : lsub : Bus 001 Device 008: ID 22b8:4061 Motorola PCS Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize064 idVendor 0x22b8 Motorola PCS idProduct 0x4061 bcdDevice0.01 iManufacturer 0 iProduct0 iSerial 1 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 39 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 498mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber0 bAlternateSetting 0 bNumEndpoints 3 bInterfaceClass 2 Communications bInterfaceSubClass 2 Abstract (modem) bInterfaceProtocol 0 None iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes2 Transfer TypeBulk Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x01 EP 1 OUT bmAttributes2 Transfer TypeBulk Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x82 EP 2 IN bmAttributes3 Transfer TypeInterrupt Synch Type None Usage Type Data wMaxPacketSize 0x0010 1x 16 bytes bInterval 1 dmesg: [75641.160127] usb 1-1: new full speed USB device using ohci_hcd and address 8 [79528.612575] usb 1-1: configuration #1 chosen from 1 choice [79528.614367] usb 1-1: New USB device found, idVendor=22b8, idProduct=4061 [79528.614376] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1 [79528.614380] usb 1-1: SerialNumber: MySerialNumber but there is no /dev/ttyAM0 interface so i could use it with kmobiletools -- --- Jabka Atu ===--- bsh83.blogspot.com ---=== Encryption is a way of life ===--- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Error when installing flashplugin-nonfree on sid amd64
Here is the output when i install flashplugin-nonfree on sid amd64 --- Setting up flashplugin-nonfree (1:1.6.2) ... wget failed to download http://people.debian.org/~bartm/flashplugin-nonfree/md5.pgp.asc --- in fact, i can get the file successfully by manully typing "wget http://people.debian.org/~bartm/flashplugin-nonfree/md5.pgp.asc"; i need to install it for i want to view some video in flash 9 format by iceweasel. Anyone can help me? thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: screen shot.. showing error.....
[ Please turn off the HTML part of your messages and break your lines at 72-80 characters width. ] On Sat, Aug 16, 2008 at 11:15:48 +0530, HARIDAS N wrote: > > Here I'm attach the screen shot of error shown when installing new > packages, using package manager. It should be possible to copy/paste the error message from that window; please try to avoid sending PNGs to the list. You may have to hold down shift while you drag the mouse to select the text. > I install the ntfs-3g package externally, not from the etch. If you are new to Debian, stay with Etch and backports.org, plus debian-multimedia if you need multimedia applications. > I install the ntfs-3g package externally, not from the etch. It have > two file one of them is a library file start with lib...deb & second > one is ntfs-3g.deb .First install the library file then install the > ntfs-3g.deb(By just double click on the corresponding file). The ntfs-3g package that you installed seems to suppose that the "fuse" group exists on your system. Normally this group is created when you install the "fuse-utils" package. It may be possible to fix your problem by creating the "fuse" group manually by running addgroup --system fuse as root. I cannot guarantee that this will help, though. If it works then you should install "fuse-utils" immediately. > I will be inform you after checking , what is error showing when > installing new packages using aptitude. Aptitude will show the same error because it also calls "dpkg -i" to install packages. -- Regards,| http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]