prompt stringlengths 1 63.6k | completion stringlengths 1 53.1k |
|---|---|
I tried to install OSS after I've installed the beta Wine from debs, after it still failed to give a sound. (It turned out that the PulseAudio drivers were missing) I've threwn out PulseAudio (to not bork up the configuration) and ALSA, but it still detached the sound devices. How can I resolve the problem without reinstalling ALSA and *coughPulseAudiocough*? I think that it has to do something with mixers. | Have you looked at?: Code: Select all$ man osstest and run Code: Select all$ osstest and As root, run Code: Select all# ossdetect -v And post the result of the last two commands here and show if your Nvidia VT1708S Analog (nForce 630a/ GeForce 7025) card, which you referred to in viewtopic.php?f=5&t=103607#p495180, is supported if not included in Sound devices supported by Open Sound System. |
Upon installing OSS, KDE applications and Flash just don't give a sound. KMix cannot find the mixer, KWawe refused to play, etc. Can I fix it? I need OSS, because I use Wine. | To make alsa use pulseaudio as default. Make a file called /etc/asound.conf with this as the contents: Code: Select allpcm.!default { type pulse # If defaults.namehint.showall is set to off in alsa.conf, then this is # necessary to make this pcm show up in the list returned by # snd_device_name_hint or aplay -L hint.description "Default Audio Device" } ctl.!default { type pulse } I can see reasons why one would prefer oss, but few why you would need it. ossxmix is a gtk+ gui. |
I have two machines on a peer to peer network. One runs Win XP Pro, the other Debian Squeeze. My Debian Squeeze machine is a default GNOME GUI installation. Both machines are in daily use. The Windows machine has a FAT32 partition, separate from the OS. It is D: and named Data. It contains all of my data files including my Mozilla Firefox and Thunderbird profiles. With the exception of certain, necessary commercial programs, all of my data files can, and normally are, accessed using normal open source software from either machine with one BUT. That is, that I am using only one machine at the time the files are accessed. It is an either or situation. Not both together. I am happy with that. I have one problem. Iceweasel and Icedove are set up and running on the Debian machine each using their default profiles. I cannot see how to set up their respective profile managers to give me access to the Firefox and Thunderbird profiles stored on the Data drive on my Windows machine. Can anyone offer any suggestions please? Cheers Alan | bigal wrote:I have two machines on a peer to peer network. One runs Win XP Pro, the other Debian Squeeze. My Debian Squeeze machine is a default GNOME GUI installation. Both machines are in daily use. The Windows machine has a FAT32 partition, separate from the OS. It is D: and named Data. It contains all of my data files including my Mozilla Firefox and Thunderbird profiles. With the exception of certain, necessary commercial programs, all of my data files can, and normally are, accessed using normal open source software from either machine with one BUT. That is, that I am using only one machine at the time the files are accessed. It is an either or situation. Not both together. I am happy with that. I have one problem. Iceweasel and Icedove are set up and running on the Debian machine each using their default profiles. I cannot see how to set up their respective profile managers to give me access to the Firefox and Thunderbird profiles stored on the Data drive on my Windows machine. Can anyone offer any suggestions please? Cheers Alan It's actually pretty simple. In each of their default profiles, edit the profiles.ini file to point to the path and name of the shared profile on your data drive. For example, for many years, the profiles.ini of all of my Thunderbird installs have all pointed to one shared profile on my shared data drive: Code: Select all[General] StartWithLastProfile=1 [Profile0] Name=default IsRelative=0 Path=/mnt/data/documents/email_and_browser_profiles/email/bob Of course, as you already know, you'll only be able to access your shared email or browser profile from one computer at a time, because each one locks the profile while it is using it. |
I just upgraded from squeeze to wheezy last night, and everything went well except for one annoying development: The middle click feature of my mouse no longer works. I can't copy and paste using the middle click (actually, simultaneously holding the left and right buttons). The only way I can copy and past is to left click, highlight, right click, select copy, etc. The standard unix copy and paste method of highlighting and middle-clicking no longer works. I tried manually creating an xorg.conf, because one wasn't created during the upgrade. But that didn't solve the problem. I also tried using a different mouse--no luck. Here's the xorg.conf I created: Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" EndSection Does anyone have any ideas? Thanks, Tim | Start dconf-editor and check org/gnome/settings-daemon/peripherals/mouse/middle-button-enabled. |
Hi, I'm using Debian sid - Jessie. A few hours before I executed aptitude full-upgrade and rebooting my system, then I found I cannot connect internet. Do I have to re-install the whole system from ISO? Thanks. | More info needed. Are you using dhcp on boot, network manager, or wicd to manage you nic? Wired or wireless? Have you checked /var/log/messages for errors? Basically to get any help solving your issue you need to provide as much information as possible. |
May i ask for your assistance. It is possible i've messed up something but i don't think so. It all started with a session which was in standby showing a white screen. Ever since ... read the below please. Running Wheezy with standard Debian repositories. I've experienced the Gnome session which initially runs gnome-shell to suddenly stop, then fail. All sessions run 'Gnome Classic' sessions now. There seems no simple way to fix this, there seems no indication of what happened. When i click in the top right-hand corner and select system settings the gnome session aborts and i have to log in again. Is there a procedure at hand to 'repair' my sessions ? I've reinstalled various gnome packages to no avail. The session aborts also happen when loading pages in Chromium ... this rieks, first time in a long time i find no cause or clues. Before and since these 'things' occur i've not made changes to my system. Now i've just compiled terminology [ http://www.enlightenment.org/p.php?p=about/terminology ] .... When i click on the icon under [ Applications ] [ system tools ] the session also aborts. Thank you. | After the abort try looking at these log files: Code: Select alldmesg | tail Code: Select allcat .xsession-errors |
I just got a new motherboard and I'm trying to get my system working again. Debian has had no problems with the hardware change. Windows 7 BSoDs and I need to reinstall it on my dual boot system. I know from past expirience that when you reinstall Windows it wipes out GRUB. I want to be able to reinstall Windows without having to reinstall Debian too. In theory this may be simple, but I'm using an LVM, which complicates this. I tried this before http://forums.debian.net/viewtopic.php?f=5&t=84060 but couldn't follow through. I'm hoping to get some advice, before installing Windows, on how to reinstall GRUB afterwards. Basically I understand that I must install Grub 2 directly to the MBR and make it "point" to sda1 where the grub boot files are? How can I know where my grub boot files are? Here's a link to a pastebin of my fdisk -l output if that will help answer questions. http://pastebin.com/8ccRWMLp Thanks. | You could also back up the MBR with dd, then dd it back after the win install. I can't recall the necessary blocksize off the top of my head, but the Internet knows. |
Well this threads might belong in the hardware section - but I don't thinks so. Please feel free to move the thread if necessary. Ok, here goes , I have first installed Debian Squeeze and then made a dist-upgrade to Wheezy and I'm using xfce4 as desktop. Most things work fine but, if I try to use the wireless card the system shortly hangs after connecting to the accesspoint - just after I try to surf the web. I tried to change from wcid to networkmanger - with same result. So, I guessed that it was a cheap wireless (AR9485) card or a bug in the ath9k driver. Instead of looking deeper into the problem - I bought a wireless USB pin, which I was sure would be temporary solution. I couldn't have been more wrong. The adapter's name is a D-link DWA-121 with a rtl8192cu chipset. So, I installed firmware-realtek and it was ready for use. But, same thing happend, a freezy appered just after connecting to the accesspoint and started surfing. Now, I am a little confused about this since I installed Wheezy on another laptop a few weeks ago , an Asus UX21 - the only differens was that I made a clean install with Wheezy and wireless worked fine witout any freezes. Any ideas ? Regards, | This problem may be caused by conflicting drivers trying to access the same hardware. You can easily block unwanted drivers from being loaded by creating files under /etc/modprobe.d. You can search for this by using "blacklisting drivers" under Debian. As far as I can tell there is a Debian wiki dealing with blacklisting. P.S. I also found that an incompletely configured driver may freeze the system. Moreover, when I installed mine on this Acer Aspire laptop, I remember, I had to blacklist incompatible drivers. You can use modprobe to dynamically load and unload drivers. This should allow you to investigate and evaluate the problem. Could you Ctrl + Alt + F1? If not, it would mean, the system was completely locked. |
Hi all, I have installed debian wheezy with amd64 3.2.0 kernel version on my new asus k55vd laptop. All peripheral seems working fine but the card reader don't. I googled and fine this topic in a gentoo forum : http://forums.gentoo.org/viewtopic-t-92 ... art-0.html And they recommend to try this solution : Code: Select allwget https://bugs.launchpad.net/bugs/971876/+attachment/2991730/+files/rts_bpp.tar.bz2 tar jxf rts_bpp.tar.bz2 cd rts_bpp make su -c 'make install ; modprobe rts_bpp ; depmod -a' I tried either in my /home/gabriel/driver and /usr/src/rts_bpp-1.1/src as recommended in the topic but the "make" step return me the error : Code: Select allgabriel@gabs-pinguin:/usr/src/rts_bpp-1.1/src/rts_bpp$ make cp -f ./define.release ./define.h make -C /lib/modules/3.2.0-4-amd64/build/ SUBDIRS=/usr/src/rts_bpp-1.1/src/rts_bpp modules make: *** /lib/modules/3.2.0-4-amd64/build/: Aucun fichier ou dossier de ce type. Arrêt. make: *** [default] Erreur 2 "Aucun fichier ou dossier de ce type. Arrêt" means "No such file or directory. Stopping" Any ideas ? | You need the header files for your kernel. Code: Select all# aptitude install linux-headers-$(uname -r) |
Dear all, I recently installed wheezy and kde on my laptop. I used the default settings from the iso provided as a release candidate for the forecoming stable version about a month ago. The installation went well and the system works fine. Yet I run into a bug when I shutdown the computer, either through the GUI or by issuing 'shutdown -h -P now' on the CLI. When I shutdown, the screen prints the informations ... [info] Will now halt [26646.365704] Power down. the fan stops but the screen does not switch off, and I can't do anything but removing the plug. There was a similar problem related to *syslogd* reported on the forum a few months ago, but I don't get the syslogd error and the fixes suggested on that thread did not work. Googling did not help. No info in the logs Anyone knows how to solve the problem ? Caroline I am using wheezy onLinux 3.2.0-4-amd64 #1 SMP Debian 3.2.39-2 x86_64 GNU/Linux with a Dell Latitude E6400. The system was installed a month ago using the installer RC for the stable version. I use the default driver for the graphic card (nouveau). I didn't install the proprietary driver. | Hi, I don't know if it'll work in wheezy but try editing the following file: Code: Select allnano /etc/default/grub Now add the acpi=force option thus: Code: Select allGRUB_CMDLINE_LINUX="acpi=force" And remember to run update-grub. If it doesn't work, just edit the line to undo the change. |
I can connect wired to one router at this one place just fine. Then when I go to another place I cannot connect it this other router I frequently connected to at all anymore. I was able to connect to this particular router just fine a couple of days ago. So can I change some network setting to get this particular router to connect again? Or is something wrong with this router? *EDIT* Fixed with Code: Select allsudo dhclient eth0 | You probably use DHCP. If you do, what does dhclient log? |
Hello, three days ago I made a dist-upgrade, but apt-get said that errors occured with the package "avahi-daemon". Today, I installed timidity and the list of broken packages increased .... now I got two of them. Finally I did a dist-upgrade a few minutes ago. The result is: Code: Select all avahi-daemon timidity-daemon ifupdown rsyslog E: Sub-process /usr/bin/dpkg returned an error code (1) I'm using Debian Testing and everything works fine, but I somehow get worried because of the error messages... Anyone experienced the same? I don't know which logs to post, so please tell me if you need. | Try: apt-get -f install to fix the install of the files that didn't get loaded because of the error. Then try apt-get upgrade again, apt-get -f install again, back and forth. |
Hi, I have some troubles installing the TP-Link TL-WN823N wireless USB adaptor. After some searches it looks like the driver isn't present in the kernel (TL-WN822N V2 is...). I installed ndiswrapper because i have the XP driver. This went pretty well, installed ndiswrapper, add a driver, selected the .inf file and ndiswrapper can see the hardware being present, more reading learned me thats all to be done in ndiswrapper. But when I click on configure network things go wrong. "Can't find any network managers" (I don't know wheter this error message is accurate, mine is in Dutch: "Kon geen netwerkinstellingshulpmiddel vinden"). Goint straight to Wicd doesn't help me, he doesn't find any wireless network. In other forums I figured out this info could be of interest: uname -r Code: Select all2.6.32-5-686 ifconfig -a Code: Select alleth0 Link encap:Ethernet HWaddr 00:0d:87:4d:0b:a5 inet addr:192.168.101.50 Bcast:192.168.101.255 Mask:255.255.255.0 inet6 addr: fe80::20d:87ff:fe4d:ba5/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:4282 errors:0 dropped:0 overruns:0 frame:0 TX packets:3463 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:3964092 (3.7 MiB) TX bytes:528167 (515.7 KiB) Interrupt:10 Base address:0xd400 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:8 errors:0 dropped:0 overruns:0 frame:0 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:560 (560.0 B) TX bytes:560 (560.0 B) wlan0 Link encap:Ethernet HWaddr 64:70:02:08:46:f2 BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) iwconfig Code: Select alllo no wireless extensions. eth0 no wireless extensions. wlan0 IEEE 802.11g ESSID:off/any Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated Bit Rate:0 kb/s Tx-Power:20 dBm Sensitivity=0/3 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 ndiswrapper -l Code: Select allnet8192cu : driver installed device (0BDA:8178) present Any help would be much apreciated! Thanks in advance. | check that /etc/network/interfaces isn't controlling your card. also, in Wicd, make sure you select your wireless device from the config menu ( i think it comes under preferences ) |
I had this working with an nVidia card on my old desktop, but I've just been given a newer desktop with an ATI Radeon HD 5450/6350 card. I've installed a liquorix kernel and the ATI/fglrx driver 13.1 via smxi, and the result is a bootable system with two matching monitors. When I attempt to configure a dual-headed setup using aticonfig, the result is a bad xorg.conf file - one that won't even boot! When I try to adjust using grandr, I get the error message "User set screen size larger than max screen size". This seems to be borne out when I run xrandr: Code: Select allpablo@pmenanx1=> xrandr -q Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 1680 x 1680 DVI-1 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 474mm x 296mm 1680x1050 59.9*+ 1280x1024 75.0 60.0 1152x864 75.0 1024x768 75.0 60.0 800x600 75.0 60.3 640x480 75.0 59.9 720x400 70.1 DVI-0 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 474mm x 296mm 1680x1050 59.9*+ 1280x1024 75.0 60.0 1152x864 75.0 1024x768 75.0 60.0 800x600 75.0 60.3 640x480 75.0 59.9 720x400 70.1 Just thought I'd add the output I get when I try to reposition the second monitor via xrandr from the command line: Code: Select allpablo@pmenanx1=> xrandr --output DVI-1 --right-of DVI-0 xrandr: screen cannot be larger than 1680x1680 (desired size 3360x1050) It seems that I need to resize to 3360x1050 or larger to get this working, but I'm not able to do this at the command line: Code: Select allpablo@pmenanx1=> xrandr -s 3360x1050 Size 3360x1050 not found in available modes Any tricks to get this working? Please let me know what other info I can provide to help troubleshoot - and thanks! | extraspecialbitter wrote:Code: Select allpablo@pmenanx1=> xrandr -q Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 1680 x 1680Your maximum 'virtual' screen size of 1680x1680 is less than the two monitors in combination: 3360x1050 This defaults to the maximum texture size when using the free radeon driver: 8192x8192 in my case. I'm not sure what shenanigans you have to pull for that on the proprietary driver. |
Not sure where to post this, I hope this is the right spot. I've done a brand new Debian Squeeze install, the only thing I had added prior to attempting to install python-mode for Emacs was flashplugin, I then installed Emacs. When I tried to install Python-mode (1:5.1.0-1) Synaptic opened the little terminal window which said something about 'locked by root' and I should press either q, s, p or ?, pressing these eventually gave me control back and Synaptic told me to run dpkg --configure -a, I did this and it just dropped me back into the same stuck terminal. I've now uninstalled Python-mode and all is well. Any ideas? P.S. I've just noticed a related problem, I opened a terminal, typed 'su' and logged in as root then did 'emacs /etc/apt/sources.list, added a couple of things and tried to save, this got me:- /etc/apt/sources.list locked by root@Eric-deb... (pid 5001): (s, q, p, ?) ? which is the same error I got from the Python-mode failure. Good grief, my sources.list is now empty, what on Earth is going on. Could someone post a sources.list so I can recreate it? Help please! | no clues yet. I'd try open emacs first as user then open your file from emacs try to save the file you open before editing it then do the same again as root. try these steps for a file owned by root as well as a file owned by user. let us know what works and what locks up. edit blastradius wrote:Good grief, my sources.list is now empty, what on Earth is going on. Could someone post a sources.list so I can recreate it? relax, you need to get the system functional before you can recreate the sources.list file |
I have Debian Wheezy installed on an SSD drive. I have two other drives in a RAID 0 array. I have never used MDADM before and I have been searching for hours. The RAID has been setup and working for about a year so I know it's not a hardware problem. Here is the output of some commands I found. I have no idea how to mount the RAID array and it doesn't mount automatically: ARRAY /dev/md/imsm0 metadata=imsm UUID=56d01b6f:0f93afb3:6f8e2485:3833855e /dev/sdb1: LABEL="Backup" UUID="F8A67E30A67DF00C" TYPE="ntfs" /dev/sda1: UUID="c755574d-e245-4de5-8087-5a182710fb0d" TYPE="ext3" /dev/sda5: UUID="0ea82c55-0e7a-46e0-91e1-efc0bb2a0810" TYPE="swap" /dev/sdc: TYPE="isw_raid_member" /dev/sdd: TYPE="isw_raid_member" # definitions of existing MD arrays ARRAY metadata=imsm UUID=56d01b6f:0f93afb3:6f8e2485:3833855e ARRAY /dev/md/Volume0 container=56d01b6f:0f93afb3:6f8e2485:3833855e member=0 UUID=c6305e20:f4b939db:56440d64:22575f07 | I guess there was a problem with the mdadm.conf file. I deleted the file and did: dpkg-reconfigure mdadm and followed the prompts. RAID is now working. |
Hi to everybody, first time, excuse me for my poor english. I try to explain my situation. I created a net diagram to make it easier Link=http://img28.imageshack.us/img28/6362/o ... nglish.jpg I want to make a VPN tunnel site to site with RSA keys to connect two subnets I have my tunnel up and established, and I can ping betwen VPN servers, but no traffic pass through to any subnets (Left VPN server can't ping Right client VPN and Right VPN server can't ping Left client). This is my problem This is my /etc/ipsec.conf file in Left VPN server Code: Select allversion 2.0 config setup interfaces=%defaultroute protostack=netkey nat_traversal=yes virtual_private=%v4:192.168.1.0/24,%v4:192.168.25.0/24 conn %default authby=rsasig compress=no pfs=yes aggrmode=no conn netnet left=192.168.1.1 leftsubnet=192.168.1.0/24 leftid=@squid #Server name leftrsasigkey=leftXXXXX right=right_public_IP_address #public address rightsubnet=192.168.25.0/24 rightid=@debian #Server name rightrsasigkey=rightXXXX type=tunnel auto=start And the Right VPN Server config file Code: Select allversion 2.0 config setup interfaces=%defaultroute protostack=netkey nat_traversal=yes virtual_private=%v4:192.168.1.0/24,%v4:192.168.25.0/24 conn %default authby=rsasig compress=no pfs=yes aggrmode=no conn netnet left=left_public_IP_address leftsubnet=192.168.1.0/24 leftid=@squid leftrsasigkey=leftXXXXX right=192.168.25.150 rightsubnet=192.168.25.0/24 rightid=@debian rightrsasigkey=rightXXXX type=tunnel auto=start NOTE: I cut my left an right RSA keys for the examples, but it are ok I installed openswan by repositories, I have all OK when I run the ipsec verify command, I put a 1 in /proc/sys/net/ipv4/ip_forward file, I desactivated the firewall on both VPN servers,....but no traffic pass through de subnets I feel like I need add a new route....( maybe, I don't know exactly....) This are my outputs for route -n command in Left VPN server, Code: Select allDestination Gateway Genmask Flags Metric Ref Use Iface 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.1.2 0.0.0.0 UG 0 0 0 eth0 and Right VPN server Code: Select allDestination Gateway Genmask Flags Metric Ref Use Iface 192.168.25.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.25.1 0.0.0.0 UG 0 0 0 eth0 Other important information: Left VPN server Code: Select all# ip xfrm state src 192.168.1.1 dst left_public_IP_address proto esp spi 0x781622ad reqid 16385 mode tunnel replay-window 32 flag af-unspec auth hmac(sha1) 0x72b7c8a66766d645d77b842da7acfd9ffc869f45 enc cbc(aes) 0x39b8ba9d4d976ee6a74ad44703e19b79 encap type espinudp sport 4500 dport 4500 addr 0.0.0.0 src left_public_IP_address dst 192.168.1.1 proto esp spi 0xf1047c01 reqid 16385 mode tunnel replay-window 32 flag af-unspec auth hmac(sha1) 0x1835be9b21da5fec2da13f8305d4090c53be5729 enc cbc(aes) 0xe459e90c809867eb8229d7d12373e6f3 encap type espinudp sport 4500 dport 4500 addr 0.0.0.0 Right VPN Server Code: Select all# ip xfrm state src right_public_IP_address dst 192.168.25.150 proto esp spi 0x781622ad reqid 16385 mode tunnel replay-window 32 flag af-unspec auth hmac(sha1) 0x72b7c8a66766d645d77b842da7acfd9ffc869f45 enc cbc(aes) 0x39b8ba9d4d976ee6a74ad44703e19b79 encap type espinudp sport 4500 dport 4500 addr 0.0.0.0 src 192.168.25.150 dst right_public_IP_address proto esp spi 0xf1047c01 reqid 16385 mode tunnel replay-window 32 flag af-unspec auth hmac(sha1) 0x1835be9b21da5fec2da13f8305d4090c53be5729 enc cbc(aes) 0xe459e90c809867eb8229d7d12373e6f3 encap type espinudp sport 4500 dport 4500 addr 0.0.0.0 This is my output for ipsec --version command and uname -a on both Debian VPN servers: Code: Select allLinux Openswan U2.6.28/K2.6.32-5-686 (netkey) Code: Select allLinux 2.6.32-5-686 #1 SMP Sun Sep 23 09:49:36 UTC 2012 i686 GNU/Linux Any information or help is appreciated, I'm going crazy...... Thanks!! | I found the solution. My problem was that the clients on my subnets has a lot of routes, because I have a lot of routers to another subnets. I deleted this routes and configured the address of Left VPN server like a gateway for the clients of the left subnets and made the same on the right subnet and everything started to work. For the people who has the same problem: - I used the same configuration of the first post (in the Left/Rights VPNs Servers). I don't change anything. - Be aware of the routes of the clients of the VPN!!! - The most important thing, clients of the left VPN must to have the IP of the Left VPN server like gateway, and clients of the right VPN must to have the IP of the Right VPN server like gateway Now the traffic of the Left subnet pass through VPN tunnel and reach the Right subnet!! The ping comeback!! This is my VPN config right now: Link=http://img580.imageshack.us/img580/6362 ... nglish.jpg I hope than someone found it useful. Saludos desde las Canarias!! |
I am trying to start OpenOffice Base (3.2.0) but it keeps crashing once I begin to edit a new data base. Calc, Writer and Impress work fine. Code: Select allramack@ramack2:~$ soffice -base ramack@ramack2:~$ libgcj failure: gcj linkage error. Incorrect library ABI version detected. Aborting. I haven't a clue as to how to fix this one. A web search finds a Debian bug that is a couple years+ old. The bug has since been resolved. It crashes if run as root too. This is on my 32bit AMD testing box. Rich | When I run an update, then dist-upgrade. Code: Select allramack@ramack2:~$ sudo apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following NEW packages will be installed: dmsetup The following packages have been kept back: gcj-jre-headless gij Could the gcj-jre-headless being held back be the problem? |
Hello, I have two related questions. The first one: is there any way for the pinned package to be upgrated along with its dependencies if only the package itself is actually pinned. For instance, I'd like to have iceweasel installed from experimental repository, so I pinned it in /etc/apt/preferences: Code: Select allPackage: iceweasel Pin: release o=Debian,a=experimental Pin-Priority: 500 Yet, it won't be upgraded by aptitude upgrade because it depends on xulrunner-19.0 and libmozjs19d, so I need to have these packages pinned as well. But when iceweasel will be upgraded in the repo to, say version 20.0, aptitude upgrade won't upgrade it because now it will depend on xulrunner-20.0 and libmozjs20d respectively. So here is the second question: is there any way to pin packages that have version included in their names to be upgraded to the last available version? Probably, I can just write the script that polls repository periodically and changes /etc/apt/preferences accordingly, but may be there is other way around it. Thanks in advance. | You can use wildcards in package names. RTFM. |
I've been doing most of my work in the virtual consoles using vim, but quickly realized that trying to set a light background in vim has no effect. The virtual terminal's background seem almost "hard-wired" the default debian colors. I love the debian colors as long as I'm in a darkened room, but the black background makes the screen almost impossible to read during the daytime. I would be in virtual console heaven if I could figure out how to get the same debian colors on a white backgroundt For the past 6 months I've been searching manuals and googling to try to figure out how to change the virutal terminal's default colors,but so far all I've been able to find is: # setterm -background white -store but the white turns out to be more of a dark (grey-ish) white making the screen even harder to read (the man says that -background option has an 8-color pallet) It seemed like I was so close, couldn't figure out how to get a "true" white background. So any help would be super-greatly appreciated!!! Thanks!!! Bryan Btw, I'm running MintPPC 9.2 on 450Mhz KeyLime iBook (clamshell) (Debian Squeeze) And, I did find the command: # dpkg-reconfigure console-setup which offers a cool choice of virtual console fonts and font-sizes!! | I do not use vim, so I may be completely off the mark, but being a terminal-based application, does it not use the settings set for the terminal in Edit/Preferences? |
Every time I install or upgrade any package, Aptitude prints the following lines: Code: Select alldpkg: warning: files list file for package 'scangearmp-common' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'scangearmp-mx340series' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'kazehakase-webkit' missing; assuming package has no files currently installed Right, these refer to packages that have been removed. So, where is the instruction that makes Aptitude look for them? | I don't know, but think of "/var/lib/dpkg/status" http://help.ubuntu.com/community/Packag ... gProcedure step 5, commands. Just have a look. |
Hi. I get this error restarting apache 2 after installation with: apt-get install apache2 Code: Select all.: 51: Can't open /etc/apache2/envvars What can i try to do??? Thanks in advance.. Tameto | Tameto wrote:How to solve it??? By figuring out what is wrong and fixing it. What clues do you have as to why apache appears not to be installed correctly? |
Hi all, For those of you who have followed my other topic: yes, Debian has finally installed and running smoothly with Windows 7 as a dual boot option. I had some issues getting the wireless network adapter to be configured properly but that has been fixed. The only issue now is to get my sound working.... I've spent numerous hours looking through forums and tried a number of things, but none worked. First of all, there is sound in Windows 7, so there's nothing wrong with the hardware (ASUS K55A Notebook: http://www.asus.com/Notebooks/Versatile ... ifications. Here are some outputs that might be of interest: $ uname -r Code: Select all2.6.32-5-amd64 $ lspci | grep Audio Code: Select all00:1b.0 Audio device: Intel Corporation Device 1e20 (rev 04) $ lsmod | grep snd No results... $ ls /dev/snd No results... $ dpkg -l | grep gstreamer Code: Select allii bluez-gstreamer 4.66-3 Bluetooth GStreamer support ii gir1.0-gstreamer-0.10 0.10.30-1 Description: GObject introspection data for the GStreamer library ii gstreamer0.10-alsa 0.10.30-1 GStreamer plugin for ALSA ii gstreamer0.10-ffmpeg 0.10.10-1 FFmpeg plugin for GStreamer ii gstreamer0.10-fluendo-mp3 0.10.14.debian-1 Fluendo mp3 decoder GStreamer plugin ii gstreamer0.10-nice 0.0.12-1 ICE library (GStreamer plugin) ii gstreamer0.10-plugins-bad 0.10.19-2+b2 GStreamer plugins from the "bad" set ii gstreamer0.10-plugins-base 0.10.30-1 GStreamer plugins from the "base" set ii gstreamer0.10-plugins-good 0.10.24-1 GStreamer plugins from the "good" set ii gstreamer0.10-plugins-ugly 0.10.15-1 GStreamer plugins from the "ugly" set ii gstreamer0.10-tools 0.10.30-1 Tools for use with GStreamer ii gstreamer0.10-x 0.10.30-1 GStreamer plugins for X11 and Pango ii libgstreamer-plugins-base0.10-0 0.10.30-1 GStreamer libraries from the "base" set ii libgstreamer0.10-0 0.10.30-1 Core GStreamer libraries and elements $ dpkg -l | grep alsa Code: Select allii alsa-base 1.0.23+dfsg-2 ALSA driver configuration files ii alsa-utils 1.0.23-3 Utilities for configuring and using ALSA ii alsamixergui 0.9.0rc2-1-9 graphical soundcard mixer for ALSA soundcard driver ii bluez-alsa 4.66-3 Bluetooth ALSA support ii gnome-alsamixer 0.9.7~cvs.20060916.ds.1-2 ALSA sound mixer for GNOME ii gstreamer0.10-alsa 0.10.30-1 GStreamer plugin for ALSA ii libsdl1.2debian-alsa 1.2.14-6.1 Simple DirectMedia Layer (with X11 and ALSA options) $ alsamixer Code: Select allcannot open mixer: No such file or directory $ alsaconf Code: Select allbash: alsaconf: command not found $ /usr/sbin/alsactl init Code: Select all/usr/sbin/alsactl: init:1743: No soundcards found... As you can see, the alsa utilities are installed and so are the GStreamer plugins. However, when I right-click the volume control and choose "open volume control", it says: "No volume control GStreamer plugins and/or devices found." I really hope somebody can help me with this, it would complete my new system Thanks! | , |
I've been using net installs since Sarge, so this is a little surprising. Just installed using the Wheezy Beta4 installer. Boot to HD goes black screen part way through grub2 process. Tried recoverery mode. Got a command line. Tried an update, got this: apt-get update Err http://security.debian.ort wheezy/updates InRelease Err http://ftp.us.debian.org wheezy InRelease Err http://security.debian.org wheezy/updates Release.gpg Could not resolve 'security.debian.org' Err http://ftp.us.debian.org wheezy Release.gpg Could not resolve 'ftp.us.debian.org' Reading package lists... Done W: Failed to fetch http://ftp.us.debian.org/debian/dists/wheezy/InRelease W: Failed to fetch http://security.debian.org/dists/wheezy ... /InRelease W: Failed to fetch http://security.debian.org/dists/wheezy ... elease.gpg Could not resolve 'security.debian.org' W: Failed to fetch http://ftp.us.debian.org/debian/dists/w ... elease.gpg Could not resolve 'ftp.us.debian.org' W: Some index files failed to download. They have been ignored, or old ones used instead. No changes have been made since install. Ideas or advice anyone? | Looks like you have no network connection. What does ifconfig -a show you? To get the network up and running in recovery mode see e.g. http://serverfault.com/questions/281808 ... overy-mode or google for alternatives. |
Hi! I've installed Debian about a year ago, but didn't use it often cuz following problems. I can't make work usb devices such as pen drives, mp3-player, mobile internet modem, usb-mouse. root@sprinter:/home/setmefree# uname -a Linux sprinter 3.7.1 #1 SMP Thu Dec 20 03:23:18 UTC 2012 x86_64 GNU/Linux Debian Sqeeze It's usb modules I've written in /etc/modules to load them at startup root@sprinter:/home/setmefree# dmesg | grep usb [ 9.347739] ACPI: bus type usb registered [ 9.348608] usbcore: registered new interface driver usbfs [ 9.349041] usbcore: registered new interface driver hub [ 9.349192] usbcore: registered new device driver usb [ 9.358672] usbcore: registered new interface driver usb-storage [ 9.372237] usbcore: registered new interface driver usbserial [ 9.372419] usbcore: registered new interface driver usbserial_generic [ 9.372930] usbserial: USB Serial support registered for generic When I plug usb drive in usb socket, there'll nothing happens and dmesg shows unchanged data. I have three HDDs: sda, sdb, sdc but devices in /dev/ have no other devices like sdXX. I also have USB modules enabled in kernel. All work fine on windows and other linux distributives that I used. What is wrong with USB subsystem configuration and how I can check what is wrong? Thanks for advices. | You might want to post the output of 1. lspci 2. lspci -vv (only for the relevant devices -- and it is v v, not w) 3. lsusb 4. lsmod|grep usb It might yield a hint or two. You also shouldn't need to edit /etc/modules to get usb working. |
hi forum, [I have posted this on another list too, but I see no activity at all. Repost it now here.] I have a dual boot system: on /dev/sda1 I have a windows installation, the rest of /dev/sda contains a debian installation. Now after a long time without ever booting windows I want to convert that unused disk space into a linux partition. In my perception this means formatting the windows partition taking care of the MBR and being sure it is not 'formatted away' telling grub that windows is gone I am a bit unsure about the MBR and the grub part. Concerning the MBR: fdisk shows the bootable flag on /dev/sda1. Does this mean I cannot simply format /dev/sda1 with an ext3 filesystem? I thought the MBR is on /dev/sda and not on /dev/sda1, but I am not 100% certain. Especially after seeing the output of fdisk: Code: Select all$ fdisk -l Disk /dev/sda: 80.0 GB, 80026361856 bytes 255 heads, 63 sectors/track, 9729 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x9b5d9b5d Device Boot Start End Blocks Id System /dev/sda1 * 1 2612 20980858+ 7 HPFS/NTFS /dev/sda2 2613 3220 4883760 83 Linux /dev/sda3 3221 3463 1951897+ 82 Linux swap / Solaris /dev/sda4 3464 9729 50331645 8e Linux LVM Disk /dev/dm-0: 3170 MB, 3170893824 bytes 255 heads, 63 sectors/track, 385 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000000 My other question is about grub: do I only have to edit menu.lst and update-grubto remove the windows entry from the grub menu? If so, I would gladly have some advice on it. My menu.lst ends with Code: Select all$ tail -20 /boot/grub/menu.lst root (hd0,1) kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/sda2 ro single initrd /boot/initrd.img-2.6.26-2-686 ### END DEBIAN AUTOMAGIC KERNELS LIST # This is a divider, added to separate the menu items below from the Debian # ones. #title Other operating systems: #root # This entry automatically added by the Debian installer for a non-linux OS # on /dev/sda1 title Windows NT/2000/XP root (hd0,0) savedefault makeactive chainloader +1 What part do I have to remove: only the windows title and root or do I have to remove the savedefault, makeactive and chainloader line as well? thanks in advance for your help! Ruud | ruud144 wrote: formatting the windows partition telling grub that windows is gone just need to do those two fdisk shows the bootable flag I thought the MBR is on neither here nor there, nothing to worry about just edit menu.lst remove the whole windows entry Code: Select all# This entry automatically added by the Debian installer for a non-linux OS # on /dev/sda1 title Windows NT/2000/XP root (hd0,0) savedefault makeactive chainloader +1 format the partition good to go |
im new to debian and try to configure my wifi, but network manager and wifi-radar can not find any networks. uname -r output: Code: Select all3.7.7 iwconfig output: Code: Select allwwan0 no wireless extensions. pan0 no wireless extensions. eth0 no wireless extensions. lo no wireless extensions. wlan0 no wireless extensions. ifconfig output: Code: Select alleth0 Link encap:Ethernet Hardware Adresse 08:9e:01:32:80:da inet Adresse:192.168.178.64 Bcast:192.168.178.255 Maske:255.255.255.0 inet6-Adresse: fe80::a9e:1ff:fe32:80da/64 Gültigkeitsbereich:Verbindung UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1 RX packets:844 errors:0 dropped:0 overruns:0 frame:0 TX packets:443 errors:0 dropped:0 overruns:0 carrier:0 Kollisionen:0 Sendewarteschlangenlänge:1000 RX bytes:336787 (328.8 KiB) TX bytes:80346 (78.4 KiB) Interrupt:40 Basisadresse:0xa000 lo Link encap:Lokale Schleife inet Adresse:127.0.0.1 Maske:255.0.0.0 inet6-Adresse: ::1/128 Gültigkeitsbereich:Maschine UP LOOPBACK RUNNING MTU:65536 Metrik:1 RX packets:8 errors:0 dropped:0 overruns:0 frame:0 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 Kollisionen:0 Sendewarteschlangenlänge:0 RX bytes:560 (560.0 B) TX bytes:560 (560.0 B) wlan0 Link encap:Ethernet Hardware Adresse 84:a6:c8:c3:da:2a UP BROADCAST MULTICAST MTU:1500 Metrik:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 Kollisionen:0 Sendewarteschlangenlänge:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) wlan0:avahi Link encap:Ethernet Hardware Adresse 84:a6:c8:c3:da:2a inet Adresse:169.254.9.186 Bcast:169.254.255.255 Maske:255.255.0.0 UP BROADCAST MULTICAST MTU:1500 Metrik:1 ip addr output: Code: Select all1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 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: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether 08:9e:01:32:80:da brd ff:ff:ff:ff:ff:ff inet 192.168.178.64/24 brd 192.168.178.255 scope global eth0 inet6 fe80::a9e:1ff:fe32:80da/64 scope link valid_lft forever preferred_lft forever 3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000 link/ether 84:a6:c8:c3:da:2a brd ff:ff:ff:ff:ff:ff inet 169.254.9.186/16 brd 169.254.255.255 scope link wlan0:avahi 4: wwan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 link/ether 02:15:e0:ec:01:00 brd ff:ff:ff:ff:ff:ff 5: pan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN link/ether 1a:65:f8:13:4b:de brd ff:ff:ff:ff:ff:ff lspci -vnn output: Code: Select all... 03:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 2230 [8086:0888] (rev c4) Subsystem: Intel Corporation Centrino Wireless-N 2230 BGN [8086:4262] Flags: bus master, fast devsel, latency 0, IRQ 43 Memory at f1600000 (64-bit, non-prefetchable) [size=8K] Capabilities: [c8] Power Management version 3 Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+ Capabilities: [e0] Express Endpoint, MSI 00 Capabilities: [100] Advanced Error Reporting Capabilities: [140] Device Serial Number 84-a6-c8-ff-ff-c3-da-2a Kernel driver in use: iwlwifi ... does this mean that i have the correct driver? i have tried a lot of things to bring up my connection. i tried it manually with ifup/ifdown and some settings in the /etc/network/interfaces but nothing worked. im desperate. can somebody please give me advices where the problem could be. | uname -r output: 3.7.7 Is this a debian version? A stable version? Because if I look that SQUEEZE the newest stable version 2.6.32 ... is at this moment. At this moment ... I'm unfortenately not able with your problem ... Maybe you find an answer in the followin thread http://forums.debian.net/viewtopic.php?f=5&t=96685 http://wiki.debian.org/WiFi/HowToUse - How to use a WiFi interface http://wiki.debian.org/WPA Code: Select allauto wlan0 iface wlan0 inet dhcp wpa-ssid mynetworkname wpa-psk mysecretpassphrase Hopelfully, you find your solution here |
Hello. I've used Mint for about 3 years on an old laptop and decided to go for a lighter OS, debian. the laptop is Dell XPS M1210 and I've got most of necessary functionalities working... except for the internet. I had had a wired network using ethernet and have enabled the wireless card as directed. The wireless now works but apparently I seem to have sabotaged my wired connection in doing so. What did I do? and how would I get the wired connection back? Is it possible that while loading the wireless module, I replaced the wired module with the wireless? Please enlighten me. Needless to say, the followings are the outputs which I think are relevant: eth0 is not found in /proc/net/dev. Code: Select allroot@debian:/home/niuzeta# grep eth0 /proc/net/dev root@debian:/home/niuzeta# root@debian:/home/niuzeta# cat /proc/net/dev Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed lo: 177937 1304 0 0 0 0 0 0 177937 1304 0 0 0 0 0 0 eth1:16268834 14619 0 0 0 10091 0 0 1201136 10555 20 0 0 0 0 0 pan0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 /etc/network/interfaces still allow for hotplugging eth0 Code: Select allroot@debian:/home/niuzeta# cat /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface # auto lo # iface lo inet loopback # The primary network interface allow-hotplug eth0 #NetworkManager#iface eth0 inet dhcp lspci shows that the wireless and wired modules are detected Code: Select allroot@debian:/home/niuzeta# lspci | grep Broadcom 03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02) 0c:00.0 Network controller: Broadcom Corporation BCM4321 802.11a/b/g/n (rev 03) ifconfig shows no eth0 Code: Select allroot@debian:/home/niuzeta# ifconfig | grep eth0 root@debian:/home/niuzeta# ifconfig eth1 Link encap:Ethernet HWaddr 00:19:7e:76:34:ef inet addr:192.168.0.189 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::219:7eff:fe76:34ef/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:15349 errors:0 dropped:0 overruns:0 frame:10871 TX packets:11277 errors:20 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:16650411 (15.8 MiB) TX bytes:1338334 (1.2 MiB) Interrupt:17 Base address:0xc000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:1371 errors:0 dropped:0 overruns:0 frame:0 TX packets:1371 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:187221 (182.8 KiB) TX bytes:187221 (182.8 KiB) | What does lspci -vv (two v's, not a w) show for the broadcom devices? What does lspci -vv show if you undo the blacklisting in the guide you followed (http://wiki.debian.org/wl#Squeeze)? My guess Is that you've blacklisted the drivers for you eth0 card -- you'll need to figure out what driver that is by undoing it. In the future do ifconfig -a to see ifs that haven't been brought up instead of just ifconfig. Finally, how are you managing your network? Via network manager, wicd or via your /etc/network/interfaces? A simple interfaces file would be easier to troubleshoot than network-manager and wicd seems to play well with it. |
Hello. I have a problem with my mpd server. I put some music in the music folder but mpd doesn't charge it.... how to solve it!?!? Thanks. Tameto | Did You update mpd database with the client eg Code: Select allmpc update ? |
Hi all First post here, so please feel free to redirect as appropriate. I have just upgraded from Lenny to Squeeze, and followed the D-I recommendation to upgrade to Grub2. However, the server will no longer boot - giving a 'missing operating system' error, so it's not getting very far in the boot loader process. I have read, in various location that Grub2 supports GPT, but my efforts to fix the situation have met with little success. I have managed to boot the system using SuperGrub2 (recovery live cd) and can start up successfully from there. However, when I try to fix the grub installation using the Debian wiki recommendation, I'm met with: Code: Select all<host>:/# grub-install /dev/sda /usr/sbin/grub-setup: warn: This GPT partition label has no BIOS Boot Partition; embedding won't be possible!. /usr/sbin/grub-setup: warn: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged.. /usr/sbin/grub-setup: error: if you really want blocklists, use --force. I've installed [GNU] parted, and the GPT looks to be in good shape: Code: Select all(parted) print all Model: Adaptec DATA (scsi) Disk /dev/sda: 4494GB Sector size (logical/physical): 512B/512B Partition Table: gpt Number Start End Size File system Name Flags 1 17.4kB 350MB 350MB ext3 boot 2 350MB 5350MB 5000MB ext3 3 5350MB 8350MB 3000MB ext3 4 8350MB 14.5GB 6189MB linux-swap(v1) 5 14.5GB 14.9GB 400MB ext3 6 14.9GB 4494GB 4479GB xfs The attached disk is 4.5TB of RAID 5 disk behind an Adaptec 5405 if that's useful. Any guidance on how to proceed from here would be much appreciated. If there's other useful output I can post to help diagnose please let me know. Thanks in advance Paul | See http://grub.enbug.org/BIOS_Boot_Partition. |
iptables, working with CT in the raw table for more security, helper ftp https://home.regit.org/netfilter-en/sec ... of-helpers - section "Using the CT target to refine security" I've a small problem when I try to try to refine the security with the CT target. Code: Select allroot@debian:/home/user/script# iptables -t raw -A PREROUTING -p tcp --dport 21 -j CT --helper ftp iptables: No chain/target/match by that name. When I check the man then I see that it supports the CT (connection tracker) only in the raw table but ... I don't find my fault, why it complains because the chain "PREROUTING" exist target/ in the 'man'-page this described as target extension "-j CT --helper ftp-0" match "-p tcp --destination-port 21" info about my system Code: Select allroot@debian:/home/user/script# uname -a Linux debian 2.6.32-5-686 #1 SMP Sun Sep 23 09:49:36 UTC 2012 i686 GNU/Linux I've no idea about what I'm doing wrong. A little remark In the tutorial is a note on the tutorial https://home.regit.org/netfilter-en/sec ... of-helpers - section "Using the CT target to refine security" CT target has been introduced in 2.6.34 ... and the version I'm running is 2.6.32 that's the only thing I can think about, but then I find it strange that it is already mentioned in the man page of iptables. IPTABLES(8) iptables 1.4.8 IPTABLES(8) NAME iptables — administration tool for IPv4 packet filtering and NAT SYNOPSIS iptables [-t table] {-A|-D} chain rule-specification ... CT The CT target allows to set parameters for a packet or its associated connection. The target attaches a "template" connection tracking entry to the packet, which is then used by the conntrack core when initializ‐ ing a new ct entry. This target is thus only valid in the "raw" table. --notrack Disables connection tracking for this packet. --helper name Use the helper identified by name for the connection. This is more flexible than loading the conntrack helper modules with preset ports. | I made a stupid mistake, I have to update my kernel to solve the problem. I installed/upgraded iptables, it is not related to my current (installed) kernel like I thought. Thanks to Mr Marc Green to help me with this problem. |
Hi mates nice to meet you! First of all I am a noob at debian and i have a problem with wifi.. I downloaded from here http://cdimage.debian.org/cdimage/weekl ... 86/iso-cd/ this file debian-testing-i386-CD-1.iso 22-Aug-2011 06:05 642M which is debian wheezy and i installed the os.But after the installation although ethernet works network manager dont recognize wifi .. msg (wireless network device not managed).I tried a lot of methods searching internet but i couldn't find a solution.. my cards cheapset is AR9285 Atheros ath9k. First i tried this http://wiki.debian.org/ath9k but there is no tutorial for wheezy.also i tried "modprobe ath9k" but nothing happens. Secondly I tried this http://raghunath24.blogspot.com/2011/04 ... e-not.html but there is nowhere this file nm-system-settings.conf ..So what now?i have already done some aptitudes updates and some wireless settings from terminal but i am not sure if thats correct.so i want a full solution! Sorry for my poor english but i am from greece... | i finally managed getting wifi working through wicd! |
When I installed wheezy, I set up 3 partitions, /boot,/root,and a 3rd partion which I think I did not give it a mount point and I meant to create a /home. So, now my /home is included in /root. I need to split it out to the unamed partition. When I do blkid, it shows the partition, but disc utitlies show that it is not mounted. When I put it in /etc/fstab as /home, it gave an error. How do I go about moving /home from /root to this new partition? | While logged in as root (and having no running processes accessing the files in /home). Copy all files from /home to the new partition (taking care to preserve permissions and attributes - see 'man cp' or 'man rsync'). Move /home to /home.bak, create a new /home (with same permissions as original). Edit /etc/fstab to add the new partition with mountpoint at /home 'mount -a' Check it is all working and then delete /home.bak |
I have just installed Debian (squeeze I think) on an old Thinkpad T60 which has an Intel 3954ABG wireless network card and no matter how I configure it, it just won't connect. What I have tried so far: Network Manager - the wireless network didn't even show in the drop down all I got was lo (loopback interface) wicd - It finds my network, but no matter what my configuration it always comes back saying bad password and I know the password is correct wpa_supplicant - I have tried to configure the interface by hand, however when I run wpa_supplicant it fails with 4-Way Handshake failed - pre-shared key may be incorrect My wireless network is configured using WPA2-PSK and AES encryption, so can anyone offer some advice on how I can get it to work. Thanks Girkers | You need to install firmware-iwlwifi and wireless-tools packages. See the Debian wiki:- http://wiki.debian.org/iwlegacy |
Someone mentioned to me about using a foss driver for my 6670. I am interested in trying it out. I like experimenting and currently the latest and greatest drivers from amd has left me dissatisfied... | Could the answer lie in "AMD ATI Radeon HD6670 fails ... black screeen" - http://forums.debian.net/viewtopic.php?f=7&t=86244 ? |
Is there an explanation anywhere of how to use lightdm? It is used to configure the login screen of "wheezy" in an LXDE/openbox installation, but I can't find any way to use the complicated (to a novice) config files there. | hilltownboy wrote:I really don't think the question is totally solved without a HOWTO or full explanation of lightdm. Maybe you should write one |
Assume i have the following setup: /dev/sda1 - root /dev/sda2 and /dev/sdb1 - LVM if i reformat and reinstall using /dev/sda1(leave the partitioning untouched), will the LVM setup be picked up during the install process or when the new system boots up? edit - indeed the install picks up the lvm setup and of course you can run /etc/init.d/lvm2 start in your install and add an entry in /etc/fstab | Formatting any partitions, that are not part of your LVM setup, won't do any harm. |
I have had Debian Squeeze running well for about a month now, and, today, I wanted to use WiFi on my laptop, so I installed the drivers, and WiFi works great. The problem is that the wired connection won't work now. I use GNOME's network manager, and I think I use wl for the WiFi, plus some Broadcom drivers. If I disconnect from WiFi, I don't have an option to select wired. In the network menu, it says "device not managed" under wired connection. I didn't find any wired network connections when I brought up the "Network Connections". I can live using WiFi, but I prefer to be able to use a wired connection. Thanks! | Comment out the wired connection in /etc/network/interfaces then NM will manage it too. |
Hello I've installed a proftpd server but i can't connect to it The FTP tells me that i am connected but it doesn't show me nothing... somebody helpme!!! thanks... Tameto | Not much info you provide. How do you connect ?. WAN/LAN ?. Dodes the logs say anything? What does your proftpd.conf look like. |
Hello everyone. I recently installed debian squeeze in an acer laptop and found some problems. With the default kernel 2.6.32 I can't make the sound nor the wireless work. (I've tried many things for this, couldn't make it work. Many people seem to have had problems making the kernel recognize a soundcard with an intel chipset.) So I decided to install a backported kernel, 3.2.0. This kernel presents some troubles itself, namely a black screen after grub. The same thing happened with a mint version I tried to install before. I also tried to find a workaround to this issue, with no success. Since I need this computer up and running as soon as possible, I thought of trying to install a backported version of the 2.6 kernel. I've found some posts on this forum of people having had success with these problems with a newer kernel, say 2.6.38, or 2.6.39. The problem is, these kernels are nowhere to be found. I imagine they were available in the backports at some point, as there even are a couple of tutorials on how to upgrade the default squeeze kernel. I've looked everywhere, and all I can find in the backports are the 3.2 kernel images (which, as I said before, shove me straight into an unresponsive black screen after grub). Were the images for 2.6.38/39 removed from the backports? If so, is there any way to get them? Thanks in advance! [Edit: I'm sorry if this isn't the correct forum for this question. I thought of putting it in the general forum but since the description for this one said "kernels", it seemed fit.] [Second edit: root@diomedes:~# lspci 00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09) 00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) 00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04) 00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04) 00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04) 00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04) 00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4) 00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4) 00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4) 00:1c.7 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 8 (rev c4) 00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04) 00:1f.0 ISA bridge: Intel Corporation HM77 Express Chipset LPC Controller (rev 04) 00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04) 00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04) 03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01) 03:00.1 SD Host controller: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01) 04:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57780 Gigabit Ethernet PCIe (rev 01) 09:00.0 Network controller: Atheros Communications Inc. AR9462 Wireless Network Adapter (rev 01) ] | Yes, they are obsolete and have been removed in favour of the current 3.x ones. They will still be available in the snapshot archive, but my bet is they won't help your issue. You running a proprietary video driver (installed without using the debian DKMS packages)? If so, any kernel change will require you to rebuild the kernel module to get video output using that driver. |
Soo.... hiya! Yeah , problems with my install again. I installed GDM from the software center and it completely borked up my machine. I was wondering if any other of you guys have done the same and have fixed it? I'm getting an error from Udev with the hotplugging daemon - but that may be something else (My install didn't want to automatically mount volumes :/ ) Also I'm getting two other errors - one of which scrolls to fast to see and the other is down to GDM3 and Udev. Currently it loads GDM not GDM3? so I guess thats why GDM3 errors right? Again , the keyboard and mouse doesn't work unless I replug them at the login screen. - This is actually a ASUS K52F laptop and the mouse and keyboard on the thing is not working - thus my ergency. I'm currently using USB mouse and keyboard. I have taken alook at /etc/x11/x11.conf or whatever it is - I didn't have that file so I was suggested to make one and put a flag to make sure devices didn't mount dynamically - doing so , when booting up I found none of the prephirals work despite me replugging in again. any ideas? I really need your help! I'll post up the errors properly when I fix the X config flag thing using Ubuntu live. EDIT : BTW I unistalled GDM to see if it would fix it, which then my machine would boot into GDM3 - however still I had to replug in the external mouse and keyboard. EDIT2 : I'm running a custom version of squeeze - I say custom as I have installed sources to enable me to update the clutter libraries, which consists of updating some graphical help libraies - nothing much to do with Udev or GDM. | Problem solved - something modified my inittab file to run at level 2 at default. |
I've just installed the package 'proftpd', and have choosen to start it with inetd. After apt finished installing the package, I was immediately thrown an error at: Code: Select allGet:1 http://ftp.br.debian.org/debian/ squeeze/main proftpd-basic i386 1.3.3a-6squeeze4 [2,329 kB] Fetched 2,329 kB in 20s (112 kB/s) Preconfiguring packages ... Selecting previously deselected package proftpd-basic. (Reading database ... 45661 files and directories currently installed.) Unpacking proftpd-basic (from .../proftpd-basic_1.3.3a-6squeeze4_i386.deb) ... Processing triggers for man-db ... Setting up proftpd-basic (1.3.3a-6squeeze4) ... grep: /etc/inetd.conf: No such file or directory Warning: The home dir /var/run/proftpd you specified can't be accessed: No such file or directory Adding system user `proftpd' (UID 107) ... Adding new user `proftpd' (UID 107) with group `nogroup' ... Not creating home directory `/var/run/proftpd'. Adding system user `ftp' (UID 108) ... Adding new user `ftp' (UID 108) with group `nogroup' ... Creating home directory `/home/ftp' ... `/usr/share/proftpd/templates/welcome.msg' -> `/home/ftp/welcome.msg.proftpd-new' ProFTPd warning: cannot start neither in standalone nor in inetd/xinetd mode. Check your configuration. Here's my proftpd.conf: Code: Select all# # /etc/proftpd/proftpd.conf -- This is a basic ProFTPD configuration file. # To really apply changes reload proftpd after modifications. # # Includes DSO modules Include /etc/proftpd/modules.conf # Set off to disable IPv6 support which is annoying on IPv4 only boxes. UseIPv6 off # If set on you can experience a longer connection delay in many cases. IdentLookups off ServerName "Debian" ServerType inetd DeferWelcome off MultilineRFC2228 on DefaultServer on ShowSymlinks on TimeoutNoTransfer 600 TimeoutStalled 600 TimeoutIdle 1200 DisplayLogin welcome.msg DisplayChdir .message true ListOptions "-l" DenyFilter \*.*/ # Use this to jail all users in their homes # DefaultRoot ~ # Users require a valid shell listed in /etc/shells to login. # Use this directive to release that constrain. # RequireValidShell off # Port 21 is the standard FTP port. Port 21 # In some cases you have to specify passive ports range to by-pass # firewall limitations. Ephemeral ports can be used for that, but # feel free to use a more narrow range. # PassivePorts 49152 65534 # If your host was NATted, this option is useful in order to # allow passive tranfers to work. You have to use your public # address and opening the passive ports used on your firewall as well. # MasqueradeAddress 1.2.3.4 # This is useful for masquerading address with dynamic IPs: # refresh any configured MasqueradeAddress directives every 8 hours <IfModule mod_dynmasq.c> # DynMasqRefresh 28800 </IfModule> # To prevent DoS attacks, set the maximum number of child processes # to 30. If you need to allow more than 30 concurrent connections # at once, simply increase this value. Note that this ONLY works # in standalone mode, in inetd mode you should use an inetd server # that allows you to limit maximum number of processes per service # (such as xinetd) MaxInstances 30 # Set the user and group that the server normally runs at. User proftpd Group nogroup # Umask 022 is a good standard umask to prevent new files and dirs # (second parm) from being group and world writable. Umask 022 022 # Normally, we want files to be overwriteable. AllowOverwrite on # Uncomment this if you are using NIS or LDAP via NSS to retrieve passwords: # PersistentPasswd off # This is required to use both PAM-based authentication and local passwords # AuthOrder mod_auth_pam.c* mod_auth_unix.c # Be warned: use of this directive impacts CPU average load! # Uncomment this if you like to see progress and transfer rate with ftpwho # in downloads. That is not needed for uploads rates. # # UseSendFile off TransferLog /var/log/proftpd/xferlog SystemLog /var/log/proftpd/proftpd.log <IfModule mod_quotatab.c> QuotaEngine off </IfModule> <IfModule mod_ratio.c> Ratios off </IfModule> # Delay engine reduces impact of the so-called Timing Attack described in # http://security.lss.hr/index.php?page=details&ID=LSS-2004-10-02 # It is on by default. <IfModule mod_delay.c> DelayEngine on </IfModule> <IfModule mod_ctrls.c> ControlsEngine off ControlsMaxClients 2 ControlsLog /var/log/proftpd/controls.log ControlsInterval 5 ControlsSocket /var/run/proftpd/proftpd.sock </IfModule> <IfModule mod_ctrls_admin.c> AdminControlsEngine off </IfModule> <IfModule mod_tls.c> TLSEngine on TLSLog /var/log/proftpd-tls.log TLSProtocol TLSv1 # Are clients required to use FTP over TLS when talking to this server? TLSRequired off TLSRSACertificateFile /etc/proftpd/ftpd-rsa.pem TLSRSACertificateKeyFile /etc/proftpd/ftpd-rsa-key.pem # Authenticate clients that want to use FTP over TLS? TLSVerifyClient off </IfModule> # # Alternative authentication frameworks # #Include /etc/proftpd/ldap.conf #Include /etc/proftpd/sql.conf # # This is used for FTPS connections # #Include /etc/proftpd/tls.conf # # Useful to keep VirtualHost/VirtualRoot directives separated # #Include /etc/proftpd/virtuals.con # A basic anonymous configuration, no upload directories. # <Anonymous ~ftp> # User ftp # Group nogroup # # We want clients to be able to login with "anonymous" as well as "ftp" # UserAlias anonymous ftp # # Cosmetic changes, all files belongs to ftp user # DirFakeUser on ftp # DirFakeGroup on ftp # # RequireValidShell off # # # Limit the maximum number of anonymous logins # MaxClients 10 # # # We want 'welcome.msg' displayed at login, and '.message' displayed # # in each newly chdired directory. # DisplayLogin welcome.msg # DisplayChdir .message # # # Limit WRITE everywhere in the anonymous chroot # <Directory *> # <Limit WRITE> # DenyAll # </Limit> # </Directory> # # # Uncomment this if you're brave. # # <Directory incoming> # # # Umask 022 is a good standard umask to prevent new files and dirs # # # (second parm) from being group and world writable. # # Umask 022 022 # # <Limit READ WRITE> # # DenyAll # # </Limit> # # <Limit STOR> # # AllowAll # # </Limit> # # </Directory> # # </Anonymous> | I had to install openbsd-inetd, config the file /etc/inetd.conf as specified here: http://www.proftpd.org/docs/howto/ServerType.html Code: Select allsudo /etc/init.d/openbsd-inetd start It starts on demand. No /etc/init.d/proftpd start is required (assuming inetd was the choosen method). |
I compiled sstp-client(sstp-client.sourceforge.net/) in Debian. And connect to a sstp server, i think connect success, but my IP is the same as before.Why?Should I add route?? Thanks!! **First i use sudo pon dsl-provider to connect internet.** **then** sudo plog Jan 15 22:38:55 dong pppd[4279]: Connected to 00:04:23:ac:0b:3a via interface eth0 Jan 15 22:38:55 dong pppd[4279]: Starting negotiation on eth0 Jan 15 22:38:58 dong pppd[4279]: CHAP authentication succeeded Jan 15 22:38:58 dong pppd[4279]: CHAP authentication succeeded Jan 15 22:38:58 dong pppd[4279]: peer from calling number 00:04:23:AC:0B:3A authorized Jan 15 22:38:58 dong pppd[4279]: Using interface ppp0 Jan 15 22:38:58 dong pppd[4279]: local IP address 10.10.0.224 Jan 15 22:38:58 dong pppd[4279]: remote IP address 10.10.0.1 Jan 15 22:38:58 dong pppd[4279]: primary DNS address 202.96.128.86 Jan 15 22:38:58 dong pppd[4279]: secondary DNS address 202.96.134.133 **After that, use sudo pon sstp-1** **the log is:** Jan 15 22:08:42 dong pppd[4087]: Plugin sstp-pppd-plugin.so loaded. Jan 15 22:08:42 dong pppd[4088]: pppd 2.4.5 started by root, uid 0 Jan 15 22:08:42 dong pppd[4088]: using channel 2 Jan 15 22:08:42 dong pppd[4088]: Using interface ppp1 Jan 15 22:08:42 dong pppd[4088]: Connect: ppp1 <--> /dev/pts/2 Jan 15 22:08:42 dong sstpc[4092]: Waiting for sstp-plugin to connect on: /var/run/sstpc/sstpc-sstp-1 Jan 15 22:08:43 dong pppd[4088]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xb13fab11> <pcomp> <accomp>] Jan 15 22:08:46 dong pppd[4088]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xb13fab11> <pcomp> <accomp>] Jan 15 22:08:47 dong sstpc[4092]: Resolved sstpv1.avpn.us to 50.117.117.234 Jan 15 22:08:47 dong sstpc[4092]: Connected to sstpv1.avpn.us Jan 15 22:08:48 dong sstpc[4092]: Sending Connect-Request Message Jan 15 22:08:48 dong sstpc[4092]: SSTP CRTL PKT(14) Jan 15 22:08:48 dong sstpc[4092]: TYPE(1): CONNECT REQUEST, ATTR(1): Jan 15 22:08:48 dong sstpc[4092]: ENCAP PROTO(1): 6 Jan 15 22:08:48 dong sstpc[4092]: SSTP CRTL PKT(48) Jan 15 22:08:48 dong sstpc[4092]: TYPE(2): CONNECT ACK, ATTR(1): Jan 15 22:08:48 dong sstpc[4092]: CRYPTO BIND REQ(4): 40 Jan 15 22:08:48 dong sstpc[4092]: Started PPP Link Negotiation Jan 15 22:08:48 dong sstpc[4092]: SSTP DATA PKT(28) Jan 15 22:08:48 dong sstpc[4092]: SSTP DATA PKT(28) Jan 15 22:08:48 dong sstpc[4092]: SSTP DATA PKT(23) Jan 15 22:08:48 dong pppd[4088]: rcvd [LCP ConfReq id=0x1 <auth chap MS-v2> <magic 0x8fe67404>] Jan 15 22:08:48 dong pppd[4088]: sent [LCP ConfAck id=0x1 <auth chap MS-v2> <magic 0x8fe67404>] Jan 15 22:08:48 dong sstpc[4092]: SSTP DATA PKT(23) Jan 15 22:08:48 dong sstpc[4092]: SSTP DATA PKT(22) Jan 15 22:08:48 dong pppd[4088]: rcvd [LCP ConfRej id=0x1 <asyncmap 0x0> <pcomp> <accomp>] Jan 15 22:08:48 dong pppd[4088]: sent [LCP ConfReq id=0x2 <magic 0xb13fab11>] Jan 15 22:08:48 dong sstpc[4092]: SSTP DATA PKT(18) Jan 15 22:08:48 dong sstpc[4092]: SSTP DATA PKT(22) Jan 15 22:08:48 dong pppd[4088]: rcvd [LCP ConfRej id=0x1 <asyncmap 0x0> <pcomp> <accomp>] Jan 15 22:08:49 dong sstpc[4092]: SSTP DATA PKT(18) Jan 15 22:08:49 dong pppd[4088]: rcvd [LCP ConfAck id=0x2 <magic 0xb13fab11>] Jan 15 22:08:49 dong pppd[4088]: sent [LCP EchoReq id=0x0 magic=0xb13fab11] Jan 15 22:08:49 dong sstpc[4092]: SSTP DATA PKT(16) Jan 15 22:08:49 dong sstpc[4092]: SSTP DATA PKT(37) Jan 15 22:08:49 dong pppd[4088]: rcvd [CHAP Challenge id=0x1 <db0d770ce73d88ca4549fe097f923741>, name = "MikroTik"] Jan 15 22:08:49 dong pppd[4088]: sent [CHAP Response id=0x1 <65a60fcd6b6cf039783fec0b2c0f490f0000000000000000f7af16081e146d18b1a878c10365c0d761b8466165e7a1fe00> , name = "dxq83"] Jan 15 22:08:49 dong pppd[4088]: sstp_snoop_send: mppe keys are set Jan 15 22:08:49 dong pppd[4088]: sstp_snoop_send: The mppe send key: 18c80dacd4a656ba1f4be3c3fcee52e4 Jan 15 22:08:49 dong pppd[4088]: sstp_snoop_send: The mppe recv key: ecdfe5d6499288092c45532fa35def5a Jan 15 22:08:49 dong sstpc[4092]: Received callback from sstp-plugin Jan 15 22:08:49 dong sstpc[4092]: Sending Connected Message Jan 15 22:08:49 dong sstpc[4092]: SSTP CRTL PKT(112) Jan 15 22:08:49 dong sstpc[4092]: TYPE(4): CONNECTED, ATTR(1): Jan 15 22:08:49 dong sstpc[4092]: CRYPTO BIND(3): 104 Jan 15 22:08:49 dong sstpc[4092]: Connection Established Jan 15 22:08:49 dong sstpc[4092]: SSTP DATA PKT(67) Jan 15 22:08:49 dong sstpc[4092]: SSTP DATA PKT(16) Jan 15 22:08:49 dong pppd[4088]: rcvd [LCP EchoRep id=0x0 magic=0x8fe67404] Jan 15 22:08:49 dong sstpc[4092]: SSTP DATA PKT(54) Jan 15 22:08:49 dong pppd[4088]: rcvd [CHAP Success id=0x1 "S=E34D68389B28AD64EDAE2D019B963587507E0EF0"] Jan 15 22:08:49 dong pppd[4088]: CHAP authentication succeeded Jan 15 22:08:49 dong pppd[4088]: sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>] Jan 15 22:08:49 dong sstpc[4092]: SSTP DATA PKT(36) Jan 15 22:08:49 dong sstpc[4092]: SSTP DATA PKT(18) Jan 15 22:08:49 dong sstpc[4092]: SSTP DATA PKT(22) Jan 15 22:08:49 dong sstpc[4092]: SSTP DATA PKT(12) Jan 15 22:08:49 dong pppd[4088]: rcvd [IPCP ConfReq id=0x1 <addr 69.195.128.12>] Jan 15 22:08:49 dong pppd[4088]: sent [IPCP ConfAck id=0x1 <addr 69.195.128.12>] Jan 15 22:08:49 dong pppd[4088]: rcvd [IPV6CP ConfReq id=0x1 <addr fe80::0000:0000:0000:0077>] Jan 15 22:08:49 dong pppd[4088]: Unsupported protocol 'IPv6 Control Protocol' (0x8057) received Jan 15 22:08:49 dong pppd[4088]: sent [LCP ProtRej id=0x3 80 57 01 01 00 0e 01 0a 00 00 00 00 00 00 00 77] Jan 15 22:08:49 dong pppd[4088]: rcvd [proto=0x8281] 01 01 00 04 Jan 15 22:08:49 dong pppd[4088]: Unsupported protocol 'MPLSCP' (0x8281) received Jan 15 22:08:49 dong pppd[4088]: sent [LCP ProtRej id=0x4 82 81 01 01 00 04] Jan 15 22:08:49 dong sstpc[4092]: SSTP DATA PKT(18) Jan 15 22:08:49 dong sstpc[4092]: SSTP DATA PKT(28) Jan 15 22:08:49 dong sstpc[4092]: SSTP DATA PKT(18) Jan 15 22:08:50 dong sstpc[4092]: SSTP DATA PKT(18) Jan 15 22:08:50 dong pppd[4088]: rcvd [IPCP ConfRej id=0x1 <compress VJ 0f 01>] Jan 15 22:08:50 dong pppd[4088]: sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>] Jan 15 22:08:50 dong sstpc[4092]: SSTP DATA PKT(30) Jan 15 22:08:50 dong sstpc[4092]: SSTP DATA PKT(30) Jan 15 22:08:50 dong pppd[4088]: rcvd [IPCP ConfNak id=0x2 <addr 10.3.3.204> <ms-dns1 208.67.222.222> <ms-dns2 208.67.220.220>] Jan 15 22:08:50 dong pppd[4088]: sent [IPCP ConfReq id=0x3 <addr 10.3.3.204> <ms-dns1 208.67.222.222> <ms-dns2 208.67.220.220>] Jan 15 22:08:50 dong sstpc[4092]: SSTP DATA PKT(30) Jan 15 22:08:50 dong sstpc[4092]: SSTP DATA PKT(30) Jan 15 22:08:50 dong pppd[4088]: rcvd [IPCP ConfAck id=0x3 <addr 10.3.3.204> <ms-dns1 208.67.222.222> <ms-dns2 208.67.220.220>] Jan 15 22:08:50 dong pppd[4088]: local IP address 10.3.3.204 Jan 15 22:08:50 dong pppd[4088]: remote IP address 69.195.128.12 Jan 15 22:08:50 dong pppd[4088]: primary DNS address 208.67.222.222 Jan 15 22:08:50 dong pppd[4088]: secondary DNS address 208.67.220.220 Jan 15 22:08:50 dong pppd[4088]: Script /etc/ppp/ip-up started (pid 4097) Jan 15 22:08:51 dong ntpd[2751]: Listen normally on 6 ppp1 10.3.3.204 UDP 123 Jan 15 22:08:51 dong ntpd[2751]: peers refreshed Jan 15 22:09:00 dong pppd[4088]: Script /etc/ppp/ip-up finished (pid 4097), status = 0x0 Jan 15 22:09:19 dong sstpc[4092]: SSTP DATA PKT(16) Jan 15 22:09:19 dong sstpc[4092]: SSTP DATA PKT(16) | Finally, solved. http://sstp-client.sourceforge.net/ sstp-client compile sudo apt-get install ppp-dev sudo apt-get install libevent-dev sudo apt-get install libssl-dev ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --includedir=/usr/include --libexecdir=/usr/lib/sstp-client --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --with-runtime-dir=/var/run/sstpc --enable-user --enable-group make sudo make install make a dir : sudo mkdir /var/run/sstpc /etc/ppp/chap-secrets file contents: # Secrets for authentication using CHAP # client server secret IP addresses username sstp-1 "password" * /etc/ppp/peers/sstp-1 file contents: remotename sstp-1 linkname sstp-1 ipparam sstp-1 pty "sstpc --ipparam sstp-1 --log-level 4 --save-server-route --nolaunchpppd your_server" name username plugin sstp-pppd-plugin.so sstp-sock /var/run/sstpc/sstpc-sstp-1 usepeerdns #require-mppe refuse-eap noauth debug defaultroute sudo pon sstp-1 |
I got this error: Code: Select allroot@debian:/home/tameto/Scaricati# ./unetbootin-linux-583.binNo protocol specified unetbootin-linux-583.bin: cannot connect to X server :0.0 | # apt-get install unetbootin # unetbootin your error ? No clue. First thing which comes to mind is that chmod settings are wrong, but as 0:0 can't be started it might well be that root can't run a gui app (in your setup). something like gksu or check the how-to in the how-to section. But as unetbootin is in the repos ... |
Hello. I have some problem with unbootnet. I would like to create a lubuntu usb start. I i respect all steps but the usb dribe doesnt work. It appeares the unbootnet screen but the only possible chice is "Default" or "Back" Thanks in advance. Tameto | I presume you mean unetbootin? It has a patchy record. To install Debian ISOs to USB sticks you can use cat or dd. http://www.debian.org/releases/stable/i ... 03.html.en Other ISOs will depend on their own individual quirks. You might get a more useful answer at Ubuntu forums. |
Hello. I'd like connecting to my computer from remote. I tried but the answer from the shell is : port 22 Connection refused. I' changed port on my router configuration and disabled all kind of firewall but nothing... Any help!? Thank you Tameto | Is openssh-server installed on your computer and sshd running? If yes, the output Code: Select allps -A | grep ssh will be like Code: Select all5582 ? 00:00:00 ssh-agent 7281 ? 00:00:00 sshd Edit: Or you can used remmina, if this package is installed on your computer. Peter. |
I did a dist updgrade today to move to wheezy from squeeze. Now export $PATH gives me not a valid identifier error. It happens both under regular user and root: export $PATH bash: export: `/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/test/bin/': not a valid identifier What's even more annoying is that sudo doesn't find all programs, so often I need to do su and then run the command I need to run. Here is what I've tried so far: I removed my ~/.bashrc, did dpkg-reconfigure bash, reinstalled bash, manually inspected /etc/profile and even restored /etc/profile from another machine ... all to no avail. Does anyone have any suggestions? | Does anyone have any suggestions? Yes: Don't run "export $PATH" or let us know why you do it. Code: Select allexport: usage: export [-fn] [name[=value] ...] or export -p |
Greetings: I am attempting to install snd-aloop (alsa-loopback) into my kernal. I have the driver package, and kernel headers are installed. However, the following commands, generate the described error: #./configure - -with-cards=intel8x0,loopback,hrtimer - -with-oss=yes - - with- sequencer=yes Makefile.conf.in seems to ignore the --datarootdir setting Subsequently, #make make[2]: *** No rule to make target `/home/william/src/alsa-driver-1.0.23+dfsg/alsa-kernel/pci/maestro3.c', needed by `maestro3.c'. Stop. make[2]: Leaving directory `/home/william/src/alsa-driver-1.0.23+dfsg/pci' make[1]: *** [dep] Error 1 (this is error 1) make: *** [include/sndversions.h] Error 2 (this is error 2) Obviously the MAKE is bad so the MAKE INSTALL fails. Any suggestions. My ultimate goal is to get the sound to work using capture devices. Previously I have successfully implemented dmix/with corresponding ./asoundrc I am freezing the aloop module configuration hoping for an assist. By the way - sound works fine with everything but desktop recording device. esound (base only); pulse (no); jackd (no - jackd does not fix the problem); alsa-oss (yes). That should be enough info. Thanks. | If you need -n snd-aloop.ko, it already is in kernel in Debian Wheezy. Code: Select allgrep SND_ALOOP config-3.2.0-4-amd64 CONFIG_SND_ALOOP=m Here is instruction how to compile alsa: http://www.sm5bsz.com/linuxdsp/install/snd-aloop.htm Peter. |
Hi, I wanted to install the new skype package for debian. But I should not tried to do it... So I added i386 architecture to my amd64 existing one (dpkg --add-architecture i386), then I had to update some packages (mainly gcc) because of my printer packages (which were first installed with force-architecture as said on the brother website). But now I would like to remove the i386 architecture (dpkg --remove-architecture i386). But dpgk always says me that the i386 is currently in use in the database. Any hints ? Thanks in advance. | Resolved: use the --force-architecture option. |
I just installed Squeeze amd64 on my Dell Lattitude D620 laptop,wireless not working so I follow a guide from Debian wl wiki to install & tweak,and enable it. Problem is,my wired connection 'auto eth0' works during my Debian installation,but it stop working after I enable wireless and reboot. I'm browsing the web with Squeeze Live CD,and wired connection works in Live,this is weird......... Anything solution? My wifi chip is Broadcom brcm94311mcg I'm using wimax for wired connection. Result of lspci : 00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03) 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03) 00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01) 00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 01) 00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 01) 00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 01) 00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 01) 00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 01) 00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 01) 00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 01) 00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 01) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1) 00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 01) 00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 01) 00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01) 03:01.0 CardBus bridge: O2 Micro, Inc. OZ601/6912/711E0 CardBus/SmartCardBus Controller (rev 40) 09:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5752 Gigabit Ethernet PCI Express (rev 02) 0c:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01) Any solution? Please? (Solved) Follow a guide in Debian Network Manager wiki,edit the 'Managed=false' to 'Managed=true' in /etc/NetworkManager/NetworkManager.conf,then reboot,an 'ifupdown eth0' shown in network selection,now both wired & wireless work. | Lenovo Ideapad y580. Same symptoms, solution worked for me 2. Learning Debian / Python In anticipation of Rasberry Pi. arrival! |
hi I've exchanged the graphic card on my squeeze from MSI NVIDIA GeForce MS-8989 to Radeon HD3450 and got a lot of problems during the startup, for example a black screen or the startup takes extremly long. Howto solve this problem? Code: Select all# lspci 00:00.0 Host bridge: VIA Technologies, Inc. P4M800 Host Bridge 00:00.1 Host bridge: VIA Technologies, Inc. P4M800 Host Bridge 00:00.2 Host bridge: VIA Technologies, Inc. P4M800 Host Bridge 00:00.3 Host bridge: VIA Technologies, Inc. P4M800 Host Bridge 00:00.4 Host bridge: VIA Technologies, Inc. P4M800 Host Bridge 00:00.7 Host bridge: VIA Technologies, Inc. P4M800 Host Bridge 00:01.0 PCI bridge: VIA Technologies, Inc. VT8237/VX700 PCI Bridge 00:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10) 00:0f.0 RAID bus controller: VIA Technologies, Inc. VIA VT6420 SATA RAID Controller (rev 80) 00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06) 00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81) 00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81) 00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81) 00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81) 00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86) 00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T800/K8T890 South] 00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60) 00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 78) 01:00.0 VGA compatible controller: ATI Technologies Inc RV620 LE AGP [Radeon HD 3450] | I've installed firmware-linux-nonfree and it seems to work well now. |
ia-32 and ia-32-libs are being persistently held back and not upgraded. I have nothing pinned in preferences that could cause that behavior. Anybody know something about this? | http://wiki.debian.org/Multiarch |
I just installed Debian Squeeze 6.0.5 (non-graphical, as of now) on a machine that I wasn't getting much use out of. I tried installing an sshd but it failed to start, then I tried to install nginx and apache2 for the sake of seeing if I could get anything to load correctly. Everything would immediately shutdown. I have internet access (needed to grab those packages). I checked /var/log/ and couldn't find anything useful. (I'm surprised to not see any messages or syslog file). dmesg didn't appear to have anything relevant either. netstat -paunt shows apache2 on :::80 (tcp6) and dhclient on 0.0.0.0:68 (udp), and absolutely nothing else (unless I just did a wget or apt-get). I haven't the slightest clue as to the problem... | AlphaBeta wrote:I just installed Debian Squeeze 6.0.5 (non-graphical, as of now) on a machine that I wasn't getting much use out of. I tried installing an sshd but it failed to start, then I tried to install nginx and apache2 for the sake of seeing if I could get anything to load correctly. Everything would immediately shutdown. I have internet access (needed to grab those packages). I checked /var/log/ and couldn't find anything useful. (I'm surprised to not see any messages or syslog file). dmesg didn't appear to have anything relevant either. netstat -paunt shows apache2 on :::80 (tcp6) and dhclient on 0.0.0.0:68 (udp), and absolutely nothing else (unless I just did a wget or apt-get). I haven't the slightest clue as to the problem... Your saying Everything would shutdown? are you talking about the machine shutting down? or just software? its been a while since I last installed Debian but if memory serves IPv6 was more trouble than its worth and to my knowledge most US based ISP's dont yet support it. I had to disable IPv6 which resolved any issues I had. when you start a service what errors show up? try this: grep "sshd" somelogfile someotherlog > sometextfile then use your editor and check for errors |
Hi all. I got this big issue with Squeeze. I'm using a Toshiba Satellite C645D. I use the 2.6.32-5-486 kernel, got 2 GB of RAM. Every time I suspend/hibernate the system, when I try to resume it, I get a blank screen although the computer starts working again; I cannot see anything but a blank screen. I've made some googlings on this and asked dmesg what was going on. Output of dmesg was Code: Select allPM: Error -22 checking image file and in this link: http://serverfault.com/questions/346319 ... disk-error I read that it is an error that occurs when there's nothing saved to the swap partition (which I have enabled). I checked the pm-suspend.log file and there are no errors there (I opened it with gedit and searched for "error"). So suspend/hibernate is working, but I cannot bring my system back after those actions. On the other hand, when I reboot the login screen is totally frozen: I have no mouse nor keyboard functionality. I haven't found any posts here or elsewhere that are related to this issue. I appologize for I know one should only address one issue per post, but I think these might be interrelated. Also, if this is the wrong subforum please let me know which one is the adequate one for this problem. I also must note that I'm not very well versed in linux (let alone Debian), so any help will be highly appreciated. Thanks in advance! | The good news is that suspend/resume ordinarily works very reliably with Squeeze, so if we can identify the particular gremlin in your set-up you should be good. Let's start by following your lead that the swap-file in fact is working as it should -- and it is 2X RAM in size? One possibility is that your video card is not turning on as it comes back up. That is the case with my Squeeze system (though not with Wheezy). So try CTL-ALT-F7, which should turn it on. (BTW CTL-ALT-F1 will turn it off) When I do that I turn on my screen once again and there is my desktop. If that does not work we'll have to do some further mousing about, but try that first. |
My system throws the following error message while booting. uvesafb: failed to execute /sbin/v86d uvesafb: make sure that the v86d helper is installed and executable uvesafb: Getting VBE info block failed (eax=0x4f00, err=-2) uvesafb: vbe_init() failed with -22 uvesafb: probe of uvesafb.0 failed with error -22 But when I checked actually /sbin/v86d was there and executable. Later I removed v86d package, but I still get the same error message. I think it's not that fatal message as the system boots into proper resolution without any flickering. However, I'd like to remove/disable this uvesafb stuff to get rid of that message. Please suggest me how to remove uvesafb module or make some changes so that system will boot without checking uvesafb. As of now I've already put "blacklist uvesafb" (without quotes) in /etc/modprobe.d/blacklist.conf and /etc/modprobe.d/fbdev.blacklist.conf. The error message still comes up during boot. | Try: update-initramfs -k all -u if you removed /etc/modprobe.d/uvesafb.conf Else have a look here: http://refracta.freeforums.org/framebuffer-t142.html and the links mentioned there (and undo everything proposed). I get the same error message,btw. It doesn't seem to do any harm (but if i install v86 my system doesn't boot anymore, and i want a framebuffer. I simply ignore the error. Ups, i didn't read properly. Same for you) Take care, i for one am anything but sure. |
Have run into a bit of a snag with NFS here and I assume it's something dead simple that I have missed out on. On my server I have shared /store with NFS and mounted and external USB drive to /store/tv. Localy on that computer everything works fine. On my workstation everything works, except, the files in /store/tv wont show. Everything else on /store is fine though, it's only the content on the external hard drive that is misbehaving. Both computers has been restarted and /store/tv has the following permissions Code: Select alldrwxrwxrwx 86 root root 4096 Jun 9 07:47 tv | Possibly your usb drive is getting a different drive assignment each time you restart. If your /etc/fstab uses /dev/sdb? designation; try using the UUID instead. blk-id <device> will get the UUID, then use that in /etc/fstab. (uuid=<whatever blk-id gave you> instead of /dev/sdb?). Doing that, it should get mounted on your mount point every time. HTH. |
Hi! I'd like to tell my computer to shutdown every day at 00.00. how can i do it!? Thanks | You could use 'at' or 'cron'. There are at least twenty billion links on the first page of google if you type "shutdown linux at specific time". |
Hello, I run an amd64 installation of Debian GNU/Linux "Wheezy". Today I attempted to install wine, which was nothing but a dummy package that recommended me to do the following: Code: Select all# dpkg --add-architecture i386 # apt-get update # apt-get install wine:i386 I checked the update list and decided there were no sensitive packages being removed, so I proceeded with the installation. However, when attempting to upgrade libc6:amd64 2.13-35, the symbolic link /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 was lost: Code: Select allroot@host:/tmp# dpkg -i libc6_2.13-37_amd64.deb (Reading database ... 225340 files and directories currently installed.) Preparing to replace libc6:amd64 2.13-35 (using libc6_2.13-37_amd64.deb) ... Unpacking replacement libc6:amd64 ... dpkg: error processing libc6_2.13-37_amd64.deb (--install): unable to install new version of `/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2': No such file or directory dpkg (subprocess): unable to execute new post-removal script (/var/lib/dpkg/tmp.ci/postrm): No such file or directory dpkg: error while cleaning up: subprocess new post-removal script returned error exit status 2 dpkg (subprocess): unable to execute rm command for cleanup (rm): No such file or directory dpkg: error while cleaning up: subprocess rm cleanup returned error exit status 2 Errors were encountered while processing: libc6_2.13-37_amd64.deb I have managed to recover the system, but I cannot proceed with the upgrade. The package contents seem fine, as when I extract the package, the symbolic link seems to be pointing to the right place. I can't understand what's going on. Any pointers on what I am supposed to do? | I was going to ask why you were upgrading libc6 to a later version, but I have the later version myself. Perhaps this is one of those situations where upgrading should be done before adding a new architecture. What happens if you try to apt-get upgrade, or apt-get -f install? |
I'm running wheezy with LXDE desktop. I could not find a Pulse-Glass cursor theme in Synaptic. I downloaded the theme tarball from Gnome-Look. Unpacked the theme and moved the folder to /usr/share/icons/ directory. Then I created a soft link to the theme in /etc/X11/cursors/. # ln -fs /usr/share/icons/Pulse-Glass/cursor.theme /etc/X11/cursors/Pulse-Glass.theme When I do update-alternatives --config x-cursor-theme, the cursor theme is not listed. The only way I can use it is to soft link directly to /etc/alternatives/x-cursor-theme. # ln -fs /usr/share/icons/Pulse-Glass/cursor.theme /etc/alternatives/x-cursor-theme Is there a way to add this theme so that update-alternatives shows it as an option? | Hi djohnston , I don't know nothing about LXDE but have you LXAppearance??? I think this is the tool for what You want. |
Hi, I have a Samsung notebook and it's about five years old already. As such it has a Intel Wireless 3945 card. I wanted to get it to work with wpa_supplicant but never managed to, it would just not work until someone told me that when I load the kernel module I should use the parameter hwcrypt=0. Lo and behold it worked! It started working nicely with wpa_supplicant and I could have a secure connection to my wlan network. A few weeks ago I reinstalled the system and decided to use Squeeze. At the moment I am using the 3.2.0-3-amd64 kernel. When I tried to use the wlan network it did not work (again). Basially this is happening all the time: Code: Select allNov 22 21:27:55 WS7 kernel: [960110.044255] wlan0: authenticate with * (try 1) Nov 22 21:27:55 WS7 kernel: [960110.045993] wlan0: authenticated Nov 22 21:27:55 WS7 kernel: [960110.046061] wlan0: associate with * (try 1) Nov 22 21:27:55 WS7 kernel: [960110.048558] wlan0: RX AssocResp from * (capab=0x431 status=0 aid=1) Nov 22 21:27:55 WS7 kernel: [960110.048566] wlan0: associated Nov 22 21:27:55 WS7 kernel: [960110.050264] wlan0: disassociating from * by local choice (reason=3) Nov 22 21:27:55 WS7 kernel: [960110.051115] wlan0: deauthenticating from * by local choice (reason=3) The parameter hwcrypt does not exist anymore (I assume that instead of turning the hardware encryption off the paramter now turns the software encryption on for some reason). I am really not sure what to do and I don't think that wpa_supplicant is to blame. I am also not sure why the newer version suddenly stopped working. I am using the normal network manager (neither KDE nor gnome) and whenever I wanted to use my wlan card I did something like this Code: Select allwpa_supplicant -iwlan0 -Dwext -c/etc/wpa_supplicant/wpa_supplicant.conf -d and after a connection was established Code: Select allifup wlan0 The wpa_supplicant.conf is nothing too fancy. Code: Select allnetwork={ ssid="myid" scan_ssid=1 proto=WPA RSN key_mgmt=WPA-PSK pairwise=CCMP TKIP group=CCMP TKIP # psk="passphrase" psk=stuff } Taking a bit of a closer look at the output from wpa_supplicant: Code: Select allwlan0: State: ASSOCIATING -> ASSOCIATED wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT) netlink: Operstate: linkmode=-1, operstate=5 wlan0: Associated with 00:00:00:00:00:00 wlan0: WPA: Association event - clear replay counter wlan0: WPA: Clear old PTK EAPOL: External notification - portEnabled=0 EAPOL: Supplicant port status: Unauthorized EAPOL: External notification - portValid=0 EAPOL: Supplicant port status: Unauthorized EAPOL: External notification - EAP success=0 EAPOL: Supplicant port status: Unauthorized EAPOL: External notification - portEnabled=1 EAPOL: SUPP_PAE entering state CONNECTING EAPOL: enable timer tick EAPOL: SUPP_BE entering state IDLE wlan0: Setting authentication timeout: 10 sec 0 usec wlan0: Cancelling scan request RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP]) RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added WEXT: if_removed already cleared - ignore event Wireless event: cmd=0x8b15 len=24 Wireless event: new AP: 00:00:00:00:00:00 wlan0: Event DISASSOC (1) received wlan0: Disassociation notification wlan0: WPA: Auto connect enabled: try to reconnect (wps=0) wlan0: Setting scan request: 0 sec 100000 usec Added BSSID * into blacklist I do have to say that this is getting rather frustrating. Any thoughts? | yuastnav wrote: I am using the normal network manager (neither KDE nor gnome) I do have to say that this is getting rather frustrating. Any thoughts? i have seen those messages, usually purging network-manager and restart networking fixes it. all i use is wireless-tools and wpasupplicant. do you need package network-manager for some other reason? |
I recently tried to switch the boot order in grub by changing the GRUB_DEFAULT entry to "4" (from "0") as suggested in one of the forums. (The windows entry was at the 4 position.) This didn't function. I tried putting 0 back in and that didn't function either. After using the grub part of rescatux I was able to get back into debian and tried to restore grub but I'm only getting windows xp as the choice for booting in the grub dialog box. Looking for a way to add the debian os back into the grub choices while keeping windows as the default. Help appreciated. | Found the solution at http://forums.debian.net/viewtopic.php?f=16&t=83795. This is from the page: 2) Use a terminal to reset Grub by issuing these commands: a) "sudo apt-get purge grub-pc grub-common" b) "sudo apt-get install grub-pc grub-common" NOTE: During the install, you'll be asked to select the location for placement of the Grub files. MBR of sda is usually a good choice. c) "sudo update-grub" |
In an effort to get alsa audio working in squeeze, one source indicated that a backported kernel may be needed for newer audio devices that have HDMI. I was not using HDMI, was just trying to get analog stereo working on an Acer W500P tablet PC in Debian 6.0.6. Still haven't figured out how to get aplay to work (it cannot figure out number of channels), but at least got PCM to show up in alsamixer and sound working in X after installing pulseaudio and pavucontrol. Anyway I used aptitude to install a backported linux image and headers, which said it was removing the old image and headers, yet uname -a seems to indicate that the kernel version has not changed. I did end up with a newer alsa version which should be capable of doing HDMI audio with proper configuration. I don't really know what they mean by "dummy package" and "meta package" in this context since I have never backported a kernel before. Am I really running a backported kernel that masquerades as 2.6.32, is it just modules that are updated, or do I also need to download linux source and compile the kernel to end up with a backported kernel? Code: Select allefflandt@AcerDeb:~$ uname -a Linux AcerDeb 2.6.32-5-amd64 #1 SMP Sun Sep 23 10:07:46 UTC 2012 x86_64 GNU/Linux efflandt@AcerDeb:~$ ls /usr/src fglrx-10-9 linux-headers-2.6.32-5-common linux-headers-3.2.0-0.bpo.4-common linux-kbuild-3.2 linux-headers-2.6.32-5-amd64 linux-headers-3.2.0-0.bpo.4-amd64 linux-kbuild-2.6.32 efflandt@AcerDeb:~$ dpkg-query -l linux* | grep ii ii linux-base 2.6.32-46 Linux image base package ii linux-headers-2.6-amd64 3.2+46~bpo60+1 Header files for Linux amd64 configuration (dummy package) ii linux-headers-2.6.32-5-amd64 2.6.32-46 Header files for Linux 2.6.32-5-amd64 ii linux-headers-2.6.32-5-common 2.6.32-46 Common header files for Linux 2.6.32-5 ii linux-headers-3.2.0-0.bpo.4-amd64 3.2.32-1~bpo60+1 Header files for Linux 3.2.0-0.bpo.4-amd64 ii linux-headers-3.2.0-0.bpo.4-common 3.2.32-1~bpo60+1 Common header files for Linux 3.2.0-0.bpo.4 ii linux-headers-amd64 3.2+46~bpo60+1 Header files for Linux amd64 configuration (meta-package) ii linux-image-2.6-amd64 3.2+46~bpo60+1 Linux for 64-bit PCs (dummy package) ii linux-image-2.6.32-5-amd64 2.6.32-46 Linux 2.6.32 for 64-bit PCs ii linux-image-amd64 2.6.32+29 Linux for 64-bit PCs (meta-package) ii linux-kbuild-2.6.32 2.6.32-1 Kbuild infrastructure for Linux 2.6.32 ii linux-kbuild-3.2 3.2.1-2~bpo60+1 Kbuild infrastructure for Linux 3.2 ii linux-libc-dev 2.6.32-46 Linux support headers for userspace development ii linux-sound-base 1.0.23+dfsg-2 base package for ALSA and OSS sound systems efflandt@AcerDeb:~$ dpkg-query -l *alsa* | grep ii ii alsa-base 1.0.23+dfsg-2 ALSA driver configuration files ii alsa-oss 1.0.17-4 ALSA wrapper for OSS applications ii alsa-utils 1.0.23-3 Utilities for configuring and using ALSA ii bluez-alsa 4.66-3 Bluetooth ALSA support ii gstreamer0.10-alsa 0.10.30-1 GStreamer plugin for ALSA ii libsdl1.2debian-alsa 1.2.14-6.1 Simple DirectMedia Layer (with X11 and ALSA options) | efflandt wrote:Code: Select allefflandt@AcerDeb:~$ uname -a Linux AcerDeb 2.6.32-5-amd64 #1 SMP Sun Sep 23 10:07:46 UTC 2012 x86_64 GNU/Linux Nope, that is the stock squeeze one. Do what PhilGil says. |
Hello! i'd like to install samba3 but i can't do it with Code: Select allaptitude install samba3 how can i do? hava i to add a repository? thanks, T | Code: Select allaptitude install samba The version in squeeze is 3.5.6 http://packages.debian.org/squeeze/samba |
installing/upgrading any package floods the screen with some error message saying some packages are missing whereas they are there. Here's some part of that error message: Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded. Need to get 273 kB of archives. After this operation, 0 B of additional disk space will be used. Get:1 http://ftp.us.debian.org/debian/ squeeze/main apt-utils amd64 0.8.10.3+squeeze1 [273 kB] Fetched 273 kB in 23s (11.7 kB/s) (Reading database ... dpkg: warning: files list file for package 'libatlas3gf-base' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'gconf-defaults-service' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libxau6:amd64' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libssh2-1:amd64' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'lsof' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libgnome-media0' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libkrb5-3:amd64' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libwrap0:amd64' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'avidemux-plugins' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'usbmuxd' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libcupsimage2:amd64' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libslv2-9' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libid3tag0' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'upower' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'policykit-1' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libwpd8c2a' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libapr1' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libitm1:amd64' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libcap2:amd64' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'readline-common' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libxt6:amd64' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libtext-charwidth-perl' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'deborphan' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libgomp1:amd64' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libnet-dbus-perl' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'gnome-session-bin' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libasyncns0:amd64' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libobasis3.6-writer' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libglib2.0-0' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libgphoto2-port0:amd64' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'less' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'sun-java6-plugin' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'xchm' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'dbconfig-common' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'fonts-freefont-ttf' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libclutter-1.0-0' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libtext-wrapi18n-perl' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libfftw3-3:amd64' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libbonoboui2-0' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libgtkspell0' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libexempi3:amd64' missing; assuming package has no files currently installed (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 2704 files and directories currently installed.) Preparing to replace apt-utils 0.8.10.3+squeeze1 (using .../apt-utils_0.8.10.3+squeeze1_amd64.deb) ... Unpacking replacement apt-utils ... Processing triggers for man-db ... Setting up apt-utils (0.8.10.3+squeeze1) ... | dpkg is complaining because the records it keeps in /var/lib/dpkg/info for those packages are missing |
First, let me say that it is an Ubuntu machine, but I haven't been able to get help from Ubuntu users and in this case I would guess it is the same procedure in both systems. Somehow (upgrading? updating? doing something really stupid? gnomes?) some of the init files (is that the right word?) are missing or broken. Code: Select allserver:~$ sudo aptitude install -f The following partially installed packages will be configured: dbus resolvconf No packages will be installed, upgraded, or removed. 0 packages upgraded, 0 newly installed, 0 to remove and 1 not upgraded. Need to get 0 B of archives. After unpacking 0 B will be used. Setting up resolvconf (1.63ubuntu16) ... invoke-rc.d: unknown initscript, /etc/init.d/resolvconf not found. dpkg: error processing resolvconf (--configure): subprocess installed post-installation script returned error exit status 100 No apport report written because MaxReports has already been reached Setting up udev (175-0ubuntu9) ... invoke-rc.d: unknown initscript, /etc/init.d/udev not found. dpkg: error processing udev (--configure): subprocess installed post-installation script returned error exit status 100 No apport report written because MaxReports has already been reached Setting up dbus (1.4.18-1ubuntu1.3) ... invoke-rc.d: unknown initscript, /etc/init.d/dbus not found. dpkg: error processing dbus (--configure): subprocess installed post-installation script returned error exit status 100 No apport report written because MaxReports has already been reached Errors were encountered while processing: resolvconf udev dbus E: Sub-process /usr/bin/dpkg returned an error code (1) A package failed to install. Trying to recover: Setting up resolvconf (1.63ubuntu16) ... invoke-rc.d: unknown initscript, /etc/init.d/resolvconf not found. dpkg: error processing resolvconf (--configure): subprocess installed post-installation script returned error exit status 100 Setting up udev (175-0ubuntu9) ... invoke-rc.d: unknown initscript, /etc/init.d/udev not found. dpkg: error processing udev (--configure): subprocess installed post-installation script returned error exit status 100 Errors were encountered while processing: resolvconf udev I'm not sure what info is needed, but here's some: Code: Select allserver:~$ uname -a Linux server 3.2.0-32-generic #51-Ubuntu SMP Wed Sep 26 21:33:09 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux Code: Select allserver:~$ ls -l /etc/init.d/ total 164 lrwxrwxrwx 1 root root 21 Dec 8 2011 acpid -> /lib/init/upstart-job -rwxr-xr-x 1 root root 4596 Apr 12 2012 apparmor lrwxrwxrwx 1 root root 21 Nov 6 20:01 apport -> /lib/init/upstart-job lrwxrwxrwx 1 root root 21 Oct 25 2011 atd -> /lib/init/upstart-job -rwxr-xr-x 1 root root 3449 Apr 13 2012 bind9 -rwxr-xr-x 1 root root 2444 Apr 14 2012 bootlogd lrwxrwxrwx 1 root root 21 Apr 19 2012 console-setup -> /lib/init/upstart-job lrwxrwxrwx 1 root root 21 Jun 19 22:26 cron -> /lib/init/upstart-job lrwxrwxrwx 1 root root 21 Oct 3 19:03 dbus -> /lib/init/upstart-job lrwxrwxrwx 1 root root 21 Mar 30 2012 dmesg -> /lib/init/upstart-job -rwxr-xr-x 1 root root 1242 Dec 13 2011 dns-clean lrwxrwxrwx 1 root root 21 Mar 14 2012 friendly-recovery -> /lib/init/upstart-job -rwxr-xr-x 1 root root 1105 Apr 17 2012 grub-common -rwxr-xr-x 1 root root 1329 Apr 14 2012 halt lrwxrwxrwx 1 root root 21 May 26 2011 hostname -> /lib/init/upstart-job lrwxrwxrwx 1 root root 21 Mar 30 2012 hwclock -> /lib/init/upstart-job lrwxrwxrwx 1 root root 21 Mar 30 2012 hwclock-save -> /lib/init/upstart-job lrwxrwxrwx 1 root root 21 Feb 4 2012 irqbalance -> /lib/init/upstart-job -rwxr-xr-x 1 root root 1293 Apr 14 2012 killprocs -rwxr-xr-x 1 root root 2545 Aug 19 2010 lighttpd lrwxrwxrwx 1 root root 21 Nov 20 2011 module-init-tools -> /lib/init/upstart-job lrwxrwxrwx 1 root root 21 May 23 2012 munin-node -> /lib/init/upstart-job -rwxr-xr-x 1 root root 2797 Feb 13 2012 networking lrwxrwxrwx 1 root root 21 Apr 5 2012 network-interface -> /lib/init/upstart-job lrwxrwxrwx 1 root root 21 Apr 5 2012 network-interface-container -> /lib/init/upstart-job lrwxrwxrwx 1 root root 21 Apr 5 2012 network-interface-security -> /lib/init/upstart-job lrwxrwxrwx 1 root root 21 Jun 9 00:54 nmbd -> /lib/init/upstart-job -rwxr-xr-x 1 root root 882 Apr 14 2012 ondemand lrwxrwxrwx 1 root root 21 Sep 13 00:29 passwd -> /lib/init/upstart-job lrwxrwxrwx 1 root root 21 Apr 13 2012 plymouth -> /lib/init/upstart-job lrwxrwxrwx 1 root root 21 Apr 13 2012 plymouth-log -> /lib/init/upstart-job lrwxrwxrwx 1 root root 21 Apr 13 2012 plymouth-splash -> /lib/init/upstart-job lrwxrwxrwx 1 root root 21 Apr 13 2012 plymouth-stop -> /lib/init/upstart-job lrwxrwxrwx 1 root root 21 Apr 13 2012 plymouth-upstart-bridge -> /lib/init/upstart-job -rwxr-xr-x 1 root root 561 Feb 4 2011 pppd-dns lrwxrwxrwx 1 root root 21 Dec 12 2011 procps -> /lib/init/upstart-job -rwxr-xr-x 1 root root 2653 Jun 26 02:05 PS3MediaServer -rwxr-xr-x 1 root root 8635 Jul 26 20:23 rc -rwxr-xr-x 1 root root 801 Apr 14 2012 rc.local -rwxr-xr-x 1 root root 117 Jul 26 20:23 rcS -rw-r--r-- 1 root root 2427 Jul 26 20:23 README -rwxr-xr-x 1 root root 639 Apr 14 2012 reboot lrwxrwxrwx 1 root root 21 Sep 8 17:10 resolvconf -> /lib/init/upstart-job -rwxr-xr-x 1 root root 4395 Nov 8 2011 rsync lrwxrwxrwx 1 root root 21 Mar 30 2012 rsyslog -> /lib/init/upstart-job lrwxrwxrwx 1 root root 21 Jun 6 2011 screen-cleanup -> /lib/init/upstart-job -rwxr-xr-x 1 root root 4321 Apr 14 2012 sendsigs lrwxrwxrwx 1 root root 21 Apr 19 2012 setvtrgb -> /lib/init/upstart-job -rwxr-xr-x 1 root root 590 Apr 14 2012 single -rw-r--r-- 1 root root 4304 Jul 26 20:23 skeleton lrwxrwxrwx 1 root root 21 Jun 9 00:54 smbd -> /lib/init/upstart-job -rwxr-xr-x 1 root root 4371 Apr 2 2012 ssh -rwxr-xr-x 1 root root 567 Apr 14 2012 stop-bootlogd -rwxr-xr-x 1 root root 1143 Apr 14 2012 stop-bootlogd-single -rwxr-xr-x 1 root root 700 Oct 27 2011 sudo lrwxrwxrwx 1 root root 21 Apr 5 2012 udev -> /lib/init/upstart-job lrwxrwxrwx 1 root root 21 Apr 5 2012 udev-fallback-graphics -> /lib/init/upstart-job lrwxrwxrwx 1 root root 21 Apr 5 2012 udev-finish -> /lib/init/upstart-job lrwxrwxrwx 1 root root 21 Apr 5 2012 udevmonitor -> /lib/init/upstart-job lrwxrwxrwx 1 root root 21 Apr 5 2012 udevtrigger -> /lib/init/upstart-job lrwxrwxrwx 1 root root 21 Apr 5 2012 ufw -> /lib/init/upstart-job -rwxr-xr-x 1 root root 2800 Apr 14 2012 umountfs -rwxr-xr-x 1 root root 2211 Apr 14 2012 umountnfs.sh -rwxr-xr-x 1 root root 2926 Apr 14 2012 umountroot -rwxr-xr-x 1 root root 1039 Nov 9 2011 unattended-upgrades -rwxr-xr-x 1 root root 4271 Feb 6 2012 unbound -rwxr-xr-x 1 root root 1985 Apr 14 2012 urandom lrwxrwxrwx 1 root root 21 Apr 18 2012 whoopsie -> /lib/init/upstart-job -rwxr-xr-x 1 root root 1342 Nov 12 2011 winbind -rwxr-xr-x 1 root root 2666 Mar 22 2012 x11-common | Does /lib/init/upstart-job really exist? Both /etc/init.d/udev and /etc/init.d/resolvconf are symlinked to it. Code: Select allls -l /lib/init/upstart-job |
A week ago for work I setup an Acer Veriton Nettop with Debian Squeeze as a headless system (No keyboard, mouse or monitor) with autologin and TeamViewer as an auto startup application. To get gnome to start and autologin to work, I had to edit /etc/default/grub. I modified the line that said: Code: Select allGRUB_CMDLINE_LINUX_DEFAULT="quiet" and changed it to: Code: Select allGRUB_CMDLINE_LINUX_DEFAULT="i915.modeset=0" Then as root I ran the command: Code: Select allupdate-grub I rebooted and everything worked perfectly. Now I want to do the same thing with a custom built server at home running Debian Squeeze. I tried the same method, but autologin will not work until I connect a monitor. As soon as I do, autologin initiates. Any ideas? Thanks in advance. | I found other forums mentioning using: Code: Select allGRUB_CMDLINE_LINUX_DEFAULT="i915.modeset=1" That didn't work. Also found a KernelModeSetting article here: http://wiki.debian.org/KernelModesetting It mentioned a few different settings for the file /etc/modprobe.d/i915-kms.conf. None of that worked. I ran this command on the Acer Veriton and my custom built server: Code: Select alllspci -v | grep VGA Results from Acer Veriton: Code: Select all00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graphics Controller (prog-if 00 [VGA controller]) Results from custom built server: Code: Select all04:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE] (prog-if 00 [VGA controller]) Just to be safe I went through this article and made sure the drivers for the Radeon card were installed and up to date: http://wiki.debian.org/AtiHowTo That still didn't work. I'm wondering if the video card difference is possibly causing my problems. Anyone have other ideas to try? |
Can someone tell me what I need to install in order to upgrade from kernel 2.6.32-5-amd64 to 3.2.0-4-amd64? Code: Select alllspci 00:00.0 Host bridge: Advanced Micro Devices [AMD] Family 12h Processor Root Complex 00:02.0 PCI bridge: Advanced Micro Devices [AMD] Family 12h Processor Root Port 00:11.0 SATA controller: Advanced Micro Devices [AMD] Hudson SATA Controller [IDE mode] (rev 40) 00:12.0 USB controller: Advanced Micro Devices [AMD] Hudson USB OHCI Controller (rev 11) 00:12.2 USB controller: Advanced Micro Devices [AMD] Hudson USB EHCI Controller (rev 11) 00:13.0 USB controller: Advanced Micro Devices [AMD] Hudson USB OHCI Controller (rev 11) 00:13.2 USB controller: Advanced Micro Devices [AMD] Hudson USB EHCI Controller (rev 11) 00:14.0 SMBus: Advanced Micro Devices [AMD] Hudson SMBus Controller (rev 13) 00:14.1 IDE interface: Advanced Micro Devices [AMD] Hudson IDE Controller 00:14.2 Audio device: Advanced Micro Devices [AMD] Hudson Azalia Controller (rev 01) 00:14.3 ISA bridge: Advanced Micro Devices [AMD] Hudson LPC Bridge (rev 11) 00:14.4 PCI bridge: Advanced Micro Devices [AMD] Hudson PCI Bridge (rev 40) 00:14.5 USB controller: Advanced Micro Devices [AMD] Hudson USB OHCI Controller (rev 11) 00:15.0 PCI bridge: Advanced Micro Devices [AMD] Device 43a0 00:15.1 PCI bridge: Advanced Micro Devices [AMD] Device 43a1 00:15.2 PCI bridge: Advanced Micro Devices [AMD] Device 43a2 00:16.0 USB controller: Advanced Micro Devices [AMD] Hudson USB OHCI Controller (rev 11) 00:16.2 USB controller: Advanced Micro Devices [AMD] Hudson USB EHCI Controller (rev 11) 00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 0 (rev 43) 00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 1 00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 2 00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 3 00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 4 00:18.5 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 6 00:18.6 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 5 00:18.7 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 7 01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 210] (rev a2) 01:00.1 Audio device: NVIDIA Corporation High Definition Audio Controller (rev a1) 04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06) 05:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller | you can have a look at http://backports-master.debian.org/ you can even look at building your own kernel - http://forums.debian.net/viewtopic.php?f=16&t=36525 |
Hi, I am having the following problem since today: normal users have no internet connection(no http ftp email, but skype works), but if I run, say, firefox, as root, then everything is alright. I have no firewall or proxies. Any clues??? | It looks like only the root user can use dns on my machine now. If I know the IP, I can connect even as a normal user. Weird stuff. |
Hello, I just installed Dovecot. It responds with "Dovecot ready" if I telnet to port 110. I try to connect to it using a webmail I have. (The webmail allows me to add other pop accounts. I am running from Internetcafe and I do not see other means of testing it.) Please see enclosed screenshot. It does not connect this way. I may have missed somthing regarding "pam" or adding the users allowed to connect to the server? Grateful for advice. Please bear with beginner's question. Code: Select allroot@deb7:/home/myuser# doveconf -n # 2.1.7: /etc/dovecot/dovecot.conf # OS: Linux 3.2.0-3-686-pae i686 Debian wheezy/sid namespace inbox { inbox = yes location = prefix = } passdb { driver = pam } plugin { sieve = ~/.dovecot.sieve sieve_dir = ~/sieve } protocols = " imap pop3" ssl_cert = </etc/ssl/certs/dovecot.pem ssl_key = </etc/ssl/private/dovecot.pem userdb { driver = passwd } Sorry attachment did not upload well, I will paste it elsewhere. Here is attachment: http://img24.imageshack.us/img24/4578/dovei.jpg | What errors do you get from the client? And what does the /var/log/mail.log say? |
Hi . I did a fresh Debian Testing install in a Macbook 5,2 Core 2 Duo and it appear only use one core . I tried find a answer in google but i didnt find anything . I'm using the kernel 3.2.0-4 64-bits. | Sometimes a computer can shut down a core or reduce the CPU tact in order to save power/battery consumption. This command will show you how many cores your processor has: Code: Select allnproc I can't find any post saying that your MacBook won't run on Debian. |
Hello everyone! I have been using Debian Squeeze for almost two years now, and I wanted to update to Wheezy. I have had several problems that I have solved up to now, but I can't do the upgrade yet..... Here is what I get when i do : sudo apt-get dist-upgrade Code: Select allsudo apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages will be REMOVED: capplets-data compiz compiz-gnome compiz-gtk compizconfig-settings-manager console-terminus defoma deskbar-applet fglrx-control fglrx-driver fglrx-glx gcc-4.3 gcj-4.4-base gcj-4.4-jre gcj-4.4-jre-headless gcj-4.4-jre-lib gforge-common gforge-db-postgresql gforge-ftp-proftpd gforge-shell-postgresql gnome-about gnome-accessibility gnome-desktop-environment gnome-netstatus-applet gnome-orca gnome-utils-common kdebase-runtime-data libbrasero-media0 libdigest-sha1-perl libdrm-nouveau1 libebook1.2-9 libecal1.2-7 libedata-book1.2-2 libedata-cal1.2-7 libedataserverui1.2-8 libepc-1.0-2 libepc-ui-1.0-2 libept1 libgail-gnome-module libgcj10 libgcj10-awt libgd2-noxpm libgnomepanel2.24-cil libgstfarsight0.10-0 libgtkhtml-editor0 libhdf5-serial-1.8.4 libmetacity-private0 libmtp8 libnautilus-extension1 libntfs-3g75 libpanel-applet2-0 libpango1.0-common libperl5.10 libpolkit-gtk-1-0 librpm1 librpmbuild1 libsdl1.2debian-alsa libtar libtelepathy-farsight0 libupnp3 libvlccore4 linux-headers-2.6-686 linux-headers-2.6.32-5-686 linux-sound-base mysql-client-5.1 nautilus-dropbox openoffice.org-base-core openoffice.org-core openoffice.org-gcj openoffice.org-report-builder-bin phonon-backend-xine php5-suhosin portmap python-compizconfig python-docky python-gnomeapplet python-gtkmozembed remmina-plugin-data remuco-rhythmbox rhythmbox-plugin-coherence seahorse-plugins totem-coherence wine-utils x-ttcidfont-conf xserver-xorg-video-nv The following NEW packages will be installed: accountsservice acl aisleriot anjuta-common aptdaemon aptdaemon-data aptitude-common at-spi2-core biber chktex chromium chromium-inspector colord console-setup-linux context-modules cpp-4.7 crda cryptsetup-bin cups-filters dconf-gsettings-backend dconf-service dconf-tools default-jre default-jre-headless dvidvi enchant epiphany-browser epiphany-browser-data epiphany-extensions etoolbox extlinux finger folks-common fonts-cantarell fonts-comfortaa fonts-droid fonts-freefont-otf fonts-freefont-ttf fonts-gfs-artemisia fonts-gfs-baskerville fonts-gfs-bodoni-classic fonts-gfs-complutum fonts-gfs-didot fonts-gfs-didot-classic fonts-gfs-gazis fonts-gfs-neohellenic fonts-gfs-olga fonts-gfs-porson fonts-gfs-solomos fonts-gfs-theokritos fonts-hosny-amiri fonts-inconsolata fonts-ipaexfont-gothic fonts-ipaexfont-mincho fonts-ipafont-gothic fonts-ipafont-mincho fonts-junicode fonts-liberation fonts-linuxlibertine fonts-lyx fonts-oflb-asana-math fonts-opensymbol fonts-sil-gentium fonts-sil-gentium-basic fonts-stix fuse g++-4.7 gcc-4.7 gcc-4.7-base gcj-4.7-base gcj-4.7-jre gcj-4.7-jre-headless gcj-4.7-jre-lib gconf-service gcr gdebi gdebi-core gedit-plugins gir1.2-accountsservice-1.0 gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-caribou-1.0 gir1.2-clutter-1.0 gir1.2-clutter-gst-1.0 gir1.2-cogl-1.0 gir1.2-coglpango-1.0 gir1.2-evince-3.0 gir1.2-folks-0.6 gir1.2-freedesktop gir1.2-gck-1 gir1.2-gconf-2.0 gir1.2-gcr-3 gir1.2-gdata-0.0 gir1.2-gdesktopenums-3.0 gir1.2-gdkpixbuf-2.0 gir1.2-gee-1.0 gir1.2-gkbd-3.0 gir1.2-glib-2.0 gir1.2-gmenu-3.0 gir1.2-gnomebluetooth-1.0 gir1.2-gnomekeyring-1.0 gir1.2-goa-1.0 gir1.2-gst-plugins-base-0.10 gir1.2-gstreamer-0.10 gir1.2-gtk-3.0 gir1.2-gtkclutter-1.0 gir1.2-gtksource-3.0 gir1.2-gucharmap-2.90 gir1.2-javascriptcoregtk-3.0 gir1.2-json-1.0 gir1.2-mutter-3.0 gir1.2-networkmanager-1.0 gir1.2-panelapplet-4.0 gir1.2-pango-1.0 gir1.2-peas-1.0 gir1.2-polkit-1.0 gir1.2-rb-3.0 gir1.2-soup-2.4 gir1.2-telepathyglib-0.12 gir1.2-telepathylogger-0.2 gir1.2-totem-1.0 gir1.2-totem-plparser-1.0 gir1.2-tracker-0.14 gir1.2-upowerglib-1.0 gir1.2-vte-2.90 gir1.2-webkit-3.0 gir1.2-wnck-3.0 gir1.2-xkl-1.0 git-man gjs glchess glib-networking glib-networking-common glib-networking-services glines gnect gnibbles gnobots2 gnome-contacts gnome-control-center-data gnome-desktop3-data gnome-documents gnome-font-viewer gnome-icon-theme-extras gnome-icon-theme-symbolic gnome-js-common gnome-online-accounts gnome-packagekit gnome-packagekit-data gnome-session-fallback gnome-shell gnome-shell-common gnome-sudoku gnome-sushi gnome-themes-standard gnome-video-effects gnomine gnotravex gnotski gnuplot gnuplot-nox grilo-plugins-0.1 groff growisofs grub-pc-bin grub2-common gsettings-desktop-schemas gstreamer0.10-gconf gtali guile-2.0-libs gvfs-common gvfs-daemons gvfs-libs iagno icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-netx icedtea-netx-common imagemagick-common iputils-tracepath kate-data katepart kde-runtime kde-runtime-data kmod krb5-locales latex-fonts-thai-tlwg latexdiff libaacs0 libaccountsservice0 libacl1-dev libaio1 libanjuta-3-0 libapache-pom-java libapt-inst1.5 libapt-pkg4.12 libarchive12 libasprintf0c2 libatk-adaptor-data libatk-bridge2.0-0 libatk-wrapper-java libatk-wrapper-java-jni libatkmm-1.6-1 libatomicparsley0 libatspi2.0-0 libattr1-dev libaudiofile1 libavahi-ui-gtk3-0 libavcodec53 libavformat53 libavutil51 libbabl-0.1-0 libbind9-80 libblas3 libbluray1 libboost-iostreams1.49.0 libboost-program-options1.49.0 libboost-python1.49.0 libboost-thread1.49.0 libbrasero-media3-1 libbtparse1 libcairo-gobject2 libcamel-1.2-33 libcanberra-gtk3-0 libcanberra-gtk3-module libcanberra-pulse libcap2-bin libcapi20-3 libcaribou-common libcaribou0 libcdio-cdda1 libcdio-paranoia1 libcdio13 libchamplain-0.12-0 libchamplain-gtk-0.12-0 libcheese-gtk21 libcheese3 libclass-isa-perl libclass-load-perl libclutter-1.0-common libclutter-gst-1.0-0 libclutter-gtk-1.0-0 libclutter-imcontext-0.1-0 libclutter-imcontext-0.1-bin libcluttergesture-0.0.2-0 libcmis-0.2-0 libcogl-common libcogl-pango0 libcogl9 libcolord1 libcommons-parent-java libcryptsetup4 libcrystalhd3 libcupsfilters1 libcurl3-nss libdata-compare-perl libdata-dump-perl libdata-optlist-perl libdate-simple-perl libdb5.1 libdbus-glib1.0-cil libdbus1.0-cil libdbusmenu-qt2 libdconf0 libdee-1.0-4 libdevmapper-event1.02.1 libdirac-decoder0 libdlrestrictions1 libdmapsharing-3.0-2 libdns81 libdotconf1.0 libdrm-nouveau1a libdvbpsi7 libebackend-1.2-2 libebml3 libebook-1.2-13 libecal-1.2-11 libedata-book-1.2-13 libedata-cal-1.2-15 libedataserver-1.2-16 libedataserverui-3.0-1 libencode-locale-perl libepc-1.0-3 libepc-ui-1.0-3 libept1.4.12 libescpr1 libevdocument3-4 libevent-2.0-5 libevview3-3 libexiv2-12 libexttextcat-data libexttextcat0 libfarstream-0.1-0 libfile-find-rule-perl libfile-listing-perl libfile-slurp-perl libfile-slurp-unicode-perl libfile-which-perl libfolks-eds25 libfolks-telepathy25 libfolks25 libfop-java libfreerdp1 libgail-3-0 libgcj13 libgcj13-awt libgck-1-0 libgconf-2-4 libgcr-3-1 libgcr-3-common libgd2-xpm libgdata13 libgdict-common libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgdl-3-2 libgdl-3-common libgee2 libgegl-0.2-0 libgeocode-glib0 libgettextpo0 libgexiv2-1 libgirepository-1.0-1 libgjs0b libglapi-mesa libglew1.7 libglib2.0-bin libgmime-2.6-0 libgmime2.6-cil libgmp10 libgnome-bluetooth10 libgnome-desktop-3-2 libgnome-keyring-common libgnome-media-profiles-3.0-0 libgnome-menu-3-0 libgnomekbd7 libgnutls28 libgoa-1.0-0 libgoa-1.0-common libgphoto2-l10n libgraphite2-2.0.0 libgrilo-0.1-0 libgs9 libgs9-common libgssdp-1.0-3 libgstreamer-plugins-bad0.10-0 libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk-vnc-2.0-0 libgtkhtml-4.0-0 libgtkhtml-4.0-common libgtkhtml-editor-4.0-0 libgtkmm-3.0-1 libgtkpod1 libgtksourceview-3.0-0 libgtksourceview-3.0-common libgucharmap-2-90-7 libgupnp-1.0-4 libgupnp-av-1.0-2 libgupnp-igd-1.0-4 libgusb2 libgvnc-1.0-0 libgweather-3-0 libgxps2 libhdf5-7 libhogweed2 libhtml-form-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libhunspell-1.3-0 libicu48 libimobiledevice2 libio-socket-ip-perl libio-socket-ssl-perl libipc-run3-perl libipc-shareable-perl libisc83 libisccc80 libisccfg82 libiso9660-8 libitm1 libjavascriptcoregtk-1.0-0 libjavascriptcoregtk-3.0-0 libjbig0 libjgoodies-common-java libjim0debian2 libjlatexmath-fop-java libjpeg8 libjson0 libjte1 libkatepartinterfaces4 libkcmutils4 libkdeclarative5 libkdewebkit5 libkemoticons4 libkidletime4 libkmod2 libkpathsea6 libkprintutils4 liblapack3 liblcms2-2 liblensfun-data liblensfun0 liblinear-tools liblinear1 liblist-allutils-perl liblist-moreutils-perl liblockfile-bin liblog-dispatch-perl liblog-log4perl-perl liblvm2app2.2 liblwp-mediatypes-perl liblwp-protocol-https-perl liblwres80 liblzma5 libmagick++5 libmagickcore5 libmagickcore5-extra libmagickwand5 libmatroska5 libmetacity-private0a libmhash2 libminiupnpc5 libmission-control-plugins0 libmodule-implementation-perl libmodule-runtime-perl libmono-cairo4.0-cil libmono-corlib4.0-cil libmono-data-tds4.0-cil libmono-i18n-west4.0-cil libmono-i18n4.0-cil libmono-posix4.0-cil libmono-security4.0-cil libmono-sharpzip4.84-cil libmono-sqlite4.0-cil libmono-system-configuration4.0-cil libmono-system-core4.0-cil libmono-system-data4.0-cil libmono-system-drawing4.0-cil libmono-system-enterpriseservices4.0-cil libmono-system-security4.0-cil libmono-system-transactions4.0-cil libmono-system-web-applicationservices4.0-cil libmono-system-web-services4.0-cil libmono-system-web4.0-cil libmono-system-xml-linq4.0-cil libmono-system-xml4.0-cil libmono-system4.0-cil libmono-web4.0-cil libmount1 libmozjs10d libmozjs185-1.0 libmp3lame0 libmpc2 libmpg123-0 libmtdev1 libmtp-common libmtp-runtime libmtp9 libmusicbrainz5-0 libmutter0 libmx-1.0-2 libmx-bin libmx-common libmysqlclient18 libnatpmp1 libnautilus-extension1a libnepomukutils4 libnet-http-perl libnet-ssleay-perl libnetfilter-conntrack3 libnettle4 libnice10 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnm-glib4 libnm-gtk-common libnm-gtk0 libnm-util2 libnotify4 libnspr4 libnss3 libntrack-qt4-1 libntrack0 libnumber-compare-perl liboauth0 libodbc1 liboobs-1-5 libopal3.10.4 libopenal-data libopenal1 libopus0 libp11-kit0 libpackage-deprecationmanager-perl libpackage-stash-perl libpackage-stash-xs-perl libpackagekit-glib2-14 libpam-cap libpam-modules-bin libpanel-applet-4-0 libparams-classify-perl libparams-util-perl libparams-validate-perl libpcre3-dev libpcrecpp0 libpeas-1.0-0 libpeas-common libperl5.14 libpipeline1 libpolkit-qt-1-1 libpoppler-glib8 libpoppler-qt4-3 libpoppler19 libpostproc52 libprocps0 libpst4 libpt2.10.4 libptexenc1 libpython2.7 libqjson0 libqt4-declarative libqtwebkit4 libquadmath0 libquvi-scripts libquvi7 libraptor2-0 librasqal3 libraw5 libreadonly-perl libreadonly-xs-perl libregexp-common-perl libreoffice libreoffice-base libreoffice-base-core libreoffice-calc libreoffice-common libreoffice-core libreoffice-draw libreoffice-emailmerge libreoffice-evolution libreoffice-filter-binfilter libreoffice-filter-mobiledev libreoffice-gnome libreoffice-gtk libreoffice-help-en-us libreoffice-impress libreoffice-java-common libreoffice-math libreoffice-officebean libreoffice-report-builder-bin libreoffice-style-galaxy libreoffice-style-tango libreoffice-writer libresid-builder0c2a librest-0.7-0 librest-extras-0.7-0 librhino-java librhythmbox-core6 librpm3 librpmbuild3 librpmio3 librpmsign1 librtmp0 libruby1.9.1 libsane-common libsane-extras-common libseed-gtk3-0 libsemanage-common libsemanage1 libsidplay2 libsigsegv2 libsocialweb-client2 libsocialweb-common libsocialweb-service libsocialweb0 libsocket-perl libsonic0 libsoundtouch0 libspandsp2 libspeechd2 libssl-dev libssl-doc libssl1.0.0 libstdc++6-4.7-dev libsub-install-perl libsvm-tools libswitch-perl libswscale2 libswt-cairo-gtk-3-jni libswt-gnome-gtk-3-jni libswt-gtk-3-jni libswt-webkit-gtk-3-jni libsystemd-daemon0 libsystemd-login0 libtar0 libtelepathy-farstream2 libtelepathy-logger2 libtext-bibtex-perl libtext-glob-perl libtinfo5 libtinyxml2.6.2 libtirpc1 libtokyocabinet9 libtotem0 libtracker-extract-0.14-0 libtracker-miner-0.14-0 libtracker-sparql-0.14-0 libtry-tiny-perl libunicode-collate-perl libunique-3.0-0 libupnp6 libustr-1.0-1 libv4lconvert0 libva-x11-1 libva1 libvisio-0.0-0 libvlccore5 libvncserver0 libvo-aacenc0 libvo-amrwbenc0 libvpx1 libvte-2.90-9 libvte-2.90-common libwacom-common libwacom2 libwebkitgtk-1.0-0 libwebkitgtk-1.0-common libwebkitgtk-3.0-0 libwebkitgtk-3.0-common libwebp2 libwebrtc-audio-processing-0 libwildmidi-config libwine-bin libwine-gecko-1.4 libwnck-3-0 libwnck-3-common libwpd-0.9-9 libwpg-0.2-2 libwps-0.2-2 libwww-robotrules-perl libx264-123 libxcb-composite0 libxcb-glx0 libxcb-util0 libxcb-xfixes0 libxml-commons-resolver1.1-java libxml-libxml-perl libxml-libxml-simple-perl libxml-libxslt-perl libxml-sax-base-perl libxml-writer-string-perl libxvidcore4 libxz-java libyajl2 libyaml-0-2 libyaml-tiny-perl libyelp0 libzvbi-common libzvbi0 liferea liferea-data lightsoff linux-image-3.2.0-3-486 linux-image-3.2.0-3-686-pae linux-image-486 linux-image-686-pae logreq m-tx mahjongg memtest86+ minissdpd mono-4.0-gac mscompress multiarch-support mutter-common mysql-client-5.5 mythes-en-us nmap ntrack-module-libnl-0 otf-freefont packagekit packagekit-backend-aptcc packagekit-tools phonon-backend-vlc pmx postgresql-9.1 postgresql-client-9.1 printer-driver-all printer-driver-c2050 printer-driver-c2esp printer-driver-cjet printer-driver-escpr printer-driver-foo2zjs printer-driver-gutenprint printer-driver-hpcups printer-driver-hpijs printer-driver-m2300w printer-driver-min12xxw printer-driver-pnm2ppa printer-driver-postscript-hp printer-driver-ptouch printer-driver-pxljr printer-driver-sag-gdi printer-driver-splix pulseaudio pulseaudio-module-x11 pulseaudio-utils python-aptdaemon python-aptdaemon.gtk3widgets python-dbus-dev python-debianbts python-defer python-fpconst python-gi python-gi-cairo python-gobject-2 python-packagekit python-pycurl python-renderpm python-reportlab python-reportlab-accel python-soappy python-speechd python-zeitgeist python2.7 python2.7-minimal qdbus quadrapassel rdesktop remmina-common rhythmbox-data rpcbind rtkit ruby1.9.1 samba-common samba-common-bin shotwell shotwell-common simple-scan smbclient software-properties-common sound-theme-freedesktop speech-dispatcher swell-foop syslinux-themes-debian syslinux-themes-debian-wheezy telepathy-haze telepathy-idle telepathy-logger texlive-doc-ar texlive-doc-rs texlive-lang-cjk texlive-lang-english tracker tracker-extract tracker-gui tracker-miner-evolution tracker-miner-fs tracker-utils transmission-common transmission-gtk ttf-marvosym unoconv vinagre vlc wireless-regdb xbrlapi xulrunner-10.0 yelp-xsl zeitgeist-core zenity-common zlib1g-dev The following packages have been kept back: azureus The following packages will be upgraded: alacarte alarm-clock alsa-base alsa-utils amarok amarok-common amarok-utils apache2.2-bin apt apt-utils aptitude aspell asymptote at-spi baobab base-files bash bash-builtins biblatex bind9-host binfmt-support binutils bluez bogofilter-bdb brasero brasero-common browser-plugin-gnash bsdmainutils bzip2 ca-certificates ca-certificates-java cdrdao cheese cheese-common chromium-browser chromium-browser-inspector clisp cm-super cm-super-minimal console-setup consolekit context coreutils cpp cpp-4.4 cups cups-bsd cups-client cups-driver-gutenprint cups-pk-helper dasher dbus debhelper desktop-file-utils dh-make dmsetup dnsmasq dnsmasq-base dnsutils doc-base docky dpkg dvd+rw-tools dvipng e2fslibs e2fsprogs ekiga empathy empathy-common eog esound-common espeak espeak-data evince evince-common evolution evolution-common evolution-data-server evolution-data-server-common evolution-plugins evolution-webcal exim4 exim4-base exim4-daemon-light exiv2 file file-roller filezilla filezilla-common fontconfig fontconfig-config foo2zjs foomatic-db foomatic-db-engine fop freedesktop-sound-theme freeglut3 fuse-utils g++ g++-4.4 gadmin-proftpd gadmin-proftpd-dbg gawk gcalctool gcc gcc-4.4 gcc-4.4-base gcj-jre gcj-jre-headless gconf-defaults-service gconf-editor gconf2 gconf2-common gdm3 gedit gedit-common geoclue geoclue-hostip geoclue-localnet geoclue-manual geoclue-yahoo gettext gettext-base ghostscript ghostscript-cups gimp gimp-data git gksu gmail-notify gnash gnash-common gnome-applets gnome-applets-data gnome-bluetooth gnome-cards-data gnome-control-center gnome-core gnome-desktop-data gnome-dictionary gnome-disk-utility gnome-doc-utils gnome-games gnome-games-data gnome-games-extra-data gnome-icon-theme gnome-keyring gnome-mag gnome-media gnome-menus gnome-nettool gnome-panel gnome-panel-data gnome-power-manager gnome-screensaver gnome-screenshot gnome-search-tool gnome-session gnome-session-bin gnome-session-canberra gnome-session-common gnome-settings-daemon gnome-system-log gnome-system-monitor gnome-system-tools gnome-terminal gnome-terminal-data gnome-user-guide gnome-user-share gparted grub-common grub-pc gstreamer0.10-alsa gstreamer0.10-ffmpeg gstreamer0.10-nice gstreamer0.10-plugins-bad gstreamer0.10-plugins-base gstreamer0.10-plugins-base-dbg gstreamer0.10-plugins-good gstreamer0.10-plugins-good-dbg gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-dbg gstreamer0.10-pulseaudio gstreamer0.10-tools gstreamer0.10-x gtk2-engines gtk2-engines-pixbuf gtkpod gtkpod-data gucharmap guile-1.8-libs gvfs gvfs-backends gvfs-bin hal hamster-applet hpijs hplip hplip-cups hplip-data ibus-qt4 iceweasel ifupdown imagemagick info initscripts inkscape iproute iputils-ping iw kdebase-runtime kdelibs-bin kdelibs5-data kdelibs5-plugins kdemultimedia-kio-plugins kdoctools keyboard-configuration kolourpaint4 latex-beamer latex-cjk-all latex-cjk-chinese latex-cjk-chinese-arphic-bkai00mp latex-cjk-chinese-arphic-bsmi00lp latex-cjk-chinese-arphic-gbsn00lp latex-cjk-chinese-arphic-gkai00mp latex-cjk-common latex-cjk-japanese latex-cjk-japanese-wadalab latex-cjk-korean latex-cjk-thai latex-sanskrit latex-xcolor lcdf-typetools less lesstif2 libaa1 libaccess-bridge-java-jni libacl1 libalgorithm-diff-xs-perl libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libart-2.0-2 libart2.0-cil libasound2 libasound2-dev libasound2-plugins libaspell15 libass4 libasyncns0 libatasmart4 libatk1.0-0 libatspi1.0-0 libattica0 libattr1 libaudio2 libavahi-client3 libavahi-common3 libavahi-core7 libavahi-glib1 libavahi-gobject0 libavahi-ui0 libavc1394-0 libblas3gf libblkid1 libbluetooth3 libbrlapi0.5 libbsd0 libbsf-java libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libc6-i686 libcaca0 libcairo-perl libcairo2 libcairomm-1.0-1 libcanberra-gtk-module libcanberra-gtk0 libcanberra0 libcap2 libck-connector0 libclutter-1.0-0 libcomerr2 libcommons-beanutils-java libcommons-compress-java libcommons-lang-java libcommons-logging-java libcroco3 libcrypt-blowfish-perl libcrypt-ssleay-perl libcups2 libcupscgi1 libcupsdriver1 libcupsimage2 libcupsmime1 libcupsppdc1 libcurl3 libcurl3-gnutls libcwidget3 libdatrie1 libdbd-mysql-perl libdbd-pg-perl libdbi-perl libdbus-1-3 libdbus-glib-1-2 libdc1394-22 libdevmapper1.02.1 libdirac-encoder0 libdirectfb-1.2-9 libdiscid0 libdjvulibre21 libdrm-intel1 libdrm-radeon1 libdrm2 libdv4 libdvdnav4 libdvdread4 libedit2 libenchant1c2a libepc-common libesd0 libespeak1 libevolution libexempi3 libexif12 libexpat1 libfaad2 libffi5 libfftw3-3 libflac8 libflite1 libfont-freetype-perl libfontconfig1 libfontenc1 libfreerdp-plugins-standard libfreetype6 libfribidi0 libfs6 libfuse2 libgail-common libgail18 libgcc1 libgcj-bc libgconf2-4 libgconf2.0-cil libgcrypt11 libgdbm3 libgdict-1.0-6 libgdiplus libgdu-gtk0 libgfortran3 libgimp2.0 libgio-cil libgksu2-0 libgl1-mesa-dri libgl1-mesa-glx libglade2.0-cil libglib-perl libglib2.0-0 libglib2.0-cil libglibmm-2.4-1c2a libglu1-mesa libgnome-desktop-2-17 libgnome-keyring0 libgnome-keyring1.0-cil libgnome-vfs2.0-cil libgnome2-0 libgnome2-canvas-perl libgnome2-common libgnome2-perl libgnome2-vfs-perl libgnome2.24-cil libgnomecanvas2-0 libgnomedesktop2.20-cil libgnomekbd-common libgnomeui-0 libgnomevfs2-0 libgnutls26 libgomp1 libgpg-error0 libgpgme11 libgphoto2-2 libgphoto2-port0 libgpm2 libgpod-common libgpod4 libgraphicsmagick3 libgsm1 libgssapi-krb5-2 libgssglue1 libgssrpc4 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libgstreamer0.10-0-dbg libgtk2-perl libgtk2-trayicon-perl libgtk2.0-0 libgtk2.0-bin libgtk2.0-cil libgtk2.0-common libgtkglext1 libgtkhtml3.14-19 libgtkimageview0 libgtkmm-2.4-1c2a libgudev-1.0-0 libgutenprint2 libgvc5 libhpmud0 libhtml-parser-perl libibus-qt1 libice6 libid3-3.8.3c2a libidn11 libieee1284-3 libilmbase6 libimlib2 libisofs6 libiw30 libjack-jackd2-0 libjasper1 libjgoodies-looks-java libjhdf5-jni libjpeg62 libjson-glib-1.0-0 libk5crypto3 libkcddb4 libkde3support4 libkdecore5 libkdesu5 libkdeui5 libkdnssd4 libkeyutils1 libkfile4 libkhtml5 libkio5 libkjsapi4 libkjsembed4 libkmediaplayer4 libknewstuff2-4 libknewstuff3-4 libknotifyconfig4 libkntlm4 libkparts4 libkpty4 libkrb5-3 libkrb5support0 libkrosscore4 libktexteditor4 libkutils4 liblapack3gf liblastfm0 liblcms1 libldap-2.4-2 liblocale-gettext-perl liblockfile1 libloudmouth1-0 liblouis2 liblqr-1-0 libltdl-dev libltdl7 liblua5.1-0 libmagic1 libmms0 libmng1 libmono-addins-gui0.2-cil libmono-addins0.2-cil libmono-corlib2.0-cil libmono-data-tds2.0-cil libmono-messaging2.0-cil libmono-posix2.0-cil libmono-security2.0-cil libmono-sharpzip2.84-cil libmono-sqlite2.0-cil libmono-system-data-linq2.0-cil libmono-system-data2.0-cil libmono-system-messaging2.0-cil libmono-system-web2.0-cil libmono-system2.0-cil libmono-wcf3.0-cil libmono2.0-cil libmpcdec6 libmpfr4 libncurses5 libncursesw5 libndesk-dbus-glib1.0-cil libndesk-dbus1.0-cil libneon27-gnutls libnepomuk4 libnepomukquery4a libnet-dbus-perl libnetpbm10 libnewt0.52 libnfsidmap2 libnl1 libnm-glib-vpn1 libnotify0.4-cil libnspr4-0d libnss3-1d libogg0 libopencore-amrnb0 libopencore-amrwb0 libopenmpi1.3 libopenraw1 liborc-0.4-0 libpam-ck-connector libpam-modules libpam-mysql libpam0g libpango-perl libpango1.0-0 libpangomm-1.4-1 libpaper1 libparted0debian1 libpcap0.8 libpci3 libpciaccess0 libpcre3 libpcsclite1 libphonon4 libpixman-1-0 libplasma3 libpng12-0 libpolkit-agent-1-0 libpolkit-backend-1-0 libpolkit-gobject-1-0 libpopt0 libportaudio2 libpq5 libproxy0 libpstoedit0c2a libpulse-mainloop-glib0 libpulse0 libpurple0 libpython2.6 libqca2 libqt4-dbus libqt4-designer libqt4-network libqt4-opengl libqt4-qt3support libqt4-script libqt4-sql libqt4-sql-mysql libqt4-svg libqt4-webkit libqt4-xml libqt4-xmlpatterns libqtcore4 libqtgui4 libqtscript4-core libqtscript4-gui libqtscript4-network libqtscript4-sql libqtscript4-uitools libqtscript4-xml libraw1394-11 librdf0 libreadline5 libreadline6 librpcsecgss3 librsvg2-2 librsvg2-2.18-cil librsvg2-common libruby1.8 libsamplerate0 libsane libsane-extras libsane-hpaio libsasl2-2 libsasl2-modules libschroedinger-1.0-0 libsdl-image1.2 libsdl1.2debian libselinux1 libsensors4 libsepol1 libshout3 libsigc++-2.0-0c2a libslang2 libslv2-9 libsm6 libsmbclient libsndfile1 libsnmp15 libsolid4 libsoprano4 libsoup-gnome2.4-1 libsoup2.4-1 libspectre1 libspeex1 libspeexdsp1 libsqlite3-0 libss2 libssh-4 libssh2-1 libstartup-notification0 libstdc++5 libstdc++6 libstdc++6-4.4-dev libstreamanalyzer0 libstreams0 libsvga1 libsysfs2 libtag1-vanilla libtag1c2a libtalloc2 libtasn1-3 libtdb1 libtelepathy-glib0 libtext-charwidth-perl libtext-iconv-perl libthai0 libtheora0 libthreadweaver4 libtiff4 libtotem-plparser17 libts-0.0-0 libudev0 libumfpack5.4.0 libunique-1.0-0 libunistring0 libusb-0.1-4 libusb-1.0-0 libuuid-perl libuuid1 libv4l-0 libvcdinfo0 libvirtodbc0 libvisual-0.4-0 libvisual-0.4-plugins libvlc5 libvorbis0a libvorbisenc2 libvorbisfile3 libvte-common libvte9 libwavpack1 libwbclient0 libwildmidi1 libwine libwine-alsa libwine-cms libwine-gl libwine-gphoto2 libwine-ldap libwine-print libwine-sane libwmf-bin libwmf0.2-7 libwnck2.20-cil libwnck22 libwrap0 libwww-perl libwxbase2.8-0 libwxgtk2.8-0 libx11-6 libx11-data libx11-xcb1 libx86-1 libxapian22 libxau6 libxaw7 libxcb-dri2-0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-xv0 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6 libxerces2-java libxerces2-java-gcj libxext6 libxfixes3 libxft2 libxi6 libxine1 libxine1-bin libxine1-console libxine1-ffmpeg libxine1-misc-plugins libxine1-plugins libxine1-x libxinerama1 libxkbfile1 libxml-parser-perl libxml-sax-perl libxml2 libxmu6 libxmuu1 libxp6 libxpm4 libxrandr2 libxrender1 libxres1 libxslt1.1 libxss1 libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 libzbar0 linux-image-2.6-486 linux-image-2.6-686 lmodern locales lsb-release luatex man-db menu mesa-utils metacity metacity-common min12xxw modemmanager module-init-tools mono-2.0-gac mono-gac mono-runtime mount mousetweaks musixtex mutt mysql-client mysql-common nano nautilus nautilus-data nautilus-sendto nautilus-sendto-empathy ncurses-bin netbase netpbm network-manager network-manager-gnome nfs-common notification-daemon nscd ntfs-3g obex-data-server obexd-client odbcinst odbcinst1debian2 openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib openoffice.org openoffice.org-base openoffice.org-calc openoffice.org-common openoffice.org-draw openoffice.org-emailmerge openoffice.org-evolution openoffice.org-filter-binfilter openoffice.org-filter-mobiledev openoffice.org-gnome openoffice.org-gtk openoffice.org-help-en-us openoffice.org-impress openoffice.org-java-common openoffice.org-math openoffice.org-officebean openoffice.org-style-galaxy openoffice.org-style-tango openoffice.org-thesaurus-en-us openoffice.org-writer openssh-client openssh-server openssl pan passwd pciutils perl perl-base perl-modules perlmagick phonon php5-cli php5-common pidgin pidgin-data plasma-scriptengine-javascript pnm2ppa policykit-1 policykit-1-gnome poppler-utils postgresql powertop preview-latex-style procmeter3 procps proftpd-basic proftpd-dev proftpd-mod-ldap proftpd-mod-mysql proftpd-mod-odbc proftpd-mod-pgsql proftpd-mod-sqlite psmisc purifyeps python python-apt python-axiom python-beautifulsoup python-bluez python-brlapi python-cairo python-chardet python-clientform python-coherence python-configobj python-crypto python-cupshelpers python-dbus python-debian python-eggtrayicon python-evolution python-feedparser python-gconf python-gdata python-glade2 python-gmenu python-gnome2 python-gnomedesktop python-gnomekeyring python-gobject python-gst0.10 python-gtk2 python-gtkglext1 python-gtksourceview2 python-httplib2 python-imaging python-imaging-tk python-libxml2 python-louis python-mako python-markupsafe python-mechanize python-minimal python-nevow python-notify python-numpy python-opengl python-openssl python-pexpect python-pyasn1 python-pyatspi python-pyorbit python-pysqlite2 python-reportbug python-rsvg python-serial python-software-properties python-tagpy python-twisted-conch python-twisted-core python-twisted-web python-uno python-utidylib python-webkit python-wnck python-xapian python-zope.interface python2.6 python2.6-minimal qt4-qtconfig remmina remmina-plugin-rdp remmina-plugin-vnc remuco-base reportbug rhino rhythmbox rhythmbox-dbg rhythmbox-plugin-cdrecorder rhythmbox-plugins rpm rpm-common rpm2cpio rsync rsyslog ruby ruby1.8 scilab scilab-cli scilab-data scilab-full-bin scilab-minimal-bin seahorse software-properties-gtk soprano-daemon sound-juicer synaptic system-config-printer system-config-printer-udev sysvinit tcpdump telepathy-gabble telepathy-mission-control-5 telepathy-salut tex-common tex-gyre tex4ht texlive texlive-base texlive-bibtex-extra texlive-binaries texlive-common texlive-doc-base texlive-doc-bg texlive-doc-cs+sk texlive-doc-de texlive-doc-en texlive-doc-es texlive-doc-fi texlive-doc-fr texlive-doc-it texlive-doc-ja texlive-doc-ko texlive-doc-mn texlive-doc-nl texlive-doc-pl texlive-doc-pt texlive-doc-ru texlive-doc-si texlive-doc-th texlive-doc-tr texlive-doc-uk texlive-doc-vi texlive-doc-zh texlive-extra-utils texlive-font-utils texlive-fonts-extra texlive-fonts-extra-doc texlive-fonts-recommended texlive-fonts-recommended-doc texlive-formats-extra texlive-full texlive-games texlive-generic-extra texlive-generic-recommended texlive-humanities texlive-humanities-doc texlive-lang-african texlive-lang-all texlive-lang-arabic texlive-lang-armenian texlive-lang-croatian texlive-lang-cyrillic texlive-lang-czechslovak texlive-lang-danish texlive-lang-dutch texlive-lang-finnish texlive-lang-french texlive-lang-german texlive-lang-greek texlive-lang-hebrew texlive-lang-hungarian texlive-lang-indic texlive-lang-italian texlive-lang-latin texlive-lang-latvian texlive-lang-lithuanian texlive-lang-mongolian texlive-lang-norwegian texlive-lang-other texlive-lang-polish texlive-lang-portuguese texlive-lang-spanish texlive-lang-swedish texlive-lang-tibetan texlive-lang-vietnamese texlive-latex-base texlive-latex-base-doc texlive-latex-extra texlive-latex-extra-doc texlive-latex-recommended texlive-latex-recommended-doc texlive-latex3 texlive-luatex texlive-math-extra texlive-metapost texlive-metapost-doc texlive-music texlive-omega texlive-pictures texlive-pictures-doc texlive-plain-extra texlive-pstricks texlive-pstricks-doc texlive-publishers texlive-publishers-doc texlive-science texlive-science-doc texlive-xetex texmaker texpower thailatex tipa tk8.5 tomboy totem totem-common totem-plugins ttf-freefont ttf-gfs-artemisia ttf-gfs-baskerville ttf-gfs-bodoni-classic ttf-gfs-didot ttf-gfs-didot-classic ttf-gfs-gazis ttf-gfs-neohellenic ttf-gfs-olga ttf-gfs-porson ttf-gfs-solomos ttf-gfs-theokritos ttf-liberation ttf-lyx ttf-opensymbol ttf-sil-gentium ttf-sil-gentium-basic udev udisks ufraw-batch unetbootin unixodbc uno-libs3 upower ure usb-modeswitch usb-modeswitch-data util-linux uuid-runtime vim-common vim-tiny vino virtuoso-minimal virtuoso-opensource-6.1-bin virtuoso-opensource-6.1-common vlc-data vlc-nox vlc-plugin-notify vlc-plugin-pulse vuze w3m wget whiptail wine wine-bin wpasupplicant x11-apps x11-utils xdg-user-dirs-gtk xkb-data xorg xpdf xsane xsane-common xserver-xephyr xserver-xorg xserver-xorg-core xserver-xorg-input-evdev xserver-xorg-input-synaptics xserver-xorg-input-wacom xserver-xorg-video-apm xserver-xorg-video-ark xserver-xorg-video-chips xserver-xorg-video-cirrus xserver-xorg-video-fbdev xserver-xorg-video-geode xserver-xorg-video-i128 xserver-xorg-video-i740 xserver-xorg-video-intel xserver-xorg-video-mach64 xserver-xorg-video-mga xserver-xorg-video-neomagic xserver-xorg-video-nouveau xserver-xorg-video-openchrome xserver-xorg-video-r128 xserver-xorg-video-rendition xserver-xorg-video-s3 xserver-xorg-video-s3virge xserver-xorg-video-savage xserver-xorg-video-siliconmotion xserver-xorg-video-sis xserver-xorg-video-sisusb xserver-xorg-video-tdfx xserver-xorg-video-trident xserver-xorg-video-tseng xserver-xorg-video-vesa xserver-xorg-video-vmware xserver-xorg-video-voodoo xterm xz-utils yelp zenity zlib1g 1106 upgraded, 777 newly installed, 85 to remove and 1 not upgraded. Need to get 0 B/2,719 MB of archives. After this operation, 1,810 MB of additional disk space will be used. Do you want to continue [Y/n]? Y E: Could not perform immediate configuration on 'openjdk-6-jre'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2) So, I found somewhere else that to do so I could do : sudo apt-get -o APT::Immediate-Configure=false -f dist-upgrade I get then: Code: Select allsudo apt-get -o APT::Immediate-Configure=false -f dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done ..... ETC..... 1106 upgraded, 777 newly installed, 85 to remove and 1 not upgraded. Need to get 0 B/2,719 MB of archives. After this operation, 1,810 MB of additional disk space will be used. Do you want to continue [Y/n]? Y E: Could not perform immediate configuration on 'phonon-backend-vlc'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2) To solve this, I read that I had to uninstall VLC and reinstall. I Uninstalled and then: Code: Select allsudo apt-get install vlc Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: python-apt : Recommends: xz-lzma but it is not installable Breaks: python-software-properties (< 0.70.debian-1+) but 0.60.debian-3 is to be installed E: Broken packages Now I have given up ... any clues on how to update to Wheezy? My sources.list is: Code: Select alldeb http://ftp.us.debian.org/debian wheezy main deb-src http://ftp.us.debian.org/debian wheezy main deb http://security.debian.org/ wheezy/updates main deb-src http://security.debian.org/ wheezy/updates main | As a very general advice you could: upgrade apt and dpkg first of all apt-get install apt apt-get install dpkg and run apt-get upgrade before running apt-get dist-upgrade. You could also try if aptitude gives better results. Assuming you didn't do that. I did a few upgrades lately and didn't run into that error (but into a few minor problems, minor but time consuming). If you did it already just ignore what i wrote. If in doubt do nothing and wait for someone who does know the problem you describe (APT::Immediate-Configure). |
Hello, AIX administrator bit new to debian but some experience! I have come across my first need to add a second nic. I edited /etc/networking/interfaces to include eth1 (checked and that is correctly assigned to adapter) The ip address is on a second subnet. As soon as I restart networking it disables eth0 and I loose connection! ifconfig -a displays both adapters but ifconfig only displays eth1? Any ideas what I am doing wrong? it has been a long day! Cheers, Mark | hodgm, two nics should be fairly easy. I'm guessing here, but before proceeding you may want to check your /etc/udev/rules.d/70-persistent-net.rules to make sure that there's nothing conflicting with your assignments there. (example). I think it's the udev rules which is messing with your eth0. Also, make sure that you have disabled network-manager and anything else that would interfere.(example) I used to run three network cards -- one with WAN access (eth0), and two taking care of 192.168.1.0-127 (gw 192.168.1.1), and 192.168.1.128-255 (gw 192.168.1.129) and my /etc/network/interfaces was something along the lines of Code: Select allauto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet static address 192.168.1.1 netmask 255.255.255.0 gateway 192.168.1.1 auto eth2 iface eth2 inet static address 192.168.1.129 netmask 255.255.255.128 gateway 192.168.1.129 post-up route add default dev eth0 post-up route add -net 169.254.0.0 netmask 255.255.0.0 dev eth0 metric 1000 post-up route add -net 192.168.1.0 netmask 255.255.255.0 gw 192.168.1.1 eth1 post-up route add -net 192.168.1.128 netmask 255.255.255.128 gw 192.168.1.129 eth2 |
VGA output dies when X server starts if no monitor (or any display device which does not issue a 'smart ID' such as some projectors or extension cables) is connected to the display card. This seems to be a problem which has been created due to automatic display hardare detection introduced in recent versions. The automated config must not only detect the display card type (which is a reasonable requirement) it must also be able to interrogate the monitor's ID, or else it kills the output stone dead. In doing so it also kills RDP access. This is not a sensible situation. I am aware of the instructions posted here: http://forums.debian.net/viewtopic.php?f=16&t=59959 but they don't seem to help. Since the xorg.conf suggested there is not applicable to my hardware I copied the xorg.conf from an Etch box with the same hardware, and made the /etc/modprobe.d/i915-kms.conf change. No effect at all, output still dies if no monitor detected. I guess the Etch xorg.conf might not be suitable for this X version, but if that were the case I'd expect to see a garbled display when it IS alive. It is normal. Thus, looks more like /etc/X11/xorg.conf is being completely ignored. Seems to me that this ought to be filed as a bug with the X developers. If the lack of a monitor ID is judged reason to kill the display (?} then at least the X server should terminate so you are left with a commandline. Instead you are left with no option but to powerbutton the computer. In any event, Debian is frequently used for servers, and being unable to run headless cripples the distro's usefulness in that role. Is a data center going to massmodify racks so that monitors can be connected to every box? Obviously, not. | Update: Found this Ubuntu thread, which seemed to offer the hope of a solution, but which also needs some drastic changes. Decided to leave it to a last resort. Meanwhile another X11 developers thread mentioned 'loading' as the monitor detection factor, which got me thinking. Maybe the damn thing doesn't actually need the monitor ID to work? In fact, it seems to be that a load on the RGB pins (or even just one of them) is enough to make it decide that a monitor is present. So, a 15-pin plug with a 75R resitor from pins 1 to 5 fools this software into working without a monitor. Ideally you should have 75R from pins 2-5 and 3-5 as well, of course. So, a solution found by way of a soldering iron bodge. Basically, situation should not exist though. |
Hi all, I installed debian squeeze with samba, FrontlineSMS and kde. And I have a strange problem with my dns. When I try to ssh from the machine ssh mondomaine.net Could not resolve hostname by when I do ping mondomaine.net i get the ip address 81.XX.XX.XX and if I do ssh 81.XX.XX.XX it works. And also I have a problem with websites where konqueror says host not found whereas I can ping. I use google DNS 8.8.8.8 and 8.8.4.4 My servername is "server" ip is manually configured with the correct gateway, ip and submask. I have the same problem as him http://lists.debian.org/debian-user/201 ... 00197.html but no solution EDIT: The issue was from my provider router which reply with empty AAAA DNS Answer. I put a DD WRT Router between my provider and my debian. I change the resolv.conf and put the DD WRT IP router in first. Now it's OK Thank you for your help, Clem | Please, i realy need help. For 3 days i'm searching and i don't know what to do. Please |
Hi, I am having a problem initializing my aide installation on a xen squeeze domU. I have installed and configured aide many times across etch, lenny, and squeeze and have not had this problem, but this is my first install on a xen vm. I found one reference to a slightly similar situation here, http://www.mail-archive.com/aide@cs.tut ... 01235.html , but ultimately it didn't help. I am hoping that someone can point me in the right direction with this problem. Details are below. Thanks! Details (a little long): 1. xen domU kernel: Linux turing 2.6.32-5-xen-amd64 #1 SMP Sun May 6 08:57:29 UTC 2012 x86_64 GNU/Linux 2. aide packages installed: aide-xen/squeeze uptodate 0.15.1-2+squeeze1, aide-common/squeeze uptodate 0.15.1-2+squeeze1 3. command to initialize aide: aide -V255 --config=/etc/aide/aide.conf --init output of command: Setting verbosity to 255 commandconf():@@include /etc/aide/aide.conf 1:@@include 11:database = do_dbdef (1) called with (file:/var/lib/aide/aide.db) 12:database_out = do_dbdef (2) called with (file:/var/lib/aide/aide.db.new) Output database set to "file:/var/lib/aide/aide.db.new" "/var/lib/aide/aide.db.new" 13:database_new = do_dbdef (4) called with (file:/var/lib/aide/aide.db.new) 14:gzip_dbout = 15:report_url = WARNING: Debug output enabled Opening file "/work/logs/aide/report.txt" for w+ Opened file "/work/logs/aide/report.txt" with fd=4 19:summarize_changes = 22:grouped = 27:Equrule 30:Equrule 33:Equrule 36:Equrule 37:Equrule 41:Equrule 44:Equrule 47:Equrule 50:Equrule 53:Equrule 56:Equrule 59:Equrule 62:Equrule 152:Equrule 155:Equrule 159:Equrule 162:Equrule 166:Equrule 170:Equrule 175:Equrule 179:Equrule 183:Equrule tree: "/" AIDE, version 0.15.1 ### AIDE database at /var/lib/aide/aide.db.new initialized. 4. After copying /var/lib/aide/aide.db.new to /var/lib/aide/aide.db, command to update or check the db has the following basic error: db_init 256 db_init 1 Opening file "/var/lib/aide/aide.db" for r Opened file "/var/lib/aide/aide.db" with fd=5 db_in is nonnull Got Gzip header. Handling.. First character after gzip header is: @(0X40) nread=120,strlen(buf)=120,errno=Success,gzerr=<fd:5>: stream end decode base64 name Database does not have attr field. Comparation may be incorrect Generating attr-field from dbspec It might be a good Idea to regenerate databases. Sorry. db_char2line():Error while reading database 5. check of aide.conf via, "aide -V255 --config=/etc/aide/aide.conf -C" returns same as output from update/check. | It turns out that I can not manually initialize the aide.db database. I had to use the command "aideinit" in order to get aide setup correctly. |
Hey guys, After finally installing my firmware(or at least I think I did), I am still unable to access my wireless network. There is no error in dmesg concerning my NIC(and there used to be), wlan1 is up, however I can't figure out what I did wrong. iwlist scans my network just fine, and I edited the /etc/network/interfaces file to fit my network(or so I think). I think I might have the wrong stuff in my file thought, I'll post it so you guys can see. Here's my ifconfig -a file: Code: Select alleth0 Link encap:Ethernet HWaddr 00:15:c5:b8:79:75 BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Interrupt:17 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:8 errors:0 dropped:0 overruns:0 frame:0 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:808 (808.0 B) TX bytes:808 (808.0 B) wlan1 Link encap:Ethernet HWaddr 00:18:f3:85:99:07 inet addr:192.168.10.111 Bcast:192.168.10.255 Mask:255.255.255.0 inet6 addr: fe80::218:f3ff:fe85:9907/64 Scope:Link UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:4049 errors:0 dropped:0 overruns:0 frame:0 TX packets:4006 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:457537 (446.8 KiB) TX bytes:627353 (612.6 KiB) Here's my interface 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 iface lo inet loopback # The primary network interface allow-hotplug wlan1 iface wlan1 inet static address 192.168.10.111 netmask 255.255.255.0 network 192.168.10.0 broadcast 192.168.10.255 gateway 192.168.10.1 # wpa-* options are implemented by wpa_supplicant wpa-ssid Optimus Pwn wpa-psk s:roonwolf wpa-ap-scan 1 wpa-proto WPA wpa-pairwise TKIP wpa-group TKIP wpa-key-mgmt WPA-PSK # dns-* options are implemented by the resolvconf package, if installed dns-nameservers 192.168.10.1 dns-search localdomain Here's my wpa_supplicant config file: Code: Select allap_scan=1 ctrl_interface=/var/run/wpa_supplicant network={ ssid="Optimus Pwn" scan_ssid=0 psk=roonwolf key_mgmt=WPA-PWK pairwise=TKIP group=TKIP } Here's what I get when I iwlist my ssid: Code: Select allwlan1 Scan completed : Cell 01 - Address: 00:14:D1:A4:0A:36 Channel:6 Frequency:2.437 GHz (Channel 6) Quality=70/70 Signal level=-17 dBm Encryption key:on ESSID:"Optimus Pwn" Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s 9 Mb/s; 12 Mb/s; 18 Mb/s Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s Mode:Master Extra:tsf=00000003ff6381c1 Extra: Last beacon: 100ms ago IE: Unknown: 000B4F7074696D75732050776E IE: Unknown: 010882848B960C121824 IE: Unknown: 030106 IE: Unknown: 0706555320010B1B IE: Unknown: 200100 IE: WPA Version 1 Group Cipher : TKIP Pairwise Ciphers (1) : TKIP Authentication Suites (1) : PSK IE: Unknown: 2A0100 IE: Unknown: 32043048606C IE: Unknown: DD180050F2020101070003A4000027A4000042435E0062322F00 IE: Unknown: DD1E00904C334C101BFFFF000000000000000000000000000000000000000000 IE: Unknown: 2D1A4C101BFFFF000000000000000000000000000000000000000000 IE: Unknown: DD1A00904C3406001900000000000000000000000000000000000000 IE: Unknown: 3D1606001900000000000000000000000000000000000000 IE: Unknown: DD0900037F01010000FF7F When I ping 192.168.10.101(My primary desktop) I get Code: Select allPING 192.168.10.101 (192.168.10.101) 56(84) bytes of data. From 192.168.10.111 icmp_seq=2 Destination Host Unreachable When I ping google.com I get(after a lengthy pause): Code: Select allping: unknown host google.com So am I just making some dumb mistake here? I suspect that the problem is in my interface file. I don't know much about networks at all. Thanks for the help guys | it's okay, check these Code: Select all#iwconfig #wpa_cli status see if iwconfig has anything at access point: if it's not connecting try using 192.168.10.99 or use dhcp, i don;t thnk you can have static address in same range as dhcp on the router. using wpa_supplicant.conf you can remove all that other wpa stuff in interfaces and use something like this: Code: Select allwpa-conf /etc/wpa_supplicant.conf |
Hi, I'm setting up Mediawiki on a Squeeze machine (mediawiki 1:1.15.5-2squeeze4). I want to set up multiple wikis, each one with its own upload folder. I started with only one wiki; its alias in /etc/apache2/conf.d/mediawiki.conf is: Code: Select allAlias /pamelawiki /var/lib/mediawiki I would like that its upload directory is /var/lib/mediawiki/images/pamela. So I set in /etc/mediawiki/LocalSettings.php: Code: Select all$wgScriptPath = "/pamelawiki"; $wgUploadPath = "{$wgScriptPath}/images/pamela"; The net result is that no image is shown, since every image I upload goes into the /var/lib/mediawiki/images folder (in proper subfolders created by the upload process) but then the wiki looks in /var/lib/mediawiki/images/pamela to display it. If I commet out the $wgUploadPath setting and move the images in /var/lib/mediawiki/images then everything works fine. My question is: am I missing some settings? Does $wgUploadPath acctually not account for upload folder but only for images lookup? Sorry for the dumb question but I am a newcomer for Mediawiki. Thanks. | Perhaps investigate your $wgUploadDirectory setting. |
I just installed debian, and I am trying to configure my computer to connect wireless-ly. I have a Realtek RTL8188CE chipset, and I realize that this is not supported by default in the current version of debian. I have upgraded my kernel to 3.2.0 via backports, and run apt-get install firmware-realtek after I added the necessary line to my sources.list I am still unable to get my wireless card to work. iwconfig produces lo no wireless extensions pan0 no wireless extensions eth0 no wireless extensions dmesg | grep "firmware" returns rtl8192ce:rtl192c_init_sw_vars():<0-0> Failed to request firmware! Does anyone know how to properly configure my wireless? | I've found the solution to this problem. Installing the firmware from the repositories was not enough. I downloaded the firmware from this link: http://www.realtek.com.tw/downloads/dow ... =true#2722 I upgraded to Kernel version 3.2.0-0.bpo.3-amd64 and ran 'apt-get install linux-headers-3.2.0-0.bpo.3-amd64' Then I unpacked the .tar.gz into /lib/firmware/rtlwifi/ Simply running make and make install was enough from that point. I hope this helps anyone in the same predicament. |
I received an SSD for my birthday. It's only 65 GB, so I figured it would be good for / while /home could remain on the 1 TB HDD. I formatted the SSD and copied the contents of my / partition onto it, updated fstab and grub, and installed grub onto the master boot record of the new drive. Now, Debian (sid) boots, but there are a couple of unusual problems. I'm not sure if one thing is causing all of the problems, of if they are unrelated. First, gdm doesn't work properly. It starts up, but it gets stuck at a black screen with the cursor as a timer/wait icon. Restarting the service yields the same result. Second, I can login (from the shell, naturally) as root and as my normal user, but neither su nor sudo work when I'm a normal user. su asks for the password as usual, but authentication fails even with the correct password. sudo just says, "sudo: effective uid is not 0, is sudo installed setuid root?" Of course, I could just reinstall everything from scratch, but that would be too easy. Really, though, I want to know what's going on here. Maybe the situation is too complicated or too unique to fully understand from the information I've given, but if I can learn anything about the OS from this it would be great. | xordspar0 wrote:I formatted the SSD and copied the contents of my / partition onto it How did you copied the files? I bet you did it a way that does not preserve permissions and owners. For example when using "cp" you should use the option "-a" see "man cp". If you still have your original root partition on the HDD then you can try it again. If not you probably should reinstall the sytem (trying to restore the permissions and owner could end in a nightmare). Another thing is that you should make sure to use the right mount options for the ssd. Maybe you have already done it. |
Hi folks, have tried various searches but haven't been able to find a version of the BAT GUI tool for bacula for squeeze. I've tried compiling it direct from the bacula site but running into issues. Anyone know of a repo for this, or a .deb for amd64 or an easy way to install it? | I think you're looking for the package bacula-console-qt (http://packages.debian.org/squeeze/bacula-console-qt). |
Kernel is 2.6.26-2-686 (i386 Lenny instalation) Among the very first boot-up messages on the screen I see: Setting the system clock. Activating swap...failed. Checking root file system... fsck 1.41.3 (12-Oct-2008) I am sure this "failure" to activate only recently started to show up (the red-colored word "failed" is quite noticeable). No unpleasant symptoms are apparent to me yet, and later on in the boot sequence this message shows up:Code: Select all[ 11.322332] Adding 1132540k swap on /dev/hda6. Priority:-1 extents:1 across:1132540k So apparently the swap space turns out to be somewhat usable after all. What does the initial disconcerting message really mean, and should I be concerned? Thanks, Nick | I suspect you may have an error in your /etc/fstab file. The line for the swap partition must point at /dev/hda6. |
Hi all, I'm trying to move a server from Gentoo to Debian, but I can't get the Debian installation of CUPS to print jobs issued through Samba. They are sent as standard PostScript jobs using the generic PS drivers and a PPD for each printer/queue. When I print any job, I get these errors in the cups error_log: Code: Select allD [08/Oct/2012:15:01:33 +1000] Print-Job client-error-document-format-not-supported: Unsupported format 'application/vnd.cups-raw'! E [08/Oct/2012:15:01:33 +1000] Returning IPP client-error-document-format-not-supported for Print-Job (ipp://localhost/printers/queuename) from localhost The usual problem is that raw printing hasn't been enabled, but this doesn't seem to be the problem - those raw rules take in application/octet-stream data and produce application/vnd.cups-raw data, but here CUPS is complaining it doesn't know what to do with the vnd.cups-raw data! Does anyone have any ideas what could be wrong? Is there some Debian-specific config that I'm missing because I didn't have to change it on Gentoo? | I think I've figured this one out. Because I was migrating from an older version of CUPS, I had copied the config files across, but the newer version of CUPS needs another couple of lines added for each <Printer/> in printers.conf: Code: Select allFilter application/vnd.cups-raw 0 - Filter application/vnd.cups-command 0 commandtops Filter application/vnd.cups-postscript 0 - The CUPS web interface can also be used to modify each printer (without actually changing anything) to cause these lines to be added. |
Everytime I connect to my computer threw a tty or ssh, the welcome message starts with a 'uname -a' output, and only after it display what's inside motd. I would like to avoid it, but couldn't get where to change this behavior (not in motd, not in banner, not in bashrc...). I'm under Wheezy. Thanks. | To turn it off, edit /etc/init.d/motd and comment out line 21. Code: Select all 19 do_start () { 20 # Update motd 21 uname -snrvm > /var/run/motd.dynamic 22 } In order for it to take effect, you also need to sort out /var/run/motd.dynamic Code: Select allsudo su echo "" > /var/run/motd.dynamic exit And you should be good to go: Code: Select allme@beryllium:~$ ssh me@localhost The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. You have new mail. Last login: Mon Oct 8 11:21:00 2012 from localhost me@beryllium:~$ |
Debian Testing/Wheezy 64bit. I want to make sure I am doing this right. I never at all mixed things like this. I understand the risks, so lets skip all of that. Does this look correct for my preferences file? Too much, too little, missing something? Code: Select all Package: * Pin: release a=testing Pin-Priority: 900 Package: * Pin: release a=unstable Pin-Priority: 800 Package: * Pin: release a=experimental Pin-Priority: 700 I understand to install I would need to do this in the terminal, for example, aptitude install iceweasel/experimental I understand the pin priority and what that means. So it should basically update to the latest in testing and the other two are only used if I specifically tell it to, like above. Edit: I am getting this error, not sure why, Code: Select allE: Invalid record in the preferences file /etc/apt/preferences, no Package header E: Invalid record in the preferences file /etc/apt/preferences, no Package header If it helps here is my sources.list, Code: Select alldeb http://ftp.us.debian.org/debian/ testing main deb-src http://ftp.us.debian.org/debian/ testing main deb http://security.debian.org/ testing/updates main contrib deb-src http://security.debian.org/ testing/updates main contrib deb http://www.deb-multimedia.org testing main non-free deb http://ftp.fr.debian.org/debian/ unstable main contrib non-free deb-src http://ftp.fr.debian.org/debian/ unstable main contrib non-free deb http://ftp.fr.debian.org/debian/ experimental main contrib non-free deb-src http://ftp.fr.debian.org/debian/ experimental main contrib non-free Thanks | take a look at: Howto: Set up and Maintain a Mixed Testing/Unstable System : http://forums.debian.net/viewtopic.php? ... 12&p=76067 |
Screen goes black, or dark blue with stripes, at start up. Since my computer is a G4 powerpc I cannot do the normal crtl+alt+f2 to change to terminal. I need help in two issues. 1) Does anybody know how to get into a terminal in order for me to make the appropriate modifications? 2) What should I do to play with different screen configurations in order to get the correct one? I greatly appreciate any help at this point. | Well, it appears nobody is willing to help on this issue. I assume nobody has been able to figure out a way out of this problem for I have not been able to find a clue anywhere, including this forum. Too bad, because after several attempts, I thought Debian was the correct distro for my G4 powerpc titanium. |
Hello, I have an i7 Asus laptop, the latest generation, and it's been a real pain have this Debian Wheezy running so smoothly and beautifully like it does now, due to overheating issues. I have a custom kernel on it (was the only way i could get rid of the overheating problems, and battery life), and now everything is the way it's suppose to be. I get a good 4 hours out of the battery, and temperature dropped from mid 50s all the way down to very low 40s. Now the question comes: would it be wise for me to freeze my system in this state, and by this i mean editing my sources.list file, and comment out the lines? Any input would be appreciated. Thank you, Vlad! | vladcocos wrote:would it be wise for me to freeze my system in this state If you believe in the adage, "if it works, don't fix it," then there's a lot of merit to this idea. At the risk of stating the obvious: no matter what you decide, right now would be an excellent time to make a backup of your current, optimal configuration. vladcocos wrote:...and by this i mean editing my sources.list file, and comment out the lines? Unnecessary. Simply resist the urge to type apt-get upgrade |
hello, this is my first post here. my problem is: I am connected to internet and can browse the net. but network connection icon in notification bar says: "no network connection". so I can not start vpn connection that I made. I am connected to internet via LAN and my system auto connects to ethernet at the boot time. also I use dynamic IP for the ethernet. how can I fix this? thanks. | when you say cant start vpn are you using a client to connect to a server? where is the server inside or out of your local network? do you get any errors when you try to connect? are you going through some router? do you have the proper ports forwarded? probably more important have you double checked all settings for the vpn? |
Hi there, I installed 6.0.something wheezy, and i want to create a guest user without the privilege to shutdown/reboot my computer. (I left Arch, because they overcomplicated their latest install media, and now I can't even install the basic system, BUT the best thing about Arch is that it had a very detailed wiki.) Now I've been searching everywhere, but I couldn't find any solutions, so I'd really appreciate if you helped me out. Thanks! Tom | tomjtoth wrote:how do i mark it solved? Edit the topic line in your first post and add [SOLVED] |
Hello! I realize that there is a lot of people out there that had the same problem that I have now. I've been doing some googling, resaerch etc now for hours but I still can't fix my internet. It's probably something easy since I'm all new to Debian and don't really know my way around. The main problem is that I've just installed Debian, and I don't have an Internet Connection. So the first problem that I realized was that I haven't got "alacarte" installed, so I only find "Login Screen" under "System->Administration". Just wanted to mention that since that could have anything to do with the problem (or not?). Anyway, I found out that you were supose to config the network in gedit in "etc->network->interfaces". My current "text" in that file is: Code: Select allauto lo eth0 iface eth0 inet static adress 192.168.1.104 netmask 255.255.255.0 getway 192.168.1.1 This is the same setting expect for "adress" since that the local IP if I've understand the hole thing correctly. I've also tried the command: lspci I don't know if that will help you guys help me, but it can't do any damage I guess ^^. I got this on the Ethernet part: Code: Select allRealtek Semiconductor co., LTD. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06) If you guys need anything else, please let me know! I do really appreciate all answers! | I assume you have the network jack plugged into your router/dsl/cable modem? I also assume your router assigns dhcp addresses? If so, try this: Go to this section here http://www.cyberciti.biz/faq/howto-conf ... on-debian/ [Task: Configure a Device Dynamically with DHCP] Follow the instructions for changing your adapter back to dhcp and try to connect to the Internet. Or here: http://debian-handbook.info/browse/stab ... twork.html For future tasks, take a look at this book as well: http://debian-handbook.info/browse/stable/ |
I have been going crazy the last 3 weeks trying to figure out why I cannot run gnome on my powerpc new Debian 6 install. It appears like aptitude nor apt-get are not working. I have tried all possible options I found on internet without success. I realized that xorg is not install so I tried to install it. However, when I type, as root, "apt-get install xserver-xorg" it indicates "E: Broken packages." It seems to me that my computer is not connected to the correct repositories, yet a couple of times downloaded a few programs, at snail pace. So, I would greatly appreciate help on mending whatever might be broken in my powerpc debian install. Believe me, I have tried everything. So, I must have missed a basic clue. PLEASE HELP! | You are missing the normal repo, add Code: Select alldeb http://ftp.us.debian.org/debian/ squeeze main contrib non-freeto your sources.list |
Hello everyone, I have a dual boot system and one is Debian 6.0, i use it extensively but i don't know anything about internet or networks. I just use it to do programming assignments from a book i study and internet is something i just want to use but i don't care to know network configuration in detail. The problem is, my internet (or maybe signal from Ethernet cable) oscillates. I am online for 15 secs and than for next 5 secs i am offline. Of course there is no steady pattern, just randomly online offline. I searched the forums for a solution but i couldn't find anything. I think this is a completely weird problem. On other OS installed, you know which it is, Ethernet connection works fine. And i am able to use my internet in Debian too with some regular disconnections. But i am really curious about what could be the reason for this. | No-one can help without some details like, for example: Code: Select all$ lspci |grep -i ethernet and any errors logged by dmesg: Code: Select all$ dmesg |grep -i error And anything else you can glean from the log after the thing disconnects: Code: Select all# cat /var/log/messages.1 | tail |
Hello. I would like to be able to put a script into :- /etc/rc.local which would auto-login users' acounts. The reason why I want to do so is because:- I currently have a script there which puts other scripts into the home directory of each user which are set to autostart when they login. But the default auto-login process is loging them in before the scripts are loaded and so the scripts never get autostarted. So 'I' need to auto-log-them-in when my script has completed. But how do I set up the system to do autologin 'from the command line'? Anyone able to tell me how to do this please? | The easiest way IHOP would be the use the autostart feature from either Gnome, KDE or Xfce. If you use one of the boxes then /home/user-name/.xinitrc should work. |
Testing a disaster recovery procedure. Backed up the system partition on the server I'm building to a spare disk, using tar. Booted from a live CD and set the partition active, and reinitialised the bootloader. As I've done many times before on Etch. The restored backup boots OK up to the point where fstab is processed, and which point it panics because it can't find /dev/sda1. Going into maintenance mode, I see that the system thinks that the boot/system disk is sdb. Yet, this is the only disk connected to the system, and it's on the lowest-numbered SATA port, exactly where the 'simulated failed disk' was connected. I can mount /dev/sdb1 and check the files. They're all present and fsck shows no errors. The bootloader and fstab all seem to have correct entries. I'm stumped to know why the replacement disk is being mismounted as a secondary, despite there being NO other disk present. Though, I have a sneaking suspicion that a UUID is involved somewhere. But, it cannot be in the bootloader config or fstab. So, where? | Anteaus wrote:I have a sneaking suspicion that a UUID is involved somewhere. Very sensible suspicion. Anteaus wrote:But, it cannot be in the bootloader config or fstab. So, where? If it were me, I'd post the relevant files, on the off chance that someone else will see something I've missed. (Linus's Law, and all that.) Another option to consider, so long as your bootloader is on your MBR (or a different partition) is using something like fsarchiver. Unlike tar, fsarchiver copies/clones volume labels, UUIDs, etc., along with your data. |
hi I have Wheezy with XFCE 4.8. I've already tried different conky configurations, but it won't be transparent. I didn't have this problem on Squeeze/XFCE and I'm using the same conky configuration. | This won't really help, but I have noticed lately that conky does not want to use the shell at startup but waits till execi expires the first time. example:Code: Select all${execi 3600 feh --bg-fill "`grep 'wallpaper=' ~/.kde/share/config/plasma-desktop-appletsrc | head -n1 | tail --bytes=+11`"}${color green}$sysname $kernel Conky will be black for an hour. Does reducing execi #### temporarily to something quick produce transparancy? I know it won't solve but may point to the problem. |
One of the things Debian has done with great reliabilty for me with both stable and testing is to suspend and resume. Tonight I used smxi to upgrade wheezy to its latest kernel, 3.2.0-3 and then I installed the latest nVidia driver, 302.17. Suddenly my system would enter a suspended state but it would not come out. It appears that X does not start. I tried 302.17 with two earlier kernels with the same result. I next tried the most recent kernel, 3.2.0-3 with an older nVidia driver, 173.14.35. This combination works exactly as it should. inxi reports the following profile for my machine: System: Kernel: 3.2.0-3-amd64 x86_64 (64 bit) Desktop: Xfce 4.8.3 Distro: Debian GNU/Linux wheezy/sid Machine: System: System76 product: Pangolin Performance version: panp4n Mobo: CLEVO model: M740TU(N)/M760TU(N) Bios: Phoenix version: 1.02.18 date: 02/25/2009 CPU: Dual core Intel Core2 Duo CPU T6400 (-MCP-) cache: 2048 KB flags: (lm nx sse sse2 sse3 sse4_1 ssse3) Clock Speeds: 1: 1200.00 MHz 2: 1200.00 MHz Graphics: Card: NVIDIA G98 [GeForce 9300M GS] X.Org: 1.12.1.902 driver: nvidia Resolution: 1680x1050@50.0hz GLX Renderer: GeForce 9300M GS/PCI/SSE2 GLX Version: 2.1.2 NVIDIA 173.14.35 Audio: Card: Intel 82801I (ICH9 Family) HD Audio Controller driver: snd_hda_intel Sound: ALSA ver: 1.0.24 Network: Card-1: Intel WiFi Link 5100 driver: iwlwifi Card-2: Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller driver: r8169 Drives: HDD Total Size: 250.1GB (31.9% used) 1: id: /dev/sda model: Hitachi_HTS72322 size: 250.1GB Note swap is on and it is slightly more than 2X installed RAM. Is anyone else experiencing this problem? Am I right to suspect a problem with the 302.17 driver? | . |
Update: It turned out ftp.kr.debian.org has Hash Sum error on Wheezy. Other mirror servers work fine. One day I began to experience failure of rebuilding package cache. It ends up "E: Couldn't rebuild package cache" Only solution I've found so far is to replace the mirror site. The mirror site I had been using is ftp.kr.debian.org, which is fast and reliable. Unofficial mirror sites in Korea is slow. I use ftp.jr.debian.org at the moment. It's fine but connection speed is three or four times slower than the Korean one. How can I remove package cache completely so that aptitude or apt-get can update from scratch? Thanks in advance | Not sure that this is what you are looking for. Code: Select allaptitude clean |
I need a simple, easy to understand discreption of how to set up a static ip address for my machine. i have googled it till im blind and came up with nothing that is anywhere close to my lvl of knowleged of networking . my system and network stuff: linksys wrt120n router att ADSL modem (in bridge mode) debian 6.0.5 (squeeze) Kernel 2.6.32-5-AMD64 Gnome 2.30.2 default network manager any help appricated !! charvey | If you are setting it static on the client, make sure to set it outside the dhcp range, as your router will happily give out that same address to another machine. The other way is to leave your client on dhcp and set the router to issue the same ip to your Mac address each time. |
I'm going to put my steps for getting Juniper and Cisco working on Squeeze here. Hope to have solutions and good info for anyone else wanting to do this in the future. | Got around to this today (Cisco) I can't believe how easy this was. Install vpnc made sure the tun kernel module was installed/available Code: Select all:/etc/vpnc# lsmod |grep tun tun 10844 2 Modified the etc/vpnc/examples.conf with my information. Made sure AuthMode was set correctly and that was it. Launched Code: Select all :/etc/vpnc# vpnc myvpnconnection tested (awesome and fast). Disconnected Code: Select all:/etc/vpnc# vpnc-disconnect Man, it just "don't get easier" than that. |
I'm trying to mount removable drives using pmount on Debian Wheezy. When i issue 'pmount -w /dev/sdb' it returns 'mount: warning: /media/sdb seems to be mounted read-only.' and it's indeed mounted that way. What do i miss? | What are you trying to mount or what are you mounting? Usually you would mount the partition and not the device, so something like pmount sdb1 not pmount sdb |
Hello, This is a tricky situation. This server won't answer any ping request or TCP connection requests from the local network, but it has no problem establishing outbound connections. It has 4 network interfaces : eth0 (linked to a NAS), eth1 (local network), lo (loopback), and tun0 (OpenVPN client). While troubleshooting this problem, I tried disabling eth0, and stopping the OpenVPN client service, but it didn't change a thing. I also plugged the server and my laptop together on a gigabit switch, and configured them both with static IP's. The server had some network related settings in /etc/sysctl.conf, so I removed that file and rebooted. iptables INPUT, FORWARD and INPUT chains were reset to policy ACCEPT and iptables were flushed. I also disabled IPv6 with this line in /etc/sysctl.d/disableipv6.conf : net.ipv6.conf.all.disable_ipv6=1 The server can ping or ssh into my laptop, but it won't answer ping or ssh requests from it. Running tcpdump on the server while trying to ping it shows incoming ICMP echo requests, but no echo reply. When the server and the laptop are both connected as OpenVPN clients on our VPN server, I can ping the server and ssh into it without any problem, using its VPN IP. I'm out of ideas, does anyone have any suggestion about fixing this ? Here are some screen captures I did using the VPN connection : Code: Select allsylvain@srv01:~$ sudo cat /etc/issue* Debian GNU/Linux 6.0 \l Debian GNU/Linux 6.0 sylvain@srv01:~$ sudo ifconfig -a eth0 Link encap:Ethernet HWaddr 00:19:b9:f9:51:26 inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:3241 errors:0 dropped:0 overruns:0 frame:0 TX packets:4037 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:345639 (337.5 KiB) TX bytes:1163958 (1.1 MiB) Interrupt:16 eth1 Link encap:Ethernet HWaddr 00:19:b9:f9:51:27 inet addr:192.168.0.10 Bcast:192.168.0.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:2321 errors:0 dropped:0 overruns:0 frame:0 TX packets:1836 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:333730 (325.9 KiB) TX bytes:485113 (473.7 KiB) Interrupt:17 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:16768 errors:0 dropped:0 overruns:0 frame:0 TX packets:16768 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:2807173 (2.6 MiB) TX bytes:2807173 (2.6 MiB) tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr:10.8.0.101 P-t-P:10.8.0.102 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1 RX packets:1569 errors:0 dropped:0 overruns:0 frame:0 TX packets:1265 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:126480 (123.5 KiB) TX bytes:451249 (440.6 KiB) sylvain@srv01:~$ sudo netstat -nr Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 10.8.0.102 0.0.0.0 255.255.255.255 UH 0 0 0 tun0 10.8.0.0 10.8.0.102 255.255.255.0 UG 0 0 0 tun0 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1 0.0.0.0 192.168.0.254 0.0.0.0 UG 0 0 0 eth1 sylvain@srv01:~$ sudo tcpdump -n -i eth1 |grep -v openvpn [while trying to ping it from my laptop] tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth1, link-type EN10MB (Ethernet), capture size 65535 bytes 12:10:45.184233 IP 192.168.0.20 > 192.168.0.10: ICMP echo request, id 21629, seq 1, length 64 12:10:46.185429 IP 192.168.0.20 > 192.168.0.10: ICMP echo request, id 21629, seq 2, length 64 12:10:47.187107 IP 192.168.0.20 > 192.168.0.10: ICMP echo request, id 21629, seq 3, length 64 12:10:48.195591 IP 192.168.0.20 > 192.168.0.10: ICMP echo request, id 21629, seq 4, length 64 12:10:49.201294 IP 192.168.0.20 > 192.168.0.10: ICMP echo request, id 21629, seq 5, length 64 | Well a friend found the solution to my problems, it was really silly. I had only checked the default "filter" table for iptables, and forgot to check the "nat" and "mangle" tables. iptables -L -t nat showed some leftover rules, resetting them solved the problem. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.