prompt
stringlengths
1
63.6k
completion
stringlengths
1
53.1k
I have this package dependency question for a while. I have brand new Squeeze system. I selected desktop during installation. Gnome is default system but I turned off gdm3 and uses fluxbox as window manager. I understand if two packages are tied together funtionally so that removal of either package terminates one feature. Above cases, many small packages only depends on the core packages. The core packages work fine without games, other programs. There are so many programs that I want to remove in the system. For examples, ekiga is a VoIP program that I never use it. When I tried to remove it using apt-get or aptitude, it suggests entire gnome packages will be removed also, which is illogical. The only solution I found is I need to manually remove the package files. I haven't tried it yet.
There is the concept of the 'metapackage'. A metapackage is a package that exists simply to depend on other packages so you can install them in a collection. The packages "gnome" and "gnome-desktop-environment" are examples of these. Just removing "gnome" will not remove any packages. Carefull inspect specific package names (such as "nautilus" "empathy") to really see what is being removed. If just ekiga and gnome are being removed it is quite safe to do so. Note though it may mark packages for auto-removal, just do not blindly run apt-get autoremove and they will stay installed. Hope that answers your query.
AMD 64 Upgrade to testing last night killed my internet connection. The lan works, I can ping the dns server from my IP, however no mail, browser possible. Is something in testing broken again?
how do you connect to the net?
I would like to use debian's popularity contest utility as I think it's an important tool for the developers and packagers, but it seems to be broken. I received the following notification after a recent full-upgrade from Lenny to Squeeze: From MAILER-DAEMON Thu Nov 18 19:14:25 2010 Envelope-to: root@mediacenter.local Delivery-date: Thu, 18 Nov 2010 19:14:25 +0200 X-Failed-Recipients: survey@popcon.debian.org Auto-Submitted: auto-replied From: Mail Delivery System <Mailer-Daemon@mediacenter.local> To: root@mediacenter.local Subject: Mail delivery failed: returning message to sender Date: Thu, 18 Nov 2010 19:14:25 +0200 This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: survey@popcon.debian.org Mailing to remote domains not supported ------ This is a copy of the message, including all the headers. ------ Return-path: <root@mediacenter.local> Received: from root by localhost with local (Exim 4.69) (envelope-from <root@mediacenter.local>) id 1PJ840-00013q-S3 for survey@popcon.debian.org; Thu, 18 Nov 2010 19:14:24 +0200 To: survey@popcon.debian.org Subject: popularity-contest submission MIME-Version: 1.0
From /usr/share/doc/popularity-contest/FAQ.gz: Code: Select allQ) My system is unable to send email out to the Internet. How can I participate ? A) Since version 1.30 of popularity-contest, it is possible to use HTTP as the transport protocol. This is the default for new installations, but needs to be manually enabled for old installations. To enable it, run this commmand as root: dpkg-reconfigure popularity-contest
I've got Debian Sid x64 on my machine. Problem is that in my KDE setup several programs don't work, namely System Load Viewer plasmoid, plasmoid with temperature info and update-notifier-kde. System Load Viewer always shows 0% RAM and swap usage, as well as no processors, temperature sensors plasmoid shows no sensors available even after I installed lm-sensors and run sensors-detect, update-notifier-kde doesn't show any notifications even if I run aptitude update manualy. I might be mistaken but it seems to me that these three programs are not working because of some common reason, most likely some policy package either missing or misconfigured, but I can't figure out what is it. Does anybody have any ideas to suggest how I can troubleshoot this problem?
You might not go for this but... Code: Select allaptitude remove kde aptitude install xfce4 best choice I ever made
Good evening, since upgrading the squeeze kernel from 2.6.26-2-686 to 2.6.32-5-686 I´ve been unable to boot my HP D510S/845G without attached monitor. As this computer serves as router and print/faxserver, there is/was neither a monitor nor a keyboard/mouse attached. With monitor everything works fine, without monitor the computer hangs somewhere. Unfortunately it hangs without logging anything in /var/log. Reinstalling xorg and xserver-xorg didn´t change anything, neither was the new xorg.conf from dpkg-reconfigure -phigh xserver-xorg of any use. (After booting with attached monitor I disconnected the monitor and ran dpkg-reconfigure) Maybe disabling Xorg would solve the problem, but I want to be able to log in via vnc and use a GUI - for example to configure mythtv. Up to the kernel-update everything was working fine, so I think some changes to the new kernel are responsible. Any ideas how to fix it or how to start logging earlier in the boot process? Thanks a lot, Michael
Try insert in "Monitor" Section in xorg.conf Code: Select allOption "IgnoreEDID" "true" Peter.
I have previously installed freeradius on squeeze for testing purposes. Then I would remove it, and all it configuration files by aptitude purge freeradius. But it did not remove the /etc/freeradius/radiusd.conf file, so I removed the /etc/freeradius directory manually. Then I tried to install freeradius again, but it does not create the radiusd.conf file, so it is unable to start. How can I get this conf file back when installing the package? Secondly why does aptitude purge <package> not remove all config files as inteded ?
Nope linux assumes you knew what you were doing when you removed the conf file. From the dpkg bot in #debian the reason you have to use dpkg --force-confmiss is because whenever your config files are gone, dpkg assumes you deleted them on purpose, and that you want them to stay deleted. You can also reinstall them using the following apt-get line: apt-get -o DPkg::Options::="--force-confmiss" --reinstall install <packagename>
Hi. I've got a fresh Wheezy/Xfce install. I'm trying to access a remote samba share the gigolo way. It is an external USB hard drive connected to my router. I can access it read only using the following URL with Icedove : smb://bbox/ Gigolo I've been following this easy tutorial : http://forums.linuxmint.com/viewtopic.php?f=42&t=52144 Basically, that's it : Code: Select allsudo apt-get install gigolo sudo apt-get install gvfs-fuse sudo gpasswd -a your_user_name fuse and then logout/login (I even rebootted since) gigolo starts but doesn't find anything : empty list, nothing seen in the neighbourhood. Code: Select allgigolo -v does not say anything more Trying "connect" in gigolo using an URI like //bbox/ or smb://bbox/ or such didn't work. fusesmb I then did the following, from other sources on the web, installing necessary fuse package(s) : Code: Select allmkdir samba fusesmb samba In spite of this warning : params.c:OpenConfFile() - Unable to open configuration file "/home/jerome/.smb/smb.conf": No such file or directory params.c:OpenConfFile() - Unable to open configuration file "/home/jerome/.smb/smb.conf.append": I could list the content of my external remote hard drive using : Code: Select allls -l samba/WORKGROUP/BBOX/MEMUP_500GB/ At this point appeared a line in gigolo about a connected unix peripheral named samba. I was able to create an empty file on the disk browing it with thunar, then I tried to erase that same file and I got an error about final node unconnected. Same error when opening thunar again, preventing me from accessing my homedir. Code: Select allls -l ~ yields (among other lines) : Code: Select alld????????? ? ? ? ? ? samba Fuse-unmounting the thing doesn't work : Code: Select allfusesmb -u sambaparams.c:OpenConfFile() - Unable to open configuration file "/home/jerome/.smb/smb.conf": No such file or directory params.c:OpenConfFile() - Unable to open configuration file "/home/jerome/.smb/smb.conf.append": Aucun fichier ou dossier de ce type fuse: bad mount point `samba': Noeud final de transport n'est pas connecté Rebooting (or perhaps simply relogging) cleans this and I get access to my home directory again. Anyway, this is just to try and give might-be-useful information, but ultimately, I don't really want to use fusesmb. I would rather have the gigolo way working, allowing local network shares browsing, auto-connect, etc. Anyone has an idea why I can't find anything with gigolo ? I'd be thankful. Good night.
I'm realizing that since I'm using Xfce 4.8, gigolo should not be needed. Xfce 4.8 tour indicates that Thunar now has optional support for GVFS which will allow you to browse remote shares using Thunar: FTP, Windows Shares, WebDav and SSH servers... I don't see any help about how to use this. Is it because it is supposed be so automatic it doesn't deserve any explanation ? It says "optional". What should I enable, then ? Perhaps it does not work automatically on my machine for the same reason gigolo doesn't. Could it be linked to the "domain" name I entered at installation ? I remember being asked for a "domain" (not sure it was the exact term, besides I ran the installer in french) during the installation and I kept the default name : "lan". Should it be "Workgroup" ? I don't think so. I kind of remember keeping default "Workgroup" as a name in another setting.
Hi all! I use Lenny amd64 archtecture and I have been trying to install a couple of different developing packages. They all end up with dependencies errors, that packages requires a specific version of another package but another version will be installed. I tired to install the development packages for gtkmm from Synaptec. I marked libgtkmm-2.4-dev for installation and got the error: Code: Select alllibgtkmm-2.4-dev: Dependent of: libcairomm-1.0-dev but will not be installed Dependent of: libglibmm-2.4-dev but will not be installed Dependent of: libgtkmm-2.4-1c2a (=1:2.12.7-1) but 1:2.14.3-2 will be installed I have had similar problems with other developer packages, what is wrong? How do I solve these dependencies problems? Is there something wrong in my sources.list? Code: Select all# # deb cdrom:[Debian GNU/Linux testing _Lenny_ - Official Snapshot amd64 NETINST Binary-1 20071124-21:06]/ lenny contrib main # deb cdrom:[Debian GNU/Linux testing _Lenny_ - Official Snapshot amd64 NETINST Binary-1 20071124-21:06]/ lenny contrib main deb http://ftp.se.debian.org/debian/ lenny main non-free contrib deb-src http://ftp.se.debian.org/debian/ lenny main non-free contrib #Added by software-properties #Added for meego SDK. # deb ftp://ftp.debian.org/debian testing main contrib non-free deb http://security.debian.org/ lenny/updates main contrib deb-src http://security.debian.org/ lenny/updates main contrib #Added by software-properties # deb http://ftp.squeak.org/debian/ stable main # deb-src http://ftp.squeak.org/debian/ stable main # deb http://ftp.se.debian.org/debian sid main # deb http://www.lamaresh.net/apt lenny main Many thanks in advance! Marcux
Usually that means that you have some libraries installed that are from upstream of Lenny (Lenny's is 2.12, and you have a 2.14 from someplace else), and since the -dev packages have to match the installed libraries, a matching version cannot be discovered in the Lenny repositories. Aptitude was really good in Lenny in resolving this, at the possible cost of removing whatever needs those upgraded libraries. Have you tried as root: Code: Select allaptitude install libgtkmm-2.4-dev and let it see what it can do?
Hi, My laptop has /dev/sda5 mounted on /. It has 10GiB and almost full. I formated Windows XP partition and it is now /dev/sda1 ext4 45GiB free space. When I mounted /dev/sda1 to root (/) directory, df commands showed still the original partition size. (81% used). I assumed Should I use different mount point? Or It is Okay?
Let me paraphrase to see if I understand. * /dev/sda1 used to be windows, but you scrapped that and now it's empty. * /dev/sda5 is / and is too full * You want to make /dev/sda5 bigger What do you mean you mounted /dev/sda1 to the root partition? You mean over top of it or in a subdirectory of it? Neither will increase the size of the original /dev/sda5. You need to do just that - grow /dev/sda5. Since you can't do that while it's in use, boot off a livecd and open up the disk with gparted, delete /dev/sda1 (under my current assumption that it is empty) and resize /dev/sda5.
I downloaded and installed the netinst image of squeeze. After booting into squeeze, udev wouldn't create /dev/ttyUSB0-3 after I plugged in my Novatel wireless 760 modem. Does anybody know what exactly what is missing and has to be installed to use ppp with this modem on squeeze or even wheezy? btw- I downloaded and installed the wheezy((what I'd rather run) netinst, but had the same problem. Here is the output of lsusb on sqeeze: Bus 003 Device 002: ID 1410:5030 Novatel Wireless Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub this is the same output as on Lenny (which I'm on right now). TIA u
You might need to switch it from mass storage mode (containing windows drivers) to modem mode. I believe this can be done with the usb-modeswitch package.
when starting vmwareplayer I get this error: Unable to start services See log file /tmp/vmware-root/setup-22433.log for details. Here is the output of the log: Jul 16 20:42:32.418: app| Copying Module.symvers from the vmci build failed. Jul 16 20:42:32.418: app| Jul 16 20:42:32.423: app| Extracting the sources of the vmci module. Jul 16 20:42:32.442: app| Building module with command: /usr/bin/make -C /tmp/vmware-root/modules/vmci-only auto-build SUPPORT_SMP=1 HEADER_DIR=/lib/modules/2.6.32-5-amd64/build/include CC=/usr/bin/gcc GREP=/usr/bin/make IS_GCC_3=no VMCCVER=4.4.5 Jul 16 20:42:33.281: app| Copying Module.symvers from the vmci build failed. Jul 16 20:42:33.281: app| What do I need to do to get this working? I think this might be a newer version than the one which was working before.
Please remove this post. I was using an older version.
I want to add a boot up splash screen to my Debian installation but I cannot find a splash screen manager in the repos. I understand why Debian likes to have no splash screen initially, but have they opted to not have splash screens at all in the repos? ----- EDIT ----- Oh, I see splashy is available in the unstable repos: http://splashy.alioth.debian.org/wiki/installation. I'll check that out.
Plymouth is available. It is not hard to set up but you need a kernel modesetting enabled driver for it to be easy. (Open source intel, ati, nouveau). It is possible with proprietary drivers but I do not know how off the top of my head. 1. Install plymouth 2. Edit /etc/default/grub - add the word splash right after where it says quiet, than run update-grub as root 3. [additional setup depending on graphics card, might have to do some asking around or research here] 4. Just in case you should update the initramfs (as root run): update-initramfs -u 5. [optional] as root run: plymouth-set-default-theme nameoftheme Replace name of theme with the name of the plymouth theme you want, try solar as an example. Then run as root: update-initramfs -u
Hello We have setup Squeeze a Test machine , just for some tests, without network, Internet etc. and we need to allow root login in Gnome. We've changed /etc/gdm3/daemon.conf:Code: Select all[security] AllowRoot=truebut still doesn't work.
cc wrote:Hello We have setup Squeeze Test machine, just for some tests, without Internet etc. and we need to allow root login in Gnome. We've changed /etc/gdm3/daemon.conf:Code: Select all[security] AllowRoot=truebut still doesn't work. This is a test computer, then just remove gdm and be rid of the issue.
I have got a really strange problem with a static IP. I can connect to it in ssh and even ping google but when i try to download things with wget it hangs on HTTP request sent, awaiting response... It also has similar problems with apt-get. This how i curently got my interfaces file setup: Code: Select all# The primary network interface auto eth0 iface eth0 inet static address 192.168.0.35 netmask 255.255.255.0 broadcast 192.168.0.255 gateway 192.168.0.1 dns-domain lan dns-nameservers 208.67.222.222 this is my resolve.conf using openDNS: Code: Select allnameserver 208.67.222.222 nameserver 208.67.220.220 It all works fine when using dhcp and i have a windows PC with static ip working fine. This has only happened since going back to Debian from a Linux from scratch build.
Hi, Here's mine and it works: auto eth0 iface eth0 inet static address 192.168.0.150 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 gateway 192.168.0.1 I have 192.168.0.1 in /etc/resolv.conf not the other dns servers, I set those on the modem/router setup page
Hello all, I am running on debian squeeze 6.0.2. I have been using it for the last id say 3 weeks and really am enjoying it. I generally use transmission-gtk to share files over the internet. Normally I seed torrents at 110-160kb/s for hours at a time. However after messing around with firestarter my upload speed for seeding torrents rarely peaks over 70kb/s. I have purged firestarter with no success of my regular upload speed, and am very confused as to what happened. I also notice sometimes when it will get to about 70kb/s it will immediately drop down to the 20-30kb/s range. For incoming bittorrent connections I use port 37294. I have set port 37294 to be allowed in my firewall, and forwarded in my router (since purging firestarter did not help I just reinstalled it). I have also read allowing ports 6881-6889 is important, but I have never done that in my history of using torrents, and I have never experienced a decrease in UL speed like this. Have I done something incorrect? I have never had this issue on other machines? Any ideas? Thanks again!
it might be a bad torrent file, are all torrents slow or just this one.
Hello, After following instructions on DebianWiki on enabling wireless internet, I installed the firmware package appropriate for my broadcom BCM43224 controller, which was "firmware-brcm80211". Upon installing this package and loading the kernel module, either with the modprobe command or with reboot, my system becomes unbootable and a kernel panic happens but non-verbose so I can't see it. To me the boot process just hangs at a random spot near the end. Uninstalling the package from recovery mode will allow my system to boot again. The problem is that I need that package to enable my WiFi. Another package called "broadcom-sta" supposedly supports my controller, but it didn't enable my wireless. Strangely, the brcm80211 package worked for me once before in a previous Squeeze installation, but in this installation it causes the system to become unbootable. My kernel is the default Squeeze stock kernel 2.6.32-5. No I can't upgrade to a newer kernel because my graphics drivers won't work if I do that, and again, the package worked once before with the same kernel. Any help with either fixing the kernel panic or finding another way to enable my wireless would be appreciated. Here is the output of lspci -nn: Code: Select all00:00.0 Host bridge [0600]: Intel Corporation Core Processor DMI [8086:d132] (rev 11) 00:03.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express Root Port 1 [8086:d138] (rev 11) 00:08.0 System peripheral [0880]: Intel Corporation Core Processor System Management Registers [8086:d155] (rev 11) 00:08.1 System peripheral [0880]: Intel Corporation Core Processor Semaphore and Scratchpad Registers [8086:d156] (rev 11) 00:08.2 System peripheral [0880]: Intel Corporation Core Processor System Control and Status Registers [8086:d157] (rev 11) 00:08.3 System peripheral [0880]: Intel Corporation Core Processor Miscellaneous Registers [8086:d158] (rev 11) 00:10.0 System peripheral [0880]: Intel Corporation Core Processor QPI Link [8086:d150] (rev 11) 00:10.1 System peripheral [0880]: Intel Corporation Core Processor QPI Routing and Protocol Registers [8086:d151] (rev 11) 00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06) 00:1a.0 USB Controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b3c] (rev 06) 00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio [8086:3b56] (rev 06) 00:1c.0 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 [8086:3b42] (rev 06) 00:1c.1 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 [8086:3b44] (rev 06) 00:1c.3 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 4 [8086:3b48] (rev 06) 00:1c.4 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 [8086:3b4a] (rev 06) 00:1c.5 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 [8086:3b4c] (rev 06) 00:1d.0 USB Controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b34] (rev 06) 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev a6) 00:1f.0 ISA bridge [0601]: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller [8086:3b09] (rev 06) 00:1f.2 SATA controller [0106]: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller [8086:3b29] (rev 06) 00:1f.3 SMBus [0c05]: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller [8086:3b30] (rev 06) 02:00.0 VGA compatible controller [0300]: ATI Technologies Inc Manhattan [Mobility Radeon HD 5000 Series] [1002:68e0] 02:00.1 Audio device [0403]: ATI Technologies Inc Manhattan HDMI Audio [Mobility Radeon HD 5000 Series] [1002:aa68] 04:00.0 Network controller [0280]: Broadcom Corporation BCM43224 802.11a/b/g/n [14e4:4353] (rev 01) 07:00.0 SD Host controller [0805]: Ricoh Co Ltd MMC/SD Host Controller [1180:e822] (rev 01) 07:00.1 System peripheral [0880]: Ricoh Co Ltd Memory Stick Host Controller [1180:e230] (rev 01) 07:00.2 System peripheral [0880]: Ricoh Co Ltd Device [1180:e852] (rev 01) 07:00.3 FireWire (IEEE 1394) [0c00]: Ricoh Co Ltd FireWire Host Controller [1180:e832] (rev 01) 09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03) ff:00.0 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture Generic Non-Core Registers [8086:2c52] (rev 04) ff:00.1 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture System Address Decoder [8086:2c81] (rev 04) ff:02.0 Host bridge [0600]: Intel Corporation Core Processor QPI Link 0 [8086:2c90] (rev 04) ff:02.1 Host bridge [0600]: Intel Corporation Core Processor QPI Physical 0 [8086:2c91] (rev 04) ff:03.0 Host bridge [0600]: Intel Corporation Core Processor Integrated Memory Controller [8086:2c98] (rev 04) ff:03.1 Host bridge [0600]: Intel Corporation Core Processor Integrated Memory Controller Target Address Decoder [8086:2c99] (rev 04) ff:03.4 Host bridge [0600]: Intel Corporation Core Processor Integrated Memory Controller Test Registers [8086:2c9c] (rev 04) ff:04.0 Host bridge [0600]: Intel Corporation Core Processor Integrated Memory Controller Channel 0 Control Registers [8086:2ca0] (rev 04) ff:04.1 Host bridge [0600]: Intel Corporation Core Processor Integrated Memory Controller Channel 0 Address Registers [8086:2ca1] (rev 04) ff:04.2 Host bridge [0600]: Intel Corporation Core Processor Integrated Memory Controller Channel 0 Rank Registers [8086:2ca2] (rev 04) ff:04.3 Host bridge [0600]: Intel Corporation Core Processor Integrated Memory Controller Channel 0 Thermal Control Registers [8086:2ca3] (rev 04) ff:05.0 Host bridge [0600]: Intel Corporation Core Processor Integrated Memory Controller Channel 1 Control Registers [8086:2ca8] (rev 04) ff:05.1 Host bridge [0600]: Intel Corporation Core Processor Integrated Memory Controller Channel 1 Address Registers [8086:2ca9] (rev 04) ff:05.2 Host bridge [0600]: Intel Corporation Core Processor Integrated Memory Controller Channel 1 Rank Registers [8086:2caa] (rev 04) ff:05.3 Host bridge [0600]: Intel Corporation Core Processor Integrated Memory Controller Channel 1 Thermal Control Registers [8086:2cab] (rev 04)
The solution is to blacklist the brcm80211(FOSS driver) as detailed in this post in order to use the wl driver. Edit: You only need to follow the instructions in the wiki; the post is where I first read about the problem with the FOSS driver.
Hi there, Monitor preferences doesn't list my monitor's resolution, which is 1440x900. Hardware info Main Board: Asus P5KPL-AM VGA: Intel G31 Code: Select all$lspci |grep VGA 00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10) OS info OS: Debian Squeeze (6.0.1) xserver-xorg-video-intel: 2:2.13.0-6 Here what I get when I try to start X without xorg.config Code: Select allXorg :1 http://paste.debian.net/121943/ And the full log: http://paste.debian.net/121944/ This is what `Xorg -configure' generated for me: http://paste.debian.net/121941 Here what I get when I use generated xorg.config: Code: Select allXorg -config /etc/X11/xorg.conf_bak :1 http://paste.debian.net/121945/ And the full log: http://paste.debian.net/121946/ Other things I've done I changed the drive to `vesa', but it did not recognized my device at all. I added following line to the `Monitor' section: Code: Select allDisplaySize 426 266 #1440x900 Also these lines to `Screen' section: Code: Select allModes "1440x900" "1024x768" Virtual 1440 900 None of them works. I searched around for it (specially `Module fbcon not found' error) and only thing I found was that they doesn't set the driver correctly. Any ideas?
And another thing. I can remember that when I install Ubuntu 9.10 on this machine (about a year ago) I had the same problem. All I was done that time was to change the driver from `intel' to `vesa'. But this time it didn't work.
Good day. I would appear that I recently installed linux-image-2.6.32-5-amd64. Since then I have noted that my HP media bar up top doesn't work. This means I can't enable/disable wireless. From an lspci output, it still sees the hardware, and it's loaded, however, not functioning. Should I be looking at rolling the kernel back, or work on getting it working via some other means ? Any liveCD i've tried doesn't seem to be able to get it going either. So I'm under the assumption here it is the kernel version, and not a hardware problem. Code: Select all lspci 00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c) 00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c) 00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c) 00:03.0 Communication controller: Intel Corporation Mobile PM965/GM965 MEI Controller (rev 0c) 00:03.2 IDE interface: Intel Corporation Mobile PM965/GM965 PT IDER Controller (rev 0c) 00:03.3 Serial controller: Intel Corporation Mobile PM965/GM965 KT Controller (rev 0c) 00:19.0 Ethernet controller: Intel Corporation 82566MM Gigabit Network Connection (rev 03) 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03) 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03) 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03) 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03) 00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03) 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03) 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03) 00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03) 00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3) 00:1f.0 ISA bridge: Intel Corporation 82801HBM (ICH8M-E) LPC Interface Controller (rev 03) 00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03) 02:06.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ba) 02:06.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 04) 02:06.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 21) 02:06.3 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev ff) 10:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61) ] Any other information required ? Also tried this to no avail: sudo apt-get install rfkill rmmod iwlagn rfkill block all rrfkill unblock all modprobe iwlagn rfkill unblock all ifconfig wlan0 up SIOCSIFFLAGS: Unknown error 132 rfkill list 2: phy2: Wireless LAN Soft blocked: no Hard blocked: yes
Code: Select all10:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61) Have you installed firmware-iwlwifi and wireless-tools from the non-free repository following the instructions here? By the way, what is a hp media bar? On my system, information about the connection appears via the Network Manager Applet in the top-right Gnome Panel.
Hie everyone, it's just a question about something weird happening here on my computer. It's about the ethernet driver. I've got a Dell Optiplex Desktop here, the CPU is a Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz. The integrated ethernet here is from intel also, it's a 82579LM Gigabit Network Connection. This computer is running a Debian Squeeze 64bits, distrib sid, kernel 2.6.39-2-amd64. Well, here goes the story. I had a lot of trouble with the ethernet card, being very slow, and it just didn't work when i was using tftp. So I downloaded and compiled the latest driver available on Intel website. Currently with debian sid, the version for the driver ( e1000e ) is version: 1.3.10-k2. From Intel I got the version 1.3.17-NAPI. Alright, so I build it, and move the module manually to the right place, replacing the previous version at the same time ie : Code: Select all$ sudo cp e1000e.ko /lib/modules/2.6.39-2-amd64/kernel/drivers/net/e1000e/e1000e.ko This fix my problem. However, there is is still something bothering me. When I want to check, after rebooting, that I did it right, here is what happens : Code: Select all$ sudo ethtool -i eth1 driver: e1000e version: 1.3.10-k2 Dammit ! looks like the old driver isn't ready to leave ! More disturbing, I ask to modinfo now : Code: Select all$ sudo modinfo e1000e filename: /lib/modules/2.6.39-2-amd64/kernel/drivers/net/e1000e/e1000e.ko version: 1.3.17-NAPI So, which one should I trust ? Is there something I didn't do properly when installing the module ? Or maybe I just don't understand ethtool and modinfo enough.
A little bit more information. After I reboot my machine, I do a : Code: Select all$ lsmod | grep e1000e e1000e 128034 0 Well, now, try to remove and insert the module again, and compare the size : Code: Select all$ sudo modprobe -r e1000e $ sudo modprobe e1000e $ lsmod | grep e1000e e1000e 145794 0 This is definitely not the same driver, ethtool was right. So, why the driver loaded at boot time is not the one I compiled and put in /lib/modules.... ??
I'm building a Debian Live system, http://live.debian.net/, and I've pared it down to a very light distro. It is using the IceWM, has the basic linux commands, and very very little else. When I run "top" and "ps aux", I see that I have multiple terminals and logins waiting to be used. It's a small amount, but I'd like to make that RAM usable elsewhere. The indicated commands are: "/bin/login -f" and "-bash", and I have one of each associated with each tty[1-7]. I may want to keep tty1 and tty2, just in case, but I can't imagine wanting 3-7. So, what I'm looking for is a way to stop tty[3-7] from even starting in the first place. I saw on one forum the suggestion of modifying the /etc/init/tty[1-7].conf files, but these files aren't present, I presume because it's a "Live" system. Thanks for any help. *********EDIT********************* The solution turned out to be modifying the /etc/inittab file and commenting the lines for the terminals I didn't want that "respawned" the terminals. I had tried this, but the changes weren't propagating due to a bad squashfs-tools build. ************************************
Edit /etc/inittab. Comment out like this: Code: Select all# Note that on most Debian systems tty7 is used by the X Window System, # so if you want to add more getty's go ahead but skip tty7 if you run X. # 1:2345:respawn:/sbin/getty 38400 tty1 2:2345:respawn:/sbin/getty 38400 tty2 #3:2345:respawn:/sbin/getty 38400 tty3 #4:2345:respawn:/sbin/getty 38400 tty4 #5:2345:respawn:/sbin/getty 38400 tty5 #6:2345:respawn:/sbin/getty 38400 tty6
When I right click on a free area of the desktop or within an open folder, I read "Create Document" -> "no templates installed" and "Empty File". How to install the templates in there so I could open a file of my choice?
http://linux.about.com/library/gnome/blgnome6n6h.htm
To illustrate what I wish to learn I will begin with a specific example: Open With.jpg Suppose I create an empty file and rename it as 1.torrent Right click on the file and go to the "Open with" tab We find a list of applications to open the said file. Of the list of applications we find, some can be deleted by logging in as an user, others, as root, but not all can be removed even as 'root'. Why this is so? And how to remove the connections all together, if necessary? I know it is dangerous? But just from a theoretical point of view? There is an article, as mentioned below, that partially addresses the issue. But I need to learn a bit more with my feeble knowhow. Could someone help please? [SOLVED] All files in gnome/nautilus is text/plain. Why? Regards
The file browser associates MIME types with applications based on the information in the applications' desktop files (in /usr/share/applications, /usr/local/share/applications or ~/.local/share/applications). You can see all the associations in mimeinfo.cache in those directories. This may help too: http://www.freedesktop.org/wiki/Specifi ... -info-spec
I am running testing on a HP Eliteboko 8530P. I did an upgrade of the packages, and it was complaining about the fglrx packages, I am using. So I decided to remove these manually instead, and then run the upgrade again. Now, when I boot, it comes with the grub menu, I select debian, and it starts to boot. Then right after waiting for dev to be fully populated, it changes the screen resolution I asume, because the screen gets all borked up, and "crimpled". I have tried to set gfxpayload=1024x768, which it alsos accepts, and it sets the resolution, but it does the exact same thing, as when this is not set. Now I am woundering, if this is because I am missing the fglrx packages / drivers. What an I do?
My boot sequence does the same thing. It starts in 640x800 and then changes to a higher resolution after about 4 lines. All my systems do this. I think it has to do with the nouveau driver i use for my nvidia card.
Browsing the web I often open a number of links in background tabs. I'm finding that a great many pages don't load, though if I open that tab, stop the loading and do a page refresh they usually do. The problem is browser independent and appears to be related to my iptables firewall: even the simplest stateful firewall rule set produces the problem but if I disable any firewall the problem disappears. I do not have this problem in Win7 with firewall enabled. I had something like this come up maybe a year ago and it had to do with the way more and more websites stream outside content. The solution then was to go to a different firewall script, one frankly more advanced than my understanding of iptables. So can anyone knowledgable in iptables give me some ideas? Or can someone recommend an advanced firewall package I can install from the repos? And please not gufw
From the symptoms you describe, it really doesn't sound like your issue is a firewall problem. That is, if a manual refresh loads the page, then it's hard to imagine how the firewall is blocking the page's content. Seems to me as though a first step would be to confirm that it is in fact a firewall issue. So, next time you run into this issue, go ahead and disable your firewall right that instant, but do NOT manually refresh the page in question. If the firewall is the issue, it seems plausible to imagine that disabling it in "real time" ought to allow the page to finish loading. If you post back, please include a BUNCH more information. Browser(s)/version(s), detailed h/w config, 'Net connection type, for starters. Does the issue happen on specific pages? If so, provide URLs. A generic problem report really isn't much to go on.
Hi all, fired up my debian laptop this morning ,saw that the update manager had updates..97 of them??? then when tried to view them the package manager freezes and becomes unresponsive. needed to do a few things and found my root password is NOT working. this all happened at the same time, i wonder if its related? have i been hacked? is this something new? lost and need help. cant reset root password (tried two methodeds with no luck) and cant view the updates altho i question 97 new updates are needed. any help appricated. Kernel linux 2.6.32-5-686 toshiba laptop AMD 64 x2, Ati radon vid card. debian squeeze stable
charvey wrote:Hi all, fired up my debian laptop this morning ,saw that the update manager had updates..97 of them??? then when tried to view them the package manager freezes and becomes unresponsive. needed to do a few things and found my root password is NOT working. this all happened at the same time, i wonder if its related? have i been hacked? is this something new? lost and need help. cant reset root password (tried two methodeds with no luck) and cant view the updates altho i question 97 new updates are needed. any help appricated. Kernel linux 2.6.32-5-686 toshiba laptop AMD 64 x2, Ati radon vid card. debian squeeze stable Hey charvey, There's some version update thing going on, I did 33 files just now it went okay. I don't see why or how 97 items could change your password, what two methods did you try to fix it? I use sudo passwd.
When I tried to compile a kernel I get the following error: cc1: warnings being treated as errors arch/powerpc/platforms/chrp/setup.c: In function ‘chrp_event_scan’: arch/powerpc/platforms/chrp/setup.c:378: error: the frame size of 1040 bytes is larger than 1024 bytes make[3]: *** [arch/powerpc/platforms/chrp/setup.o] Error 1 make[2]: *** [arch/powerpc/platforms/chrp] Error 2 make[1]: *** [arch/powerpc/platforms] Error 2 make[1]: Leaving directory `/home/myusername/linux-source-2.6.32' make: *** [debian/stamp/build/kernel] Error 2 Here is some information about my setup: PowerBook G3 series (Wallstreet) Debian version 6.0.1 2.6.32-5-powerpc kernel linux-source-2.6.32 source package gcc (Debian 4.4.5-8) 4.4.5 I am following procedures to build the Debian way. I get this error even if I don't make any changes to the current configuration. The workaround that I found online is to turn off -Werror with CONFIG_PPC_DISABLE_WERROR=y in my .config file. Here is the link where I found that: https://bugs.gentoo.org/show_bug.cgi?id=326877 My question is does anyone know what is causing this and how to correct it (other than the workaround I mentioned)? I did not have this problem before installing Squeeze. My previous Debian release was Etch. Thanks in advance for any help.
Linux is not meant to be compiled -Werror; "Warnings will never be eliminated until the kernel ships with its own version of gcc" (paraphrase of something I saw on LKML) as gcc has some really lame stuff it warns about (eg- #undef MACRO => warning, #undef /*MACRO*/ =>error). You are less likely to see it when you have less code building (ie, when you have a custom configuration) Frame size isn't a real major problem, it just can indicate some problems may eventually show up. To really eliminate the issue requires completely changing the internal structures involved. So disable frame/stack size warning in your config. CONFIG_FRAME_WARN=0 /*in linux 3.0*/ CONFIG_WARN_STACK_SIZE=2048 /* in 2.6.9-2.6.38 */ Try building. If it fails, then 1. Determine whether you need the driver. First try "make localmodconfig"; if this doesn't work, look at the documentation 2. If not, disable it; if yes, hold your nose and set CONFIG_PPC_DISABLE_WERROR
My debian machine works fine other that it loses network after a few (12 or so) hours. The dhclient manages to renew the DHCP lease the first time, after a few hours, but later when it tries again the modem gives a DHCPNAK. If I understood correctly, this should make the dhclient to fetch a new ip address but it does nothing. I am no expert so I don't know if the cause is the modem box or the debian. There are other (windows) machines connected to the modem box which work fine. The machines are behind NAT. The debian machine does not currently have a display or a graphics card so it's difficult to start messing with the settings. I've considered having a static ip but I don't understand why the dynamic address doesn't work. What is weird is that it worked fine for several weeks and suddenly started failing. I was running a minecraft server (hehe) with an uptime of several weeks. At first I though it was a hardware issue because I thought the whole computer froze but instead it just drops the connection and I can no longer reach it with SSH or anything. My timezone is UTC+3, /etc/default/rcS has UTC=yes, I believe it is the reason why the lease and the logs differ by three hours. I already tried to reinstall dhclient and networkmanager but it didn't seem to help. Naturally I've done apt-get update & upgrade. The machine is only running apache2+mysql+php5, GDM is stopped. I'm trying to post as much info I can. Here is the ifconfig output when the connection is working for the wired connection: Code: Select alleth0 Link encap:Ethernet HWaddr 00:25:22:2b:28:f6 inet addr:10.0.0.7 Bcast:10.0.0.255 Mask:255.255.255.0 inet6 addr: fe80::225:22ff:fe2b:28f6/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:2372 errors:0 dropped:0 overruns:0 frame:0 TX packets:233 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:365596 (357.0 KiB) TX bytes:25394 (24.7 KiB) Interrupt:25 Here are the snips from /var/log/syslog for the first successful renewal... Code: Select allJun 12 06:05:51 hehku dhclient: DHCPREQUEST on eth0 to 10.0.0.1 port 67 Jun 12 06:05:51 hehku dhclient: DHCPACK from 10.0.0.1 Jun 12 06:05:51 hehku NetworkManager[1095]: <info> (eth0): DHCPv4 state changed bound -> renew Jun 12 06:05:51 hehku NetworkManager[1095]: <info> address 10.0.0.7 Jun 12 06:05:51 hehku NetworkManager[1095]: <info> prefix 24 (255.255.255.0) Jun 12 06:05:51 hehku NetworkManager[1095]: <info> gateway 10.0.0.1 Jun 12 06:05:51 hehku NetworkManager[1095]: <info> nameserver '10.0.0.1' Jun 12 06:05:51 hehku dhclient: bound to 10.0.0.7 -- renewal in 37232 seconds. ...and the failing renewal: Code: Select allJun 12 16:26:23 hehku dhclient: DHCPREQUEST on eth0 to 10.0.0.1 port 67 Jun 12 16:26:23 hehku dhclient: DHCPNAK from 10.0.0.1 Jun 12 16:26:23 hehku NetworkManager[1095]: <info> (eth0): DHCPv4 state changed renew -> expire Jun 12 16:26:23 hehku NetworkManager[1095]: <info> (eth0): device state change: 8 -> 9 (reason 6) Jun 12 16:26:23 hehku NetworkManager[1095]: <info> Marking connection 'Auto eth0' invalid because IP configuration expired. Jun 12 16:26:23 hehku NetworkManager[1095]: <warn> Activation (eth0) failed. Jun 12 16:26:23 hehku NetworkManager[1095]: <info> (eth0): device state change: 9 -> 3 (reason 0) Jun 12 16:26:23 hehku NetworkManager[1095]: <info> (eth0): deactivating device (reason: 0). Jun 12 16:26:23 hehku NetworkManager[1095]: <info> (eth0): canceled DHCP transaction, DHCP client pid 1112 Jun 12 16:26:23 hehku NetworkManager[1095]: <error> [1307885183.332122] [nm-system.c:1229] check_one_route(): (eth0): error -34 returned from rtnl_route_del(): Netlink Error (errno = Numerical result out of range) Jun 12 16:26:23 hehku NetworkManager[1095]: <warn> (pid 1112) unhandled DHCP event for interface eth0 There is a weird error. I've read that after the DHCPNAK the client should start init again and send DHCPDISCOVER. The next log entry is after a few hours so there's nothing after that. Here is the lease file ( dhclient-*-eth0.lease ): Code: Select alllease { interface "eth0"; fixed-address 10.0.0.7; option subnet-mask 255.255.255.0; option routers 10.0.0.1; option dhcp-lease-time 86400; option dhcp-message-type 5; option domain-name-servers 10.0.0.1; option dhcp-server-identifier 10.0.0.1; renew 0 2011/06/12 03:05:51; rebind 0 2011/06/12 12:56:34; expire 0 2011/06/12 15:56:34; } lease { interface "eth0"; fixed-address 10.0.0.7; option subnet-mask 255.255.255.0; option routers 10.0.0.1; option dhcp-lease-time 86400; option dhcp-message-type 5; option domain-name-servers 10.0.0.1; option dhcp-server-identifier 10.0.0.1; renew 0 2011/06/12 13:26:23; rebind 1 2011/06/13 00:05:51; expire 1 2011/06/13 03:05:51; } Debian version: Code: Select allsentri@hehku:~$ uname -a Linux hehku 2.6.32-5-686 #1 SMP Wed May 18 07:08:50 UTC 2011 i686 GNU/Linux sentri@hehku:~$ cat /etc/debian_version 6.0.1 What should happen after DHCPNAK? Should the modem give DHCPNAK at all? Thanks in advance.
First off, why do you use network-manager at all? You have no wireless and the computer is in a fixed network, there is absolutely no reason using it. Instead use the linux standard networking, that is more stable than network-manager. Just edit the /etc/network/interfaces file, configure the interface (after removing network-manager of course). Also, if the machine is in a fixed location, there is no reason using DHCP. Assign a fixed address outside the dhcp range and thats it. DHCP is ok for laptops if you switch networks or access points, but other than that, in a fixed network it is not useful because a fixed ip is more simple to configure (and it stays that way) than relying on a dhcp server to assign the same ip to computers (which is doable, but its an unnecessary complication in this case). BTW the issue might be related to the network-manager package, not the Linux networking stack. Also, your clock (and date) should be adjusted with ntp servers in regular intervals (via crontab for example) and make sure that it is set correctly. You might run in all kinds of problems (ssl/tls/other encryption-using techniques fail and whatnot) with an off-set clock.
I was trying to sync my Tungsten E with Debian Squeeze and it would just hang as if there was no connection. Trying pilot-link -l resulted in a message saying that it was looking for a new usb connection (or something to that effect) and would never connect. jpilot is set to use "usb:". I moved to my laptop, which has Ubuntu Lucid, installed jpilot and it synced just fine using "usb:". What is "usb:"? How do I troubleshoot it? It seems to me that is the problem with my debian install. Thanks in advance.
I wouldn't be surprised if Ubuntu has "gnome-pilot" and/or "gnome-pilot-conduits" installed by default. I also notice that "jpilot" recommends "jpilot-plugins" and suggests "jpilot-backups". Are those packages installed on your debian machine? Not to suggest you should do this on a regular basis, but for testing purposes, does it work if you try and run pilot-link or jpilot as root? That might suggest that you need to write/copy some udev rules https://help.ubuntu.com/community/PalmDeviceSetup and/or add yourself to a group with privileges to access the device.
I have a Dell PowerEdge SC430, Squeeze 6.0.2 box, Broadcom NetXtreme NIC which works fine DHCP. The network-manager package is not installed. I have now reconfigured /etc/network/interfaces for a static IP: Code: Select allauto eth0 iface eth0 inet static address 192.168.1.2 network 192.168.1.0 broadcast 192.168.1.255 netmask 255.255.255.0 gateway 192.168.2.1 dns-nameservers 192.168.2.1 Upon bootup the interface is configured properly and works fine However, if I pull the network cable to simulate an outage, I immediately lose the IP address and all associated settings on the interface. When the cable is plugged back in the interface does not recover unless I issue sudo dhclient eth0 or I restart. Any ideas? Thanks!
try adding allow-hotplug eth0 more info http://www.debian.org/doc/manuals/debia ... interfaces
Hi. Yesterday I installed debian "squeeze" on my desktop pc and everything is good so far. I'm used to using sudo and gksudo for tasks that require root permissions (ubuntu). How do I properly setup sudo and gksudo in debian to function the way it does in ubuntu? I found this guide: http://gaffa.wordpress.com/2009/11/05/c ... -for-sudo/ However I don't know if it would be safe to follow it. If I could get some help on this it would be great.
There is no reason you shouldn't use sudo/gksudo. You probably learned this using ubuntu. In Debian you can use su and then enter your root password. You then just enter the command you want to run as root. You can't do that in ubuntu. Ubuntu does not want you to have that kind of control over YOUR system. If you really, really want to use sudo/gksudo then search the forum it has been answered many times before.
Hello, on my netbook I've tried to make possible for my user to shutdown without needing a password. This is necessary, because battery could run low when I'm not in front of it. Editing sudoers has allowed my user to shutdown the system, but Gnome still prompts me for the root password whenever root is logged in too. That's usually the case, because to avoid entering the root password multiple times whenever I need elevated privileges and not wanting to cache the root password, I keep a Root Terminal always open. Is there a way around this? Thanks.
Try first logout as user and when the GDM greeting will be appear, shutdown from menu on the bottom, but I'm not sure that is will work. Peter.
I'm trying to secure one of my database servers before openin it up to the wider world, but since enabling ssl on the sql server it it refusing to allow me to log in via phpmyadmin. I can connect via the local mysql client without a problem. I have put $cfg['Servers'][$i]['ssl'] = TRUE; in the config.inc.php in /etc/phpmyadmin the users are configured in the user table of the databse to need ssl for login, and are set to x509 in the 'ssl_type' field If I log in via the mysql client then it lets me in (even as root) and I can do everything normally (I am presuming it is connecting using ssl as if I remove the keys from the [Client] section of the my.conf then it refuses to let me log in. When I do log in it puts a sucesfull login entry into the mysql log for root@localhost However if i try it via phpmyadmin it put a login refused for 'root@localhost' - with no reason given. I'm using phpmyadmin over a ssl connection from apache2 server (If thats needed i'm not sure but I did it anyway) I'm using the default yassl with mysql - the keys and certs were generated using openssl client I'm at a bit of a loss as to why its not letting me in? Do I need client keys and certs for php? before the mysql clinet will let me in? - If so where do I need to put them? Many Thanks James
Done a bit more digging and added the ca, cert and key fields to the phpmyadmin file as well as a forcessl. the login screen is displayed, so i presume that the file format is correct, however its not forcing the ssl connection for apache, so I presume its not doing the ssl connection to the mysql server either. If there another config file i have missed that is overwriting these settings? If so is their a way of finding out what phpmyadmin is readin them as - I'm that well up on php... James
I have installed squeeze on a HP notebook. I have one small problem though. It does not resume from suspend. If I shutdown -> suspend, or close the the lid, or shut downs (suspends) as expected, but when I then power it backup up, the screen just stays black. Hibernate is working fine. Any ideas, how I can fix this. Thanks. output of lspci (if needed) Code: Select all00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07) 00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07) 00:03.0 Communication controller: Intel Corporation Mobile 4 Series Chipset MEI Controller (rev 07) 00:03.2 IDE interface: Intel Corporation Mobile 4 Series Chipset PT IDER Controller (rev 07) 00:03.3 Serial controller: Intel Corporation Mobile 4 Series Chipset AMT SOL Redirection (rev 07) 00:19.0 Ethernet controller: Intel Corporation 82567LM Gigabit Network Connection (rev 03) 00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03) 00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03) 00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03) 00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03) 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03) 00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03) 00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03) 00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 03) 00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 03) 00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03) 00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03) 00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03) 00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93) 00:1f.0 ISA bridge: Intel Corporation ICH9M-E LPC Interface Controller (rev 03) 00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03) 01:00.0 VGA compatible controller: ATI Technologies Inc Mobility Radeon HD 3650 01:00.1 Audio device: ATI Technologies Inc RV635 Audio device [Radeon HD 3600 Series] 03:00.0 Network controller: Intel Corporation Ultimate N WiFi Link 5300 86:09.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 06) 86:09.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 25) 86:09.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 14) 86:09.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 14) 86:09.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev bb) 86:09.5 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ff)
In a completely different laptop I can create the same behavior with kernel 2.6.32 or older. The display never comes back from suspend. Needless to say I use a newer kernel.
Hi, I have installed Debian squeeze 6.0.1 using the CD1 of the i686 version (kernel 2.6.32.5) on my compaq presario sr1799es desktop. My machine has a ethernet card RTL8139 (RTL-8139/8139C/8139C+) (it has no wireless card). I can't connect to internet with debian. I can connect to internet in this machine using windows xp. I also checked with the Puppy linux 5.2.5 version (with kernel 2.6.33.2) using a usb memory and I had success connecting to internet by dhcp. I already checked lots of forums with related questions but I couldn't find a solution for my problem. I'll show you the output of lspci and lsmod !grep 8139 commands: Code: Select all lspci 00:00.0 Host bridge: ATI Technologies Inc Radeon Xpress 200 Host Bridge (rev 01) 00:02.0 PCI bridge: ATI Technologies Inc RS480 PCI-X Root Port 00:11.0 IDE interface: ATI Technologies Inc IXP SB400 Serial ATA Controller (rev 80) 00:12.0 IDE interface: ATI Technologies Inc IXP SB400 Serial ATA Controller (rev 80) 00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80) 00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80) 00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller (rev 80) 00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 81) 00:14.1 IDE interface: ATI Technologies Inc IXP SB400 IDE Controller (rev 80) 00:14.2 Audio device: ATI Technologies Inc IXP SB4x0 High Definition Audio Controller ( rev 01) 00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge (rev 80) 00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge (rev 80) 01:00.0 VGA compatible controller: nVidia Corporation NV44 [GeForce 6200SE TurboCache (TM)] (rev a1) 02:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) 02:06.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev 80) Code: Select alllsmod | grep 8139 mii 2714 1 8139too The output of dmesg | grep 8139: [ 1.172379] 8139too Fast Ethernet driver 0.9.28 [ 1.172805] 8139too 0000:02:05.0: PCI INT A -> Link[LNKE] -> GSI 10 (level, low) -> IRQ 10 [ 1.175072] eth0: RealTek RTL8139 at 0xe800, 00:14:2a:da:23:63, IRQ 10 [ 58.804545] NETDEV WATCHDOG: eth0 (8139too): transmit queue 0 timed out [ 58.804549] Modules linked in: ppdev lp nls_utf8 nls_cp437 vfat fat loop firewire_sbp2 snd_usb_audio snd_hda_codec_realtek snd_usb_lib nouveau snd_seq_midi snd_seq_midi_event snd_hda_intel snd_rawmidi snd_hda_codec ttm drm_kms_helper snd_hwdep drm snd_pcm gspca_zc3xx snd_seq gspca_main snd_timer videodev snd_seq_device psmouse v4l1_compat i2c_algo_bit parport_pc i2c_piix4 i2c_core snd soundcore snd_page_alloc parport button evdev pcspkr serio_raw processor ext3 jbd mbcache usb_storage sd_mod crc_t10dif firewire_ohci ohci_hcd ehci_hcd ata_generic firewire_core pata_atiixp sata_sil thermal floppy thermal_sys libata crc_itu_t 8139too mii usbcore nls_base scsi_mod [last unloaded: scsi_wait_scan] and the following is the output of dmesg |grep eth0: Code: Select alldmesg |grep eth0 [ 1.175072] eth0: RealTek RTL8139 at 0xe800, 00:14:2a:da:23:63, IRQ 10 [ 28.867349] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 39.276523] eth0: no IPv6 routers present [ 58.804545] NETDEV WATCHDOG: eth0 (8139too): transmit queue 0 timed out [ 61.804155] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 73.804112] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 85.804142] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 97.804099] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 109.804098] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 121.804113] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 133.804295] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 145.804118] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 157.804119] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 My /etc/network/interfaces file: Code: Select all# auto lo iface lo inet loopback # auto eth0 iface eth0 inet static address 192.168.1.50 netmask 255.255.255.0 gateway 192.168.1.1 The output of ifconfig ! grep eth : Code: Select allifconfig | grep eth eth0 Link encap:Ethernet HWaddr 00:14:2a:da:23:63 inet addr:192.168.1.50 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::214:2aff:feda:2363/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:4 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:60 (60.0 B) TX bytes:328 (328.0 B) Interrupt:10 Base address:0xe800 I only can ping to my IP address (192.168.1.50), but I can't ping to the router, neither http://www.google.com neither google IP. I have tried both, networkmanager and wicd but any of them allow me to connect. I will show you the output of lspci and lsmod when running Puppy 5.2.5 in the same machine (I don't know f this info help): Code: Select alllspci (in puppy 5.2.5) 00:00.0 Host bridge: ATI Technologies Inc Radeon Xpress 200 Host Bridge (rev 01) 00:02.0 PCI bridge: ATI Technologies Inc RS480 PCI-X Root Port 00:11.0 IDE interface: ATI Technologies Inc IXP SB400 Serial ATA Controller (rev 80) 00:12.0 IDE interface: ATI Technologies Inc IXP SB400 Serial ATA Controller (rev 80) 00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80) 00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80) 00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller (rev 80) 00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 81) 00:14.1 IDE interface: ATI Technologies Inc IXP SB400 IDE Controller (rev 80) 00:14.2 Audio device: ATI Technologies Inc IXP SB4x0 High Definition Audio Controller (rev 01) 00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge (rev 80) 00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge (rev 80) 01:00.0 VGA compatible controller: nVidia Corporation NV44 [GeForce 6200SE TurboCache (TM)] (rev a1) 02:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) 02:06.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev 80) lsmod (in Puppy 5.2.5) Code: Select alllsmod Module Size Used by battery 7164 0 snd_hda_codec_realtek 165209 1 snd_usb_audio 49084 0 snd_hda_intel 14978 0 snd_hda_codec 38539 2 snd_hda_codec_realtek,snd_hda_intel snd_pcm_oss 26845 0 snd_mixer_oss 9963 1 snd_pcm_oss snd_pcm 45385 4 snd_usb_audio,snd_hda_intel,snd_hda_codec,snd_pcm_oss snd_seq_dummy 907 0 snd_hwdep 3830 1 snd_usb_audio snd_usb_lib 11340 1 snd_usb_audio snd_seq_oss 18888 0 snd_seq_midi 3156 0 snd_rawmidi 11924 2 snd_usb_lib,snd_seq_midi snd_seq_midi_event 3592 2 snd_seq_oss,snd_seq_midi snd_seq 32379 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event snd_timer 11986 2 snd_pcm,snd_seq snd_seq_device 3601 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq snd 30859 14 snd_hda_codec_realtek,snd_usb_audio,snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_hwdep,snd_usb_lib,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device soundcore 3403 1 snd snd_page_alloc 4645 2 snd_hda_intel,snd_pcm evdev 5517 0 serio_raw 2928 0 fbcon 27736 0 tileblit 1509 1 fbcon font 6916 1 fbcon bitblit 3514 1 fbcon softcursor 805 1 bitblit ohci1394 20716 0 ieee1394 50116 1 ohci1394 apm 9667 1 pcspkr 1179 0 8139too 13988 0 mii 2650 1 8139too i2c_piix4 6788 0 i2c_core 11497 1 i2c_piix4 ati_agp 3910 0 agpgart 18904 1 ati_agp shpchp 21148 0 pci_hotplug 18286 1 shpchp fuse 42549 0 aufs 110466 1 nls_iso8859_1 2937 1 nls_cp437 4465 1 usbhid 18009 0 usb_storage 29717 1 squashfs 15984 1 ohci_hcd 16937 0 ssb 29373 1 ohci_hcd ehci_hcd 25830 0 usbcore 91279 7 snd_usb_audio,snd_usb_lib,usbhid,usb_storage,ohci_hcd,ehci_hcd floppy 40152 0 I would be glad to receive any help from you! Please, let me know if you need more information to figure out what is the problem. Cheers
You've set up your interfaces file for a static address... not knowing how your network/router is set up, it's up to you to check that you have the correct subnet mask, gateway and address, etc. Change your interfaces file to connect via dhcp and see if that works first.
Hi. I am an old Debian user, ho just reinstalled it again to see how it evolved since my las version (3.2). I am sharing it with Arch Linux, And decided to let bot of them. I am using GDM compiled and configured in Arch, and removed GDM2 from Debian (i just like the easy menu.list from the old GDM). The problem is that when i update the kernel, it didn't fing GDM and drops an error message. I tried removing the distro-preconfigured Kernels, as i compiled my own 3.0.0-rc2 Kerenel, but i cant delete the previous ones. Now everytime i do an install or uptgrade, apt-get drops wastes some time, and drops an error message: Failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-2.6.32-5-amd64.postrm line 234. --> kernel i want to remove the subprocces installed returned the error code 1 (this isn't exact, becuase i have my distro in Spanish). What can i do? i googled some similar errors, but where just messed up mirror.lists, or similar, i know it isnt the cause of fail.
vladimir1986 wrote:I am using GDM compiled and configured in Arch, and removed GDM2 from Debian (i just like the easy menu.list from the old GDM). Did you mean GRUB instead of GDM? It would make more sense. If that were the case, install the package grub-legacy to use the former GRUB.
Running Wheezy on my laptop and uninstalled OpenOffice to switch to LibreOffice. Not a good idea - now both LibreOffice and OpenOffice fail to install. Basically aptitude wants me to remove 127 packages... Code: Select allThe following NEW packages will be installed: libgdk-pixbuf2.0-0{a} libgraphite3{a} libreoffice libreoffice-base{a} libreoffice-base-core{a} libreoffice-calc{a} libreoffice-common{a} libreoffice-core{a} libreoffice-draw{a} libreoffice-emailmerge{a} libreoffice-filter-binfilter{a} libreoffice-filter-mobiledev{a} libreoffice-impress{a} libreoffice-java-common{a} libreoffice-math{a} libreoffice-report-builder-bin{a} libreoffice-style-galaxy{a} libreoffice-writer{a} libtextcat-data{a} libtextcat0{a} libxcb-shm0{a} python-uno{a} The following packages will be upgraded: libcairo2{b} libgtk2.0-0 libgtk2.0-bin libmozjs2d libpango1.0-0 librsvg2-2 libwmf0.2-7 xulrunner-1.9.1 8 packages upgraded, 22 newly installed, 0 to remove and 229 not upgraded. Need to get 118MB of archives. After unpacking 303MB will be used. The following packages have unmet dependencies: libgail18: Depends: libgtk2.0-0 (= 2.20.1-2) but 2.24.4-3 is to be installed. libmozjs-dev: Depends: libmozjs2d (= 1.9.1.9-7) but 1.9.1.19-2 is to be installed. libcairo2: Breaks: xulrunner-1.9 but 1.9.0.14-1 is installed. librsvg2-common: Depends: librsvg2-2 (= 2.26.3-1) but 2.32.1-1 is to be installed. librsvg2-dev: Depends: librsvg2-2 (= 2.26.3-1) but 2.32.1-1 is to be installed. libcairo2-dev: Depends: libcairo2 (= 1.8.8-2) but 1.10.2-6 is to be installed. libpango1.0-dev: Depends: libpango1.0-0 (= 1.26.2-1) but 1.28.3-6 is to be installed. gtk2-engines-pixbuf: Depends: libgtk2.0-0 (= 2.20.1-2) but 2.24.4-3 is to be installed. libgtk2.0-dev: Depends: libgtk2.0-0 (= 2.20.1-2) but 2.24.4-3 is to be installed. The following actions will resolve these dependencies: Remove the following packages: 1) backintime-gnome 2) brasero 3) cpufire-applet 4) deskbar-applet 5) desktop-base 6) emifreq-applet 7) empathy ..etc. I have tried to install the various dependencies but always run into some snag. What should I try next?
And Code: Select allapt-cache policy libreoffice libreoffice: Installed: (none) Candidate: 1:3.3.2-2+b1 Version table: 1:3.3.2-2+b1 0 650 http://ftp.no.debian.org testing/main Packages Code: Select allLinux computern 2.6.38-2-amd64 #1 SMP Sun May 8 13:51:57 UTC 2011 x86_64 GNU/Linux
I am having a problem setting up an interface. the state does not seem to change to up and i don't even see any errors Code: Select all#/etc/network/interfaces # The Office LAN auto bond0 iface bond0 inet static address 192.168.0.232 netmask 255.255.255.0 # gateway 192.168.0.199 # gateway 192.168.0.254 up /sbin/ifenslave bond0 eth0 eth1 auto eth2 iface eth2 inet static address 195.171.205.5 netmask 255.255.255.128 gateway 195.171.205.1 ip add sh Code: Select all1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 link/ether 60:eb:69:ed:94:28 brd ff:ff:ff:ff:ff:ff 3: eth2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000 link/ether 60:eb:69:ed:94:29 brd ff:ff:ff:ff:ff:ff inet 195.171.205.5/25 brd 195.171.205.127 scope global eth2 4: eth0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP qlen 1000 link/ether 00:1b:21:9a:40:c0 brd ff:ff:ff:ff:ff:ff 5: eth1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP qlen 1000 link/ether 00:1b:21:9a:40:c0 brd ff:ff:ff:ff:ff:ff 6: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP link/ether 00:1b:21:9a:40:c0 brd ff:ff:ff:ff:ff:ff inet 192.168.0.232/24 brd 192.168.0.255 scope global bond0 inet6 fe80::21b:21ff:fe9a:40c0/64 scope link valid_lft forever preferred_lft forever As you can see eth2 shows state as down. How do i get the state to go up. I have rebooted tried ifup ifdown etc... dmesg | grep eth Code: Select all[ 1.111999] eth0: Broadcom NetXtreme II BCM5716 1000Base-T (C0) PCI Express found at mem ea000000, IRQ 48, node addr 60:eb:69:ed:94:28 [ 1.117964] eth1: Broadcom NetXtreme II BCM5716 1000Base-T (C0) PCI Express found at mem ec000000, IRQ 49, node addr 60:eb:69:ed:94:29 [ 1.287138] igb 0000:01:00.0: eth2: (PCIe:2.5Gb/s:Width x4) 00:1b:21:9a:40:c0 [ 1.287215] igb 0000:01:00.0: eth2: PBA No: e66292-003 [ 1.475131] igb 0000:01:00.1: eth3: (PCIe:2.5Gb/s:Width x4) 00:1b:21:9a:40:c1 [ 1.475208] igb 0000:01:00.1: eth3: PBA No: e66292-003 [ 20.776187] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PMI0._GHL] (Node ffff88041f014140), AE_NOT_EXIST [ 20.776216] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PMI0._PMC] (Node ffff88041f0140c0), AE_NOT_EXIST [ 20.909271] udev[737]: renamed network interface eth1 to eth1-eth2 [ 20.909791] udev[728]: renamed network interface eth0 to eth0-eth3 [ 20.910276] udev[601]: renamed network interface eth3 to eth1 [ 20.910775] udev[723]: renamed network interface eth2 to eth0 [ 20.959857] udev[737]: renamed network interface eth1-eth2 to eth2 [ 20.960392] udev[728]: renamed network interface eth0-eth3 to eth3 [ 22.780618] igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX [ 22.781072] bonding: bond0: enslaving eth0 as an active interface with an up link. [ 22.828917] bonding: bond0: enslaving eth1 as an active interface with a down link. [ 22.832621] igb: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX [ 22.896054] bonding: bond0: link status up for interface eth1, enabling it in 200 ms. [ 22.926035] bnx2: eth2: using MSIX [ 22.928464] ADDRCONF(NETDEV_UP): eth2: link is not ready [ 22.996054] bonding: bond0: link status definitely up for interface eth0. [ 23.096047] bonding: bond0: link status definitely up for interface eth1. /code] any help please????
Found the problem.. my physical interface where renamed wrong for some weird reason, don't know how either. so eth2 was eth3 and eth3 was eth2
Hello All I'm booting a T42 thinkpad from the live Debian Squeeze image, the XFCE version that uses WICD for network management. I'm trying to test the wifi before installing permanently. This laptop needs the ipw2100 firmware installing. I've followed the instructions at http://wiki.debian.org/ipw2200 lspci gave Code: Select all02:02.0 Network controller: Intel Corporation PRO/Wireless LAN 2100 3B Mini PCI Adapter (rev 04) so i used Code: Select allsudo modprobe -r ipw2100 sudo modprobe ipw2100 the Wifi indicator led comes on for a few seconds, then blanks for half a second then repeats. WICD reports no wireless networks found. DMESG gives Code: Select all[ 1127.000734] ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, git-1.2.2 [ 1127.000739] ipw2100: Copyright(c) 2003-2006 Intel Corporation [ 1127.000896] ipw2100 0000:02:02.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11 [ 1127.001567] ipw2100: Detected Intel PRO/Wireless 2100 Network Connection [ 1127.001585] ipw2100 0000:02:02.0: firmware: requesting ipw2100-1.3.fw with no further mention of ipw2100. The iwconfig command gives Code: Select alluser@debian:~$ sudo iwconfig lo no wireless extensions. eth0 no wireless extensions. irda0 no wireless extensions. pan0 no wireless extensions. eth1 unassociated ESSID:off/any Nickname:"ipw2100" Mode:Managed Channel=0 Access Point: Not-Associated Bit Rate:0 kb/s Tx-Power:16 dBm Retry short limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 Any suggestions? Is it necessary to restart networking somehow (without rebooting as this is a live image)? I'd like to see wifi working on this machine before overwriting its current OS. I have googled and searched this forum but either things seem to 'just work' (often with Gnome) or the threads peter out.
I've followed the instructions at http://wiki.debian.org/ipw2200 #6. Configure your wireless interface as appropriate. http://wiki.debian.org/WiFi/HowToUse#wi ... 2C_Fluxbox did you fix the /etc/network/interfaces file?
I have installed the Nvidia drivers on my desktop using http://wiki.debian.org/NvidiaGraphicsDrivers according to the Debian way. Everything seems to be fine except the resolution. The best it will let me choose is something like 600x480. I have searched and most of what is suggested around the web is to change xorg.conf. I have tried this using different setting suggested but nothing is working. I did not have a xorg.conf file so I created one with the setting suggested on the Debian wiki. Any help is greatly appreciated.
what card? what monitor? native res?
After reboot SSH server is down: Code: Select all# /etc/init.d/ssh status could not access PID file for sshd ... failed! It doesn't work, doesn't listen to port (netstat -ln). Needs a manual kick and then starts like a charm: Code: Select all# /etc/init.d/ssh restart Restarting OpenBSD Secure Shell server: sshd. # /etc/init.d/ssh status sshd is running. Checked by logging in from outside, works. This happens both after insserv [switch to insserv boot sequence] and after insserv -d [switch to default boot sequence]. Applies to runlevels 2-5. I am sure I am in runlevel 2 (also confirmed by below bootlog): Code: Select all# runlevel N 2 Below is my ls /etc/rc2.d/ | sort (where S04ssh is present): Code: Select all# ls /etc/rc2.d/ | sort K01openvpn K01rsync K01speech-dispatcher README S01binfmt-support S01dirmngr S01fancontrol S01preload S01rsyslog S01samba S01sudo S01timidity S01transmission-daemon S01virtualbox-ose S01vnstat S02acpid S02atd S02clamav-daemon S02cron S02dbus S02denyhosts S02fglrx-atieventsd S03clamav-freshclam S03exim4 S03hal S03network-manager S03pulseaudio S03saned S04kdm S04ssh S05bootlogs S06rc.local S06rmnologin S06stop-bootlogd S06stop-readahead-fedora My /var/log/boot log says: OpenBSD Secure Shell server: sshd. and doesn't mention any failures: Code: Select allMon Jun 6 09:03:29 2011: Setting parameters of disc: (none). Mon Jun 6 09:03:29 2011: Setting preliminary keymap...done. Mon Jun 6 09:03:29 2011: Activating swap...done. Mon Jun 6 09:03:29 2011: Checking root file system...fsck from util-linux-ng 2.17.2 Mon Jun 6 09:03:29 2011: root: clean, 175678/4333824 files, 5860019/17301504 blocks Mon Jun 6 09:03:29 2011: done. Mon Jun 6 09:03:29 2011: Cleaning up ifupdown.... Mon Jun 6 09:03:29 2011: Loading kernel modules...done. Mon Jun 6 09:03:29 2011: Setting up networking.... Mon Jun 6 09:03:29 2011: Activating lvm and md swap...done. Mon Jun 6 09:03:29 2011: Checking file systems...fsck from util-linux-ng 2.17.2 Mon Jun 6 09:03:29 2011: /dev/sdb3: clean, 62822/5054464 files, 13003060/20185672 blocks Mon Jun 6 09:03:30 2011: dane: clean, 21237/48594944 files, 148221824/194366410 blocks Mon Jun 6 09:03:30 2011: done. Mon Jun 6 09:03:30 2011: Mounting local filesystems...done. Mon Jun 6 09:03:30 2011: Activating swapfile swap...done. Mon Jun 6 09:03:30 2011: Cleaning up temporary files.... Mon Jun 6 09:03:30 2011: Configuring network interfaces...done. Mon Jun 6 09:03:30 2011: Setting kernel variables ...done. Mon Jun 6 09:03:30 2011: Cleaning up temporary files.... Mon Jun 6 09:03:30 2011: Setting up ALSA...done. Mon Jun 6 09:03:30 2011: Setting console screen modes. Mon Jun 6 09:03:30 2011: ^[]R^[[9;30]^[[14;30]Skipping font and keymap setup (handled by console-setup). Mon Jun 6 09:03:30 2011: Setting up console font and keymap...done. Mon Jun 6 09:03:31 2011: Setting sensors limits. Mon Jun 6 09:03:31 2011: INIT: Entering runlevel: 2 Mon Jun 6 09:03:31 2011: Using makefile-style concurrent boot in runlevel 2. Mon Jun 6 09:03:31 2011: Starting preload: preload. Mon Jun 6 09:03:31 2011: Starting bittorrent daemon: transmission-daemon. Mon Jun 6 09:03:31 2011: Starting DirMngr: dirmngr. Mon Jun 6 09:03:31 2011: Starting enhanced syslogd: rsyslogd. Mon Jun 6 09:03:31 2011: Starting atieventsd: done. Mon Jun 6 09:03:31 2011: Starting vnStat daemon: vnstatd. Mon Jun 6 09:03:31 2011: Starting system message bus: dbus. Mon Jun 6 09:03:31 2011: Enabling additional executable binary formats: binfmt-support. Mon Jun 6 09:03:31 2011: Starting VirtualBox kernel modules. Mon Jun 6 09:03:32 2011: Starting network connection manager: NetworkManager. Mon Jun 6 09:03:32 2011: Starting ACPI services.... Mon Jun 6 09:03:32 2011: Starting deferred execution scheduler: atd. Mon Jun 6 09:03:32 2011: Starting periodic command scheduler: cron. Mon Jun 6 09:03:32 2011: Starting OpenBSD Secure Shell server: sshd. Mon Jun 6 09:03:32 2011: Starting TiMidity++ ALSA midi emulation.... Mon Jun 6 09:03:32 2011: Starting Samba daemons: nmbd smbd. Mon Jun 6 09:03:32 2011: Starting DenyHosts: denyhosts. Mon Jun 6 09:03:33 2011: Starting Hardware abstraction layer: hald. Mon Jun 6 09:03:33 2011: Starting K Display Manager: kdm. Mon Jun 6 09:03:33 2011: Starting ClamAV daemon: clamd . Mon Jun 6 09:03:35 2011: Starting ClamAV virus database updater: freshclam. Mon Jun 6 09:03:35 2011: Starting MTA: exim4. I used sysv-rc-conf -p to change ssh's priority to S04, originally it was S02, but also failed at boot. What am I missing? HELP! My config: Debian squeeze, 2.6.32-5-AMD64. Any more info will be gladly provided. Trust me, I tried to Google it, re-read some threads numerous times. This thread will probably prove I fail at Googling, but hopefully it will also solve my problem. PS. This is minor priority compared to sshd: but maybe you know why two other processes fail as well? Code: Select all# find /etc/rc2.d/ -iname "S*" -exec "{}" status \; fancontrol is not running ... failed! bootlogd is not running ... failed!
Some more detailed info that might help you suggest me where more to look at: Code: Select allls -l /etc/rc2.d/*ssh* lrwxrwxrwx 1 root root 13 Jun 6 09:07 /etc/rc2.d/S04ssh -> ../init.d/ssh Code: Select allls -l /etc/init.d/ssh -rwxr-xr-x 1 root root 3704 Mar 31 2010 /etc/init.d/ssh Code: Select allgrep sshd /var/log/* | grep crash grep sshd /var/log/* | grep fail give nothing, and Code: Select allgrep sshd /var/log/* gives reports from 4 various logs, none of them relating to ssh on boot (they mostly report failed attempts to break in by hacker-bots).
Hello everyone, My current Operating System is Debian Squeeze and I am very new to Debian. I have been using Linux Ubuntu since 9.10 so I do have a little experience with using the Terminal and other minor things. For the past week or two, I have had a problem mounting external devices. It doesn't matter whether it's a camera, USB Flashdrive, or an external hard disk - no matter what it is, it just will not mount (on it's own). When I add a device to my Laptop, absolutely NOTHING happens, and I can't find it in my /media folder. When I open Gparted, I do find the devices and what the system recognizes them as - such as /dev/sdb and others. I have been able to mount these external devices, by connecting them to my Laptop and then I do the following: 1. Open Gparted to find what the device is called 2. Open Terminal (as root) and type the command: mount /dev/DEVICENAME /mnt/folder_i_created_for_device After that I go to the folder I want and I can access files (but ONLY as root - as normal user I don't have any privileges except viewing items, so if I want to actually USE the device I have to type in "nautilus" while in root terminal so I can access files and folders as root). When I'm done with what I need, I can close the window, and then I open the root terminal again, and to unmount the device I used I type: umount /dev/MY_DEVICE Edited to add this: If you need a look at my FSTAB: Code: Select all# /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # / was on /dev/sda1 during installation UUID=3f27e93a-195a-4f85-be77-7f0585829d7b / ext4 errors=remount-ro 0 1 # /var was on /dev/sda2 during installation UUID=89c9af8c-0d7e-40dd-8334-61f481a4657c /var ext4 defaults 0 2 # swap was on /dev/sda5 during installation UUID=e7bb469d-5e22-4d8f-a67a-fc99fb438f40 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0 /dev/sda2 is the partition on which I have my files (mounted in /var) - Then I have my System partition sda1 and my swap ON sda5... So, my FSTAB doesn't even show any other devices (in case that's unusual) Can anyone help me with correcting this? When I first installed Debian, when I connected an external drive to my Laptop it would automatically be mounted, and as a normal user I obviously had access to my files... Many Thanks! EDITED TO ADD THIS: June 12, 2011 Two ways to solve this: 1. open terminal as root and paste the command Code: Select allroot@stephen:/home/stephen# mount -a 2. Reinstall your system (as I did since that wasn't the only complication I had.)
rhss62011 wrote: Can anyone help me with correcting this? When I first installed Debian, when I connected an external drive to my Laptop it would automatically be mounted, and as a normal user I obviously had access to my files... Did you recently install sudo or do you recall? What;s mounted now, is there something about /proc/bus/usb ? if so what's the mode? Just to make sure what you said, root always mounts the usb device or do you have to try a few times? Do the doodads show up with fdisk -l and dmesg when you plug them in? I've been trying a little thing called udevadm, it is hard to use but if you get one of the devices mounted, it could possibly track down what's going on. You'll have to read the man page because I have to sit down for 5-10 minutes and read it myself every time I try it.
Hello there, Last week I upgraded from Squeeze to Wheezy. Everything seems to be in order, except now launching empathy will get my 4 separate GNOME keyring prompts in a row. I guess my keyring got copied for some reason, but I can’t figure out what package to install to deal with my keyrings, as gnome-keyring-manager is only in sid… Thank you for your time.
I also get this in Sid, when I log in, I am asked twice to unlock my login keyring. Try installing the seahorse package. It should give you some control over your keyrings. Chris
I am trying to install grsecurity as per http://kernelsec.cr0.org/ The sources.list file is as follows. root@debian:/etc/apt# cat sources.list # # deb cdrom:[Debian GNU/Linux 6.0.1a _Squeeze_ - Official i386 DVD Binary-1 20110322-15:11]/ squeeze contrib main deb cdrom:[Debian GNU/Linux 6.0.1a _Squeeze_ - Official i386 DVD Binary-1 20110322-15:11]/ squeeze contrib main deb http://ftp.us.debian.org/debian/ squeeze main deb-src http://ftp.us.debian.org/debian/ squeeze main deb http://security.debian.org/ squeeze/updates main contrib deb-src http://security.debian.org/ squeeze/updates main contrib # squeeze-updates, previously known as 'volatile' deb http://ftp.us.debian.org/debian/ squeeze-updates main contrib deb-src http://ftp.us.debian.org/debian/ squeeze-updates main contrib deb http://debian.cr0.org/repo/ kernel-security/ root@debian:/etc/apt# **************************************** GPG key is correct. root@debian:/etc/apt# apt-key list /etc/apt/trusted.gpg -------------------- pub 1024D/F42584E6 2008-04-06 [expires: 2012-05-15] uid Lenny Stable Release Key <debian-release@lists.debian.org> pub 4096R/55BE302B 2009-01-27 [expires: 2012-12-31] uid Debian Archive Automatic Signing Key (5.0/lenny) <ftpmaster@debian.org> pub 2048R/6D849617 2009-01-24 [expires: 2013-01-23] uid Debian-Volatile Archive Automatic Signing Key (5.0/lenny) pub 4096R/B98321F9 2010-08-07 [expires: 2017-08-05] uid Squeeze Stable Release Key <debian-release@lists.debian.org> pub 4096R/473041FA 2010-08-27 [expires: 2018-03-05] uid Debian Archive Automatic Signing Key (6.0/squeeze) <ftpmaster@debian.org> pub 2048R/D17D426D 2007-06-17 uid kernel-security (Security packages for Debian/Ubuntu) <kernel-security@cr0.org> root@debian:/etc/apt# **************** Now when I try to install the package I get this message. What am I doing wrong? root@debian:/home/abcd# apt-get install linux-image-2.6.32.15-1-grsec Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package linux-image-2.6.32.15-1-grsec E: Couldn't find any package by regex 'linux-image-2.6.32.15-1-grsec'
Run ..... debian:~# apt-get update .... before executing .... debian:~# apt-get install linux-image-2.6.32.15-1-grsec
So I'm going to start this off by telling you all I know how stupid I was and I can't believe I made such a noob mistake... long story short, my ENTIRE hard drive now has user AND group permissions root. I can't start X and are having various permissions issues. although ive been using linux for a long time, im no genius and need your guys help : ) long story long, I did a debian netinst to my netbooks SSD. got everything EXACTLY as I wanted it, was very happy with my first go at debian but of course being a linux dork im always willing to tweak. I installed onto btrfs which I recently learned supports compression which not only saved precious SSD space (only 8GBs) but according to some benchmarks also improved performance. this was a boot option and would only start compressing new files. this, of course, could not be good enough. so I formatted my SD card btrfs, mounted it with compress option + my SSD defaults and copied over all files that weren't a mount (i.e. proc, dev, sys,...) however I forgot to copy permissions. so every file was copied with root:root ownership and I didn't realize this when booting to the SD card to verify things were working as I assumed ( never do this ) that getting to a login terminal was enough. So now I need to fix all permissions and I would really prefer it be without a clean install. A netinst can take a dec amount of time and I had a lot of tweaking to do since I only used Xorg + i3 tiling wm. there has to be a way to fix this...I started trying to reinstall all the packages but kept running into issued where aptitude wasn't able to reinstall things like bash or perl-base, presumably bc they were in use or had incorrect permissions set : /
I don't get what's your problem here, as you said you copied the files - don't you have a master copy that has all the permissions still intact?
I originally installed Debian and configured it the way I want it without any problems. It was working perfectly and I was happy. I then tried openSuse. I did not like it and re-installed Debian five hours later. Now I have a strange problem. This is the third re-install. With the first two, after installing a few founts the system says the founts are present, but they cannot be displayed. I only get empty rectangles. The founts are not available in office and there is no text at all on the internet. Only photographs and a few icons. This forum for example, only has lines separating the posts. I do not know why there is a problem, because I am configuring the system the same as the first time; install scim and add a few founts. The founts are not in packages, but I need them for some of the work I do in office. Since Debian uses this strange permissions system where the user is not considered the owner of his or her computer, I use gksu nautilus. I makes no difference if I leave the permissions of the fount folder as root or change it to me. I am completely at a loss. As I mentioned, I am doing the same thing I did the first time, so there should not be any problems. Does anyone have any ideas?
Any installation I have done included fonts, even the minimalist ones. Where did you get your install from?
Hello everybody The problem i'm experiencing is driving me crazy.. I can't access youtube (and possibly other google servers) from my debian system. Iceweasel returns 'server not found' and epiphany 'Cannot resolve hostname'. At the same time, other pc's in my home network (running windows) have no issue. To make things more complicated there is no problem accessing youtube from firefox in my windows_xp virtual box machine !! Same thing i guess happens with other google servers eg. i can access maps.google but it loads no maps. Furthermore: While ping, traceroute and nslookup on 'www.youtube.com' returns: Code: Select all*****@squeek:~$ ping www.youtube.com ping: unknown host www.youtube.com *****@squeek:~$ traceroute www.youtube.com www.youtube.com: Name or service not known Cannot handle "host" cmdline arg `www.youtube.com' on position 1 (argc 1) *****@squeek:~$ nslookup www.youtube.com ;; Truncated, retrying in TCP mode. ;; Connection to 192.168.1.1#53(192.168.1.1) for www.youtube.com failed: connection refused. same commands on 'youtube.com' seem ok: Code: Select all****@squeek:~$ ping youtube.com PING youtube.com (74.125.47.93) 56(84) bytes of data. 64 bytes from yw-in-f93.1e100.net (74.125.47.93): icmp_req=1 ttl=52 time=148 ms 64 bytes from yw-in-f93.1e100.net (74.125.47.93): icmp_req=2 ttl=52 time=150 ms 64 bytes from yw-in-f93.1e100.net (74.125.47.93): icmp_req=3 ttl=52 time=149 ms .... ******@squeek:~$ traceroute youtube.com traceroute to youtube.com (74.125.47.93), 30 hops max, 60 byte packets 1 ....... 2 ....... 3 ....... 4 gig7-0.60-gsr02.ath.OTEGlobe.net (62.75.3.205) 16.252 ms 17.928 ms 19.137 ms 5 62.75.4.245 (62.75.4.245) 75.403 ms 75.828 ms 76.136 ms 6 62.75.4.166 (62.75.4.166) 73.933 ms 58.461 ms 59.005 ms ... *****@squeek:~$ nslookup youtube.com Server: 192.168.1.1 Address: 192.168.1.1#53 Non-authoritative answer: Name: youtube.com Address: 74.125.127.93 Name: youtube.com Address: 74.125.47.93 Name: youtube.com Address: 74.125.95.93 Of course same problem occured a week or two ago, and was solved at a point without me doing anything.... So it's not youtube's problem, it doesn't look like a router problem, i have no firewall installed. I will grrrrreatly aprreciate any ideas !!!
It's almost certainly a DNS problem. Solution: manually configure your network interface and explicitly set your DNS servers. Two very popular choices are: OpenDNS 208.67.222.222 208.67.220.220 Google 8.8.8.8 8.8.4.4
Hi When I connect a USB stick to my laptop, it is mounted as root:root. I want ot be able to use it as the logged in user It has worked in the past (1+ month ago), but recently it just mount it as root:root. Code: Select allMay 20 22:59:42 leon kernel: [ 203.272120] usb 1-1: new high speed USB device using ehci_hcd and address 6 May 20 22:59:43 leon kernel: [ 203.405406] usb 1-1: New USB device found, idVendor=059f, idProduct=1027 May 20 22:59:43 leon kernel: [ 203.405426] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 May 20 22:59:43 leon kernel: [ 203.405439] usb 1-1: Product: LaCie iamaKey May 20 22:59:43 leon kernel: [ 203.405449] usb 1-1: Manufacturer: LaCie May 20 22:59:43 leon kernel: [ 203.405459] usb 1-1: SerialNumber: 7215f8b7d2927c May 20 22:59:43 leon kernel: [ 203.506980] usbcore: registered new interface driver uas May 20 22:59:43 leon kernel: [ 203.559324] Initializing USB Mass Storage driver... May 20 22:59:43 leon kernel: [ 203.559992] scsi6 : usb-storage 1-1:1.0 May 20 22:59:43 leon kernel: [ 203.561048] usbcore: registered new interface driver usb-storage May 20 22:59:43 leon kernel: [ 203.561058] USB Mass Storage support registered. May 20 22:59:44 leon kernel: [ 204.584199] scsi 6:0:0:0: Direct-Access LaCie iamaKey 0.00 PQ: 0 ANSI: 2 May 20 22:59:44 leon kernel: [ 204.590073] sd 6:0:0:0: [sdb] 7897088 512-byte logical blocks: (4.04 GB/3.76 GiB) May 20 22:59:44 leon kernel: [ 204.590711] sd 6:0:0:0: [sdb] Write Protect is off May 20 22:59:44 leon kernel: [ 204.590735] sd 6:0:0:0: [sdb] Mode Sense: 00 00 00 00 May 20 22:59:44 leon kernel: [ 204.591200] sd 6:0:0:0: [sdb] Asking for cache data failed May 20 22:59:44 leon kernel: [ 204.591219] sd 6:0:0:0: [sdb] Assuming drive cache: write through May 20 22:59:44 leon kernel: [ 204.597207] sd 6:0:0:0: [sdb] Asking for cache data failed May 20 22:59:44 leon kernel: [ 204.597231] sd 6:0:0:0: [sdb] Assuming drive cache: write through May 20 22:59:44 leon kernel: [ 204.736282] sdb: sdb1 May 20 22:59:44 leon kernel: [ 204.743536] sd 6:0:0:0: [sdb] Asking for cache data failed May 20 22:59:44 leon kernel: [ 204.743549] sd 6:0:0:0: [sdb] Assuming drive cache: write through May 20 22:59:44 leon kernel: [ 204.743560] sd 6:0:0:0: [sdb] Attached SCSI removable disk May 20 22:59:45 leon kernel: [ 205.491821] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive! May 20 22:59:45 leon hald: mounted /dev/sdb1 on behalf of uid 1000 My userid is 1000, so somewhere in the system it knows that the current user is relevant. The directory created Code: Select all$ ls -l /media/ total 4 drwxr-xr-x 2 root root 4096 Jan 1 1970 disk The date is off System time is correct - so this could be an indication of what is wrong. I have tried with my own custom compiled kernel and now I am using the latest 2.6.38 official image. A lot of people have seen this before, but I don't find a solution. Suggestions anyone?
I have "progress". I tested it on a secondary machine and it had the same problem. Apparently it is an XFCE problem. Using gnome, permissions were correct. It is probably some stupid detail about which group XFCE allows to read/write the new mounts. Any suggestions about what part of XFCE handles mounting?
HI, last week while I was using ssh to the computer1 inside a NAT as usual, I made another tunnel from the computer1 that I was connecting to, to another computer2 inside that NAT (ssh 192.168.1.130) and after making some changes in computer2 I typed reboot. The computer2 rebooted but the tunnel totally hung and I had to kill it in my laptop. Since that day I haven't been able to ssh to the computer1 as I am used to. Here is some more information: debug3: authmethod_is_enabled publickey debug1: Next authentication method: publickey debug1: Offering public key: /home/une/.ssh/id_rsa debug3: send_pubkey_test debug2: we sent a publickey packet, wait for reply debug1: Authentications that can continue: publickey debug2: we did not send a packet, disable method debug1: No more authentication methods to try. Permission denied (publickey). Thanks for your time.
toopho wrote:Well, seems like ssh is not foolproof Nothing is foolproof, as fools are persistent and ingenious!
Hey guys. I have a client computer PXE booting from my host computer and it is supposed to give the client the ip address 172.16.0.100 however instead it gives it the ip address 172.16.0.208. I have this set up working with two other computers and there is no noticeable difference other than mac addresses for the network card. Can anyone think of any reason this may be happening? Here is an extract from my '/etc/dhcp3/dhcpd.conf' file... Code: Select allddns-update-style-none; option domain-name "example.org"; default-lease-time 600; max-lease-time 7200; authoritative; log-facility local7; allow booting; allow bootp; subnet 172.16.0.0 netmask 255.255.255.0{ range 172.16.0.10 172.16.0.254 default-lease-time 86400; max-lease-time 86400; option subnet-mask 255.255.255.0; option broadcast-address 172.16.0.255; filename "pxelinux.0"; next-server 172.16.0.4; host zero{ hardware ethernet 00:07:E9:32:16:81; fixed-address 172.16.0.100; option host-name "0"; } } I have quadruple checked the mac address of the client and it is definitely "00:07:E9:32:16:81" so why is it not giving it the IP address that I have specified??? Thanks in advance.
Just in case... If you're using squeeze, the file you want to configure is /etc/dhcp/dhcpd.conf.
SOLUTION: Thanks to everyone that helped me and especially bw123 for this solution. Go to "/lib/modules/2.6.32-5-amd64/kernel/drivers/net/e1000e/" and delete the e1000e.ko-file Then download http://data.fuskbugg.se/skalman02/4ddeb ... -amd64.tar Take the newly downloaded e1000e.ko-file and move it to "/lib/modules/2.6.32-5-amd64/kernel/drivers/net/e1000e/" And finally load the module with either: "# modprobe e1000e" or "# insmod e1000e". You should now have a working ethernet connection. If connection is lost on system restart tryCode: Select all rmmod e1000e; modprobe e1000e ______________________________________________________________________________________________________________ Hi! I've for the first time installed linux (debian) to my computer. And I have a problem with ethernet that I can't solve. I have a Asus Sabertooth P67 motherboard with built in ethernet card, I cant find any drivers for linux, I've tried google, Asus support page etc, but can't anything that says it will work with my computer, just a alot of windows drivers. Does anyone have any idea of where I can find the drivers? Or if there's another way to solve the problem. When installing Debian i could choose between different drivers but no one worked, I've also tried with my motherboard CD but there was just windows drivers... CPU: Intel i7 3.4 GHz. Any help appreciated!
A little Googling suggests that the Network Interface (NIC) on that mobo is Intel's (very) new 82579. "New" is bad in the sense that driver support is/will be spotty as best. Some sources suggest that very recent kernels (2.6.36, et seq) may support this widget. Others suggest that the very latest versions of the e1000 driver work. (Of course, I can't verify that, since I don't have that NIC.) Anyway, have a look here: http://sourceforge.net/projects/e1000/ There are what claim to be compatible drivers on Intel's Web site, here: http://www.intel.com/support/network/sb/cs-006120.htm And do post back and let us know how it worked out. I'm sure this will not be the last time someone has this issue.
Hi, I have a problem in the shutdown of my computer: sometimes it give some errors (of the type "killall5: can't get program name from /proc/*number*/stat"), other times it doesn't kill processes (so it stops at "killing all other processes") Unfortunately I'm not able to see all the output because it is too rapid, so I'm trying to store the output of the shutdown in a file and then look for the error with calm. (In /var/log/syslog and /var/log/messages, there is no error). Some advice? thanks! -------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------- my /etc/rc0.d/KO3sendsigs is: Code: Select all# Kill all processes. log_action_begin_msg "Asking all remaining processes to terminate" killall5 -15 $OMITPIDS # SIGTERM log_action_end_msg 0 alldead="" for seq in 1 2 3 4 5 6 7 8 9 10; do # use SIGCONT/signal 18 to check if there are # processes left. No need to check the exit code # value, because either killall5 work and it make # sense to wait for processes to die, or it fail and # there is nothing to wait for. # did an upstart job start since we last polled initctl? check # again on each loop and add any new jobs (e.g., plymouth) to # the list. If we did miss one starting up, this beats waiting # 10 seconds before shutting down. if [ -x /sbin/initctl ]; then for pid in $(initctl list | sed -n -e "/process [0-9]/s/.*process //p"); do OMITPIDS="${OMITPIDS:+$OMITPIDS }-o $pid" done fi if killall5 -18 $OMITPIDS ; then : else alldead=1 break fi sleep 1 done if [ -z "$alldead" ] ; then report_unkillable log_action_begin_msg "Killing all remaining processes" killall5 -9 $OMITPIDS # SIGKILL log_action_end_msg 1 else log_action_begin_msg "All processes ended within $seq seconds." log_action_end_msg 0 fi } case "$1" in start) # No-op ;; restart|reload|force-reload) echo "Error: argument '$1' not supported" >&2 exit 3 ;; stop) do_stop ;; *) echo "Usage: $0 start|stop" >&2 exit 3 ;; esac :
anyone can help me?
Hello. My Squeeze installation has the horrific 80x25 line display, and I cannot stand it. I know it can do better, because the grub screen is very tiny. I ran dpkg-reconfigure console-setup, but the offerings there aren't much better. I don't know what happened to the good ol' days of grub when all you had to do was pass vga=791 to the kernel to get a decent console size... but it seems they are gone. I don't really understand this new v2 grub... I don't know why it was necessary to change how it was configured, when it seemed to work so exquisitely. But, I would greatly appreciate it if someone could tell me how I would accomplish the functional equivalent of passing vga=791 (1024x768@75hz) to the kernel in grub, I would greatly appreciate it! Thank you. G
I have not tried this but from what I understand, you edit /etc/default/grub and add to the line GRUB_CMDLINE_LINUX, then run update-grub. Can't you just enter it when you boot? I think you type e or tab or something... why go messing with a working system until you are sure what you are doing? I'm brand new and I tell you what, messing with boot record ain't pretty I'm going to be careful with grub. Code: Select allinfo grub
I bought a USB wireless adapter for my desktop. I finally got it to partially work using firmware-ralink as described http://wiki.debian.org/WiFi/rt73 Using network manager it will pick up my wireless network. However it will not connect to it. I am not sure where to go from here so any help is appreciated. The output of iwconfig is Code: Select allwlan0 IEEE 802.11bg ESSID:"familyfarm" Mode:Managed Frequency:2.437 GHz Access Point: 00:1C:DF:B6:EA:B9 Bit Rate=1 Mb/s Tx-Power=20 dBm Retry long limit:7 RTS thr:off Fragment thr:off Encryption key:(removed for security) Power Management:on Link Quality=46/70 Signal level=-64 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:3 Missed beacon:0 Also I am running Sid.
looks like you are connected? might try: Code: Select alliwconfig wlan0 rate 54M with stanza pre-up in /etc/network/interfaces Code: Select allman interfaces
Hello Everyone, I rescently upgraded to 'Testing' from Squeeze. Since then I cannot paste by clicking left and right mouse buttons together (I'm using a trackball). From what I gathered this is governed by X with an option 'emulate3buttons'. I do not have a xorg.conf file, but I have created a xorg.conf.d directory and a file there called 10-mouse.conf with following contents: Code: Select allSection "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mouse0" Option "Emulate3Buttons" "yes" Option "ZAxisMapping" "4 5" EndSection I'm sure this file is being read as if I put garbage there X doesn't start. Here are the contents of /dev/input/by-id/: Code: Select alltotal 0 lrwxrwxrwx 1 root root 9 May 22 17:18 usb-Logitech_HID_compliant_keyboard-event-kbd -> ../event1 lrwxrwxrwx 1 root root 9 May 22 17:18 usb-Logitech_HID_compliant_keyboard-event-if01 -> ../event2 lrwxrwxrwx 1 root root 9 May 22 17:18 usb-046d_09a4_90DF0550-event-if00 -> ../event5 lrwxrwxrwx 1 root root 9 May 22 17:29 usb-Logitech_USB_Trackball-mouse -> ../mouse0 lrwxrwxrwx 1 root root 9 May 22 17:29 usb-Logitech_USB_Trackball-event-mouse -> ../event0 Any suggestions are greatly apprectiated.
Ok, after some staller work by babilen here is the solution: Modify xx-name.conf (10-mouse.conf) file to: Code: Select allSection "InputClass" Identifier "Mouse" Driver "evdev" MatchProduct "Logitech USB Trackball" MatchIsPointer "on" Option "Emulate3Buttons" "yes" Option "ZAxisMapping" "4 5" EndSection Modifying 'MatchProduct' to the name of your device, easily obtained from: Code: Select allxinput list Thats all
vrms reveals the nefarious presence of Code: Select allvrms Non-free packages installed on debianbook-asusn61j nvidia-kernel-2.6.32-5-am NVIDIA binary kernel module for Linux 2.6.32-5-amd64 nvidia-libvdpau1 NVIDIA vdpau libraries (transitional package) nvidia-vdpau-driver NVIDIA vdpau driver opera A fast and secure web browser and Internet suite w64codecs win64 binary codecs Contrib packages installed on debianbook-asusn61j flashplugin-nonfree Adobe Flash Player - browser plugin nvidia-kernel-common NVIDIA binary kernel module support files I run Squeeze. I have an ATI card, but never installed the proprietary driver in this install; how did Nvidia, of all things, find its way into my system? Did I update indiscriminately somehow? How hard would it be to replace nvidia-kernel-2.6.32-5-am, nvidia-libvdpau1, nvidia-vdpau-driver, nvidia-kernel-common? What happens if I purge them? Help! vrms makes me feel guilty!
Code: Select allaptitude purge ~i~nnvidia should work just fine
On squeeze with D-Link DWA-160 ver A1 this guide does not work. http://wiki.debian.org/ar9170usb#Squeeze Has anyone had success using the guide with D-Link DWA 160 A1. Not complaining, just posting the result of my efforts.
Works with kernel 2.6.38
Hello, I have Acer Aspire 4740 laptop with Atheros ar928x wireless. My wireless is very slow, unstable. Wireless card still works well and fast in Windows (dual booting). After searching I see that there are many Ubuntu users have the same problem in Ubuntu 11.04 with this card, but sadly no solution they posted works for me. So I'm posting here hoping someone could help me fix this problem. Thanks, Hung
You can try to install the 2.6.38 which is in backports. The replaced 2.6.38-2 in testing gives a good speed without having anything to tweak!
I just installed, and evolution doesn't seem to think it has internet. The icon with the power cord in the bottom left is unplugged, and send/receive is greyed out. Internet is working , but it is not using network manager, since network manager says no internet is connected. Maybe this has something to do with it? SOLVED: enabled networkmanager
Are you sure it is working? Try using ping with some website. Also, are any other programs successfully connecting to the internet? If so, the problem may come from a firewall or some network configuration coming from the network server, modem, provider, etcetera.
A friend of mine installed a new debian server. However, when I ssh into, the TERM environmental variable equals 'screen'. But screen was not installed. What is going wrong? Is it some selinux stuff? Code: Select all# echo $TERM screen # cat /etc/debian_version 6.0.1
Is it running in a screen session? Check "screen -list" for a list of screen terminal multiplexing sessions.
I did an update/upgrade on Monday May 16 using smxi. inxi output following that action shows: beejay@Home03:~$ inxi -FS System: Host Home03 Kernel 2.6.38-1-amd64 x86_64 (64 bit) Distro Debian GNU/Linux wheezy/sid CPU: Dual core Intel Core2 Duo T6400 (-MCP-) cache 2048 KB flags (lm nx sse sse2 sse3 sse4_1 ssse3) bmips 7981.4 Clock Speeds: (1) 1200.00 MHz (2) 1200.00 MHz Graphics: Card: nVidia G98 [GeForce 9300M GS] bus-ID: 01:00.0 X.Org 1.7.7 Res: 1680x1050@50.0hz GLX Renderer GeForce 9300M GS/PCI/SSE2 GLX Version 3.3.0 NVIDIA 260.19.44 Direct Rendering Yes Audio: Card Intel 82801I (ICH9 Family) HD Audio Controller driver HDA Intel bus-ID: 00:1b.0 Sound: Advanced Linux Sound Architecture Version 1.0.23 Network: Card-1 Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller driver r8169 v: 2.3LK-NAPI port 4000 bus-ID: 06:00.0 Card-2 Intel WiFi Link 5100 driver iwlagn v: in-tree: bus-ID: 02:00.0 Disks: HDD Total Size: 250.1GB (35.9% used) 1: /dev/sda Hitachi_HTS72322 250.1GB Partition: ID:/ size: 14G used: 6.1G (47%) fs: ext4 ID:/home size: 15G used: 213M (2%) fs: ext4 ID:swap-1 size: 6.76GB used: 0.00GB (0%) fs: swap Info: Processes 135 Uptime 15 min Memory 342.9/3018.5MB Runlevel 2 Client Shell inxi 1.4.98 beejay@Home03:~$ I think I am running straight Squeeze but inxi says I am wheezy/sid. That matters? Not sure. On boot my system throws what looks like an error message that starts something like "udevd [601] exec of program mtp probe devices ...." I looked in /var/log to see if I could see the entire boot message, but no such luck. /var/log/boot contains no information. So repeated boots got me the information fragment above, which scrolls by very quickly. The Debian wiki at http://wiki.debian.org/udev gives me good information on what udev does, but doing a Google search for variants of my message fragment was not helpful. I next looked at /etc/udev/udev.conf. That file contains only: # The initial syslog(3) priority: "err", "info", "debug" or its # numerical equivalent. For runtime debugging, the daemons internal # state can be changed with: "udevadm control --log-priority=<value>". udev_log="err" So I next went to /etc/udev/rules.d. That directory contains three files: 70-persistent-cd.rules 70-persistent-net.rules z60_hd.parm.rules Is there supposed to be something else there? Is udev looking for a rule relevant to some device on the system? Should udev.conf contain some number of actionable lines? Everything appears to work quite normally but I did not see "udevd [601] exec of program mtp probe devices ...." in the boot script prior to my upgrade. I searched the forum and I see a number of posts regarding udev or udevd but nothing that seems to fit what I am seeing. Can someone help me understand what I am looking at when I see "udevd [601] exec of program mtp probe devices ...." as my system boots?
does error persist if you boot into your old kernel? Also, just a correction: inxi -FS -F triggers all upper case options, plus -s, so you don't need to add S If you have an old kernel to boot into, which you should ideally always have, try installing the liquorix kernel and see if the problem persists. I heard something recently about a udev issue but I can't honestly remember the details, sorry.
Hello everyone, I have searched google far and wide for two days now and went through pages of search results on these forums, yet if I'm raising a topic that exists, I do apologise. I have a fresh Debian install, since this install was on a desktop, I had an internet connection and didn't notice (it was late, I was half asleep) I opted to download a whole load of packages I didn't really need. I thought all was doomed until I remembered that I have done another Debian install but a week ago on a laptop, which has a nice clean install without all the bloat. So I ran Code: Select all dpkg --get-selections > selections and had it sent to my new desktop installation. Now if I run Code: Select all dpkg --set-setlections < selections followed by Code: Select all dselect-upgrade nothing happens. I assume this is because the smaller list contains all the packages 'to be installed' which already are, and all the missing packages are not being purged. Do I need to explicitely add all the pckages I want to purge to the 'selection' list or is there a better way of doing it? Thanks in advance.
Got it to work, basically dpkg --set-selections works as a command list of sorts. If you anyone wants more details contact me.
I have a Knoppix DVD-ROM. I also have its image as k.iso at the second partition of HDD of my laptop. I use the DVD-ROM and write at the boot prompt the cheat code: Code: Select allknoppix bootfrom=/dev/sda5/k.iso I also have a folder Knoppix made during bootprompt by using the cheatcode Code: Select allknoppix tohd=/dev/sda5 and I can use the following cheatcode while booting from the DVD-ROM, like Code: Select allknoppix fromhd=/dev/sda5 My laptop runs Debian Lenny 5.0.4, installed in the first partition of my HDD. Can Grub be configured to boot from the Knoppix k.iso image, or the knoppix folder, which I use to use the Knoppix OS, so that I am freed from using the DVD, when I want to use the knoppix system?
If you are using grub2 it is possible. It is not easy however. I have the systemrescue ISO and a sidux ISO setup as follows Code: Select all#!/bin/sh #A menu entry in grub2 has the following important parameters #insmod -----> defines the partition type from where it will boot #set root----> defines the root #loopback-----> monuts the iso #linux -------> points the linux kernel file in general to vmlinuz ( the name 'vmlinuz' may vary for different os.. #initrd ------> points to the initial ram image to be loaded cat << EOF menuentry "SystemRescueISO" { loopback loop (hd1,5)/distros/sysrescuecd.iso linux (loop)/isolinux/rescue64 isoloop=/distros/sysrescuecd.iso rdinit=/linuxrc2 initrd (loop)/isolinux/initram.igz } menuentry "Sidux 2009-04 LiveCD" { insmod ntfs set root=(hd1,5) loopback loop /distros/sidux-2009-04.iso linux (loop)/boot/vmlinuz0.amd fromhd=UUID=7192F19D15BC0C0A fromiso=/distros/sidux-2009-04.iso noeject boot=fll vga=791 initrd (loop)/boot/initrd0.amd } EOF But given it seems you are using Lenny, I suspect that doesn't use grub2 and thus as far as i am aware (and i stand to be corrected), not possible. edit: it seems grub2 is available in lenny. this should help you on your way - http://sidux.com/index.php?module=Wikul ... ub2isofrom
New to linux/debian. I scanned the forms first, did not see an answer so... the prob is this. I have a toshiba laptop AMD 64 with 3G ram running latest Debian Squeeze. got the wireless working, everything seems great but... games on my ATI radon card run like junk. here is the output for my hardware: ATI technologies inc. M88oG mobility radeon HD 4200 (from kernel modules_system info) Videodev (version magic) 2.6.32-5 amd64 SMP mod_unload modversions my prob is on windows 7 (same pc) i have no problems running games,mmorpg's, or anything. performance was a bit choppy at times with secondlife but it ran well. under debian i cant run anything at all game based. the current driver is the prob? if so what would i need? lost here thanks for any help and sorry for the newbi questions
Open source driver is radeon. You will need firmware-linux-nonfree package to enable direct rendering. Proprietary driver is fglrx, which is binary-only driver from ATI website. http://wiki.debian.org/AtiHowTo#Install ... y_firmware http://wiki.debian.org/ATIProprietary
I installed Debian GNU/Linux and Debian GNU/kFreeBSD on the same system. I didn't reinstall grub with kfreebsd, because I figured running grub-mkconfig would modify grub.cfg. But it didn't. It recognized the Debian GNU/kFreeBSD as GNU/Linux (6.0.1): Code: Select all### BEGIN /etc/grub.d/30_os-prober ### Found Debian GNU/Linux (6.0.1) on /dev/sda3 ### END /etc/grub.d/30_os-prober ### How can I configure it properly?
It is a bug in os-prober: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555394 How can I modify grub.cfg manually?
Ok recent events have lead to some problems. I recently on suggestion from a poster here tried backports. Not sure if that was my mistake or not, but I do wish to not use backports further, including getting listings from apt-cache show/search. I have removed the backports line from my sources.list, questions is will apt-get update now rid my searches of backports results ? Also I don't know what is causing this, but I don't believe it's been too long since it started. htop is now showing something like 65 instances of console-kit-dameon, each using significant memory. Easy enough to kill, but it starts all over with reboot, apparently a direct child of 'init' if I read htop correctly. Does this sound like something related to the use of backports, or something altogether different ?
I also have lots of console-kit-daemon instances running in htop, but if I run: Code: Select allps aux | grep console-kit molly 20409 0.0 0.0 7776 856 pts/0 S+ 08:52 0:00 | \_ grep --color=auto console-kit root 2393 0.0 0.0 124992 3760 ? Sl 08:00 0:00 /usr/sbin/console-kit-daemon --no-daemon It only returns the one. Definitely not a backport problem. Steve
I upgraded from lenny to squeeze on a notebook and I can no longer connect to the wireless network. The computer is an LG notebook and the network card is ralink rt2860. I am using Gnome and NetworkManager. The wireless key is WEP hex. It was working fine with lenny till before the upgrade. After the upgrade, the network card stopped working. So, I checked Code: Select all$ lspci|grep Network 08:00.0 Network controller: RaLink RT2860 Then I reinstalled the driver with Code: Select allapt-get install firmware-ralink wireless-tools Then the network manager tray started working again and saw the network, but cannot connect. It was trying to connect but timed out and kept asking for the password. It is the correct password. I tried deleting the old connection and recreated a new one in the nm. But still does not work. Code: Select all$ more /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 What should I check?
Can someone please help me out. Thank you.
Would like to know the best way (or the pros and cons of different ways) to set up Alsa. I did a search for information on how to setup alsa on my system. I found a lot of out-of-date information even on the alsa wiki. What I did finally locate was two different methods for setup, both seemed somewhat up-to-date. One method at the alsa wiki said to put part of the information in the modprobe directory in a conf file and set up certain aliases. Earlier suggestions for putting information in modprobe.conf or conf.modprobe appear to be outdated and a directory with separate files for each device and a conf extension to the files is currently used. The second method from a thread on the Debian forum said to use alsactl init, set sound levels the way you want and then use alsactl save and restore functionality. Older methods using alsaconf instead of alsactl init appear to be outdated as well. Not sure where to put the call to alsactl restore though. Didn't notice that in the documentation. In case it matters, I'm running Debian Stable and have a built-in sound card on the motherboard with AC97 compatibility. It's a Realtek ALC882. Is there a preferred or better method for setting up alsa? Is there a good pointer to instructions that are not out-of-date somewhere? Would be very interested to hear how others set sound up on their machines. What do others recommend as best steps to do this? Thank you.
lm8 wrote:Would be very interested to hear how others set sound up on their machines. What do others recommend as best steps to do this? Ok, here are the steps... 1. Download Debian Squeeze 2. Burn the CD 3. Install Debian 4. Reboot 5. ??? 6. Profit The thing is you don't need to do anything with alsa if you hear sound (well, except for playing with the volume levels). Especially if you have a built-in sound card... I would be interested in the setting up at least if I had a very expensive professional hi-end low-latency external sound processor planning to build up my own audio studio for live session recording. Are you into this? I guess no. I mean, really. I've got my Creative Sound Blaster Live 5.1 external sound card and I really don't bother about configuring alsa. Well, I just don't need to! And yes, I'm into sound producing actually (I compose digital music for my own pleasure). So, tell us please what exactly do you want to know about configuring ALSA (putting aside numerous manuals over the internet and tons of user guides) Be more specific
Oh, what a bummer. Installed Debian 6 last night after using Ubuntu for close to 3 years. Couldn't believe how wonderful everything was put together and working, with some minor beginning glitches (like nvidea 3D drivers not working) which were to be expected. But now I'm sitting back in Ubuntu because I can't get Debian started from Grub anymore. The Grub menu is still there and the selections work fine too. I honestly have no idea what caused this. Last thing I was doing in Debian took place in the Software Center where I was installing some GTK+ themes and looking for some general utilities. I did find a Boot Logo/Login changer, at least that's what I think it was, and when I clicked on install ... I received a message that that application was already installed (must have been by default or through synaptic perhaps). Anyway, as soon as that message cleared out, perhaps 2 or 3 seconds later the screen crashed and everything went black ... I'm assuming that the xerver crashed. Did a CTRL, ALT, DEL which successfully restarted the system. Got back to the grub menu, selected Debian, and got the black screen again with a login for a user, followed by the password request. Knowing next to nothing about Debian I was obviously stuck at that point. Then I tried the recovery console, and exactly the same thing happened. Rebooted again, got back into the recovery console, and this time, after adding my user name and password, used CTRL + D which caused a ton of text to appear on the black screen. Near the end of it came a FAILURE message ... Startpar: service(s) returned failure: gdomap failed: Looked in this forum for gdomap and couldn't find anything helpful, nor do I know for that matter if that is truly the reason why Debian stopped working or Xserver crashed. Any ideas that might help? I'd have to write your responses down so I can try them out in the Debian recovery console. Thanks a bunch in advance. (EDIT: Follow this thread to the end for the solution that involved no file altering or re-installation of Debian) .
Still no change, but at least I'm sure now that xserver has nothing to do with this. I went ahead and tried: (in order to remove the existing, followed by replacing it with a default xorg.conf file during reboot) Code: Select allrm /etc/x11/xorg.conf followed by a reboot, but everything remained exactly the same as before. Also tried to use: Code: Select allinstall dkms while in the recovery console, but that gave me errors about a missing operand. Since I don't know anything about dkms (was following info. from another thread) I had to stop at that point. If that had worked there would have been a second command for installing the nvidia drivers directly, but it wasn't to be. On the other hand, looking at the beginning of the error in this post - while not knowing if that's actually at the heart of the problem - perhaps there's some problem with access to the partition that holds the Debian Operating System? Startpar ... could that have to do with starting that particular partition? If so, then I don't see how any of that would have changed on its own since I never did anything to any of the partitions once Debian was installed. I was in the process of retrieving valid packages from the software center .... before that everything was fine ... Email, Browsing, Gimp, and so on. Since nobody seems to be able to help me I'll boot into the start CD next, let's see what happens there? (EDIT: If I understood some of what I read correctly, Debian 6.0 doesn't even use xorg.conf anymore) .
hi ]Just for some testing on a test non-productive machine, howto allow Gnome login by root user on squeeze?
The problem is that you are doing it wrong. You simply need to use the tools correctly, to allow root to access the X session of the regular user. As recommended in the other thread, simply use gksudo or see 'man xhost' for a more customised approach (not just xhost +)
I'm using alsa after ditching pulseaudio from my KDE installation. Alsa has always been reliable. However, I suffer from the inability to have two audio streams play at the same time. If I'm watching a movie, and the system gives a notification beep (like download complete or something), sound stops from smplayer or whatever else is playing audio and I have to close the player and reopen it again. This is ridiculous, to say the least. Is this a known issue? Is there a fix? Happens in any WM/DE. Rig in sig.
It is a known issue I have posted on the bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556578 No answer so far. The issue only seems to be with phonon no matter what backend I use. I have alleviated by the problem a little by disabling kde system sounds and etc. I am not sure if using pulse would help or not as I try not to use PA when possible.
Greets, I just did a fresh install of squeeze and I am having a hard time getting x11vnc working on the system... Normally I would use the following command once I am logged in via GDM, and place this into the gnome startup. Code: Select allx11vnc -auth ~/.Xauthority -display :0 -rfbport 9600 -usepw -localhost -shared -forever But this doesn't work anymore since gdm3 is installed. The problem is that .Xauthority doesn't exist and using -auth guess doesn't work. What does work is if I use this instead... Code: Select allx11vnc -auth /var/run/gdm3/auth-for-******-******/database -display :0 -rfbport 9600 -usepw -localhost -shared -forever There is a problem with that though, the actual filename changes after logging out or rebooting. How can I fix this?
What do you mean by "place this into the gnome startup"? Doesn't that startup environment already have XAUTHORITY and DISPLAY set correctly?
System: Code: Select alluname -a Linux wolfgang-laptop 2.6.32-5-686 #1 SMP Tue Mar 8 21:36:00 UTC 2011 i686 GNU/Linux OS: Debian Squeeze I'm currently using the Dvorak Simplified keyboard layout in KDE4. Although the keyboard seems to be generating correct input (e.g. this post) under this layout, keyboard shortcuts are still responding to QWERTY mappings. For example, my Konsole hotkey, Ctrl+Alt+T, does not have any effect; Ctrl+Alt+Y (i.e. "T" in QWERTY), however, launches Konsole as expected. This same bug affects the crucial copy & paste shortcuts in all "K" programs, although for some reason they work normally in Firefox. This seems to be a duplicate of the issue mentioned in this thread: http://forums.debian.net/viewtopic.php?f=6&t=53124 Running `dpkg-reconfigure console-setup' does not fix the problem. Any help would be greatly appreciated. Update: Setting the default layout in xorg.conf to Dvorak (described here: https://wiki.archlinux.org/index.php/Xo ... t-Plugging) causes the proper Dvorak shortcuts to work system-wide. It's rather odd, since this is apparently necessary on top of setting the layout in KDE. Anyway, cheers.
I just wanted to comment that I am using both the programmer DVORAK and spanish QWERTY layouts using the command setxkbmap xx -variant xx and, although it is working perfectly, the keyboard shortcuts under Fluxbox are also responding to the QWERTY layout even when I am using the other one. I can confirm that Firefox (Iceweasel) does respond to the DVORAK keyboard shortcuts. Using Debian Sid, with Fluxbox and no DE.
My new laptop works out of the box except for the video and the ethernet. For this, I have to use a later kernel than the Debian kernel (debian squeeze is currently 2.6.32). Upgrading to the new kernel (without moving to the testing dist itself) was pretty easy. I just installed linux-image-2.6.38-2-amd64 and linux-base from the testing distribution by manually downloading and using dpkg. After that, ethernet and video started working. However, my virtualbox installation no longer works because the drivers do not match the kernel. I am used to this; whenever debian upgrades the kernel on me, I have to run "/etc/init.d/vboxdrv setup". This rebuilds the drivers. This failed for me, however, because it could not find the headers. So, I installed some more packages: linux-kbuild-2.6.38 linux-headers-2.6.38-2-common linux-headers-2.6.38-2-amd64 Now, when I rebuild it, I get this: Code: Select all# /etc/init.d/vboxdrv setup Stopping VirtualBox kernel modules:. Uninstalling old VirtualBox DKMS kernel modules:. Trying to register the VirtualBox kernel modules using DKMS: Failed, trying without DKMS ... failed! Recompiling VirtualBox kernel modules: Look at /var/log/vbox-install.log to find out what went wrong ... failed! # cat /var/log/vbox-install.log Makefile:178: *** Error: /lib/modules/2.6.38-2-amd64/build (version 2.6.38) does not match the current kernel (version 2.6.38-2-amd64). Stop. I search for this and found a page that told me to fix a couple of the symlinks in /lib/modules to the kernel source. However, these links already pointed to these locations: Code: Select all# pwd /lib/modules/2.6.38-2-amd64 # ls -l | grep \^l total 2552 lrwxrwxrwx 1 root root 37 Apr 14 09:51 build -> /usr/src/linux-headers-2.6.38-2-amd64 lrwxrwxrwx 1 root root 37 Apr 14 09:16 OLD.build -> /usr/src/linux-headers-2.6.38-2-amd64 lrwxrwxrwx 1 root root 38 Apr 14 09:16 OLD.source -> /usr/src/linux-headers-2.6.38-2-common lrwxrwxrwx 1 root root 37 Apr 14 09:51 source -> /usr/src/linux-headers-2.6.38-2-amd64 Any ideas?
And, just to be clear: Code: Select all# cat /lib/modules/2.6.38-2-amd64/build/include/config/kernel.release 2.6.38-2-amd64 which flat-out contradicts the statement "/lib/modules/2.6.38-2-amd64/build (version 2.6.38)" I thought this might be a bug in vboxdrv, but when I look at how it finds the version and run it myself, I get: Code: Select all# make -sC /lib/modules/2.6.38-2-amd64/build --no-print-directory kernelrelease /usr/src/linux-headers-2.6.38-2-common/scripts/Makefile.build:44: /usr/src/linux-headers-2.6.38-2-common/scripts/basic/Makefile: No such file or directory make[4]: *** No rule to make target `/usr/src/linux-headers-2.6.38-2-common/scripts/basic/Makefile'. Stop. make[3]: *** [scripts_basic] Error 2 2.6.38 So it appears that it is returning 2.6.38. However, I don't know what to make of the errors the above gives...
Hi guys, It's been 2 days trying to get my wireless running and no result and no one managed to help me. The setup: 1 linksys router: gets the net from PPPOE and give the network DHCP. The router IP is 192.168.1.1 1 windows laptop that work wireless and wired 1 debian desktop that work wired and not working wireless. THe problem with the debian desktop is like this: I have a TP-Link TL-WN321G installed and found by lsusb command. I make a wireless connection WPA Personal (just like the router settings) it says i am connected to the wl network but no internet connection. the route command give me this: 192.168.1.0 * 255.255.255.0 U 1 0 0 eth0 default 192.168.1.1 0.0.0.0 UG 0 0 0 eth0 in the /etc/network/interfaces i have only this: auto lo iface lo inet loopback I tryed with wicd who said that the connection is WEP (and it's not, it is setup to WPA on the router and the network-manager conncetion) and when i try to connect i get bad password. I tryed with network-manager uninstalled and no chance. Someone on the debian irc channel said that it might be a route problem. I really don't know what to do, i can't write here all i did because it's 2 days since i'm trying. Please help me.
Have you installed the required firmware? I think it's Debian -- Package Search Results -- firmware-ralink See also WiFi/rt73 - Debian Wiki
Hello, i got some problems with apache2. I cant start apache to run, says only: $ sudo /etc/init.d/apache2 start Starting web server: apache2Action 'start' failed. The Apache error log may have more information. failed! Ok, i searched apache log file and here error: (2)No such file or directory: apache2: could not open error log file /home/www/ubit/www.ulabs.vr.lt/logs/error.log. Unable to open logs But that folder logs and error.log file exists... Tried to change file owner to www-data, but same problem...
Solved, just needed to create folder with root.
I recently purchased a HVM VPS. I had issues installing debian using the debian 6 netinstaller. The 2.6.32 kernel just would not see the nic. I figured it was a weird installer error because the debian 5 netinstaller cd worked fine. So now my VPS is running debian 5 with the 2.6.26 kernel and I perform a dist-upgrade to debian 6 and the 2.6.32 kernel. Upon reboot the nic is gone. doesn't even appear in lspci. but if I reboot and select the old 2.6.26 kernel the nic appears and all is well. I've googled around but I'm not really sure what i'm looking for. lspci using the 2.6.26 kernel shows the nic as a realtek using the 8139cp driver. lspci using the 2.6.32 kernel has all the same devices except the NIC. which isn't there at all. I knew it would don't anything and it didn't but i manually modprobed 8139cp. Does anyone have any pointers on where I need to be looking? Most of the stuff I find involves setting up your own xen server using debian 6. What little I do find is for lenny and didn't help with squeeze.
Done some more poking around. Seems this is a problem with debian squeeze when it is a xen DomU. Or at least with the 2.6.32 kernel debian squeeze uses. I'm finding more and more people with my problem as I use more proper search terms. The no-solution dead-end remain consistent however. The only thing that works for me and others is to use lenny's kernel. Surely someone has some idea of what's going on here. Seeing as the lenny's kernel works and squeeze's kernel does not. Is there a config option I need to change? Do I need to compile a custom kernel? Or not even worry about it and just keep using lenny's kernel?
Hi I'm having issues with my hibernation. It works well, but the wake-up speed is to slow. I use the default hibernate package from squeeze/stable. An example Hibernation: saves 126867 pages with a speed of 38,24 Mb/s Wake up: restores 126867 pages with a speed of 18,58 Mb/s Note that the read speed is half of the write speed. I have tested the filesystem, and get (uncached) read speeds of somehing like 50 Mb/s, so it is a hibernation issue. Do you have any suggestions where I should start looking?
Is their an option to compress the data as you save it to the hibernation file? It does not slow down the write, since you are writing less, and speeds up the resume, since decompression is very fast and the bottleneck is reading data from the file. Reading Code: Select allman hibernate.conf Wow, there's a lot of options. Maybe FullSpeedCPU should be set to true, and there's some compression options in there...plus TuxonIce support for the Liquorix kernel. I'd would like mine to be more verbose, too, right now it just sits blankly for a while, though I rarely hibernate, suspend to RAM is what I mostly use.
Topic sys it all. How can I recover from it? System Specs: Code: Select allfdisk -l /dev/sda1 = boot /dev/sda2 = osroot What I have tried: 01 - Booted with LiveCD 02 - Ran these commands Code: Select allsudo mount /dev/sda2 /mnt sudo mount --bind /dev /mnt/dev sudo mount --bind /proc /mnt/proc sudo mount --bind /sys /mnt/sys sudo chroot /mnt aptitude install linux-image-2.6.38-2-amd64 update-grub2 rebooted Still does not work. Any help in recovering the system would be greatly appreciated
BKJ wrote: Code: Select allsudo mount /dev/sda2 /mnt sudo mount --bind /dev /mnt/dev sudo mount --bind /proc /mnt/proc sudo mount --bind /sys /mnt/sys sudo chroot /mnt aptitude install linux-image-2.6.38-2-amd64 update-grub2 rebooted Still does not work. Any help in recovering the system would be greatly appreciated Can you give an indication about what doesn't work : - Were there any errors after reinstalling the kernel using aptitude ? - Is the kernel image and other files actually present in /boot after the install? - can you boot GRUB, at what stages does the system fail, and what is the error you get after grub? Alex. PS:the topic doesn't really say it all and there still remain some questions: Did you remove the kernel using aptitude,and if so what other files are removed, or did you just delete some files? If so, wat files? etc?
I installed the Gnome desktop CD1 AMD 64 version of Debian Squeeze. I installed samba and python-smbc. I am missing samba printers in my system-config-printer. Anyone know why? http://imgur.com/G79sH
There are many answers to that question. Here are a few: 1-does the printer work on the computer it's attached to? 2-Has cups been configured to share the printer? 3-Has samba been configured to share the printer? 4-Have you tried to use the cups interface at http://localhost:631 5-.......... 6-..... 7-... Sorry, these are question not answers? Need more info. Maybe your /etc/samba/smb.conf?
Greatings everyone! I have a probplem compiling kernel in chroot env. I debootstrap a minimal Debian (using cdebootstrap) to another partition using this command: Code: Select allcdebootstrap --flavour=minimal --arch=amd64 squeeze /mnt/install http://ftp.bg.debian.org/debian Then i chroot (whith a script) on that new system like that: Code: Select allCHROOT_DIR=/mnt/install mount --bind /dev/ $CHROOT_DIR/dev touch $CHROOT_DIR/tmp/script.bash cat > $CHROOT_DIR/tmp/script.bash << "EOF" #!/bin/bash export LC_ALL=C mount -t proc none /proc mount -t sysfs none /sys mount -t devpts none /dev/pts echo echo "# Type 'exit' to quit Chroot env." echo /bin/bash EOF echo "apt-get clean" >> $CHROOT_DIR/tmp/script.bash echo "umount -f -l /proc" >> $CHROOT_DIR/tmp/script.bash echo "umount -f -l /sys" >> $CHROOT_DIR/tmp/script.bash echo "umount -f -l /dev/pts" >> $CHROOT_DIR/tmp/script.bash echo "rm -rf /tmp/*" >> $CHROOT_DIR/tmp/script.bash chroot $CHROOT_DIR bash /tmp/script.bash umount -f -l $CHROOT_DIR/dev install a few packages (net-tools netbase dhcpcd ifupdown localepurge dialog nano) and compile a new kernel like that: Code: Select allapt-get install --yes ncurses-dev kernel-package cpio linux-source-* --no-install-recommends apt-get install --yes initramfs-tools linux-base module-init-tools udev cd /usr/src tar -xjf linux-source-*.tar.bz2 rm linux-source-*.tar.bz2 ln -s linux-source-* linux && cd linux make menuconfig make-kpkg clean make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers cd /usr/src rm -rf linux-source-* linux dpkg -i /usr/src/*.deb mv *.deb /home this is the /etc/fstab on the bootstrapped system: (the partition i've been using is /dev/sda9 and it's ext3 filesystem) Code: Select allproc /proc proc defaults,noatime 0 0 /dev/sda9 / ext3 errors=remount-ro 0 1 and finally i update my Grub (on my main OS - Debian Squeeze) The problem is that when i try to boot in that new Debian OS the kernel hangs at mounting the root fiesystem and gives me "(initramfs)" console says me to check /proc and /dev. I almost don't touch anything in the kernel except a few things like the proccessor fammily, removing touchpad,gamepad and touchscreens, removing wireless support and add support for ext2 filesystem because as far as i can say everything is the way i want it - the kernel is configured for the current system without additional drivers support. What i'm doing wrong? any suggestiones? I've tried many times and it fails again and again to boot unless i install kernel from Debian repositories - then it's ok.
First of all why do you want chroot to compile the kernel? where did you take your basic kernel config from? I would suggest to take a working config and use make oldconfig to update it.
In my search to get my ipod touch working with Debian 6 I tried to install a newer version of libimobiledevice1 which I downloaded as I believe the one that comes with this distro is not working with my ipod. Anyway, I did dpkg -i libimobiledevice1 I had unmet multiple dependancies. You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: libimobiledevice1 : Depends: libgcrypt11 (>= 1.4.6) but 1.4.5-2 is installed Depends: libgnutls26 (>= 2.9.11-0) but 2.8.6-1 is installed E: Unmet dependencies. Try using -f. root@debian6:/home/vincent# apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies... Done The following packages were automatically installed and are no longer required: python-coherence python-bugbuddy gnome-session-canberra xdg-user-dirs-gtk libpcsclite1 usb-modeswitch geoclue gtk2-engines-smooth dnsmasq-base tomboy python-evolution espeak ekiga libepc-common update-notifier-common libgnome-bluetooth7 libndesk-dbus1.0-cil libmtp8 gedit-common libmono-addins-gui0.2-cil gcalctool libopal3.6.8 gnome-backgrounds libbrlapi0.5 telepathy-gabble gnome-search-tool tcptraceroute python-twisted-bin update-notifier baobab libfreerdp-plugins-standard python-mako gtk2-engines hamster-applet network-manager-gnome libsrtp0 gnome-system-log gucharmap gstreamer0.10-fluendo-mp3 libdiscid0 geoclue-localnet totem-plugins gnome-games obexd-client cheese gdebi python-openssl id3v2 obex-data-server libgnomepanel2.24-cil gtkpod-aac-data gnome-disk-utility python-louie python-pyatspi python-louis liblouis-data gnome-mag rhythmbox gedit libnm-util1 libtelepathy-farsight0 libgexiv2-0 empathy-common python-httplib2 python-nevow libcheese-gtk18 libmp4v2-1 libpolkit-gtk-1-0 geoclue-yahoo libndesk-dbus-glib1.0-cil libgupnp-1.0-3 libgstfarsight0.10-0 freedesktop-sound-theme usb-modeswitch-data gnome-themes-extras mobile-broadband-provider-info evolution-exchange libcolorblind0 transmission-gtk libboost-date-time1.42.0 python-zope.interface python-twisted-conch libapr1 guile-1.8-libs update-manager-gnome seahorse empathy python-gtksourceview2 libchamplain-0.4-0 xdg-user-dirs gdebi-core python-twisted-web gvfs-bin python-axiom software-center libaprutil1-ldap telepathy-salut bluez libmono-addins0.2-cil libgeoclue0 libgnome2.24-cil python-serial gnome-cards-data libgalago3 gnuchess-book gnome-nettool transmission-common libid3-3.8.3c2a gnome-codec-install dasher gnome-screenshot shotwell python-epsilon update-manager-core libportaudio2 gnome-games-extra-data python-webkit gconf-editor gnome-accessibility-themes python-pam libdmx1 libcryptui0 libgdu-gtk0 libgdata-common simple-scan python-aptdaemon libgnome-mag2 libgail-gnome-module gdm-themes gnome-orca libgee2 gnash-common python-brlapi network-manager gnome-system-tools libepc-ui-1.0-2 epiphany-extensions eog gdm liblouis2 libavahi-ui0 totem-coherence libnm-glib-vpn1 python-gtkglext1 dasher-data libgtkglext1 libgnome-vfs2.0-cil gok libaprutil1-dbd-sqlite3 libtelepathy-glib0 espeak-data python-vte libnm-glib2 gnome-bluetooth gnome-user-share modemmanager gconf-defaults-service libglade2.0-cil apache2.2-bin at-spi seahorse-plugins libopenobex1 libspeexdsp1 cheese-common libboost-thread1.42.0 sound-juicer libart2.0-cil vino mousetweaks aptdaemon libglib2.0-cil python-tagpy libgconf2.0-cil python-aptdaemon-gtk libgail-common python-twisted-core python-utidylib libespeak1 tcl libapache2-mod-dnssd python-configobj wpasupplicant nautilus-sendto libgdata7 libepc-1.0-2 xserver-xephyr tcl8.4 gedit-plugins libcap-ng0 dmz-cursor-theme liblircclient0 libgnome-speech7 liferea libpt2.6.7 vorbis-tools remmina-plugin-rdp libgupnp-igd-1.0-3 gtk2-engines-pixbuf gnome-themes-more python-gdbm libnl1 python-gst0.10 media-player-info libatspi1.0-0 python-markupsafe libchamplain-gtk-0.4-0 remmina-plugin-vnc gnome-games-data geoclue-manual libmusicbrainz3-6 libgtksourceview2.0-0 gstreamer0.10-tools liferea-data geoclue-hostip python-gdata gnome-office gnuchess libfreerdp0 fast-user-switch-applet libnice0 libgtk2.0-cil totem gstreamer0.10-nice totem-mozilla python-pysqlite2 gnome-themes rhythmbox-plugin-cdrecorder libaprutil1 p7zip-full libgmime2.4-cil python-rdflib remmina-plugin-data python-feedparser libnet1 totem-common freeglut3 libgssdp-1.0-2 libtidy-0.99-0 nautilus-sendto-empathy file-roller python-pyasn1 telepathy-mission-control-5 remmina libgtksourceview2.0-common python-opengl Use 'apt-get autoremove' to remove them. The following extra packages will be installed: fast-user-switch-applet gdm gdm-themes libdmx1 Suggested packages: xnest The following packages will be REMOVED: gdm3 gnome gnome-accessibility gnome-core gnome-desktop-environment gnome-power-manager gnome-screensaver gnome-session gnome-session-bin gtkpod-aac gvfs-backends ifuse libgpod-common libgpod4 libimobiledevice-utils libimobiledevice1 rhythmbox-plugins upower The following NEW packages will be installed: fast-user-switch-applet gdm gdm-themes libdmx1 0 upgraded, 4 newly installed, 18 to remove and 1 not upgraded. 1 not fully installed or removed. Need to get 9,061 kB of archives. After this operation, 9,752 kB disk space will be freed. Do you want to continue [Y/n]? n Abort. I have changed my mind about this package. I don't want it, but every time I try to use Synaptic, or apt-get it complains about broken package. How can I make it forget about the libimobiledevice1 I tried to install, but didn't ???
Why not use the aptitude interface? It's much easier to see what is going on, and why, and change any auto/manual install flags you want as you go.
I have two ethernet NIC's on my debian server. One built-in Realtek [eth0] (attached to internet), and a PCI Nvidia ethernet card [eth1] (attached to my Win7 netbook). I used this guide to setup the bridge: http://wiki.debian.org/BridgeNetworkConnections. It worked when I was behind a router. But when I moved the computer in front of the router, to direct connect to the internet, the internet stopped functioning on any device that I plug into my Nvidia NIC. The name of my bridge is 'br0'. Does anyone know how to fix it, so I can route the internet to my second NIC? My Win7 netbook displays this at an 'ipconfig' command: Code: Select allWindows IP Configuration Ethernet adapter Local Area Connection: Connection-specific DNS Suffix: Link-local IPv6 Address.....: fe80::143e:4cab:f802:8611%12 Autoconfiguration IPv4 Address..: 169.254.134.17 Subnet Mask.......:255.255.0.0 Default Gateway......: My Debian interfaces file: Code: Select all # 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 br0 iface lo inet loopback # Set up interfaces manually, avoiding conflicts with, e.g., network manager iface eth0 inet manual iface eth1 inet manual # Bridge setup iface br0 inet dhcp bridge_ports eth0 eth1
Code: Select allAutoconfiguration IPv4 Address..: 169.254.134.17 Subnet Mask.......:255.255.0.0 Default Gateway......: That says your win machine is not getting a DHCP lease. Presumably it was getting it from the router before, that is now not there...
I have an apache installation with /var/www/bob as the document root and the only site served up. I have bob as the directory's owner, and he is able to upload his files to that folder via ftp (vsftpd on the server). When a browser tries to access the pages, it simply gets a 403 forbidden. The problem occurs when apache2 tries to access the files bob uploads. The www-data user (Apache daemon) gets permission denied when I try to cat bob's files in the shell, so it's purely a permissions issue. What I can't figure out is how to give the Apache daemon the ability to read bob's files while also making certain it does not have the ability to modify any of them. If anyone can point me in the right direction I'd be grateful.
I figured it out. My ftp daemon was the one putting the stringent permissions on the file. I'm using vsftpd, and I had to go through /etc/vsftpd.conf to find Code: Select all# Default umask for local users is 077. You may wish to change this to 022, # if your users expect that (022 is used by most other ftpd's) #local_umask=022 uncomment the local_umask line so it reads Code: Select all# Default umask for local users is 077. You may wish to change this to 022, # if your users expect that (022 is used by most other ftpd's) local_umask=022 proftpd apparently has a smiliar line as well.
Hey I have been trying to install programs and I keep getting a screen error message. and it does it on every package i install unless i remove screen.. Help please Running Debian Squeeze x86_x64 root@Phoenix33:/# apt-get install screen Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: screen 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 624 kB of archives. After this operation, 975 kB of additional disk space will be used. Get:1 http://mirrors.xmission.com/debian/ squeeze/main screen amd64 4.0.3-14 [624 kB] Fetched 624 kB in 5s (108 kB/s) Selecting previously deselected package screen. (Reading database ... 137935 files and directories currently installed.) Unpacking screen (from .../screen_4.0.3-14_amd64.deb) ... Processing triggers for man-db ... Processing triggers for install-info ... Setting up screen (4.0.3-14) ... insserv: warning: script 'S99lookup-domain' missing LSB tags and overrides insserv: warning: script 'lookup-domain' missing LSB tags and overrides insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Starting lookup-domain depends on stop-bootlogd and therefore on system facility `$all' which can not be true! insserv: Max recursions depth 99 reached insserv: There is a loop between service stop-bootlogd and mountnfs if started insserv: loop involving service mountnfs at depth 6 insserv: loop involving service nfs-common at depth 5 insserv: There is a loop between service lookup-domain and checkroot if started insserv: loop involving service checkroot at depth 3 insserv: loop involving service hdparm at depth 2 insserv: loop involving service quota at depth 11 insserv: There is a loop between service stop-bootlogd and mountall if started insserv: loop involving service mountall at depth 6 insserv: loop involving service checkfs at depth 5 insserv: loop involving service mtab at depth 4 insserv: There is a loop between service lookup-domain and checkroot if started insserv: loop involving service hostname at depth 4 insserv: loop involving service networking at depth 9 insserv: loop involving service module-init-tools at depth 6 insserv: There is a loop between service stop-bootlogd and ifupdown-clean if started insserv: loop involving service ifupdown-clean at depth 6 insserv: There is a loop at service stop-bootlogd if started insserv: There is a loop between service stop-bootlogd and mountoverflowtmp if started insserv: loop involving service mountoverflowtmp at depth 1 insserv: loop involving service lookup-domain at depth 1 insserv: loop involving service mountall-bootclean at depth 1 insserv: exiting now without changing boot order! update-rc.d: error: insserv rejected the script header dpkg: error processing screen (--configure): subprocess installed post-installation script returned error exit status 1 configured to not write apport reports Errors were encountered while processing: screen E: Sub-process /usr/bin/dpkg returned an error code (1)
http://forums.linuxmint.com/viewtopic.p ... 1&p=402471
Hello all, I've just installed Debian Squeeze from a live CD. When I open a web browser (be it iceweasel or epiphany) and try to go to google.com, it tells me it can't resolve the host name. [Edit: They do, however, allow me to go anywhere on debian.org, minus the search feature] I also get the same error when I try to go to my website running on a local server. However, when I type the server's IP address (192.168.0.10), it goes to the website fine. Basically, any program I run that needs to resolve a host name returns an error, with the exception of the host command: $ host google.com google.com has address ... ... I've tried changing my DNS server IP from 192.168.0.1 (my router, configured to provide DNS) to 192.168.1.254 (my internet modem, also configured to provide DNS). That didn't help any. Then I changed my DNS server IP to the same one used by the modem, and now everything works. I've tried googling my way out of the issue, and I've found where someone had the same issue as I've got and fixed it by adding "blacklist ipv6" to their /etc/modprobe.d/blacklist.conf file, but that didn't work for me. So, recap: Why does resolving domain names fail for certain applications (except the "host" program) when the DNS server IP is that of my router or modem (which works fine for all of my other computers), but suddenly works when I point the computer straight to my ISP's DNS servers, and how can I permanently fix the problem? Thanks all, robofreak
Disable ipv6 in Iceweasel.
Hello. I am attempting a netboot installation and I aw following the documentation found here http://www.debian.org/releases/stable/a ... l.en#dhcpd My problem is that given my dhcpd.conf I am met with the errors listed below. I have checked to make sure that none of the conditions that the error warns about possible causes are currently in effect on my system. Any other ideas? Code: Select alloption domain-name "example.org"; option domain-name-servers ns1.example.org, ns2.example.org; default-lease-time 600; max-lease-time 7200; server-name "lambda"; subnet 192.168.2.0 netmask 255.255.255.0 { range 192.168.2.240 192.168.2.253; option routers 192.168.2.1; } host clientname { filename "/home/askhader/scratch/pxedebian/pxelinux.0"; server-name "lambda"; hardware ethernet 00:0A:E4:29:EC:BA; fixed-address 192.168.2.111; } Code: Select allApr 1 13:36:46 lambda dhcpd: Wrote 0 deleted host decls to leases file. Apr 1 13:36:46 lambda dhcpd: Wrote 0 new dynamic host decls to leases file. Apr 1 13:36:46 lambda dhcpd: Wrote 0 leases to leases file. Apr 1 13:36:46 lambda dhcpd: Can't bind to dhcp address: Address already in use Apr 1 13:36:46 lambda dhcpd: Please make sure there is no other dhcp server Apr 1 13:36:46 lambda dhcpd: running and that there's no entry for dhcp or Apr 1 13:36:46 lambda dhcpd: bootp in /etc/inetd.conf. Also make sure you Apr 1 13:36:46 lambda dhcpd: are not running HP JetAdmin software, which Apr 1 13:36:46 lambda dhcpd: includes a bootp server.
A restart fixed the issue
Certain applications appear to be unable to resolve domain names via DNS: Code: Select allErr http://http.us.debian.org/debian/ squeeze/non-free Translation-en Could not resolve 'http.us.debian.org' Err http://http.us.debian.org/debian/ squeeze/non-free Translation-en_US Could not resolve 'http.us.debian.org' root@sinister:/home/user/Downloads# ping http.us.debian.org PING ftp.us.debian.org (64.50.236.52) 56(84) bytes of data. 64 bytes from ftp-chi.osuosl.org (64.50.236.52): icmp_req=1 ttl=56 time=40.2 ms 64 bytes from ftp-chi.osuosl.org (64.50.236.52): icmp_req=2 ttl=56 time=42.4 ms 64 bytes from ftp-chi.osuosl.org (64.50.236.52): icmp_req=3 ttl=56 time=42.3 ms ^C --- ftp.us.debian.org ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2002ms rtt min/avg/max/mdev = 40.266/41.672/42.433/1.009 ms root@sinister:/home/user/Downloads# wget google.com --2011-04-02 17:37:12-- http://google.com/ Resolving google.com... failed: Name or service not known. wget: unable to resolve host address “google.com” root@sinister:/home/user/Downloads# ping google.com PING google.com (74.125.227.51) 56(84) bytes of data. ^C64 bytes from 74.125.227.51: icmp_req=1 ttl=53 time=14.3 ms --- google.com ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 14.341/14.341/14.341/0.000 ms root@sinister:/home/user/Downloads# On the GUI side, I use Opera and it works fine, but Iceweasel cannot resolve domains. I am using Debian Squeeze, 64 bit and am fully patched (I replace 'http.us.debian.org' with the resolved IP address to get updats to work). I have had this problem since I installed the system and am not sure what the cause could be anymore.
Perhaps you should try Googling your error message. I think you'll find it very helpful.
Up until very recently I've had a wired network, and at boot I'd see messages about DHCPREQUEST and DHCPOFFER and stuff as it set up the wired network. Great. Now I've just got wireless working instead, but it still tries to use DHCP on the no-longer-existing wired network. So it says "DHCPDISCOVER on eth0..." and waits for a bit, then again and waits again, and all the time the boot is waiting for a reply to its DHCP requests and it's not going to get one. It doesn't seem to do any harm, because once it's given up and proceeded with the boot then the wireless does seem to work fine, but I'd like to speed up the boot a little by cutting out this needless waiting. Has anyone got an idea how I can stop it? I tried in Preferences-Network connections and in Administration-Network, and in System Tools-Network tools, and also from the network icon in the task bar, but I can't find anything which lets me configure the wired network eth0 or disable it or disable the DHCP.
So when you installed wireless did you also install networkmanager to manage the wireless? Have a peek in /etc/network/interfaces if you use networkmanager to manage the network connections is should contain Code: Select allauto lo iface lo inet loopback else use this file to configure your interfaces. see Code: Select allman interfaces
I am looking into migrating my laptop from Arch to Debian Squeeze. I like lighter Desktop Environments like LXDE or XFCE4 and would like to avoid having to edit wpa_supplicant.conf when I move from one network to another. When traveling it would also be nice to quickly associate with open networks at airports/coffeesshops/hotels etc. I have squeeze on a deprecated ECS A900 (notebook without a battery and a Via C3 CPU) and noted that I could not use wicd to associate with my home WPA2 AP without wpa_supplicant configured with my ssid/psk. My question is when I visit my parents and want to associate with their WPA2 AP, will I need to edit wpa_supplicant.conf to their ssid/psk? It looks like I do not to edit anything to associate with open or WEP encrypted AP. Arch does have a "menu" option where preconfigured networks (home, parents, open, etc) can be selected during boot but has not been all that stable as of late.
Which wicd client are you using? I've used both the gtk & ncurses clients to add multiple WPA2 networks and all work as expected, i.e automatically connect when each available. I've never had to edit wpa_supplicant.conf manually.
Hi all. First post. About Me: - Mandriva refugee, looking for an OS that doesn't self-destruct 2-3 times a year. - High Priest of RTFM. From what I've seen in this forum, looks like I'm not alone. My issue: I've installed Squeeze on my main desktop, and am pleased to report that only one issue has emerged that's driving me crazy. I've searched for a solution, but the (hopefully) unusual nature of the problem makes searching difficult. I've got a package that claims it's "broken," based on an unresolved dependency. The thing is, though, that the package is not broken. It's working just fine. My question: how do I get this erroneous error message to go away. When I searched, I found lots of threads that explain how to remove a genuinely broken package. But I don't want to remove my not-actually-broken package. I just want to eliminate the innacurate error message. If there's a Wiki page, or some such that covers this, just point me to it. Like I said, I believe in RTFM. I just couldn't find TFM to R.
Try, as root: Code: Select all# apt-get -f install This should get any dependencies needed.
This topic is about setting up dual boot with Debian and Windows using two hard disks after Debian was installed. Historical order of events: 1) bought new pc with two identical hard disks, plugged both in 2) installed squeeze on one hd (sda1 boot, sda2, sda5-sda8) 3) formated another hd (sdb1 no system, sdb2, sdb5 ext4) 4) tried to install windows 7 => first problem: windows does not recognize sdb1 and does not want to format it 5) formated another hd for windows as ntfs (sdb1 boot, sdb2, sdb5) i made all of them ntfs just to be sure 6) tried to install windows 7 => same problem: windows does not recognize partitions as suitable 7) second problem: pc does not boot any more. why? probably because sdb1 has now boot flag, but no system, and for some reason bios does not look in sda1. I looked into bios and sata slots: first hd is sitting on slot 5, second hd is sitting on slot 3. Is that why bios tries to start from second hd? ok, plugged second hd to slot 6, tried to boot => nope, grub does not not start. setting the boot order in bios is impossible, since both hds were bought at once: same vendor, same id => bios cannot distinguish them 8( plugged off second hd (first is still sitting on slot 5), booted => all perfect, system works (besides that the sdb5 could not be mounted...), but I want to use my second hd too! 9) plugged in second hd again and booted from debian installation cd (used it for net inst) in rescue mode and tried to install grub on sda1 => fatal error, grub could not be installed 10) plugged off second hd and plugged it in to another pc, removed all partitions and created them again with windows tool. so I had again second hd as ntfs (sdb1, sdb2, sdb5) 11) plugged off second hd and plugged it into my new pc, plugged off first hd. 12) installed windows 7 (oh wonder - it worked) 13) plugged in first hd, booted => windows boots. not what I want, but at least windows issue is done, now just repair the linux partition and you are happy! 14) google, search, read.... oh, there is a super grub2 thing! ok, burned cd, booted from it, selected the entry "detect grub2 installation" => nothing found, oh my god! did I kill the linux partition completely? 15) selected entry "detect grub2 configuration" => found one grub2 configuration. hm, hope? 16) boot from it! => black screen, not even the grub menu appeared, nothing happens .... oh man.... 17) sitting there, looking at ceiling.... plugged off both hds, plugged first hd in slot 2, plugged second hd in slot 6. what bad could happen? booted => grub2 starts, squeeze boots. why? just why were you teasing me? 18) update-grub => linux found, windows found, seems to be ok 19) fdisk -l => linux: sda1, sda2, sda5-sda8, windows: sdb1, sdb2, sdb5 20) vi /etc/fstab, dev/sdb5 /backuphd ntfs defaults,errors=remount-ro 0 1 21) boot 22) booting, but could not mount sdb5. heh? I am used to mess up, so not wondering 23) fdisk -l => windows: sda1, sda2, sda5, linux: sdb1, sdb2, sdb5-sdb8. heh? you having fun teasing me? 24) vi /etc/fstab, dev/sda5 /backuphd ntfs defaults,errors=remount-ro 0 1 25) boot, booted fine, everything works. Hurra! 26) booted several times windows and linux just to be sure. 27) reporting my efforts on forums.debian.net 28) going to sleep 29) will I have bad dreams about my pc not booting because bios decides to switch the order of hds again? you may call me crazy and incompetent, but this boot behavior is silly, I do not know who is responsible for all the troubles (so it must be me, if I do not know whom to blame), but this is definitely too much, way to much why do I type all of this? may be it will help someone to fix his system or to install it in a right way from the very beginning.... may be it will help me to believe my system finally works (this is already third weekend I am opposing the dual boot issue). Thanks to everyone who posted on this forum (and other forums too) about setting up dual boot, thanks to everyone who created tutorials and online documentations about grub2. I did read so much of it, so that I forgot already the most of it, but it helped!
An interesting story. Thanks for telling it. And I'm glad it ended well. It was a lot to absorb, and I think I followed it all correctly. Here are some thoughts that I had along the way... Sergio wrote:4) tried to install windows 7 => first problem: windows does not recognize sdb1 and does not want to format it When you attempt to install any Windows system on a non-first drive, it still requires a compatible primary partition on the first hard drive for its boot loader files, and it must be the active partition or the Windows installer will mark it active. And if one doesn't exist, the Windows installer wants to create it. If one can't be found or created on the first hard drive, the Windows installer will stop. It's just the way Windows systems boot. Always have. MS bootstrapping code in the master boot record of the first drive examines the partition table to determine the active partition (aka boot in fdisk) and then loads and executes that partition's boot sector code. The Windows boot loader files are in that partition and are executed by the boot sector code. So maybe the real problem was no possible way for the Windows installer to use or create such a partition for its boot loader files. Sergio wrote:7) second problem: pc does not boot any more. why? probably because sdb1 has now boot flag, but no system, and for some reason bios does not look in sda1. Well, every hard drive can have a active partition. And next, GRUB doesn't use or care about the active state (or not) of the Linux system's partitions. Otherwise, I have no idea why Debian stopped booting unless it was related to a change in the boot order in BIOS as you said. Sergio wrote:9) plugged in second hd again and booted from debian installation cd (used it for net inst) in rescue mode and tried to install grub on sda1 => fatal error, grub could not be installed One thing new about GRUB 2 is that grub-install stops when you attempt to install the GRUB boot loader in a partition boot sector. Then it prints a message about why that isn't good idea. But there is actually nothing so bad about it, and GRUB 2 will proceed to install the boot loader in a partition boot sector if you use the --force option as the message says. Sergio wrote:...plugged off both hds, plugged first hd in slot 2, plugged second hd in slot 6. what bad could happen? booted => grub2 starts, squeeze boots. why? That sounds normal to me. The first drive with Squeeze and with GRUB in the MBR booted directly from BIOS. Sergio wrote:18) update-grub => linux found, windows found, seems to be ok That again sounds normal to me. Generally, I think things will proceed more predictably if Windows is installed first on the first hard drive and if that arrangement is not disturbed in any way by the installation of subsequent systems.
Setup a new machine with Apache, identical setup to all the other machines I got, yet this one is logging hostnames instead of IPs. "HostnameLookups" are "Off" and LogFormat settings are identical to all the other machines: Code: Select allLogFormat "%v:%p %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %b" common LogFormat "%{Referer}i -> %U" referer LogFormat "%{User-agent}i" agent Added a new LogFormat directive: Code: Select allLogFormat "%a %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined_custom And told the virtual hosts to use it: Code: Select allCustomLog /path/to/log combined_custom This solved the problem, though I'm at a loss as to why I've got this behavior on just this one box and none of the others. OS is Debian Lenny, same version of Apache installed via Debian package. Any ideas what else might explain the difference in behavior? My understanding from Apache doc (http://httpd.apache.org/docs/2.0/logs.html#accesslog) is that when "HostnameLookups" are "Off, "%h" will yield IP instead of hostname.. -------------------------------- Code: Select all# apache2ctl status ... Server Version: Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny9 with Suhosin-Patch mod_ssl/2.2.9 OpenSSL/0.9.8g Server Built: Dec 11 2010 21:34:00 ... # dpkg -s apache2 Package: apache2 Status: install ok installed Priority: optional Section: web Installed-Size: 100 Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org> Architecture: all Version: 2.2.9-10+lenny9 Depends: apache2-mpm-worker (>= 2.2.9-10+lenny9) | apache2-mpm-prefork (>= 2.2.9-10+lenny9) | apache2-mpm-event (>= 2.2.9-10+lenny9) Description: Apache HTTP Server metapackage The Apache Software Foundation's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . It features support for HTTPS, virtual hosting, CGI, SSI, IPv6, easy scripting and database integration, request/response filtering, many flexible authentication schemes, and more. Homepage: http://httpd.apache.org/
The cause was directives where hostname instead of IP was used. For example: Code: Select all<Directory "/path/to/dir"> Order deny,allow Deny from all Allow from xx.xx.xx.xx Allow from xx.xx.xx.xx/xx Allow from host.example.com </Directory> <Location /server-status> Order deny,allow Deny from all Allow from localhost ip6-localhost Allow from host.example.com </Location> <Location /server-info> Order deny,allow Deny from all Allow from localhost ip6-localhost Allow from host.example.com </Location> My concern was about the performance penalty that resolving IP of each visitor would cause. This seems to be a non issue, because Apache was resolving the IP of just the host whose hostname was listed in the config. Not for everyone. I didn't catch this at first because it was a brand new box and I was the only one working on it. Now that more people are hitting it, I see it. Anyway, it's nice to have this mystery solved. Many thanks to jdMorgan from webmasterworld.
If you want, skip straight to the 'QUESTION' at the end of my post & refer to the 'EXPLANATION' later. EXPLANATION: Using Debian 6.01 Squeeze 64-bit. Just put together a brand new 3.3Ghz 6-core AMD. I had a nightmare with my Highpoint 640 raid controller, apparently because Debian Squeeze now handles raid through sysfs rather than /proc/scsi. The solution to this, of course, is to recompile the kernel with the appropriate module for /proc/scsi support. So I thought "screw that" and I've yanked out the raid card & went with Debians software raid. This allowed me to basically complete my mission. The raid is totally up and running, except for one final step... I can't get the raid to automount at boot. My hardware setup; - Debian is running totally on a 64Gb SSD. (sda) - I have 3x 2Tb hard drives used for storage on a raid 1 array (sdc,sdd,sde) This is how I set up; - All drives were formatted ext4 with a GPT allocation table Step 1) Installed Debian with manual partition layout, designating sdc1,sdd1,sde1 for use as 'Physical Volume for Raid' Step 2) After initial install, performed update & reboot. Step 3) Installed mdadm via Synaptic which then started building the array from sdc1,sdd1,sde1 Step 4) Went to sleep for the night while the array built. Step 5) Formatted md0 with gparted (GPT,ext4,Volume Label=Home) Step 6) Rebooted just in case After all that, the raid seems to work perfectly. I created a mount point for it with; Code: Select allsudo mkdir -p /media/HomeRaid I can mount it with; Code: Select allmount -t ext4 /dev/md0p1 /media/HomeRaid After unmounting I have to start the Array again by opening nautilus, going to 'Computer', right-click on the raid & click 'Start Multi-disk Drive' before I can mount again. I can also mount just by selecting it from the Places menu rather than using the command line. QUESTION: Ok. So after all that explanation, ultimately I have 2 problems. Firstly, I seem to need root permissions to mount md0p1. (mounting via Places menu asks for password) Secondly, I can't for the life of me figure out how to get it to mount automatically at boot. My fstab file; Code: Select all# /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # / was on /dev/sda2 during installation UUID=410d3d0c-4642-4fc3-87ee-108b74ca4581 / ext4 errors=remount-ro 0 0 # swap was on /dev/sda3 during installation UUID=9e00024e-c722-4c76-805f-4b0e3f7bfda0 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0 /dev/md0p1 /media/HomeRaid ext4 rw,user,auto,exec 0 0 My /etc/mdadm/mdadm.conf file; Code: Select allDEVICE partitions MAILADDR root Obviously I've tried adding /dev/md0p1 to the fstab file to the best of my ability. It just doesn't want to work
I don't remember for sure and I haven't double checked, for sure I don't remember details off the top of my head, but I think you need to add the necessary modules to initramfs, which involves adding them to the correct conf file and then rebuilding initramfs. Easy enough to actually do, if you can get the details right.
Hi , i have successfully set up squid3 with squeeze using guide on this forum http://forums.debian.net/viewtopic.php?f=16&t=59301 . The only problem that i have is the size of /var/log/access.log is too big and keep increasing so i run out of free space. The size of it always the same size as my free space hard disk (so it make me run out of free space in just one day, it can have size to 30 Gb ) right now , the only workaround i make is using crontab to rm access.log every hour . I'm sure this is not the right solution . Does anybody know the correct workaround about this ? I have searching in google but seems havent yet have luck with this . Tq
Large logfiles can occur with squid. Usually, logrotate is used to periodically clean up your logfiles. However, since your logfile is extremely large after one hour, you better take a look at the logfile: - are there many errors? Of so, fix them first - maybe your loging to much More on squid logging: http://wiki.squid-cache.org/SquidFaq/SquidLogs Maybe just make sure you log less. Completely switching of logging is possible, but first fix any problems. Alex. indosupremacy wrote:Hi , i have successfully set up squid3 with squeeze using guide on this forum http://forums.debian.net/viewtopic.php?f=16&t=59301 . The only problem that i have is the size of /var/log/access.log is too big and keep increasing so i run out of free space. The size of it always the same size as my free space hard disk (so it make me run out of free space in just one day, it can have size to 30 Gb ) right now , the only workaround i make is using crontab to rm access.log every hour . I'm sure this is not the right solution . Does anybody know the correct workaround about this ? I have searching in google but seems havent yet have luck with this . Tq
I have just got a new machine - hp Z400 with Nvidia Quadro NVS 295. I can install Debian 6 apparently with no problems, but when it reboots, it shows a few messages and then the screen shuts down, it seems. I have tried to edit the grub-settings, removing the "quiet" option from the kernel entry and adding a "vga=normal", but all it does is to list a large number of messages very quickly, then kill the video output. I feel sure it must be because the kernel tries to switch video mode, hence the attempt to disable framebuffer; but it seems I'm doing the wrong thing. The installation kernel boots up with no problems, and I can install in graphical mode as well. So why this?
grub2 uses gfxpayload instead of vga= check for this, including section before any menu entries in grub.cfg most reliable method would be Code: Select allgrep gfxpayload grub.cfg
Hey guys, I noticed that KDE does not have a way to browse for network printers like Gnome does. I installed system-config-printer to fix this(if there is a KDE route that would be nice as well). Anyway, I go to add a printer and select "Network Printer" and click "Windows Printer via SAMBA". This is where i would typically press "Browse..." but it is unclickable. This leads me to believe that I am missing a package. Essentially my question is: What are the necessary packages to access Windows printers via SAMBA with system-config-printer?
does you user has the permission for that? probably thats why the browse button is unclickable, you can run Code: Select allkdesudo systemsettingsthat way you can have privileges but the user has to be on the sudoers list, and you can always run the printer manager with cups on any browser http://localhost:631
I installed Debian 6 last night on an older Compaq. For the system to properly reboot and shutdown when requested, both acpi=force and reboot=warm must be in the boot parameters, this was required with other Linux distros installed on this hardware. Otherwise, the system erroneously shuts down when reboot is chosen. I would like to know how to permanently add these so they pass each time the system is turned on. I already added these to /etc/default/grub (and ran update-grub afterwards) and at the next startup, noticed they were NOT in the parameters when "e" was pressed at the boot menu. Thank you.
Hmm /etc/default/grub should work. Code: Select allGRUB_CMDLINE_LINUX_DEFAULT="quiet acpi=force reboot=warm " What does this tell you? Code: Select allgrep LINUX_DEFAULT /boot/grub/grub.cfg I used sed to edit /etc/default/grub Code: Select all# sed -i 's|GRUB_CMDLINE_LINUX_DEFAULT="quiet"|GRUB_CMDLINE_LINUX_DEFAULT="quiet acpi=force reboot=warm"|' /etc/default/grub Then I checked my work: Code: Select all# grep LINUX_DEFAULT /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT="quiet acpi=force reboot=warm" Then Code: Select allupdate-grub Is it there? Code: Select allgrep acpi /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT="quiet acpi=force reboot=warm " Still not working? Post your file if you please.
This is related to the mail notification after a login in text mode. You know, when it writes "you have mail," or "you have new mail." Just in case, do you know to make the Login(1) program look in maildirs for the new mail notification instead of /var/mail/user? If it can't be done, then I'd like to disable the new mail notification in Login completely. Thanks by advance.
I found the answer to this question (after more than 26 months!). It can be done. For the record, you have to edit /etc/pam.d/login and /etc/pam.d/sshd and the way to do it is explained in man 8 pam_mail.
New install of Mint LMDE (Debian Testing) I installed Blueman & paired my headset successfully but I get this error message when I connect my headset, "Failed to initialize pulseaudio bluetooth module. Bluetooth audio over pulseaudio will not work". When I go to Pulse Audio Volume Control, it's not showing in my hardware list.
Just needed to install this package: pulseaudio-module-bluetooth
I installed Debian sid recently. I installed the B43 driver and wireless is working just fine at home and elsewhere. I can't connect to the wireless networks at school though. There are two networks, one is unsecured (and you have to enter your login details after connecting - I can't connect at all though), the other is secured. I was previously using Ubuntu, with network manager, and I have all my settings the same for the secured network as I did in Ubuntu. In Ubuntu I can connect to both networks just fine. In Debian I can't. I don't know why this doesn't work, and I don't know where to look.
Can you see the networks at all and just can't connect, or you can't even see them? Are you using Network Manager, wicd, or something else? The fact that it works everyplace else definitely indicates that it's a configuration issue specifically for those networks. As a pure guess since I really have nothing to go on you may have to specify the ESSID for the networks in question. If this is the case the networks probably won't be listed. In any case this page may be of help, although probably very limited since it does work correctly for most cases. http://wiki.debian.org/WiFi/HowToUse