@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48



Comments:

<0> mysqladmin: connect to server at 'localhost' failed
<0> error: 'Access denied for user 'dba_user'@'localhost' (using p***word: YES)'
<1> so....why i can't put 4790 ?
<2> tziku: must be a typo/syntax error
<3> KerPlunk: did you set the p***word at all?
<3> tziku: what in line 9?
<1> ok ;) is ok nine :)
<0> epsilon: yes the p***word works.
<1> miss modif :)
<4> tziku: Because you changed the Protocol line
<4> Not the Port line
<0> epsilon: I can http://localhost/cacti and that works(uses mysql)
<2> hehe
<1> i found :D
<0> epsilon: Same with phpbb, that works.
<4> tziku: You sure?



<1> yes
<1> naw is on 4790 :)
<1> i test and it works
<5> basix: i hope you know to replace your /etc/apt/sources.list with the downloaded one
<5> forgot to mention that
<3> KerPlunk: and where is it not working?
<0> epsilon: I can't add the database "drupal" to get my drupal cms to work.
<0> epsilon: And when I dpkg-reconfigure drupal, that little ncurses program doesn't make the drupal db either even though it says it does.
<6> KerPlunk: then report a bug (if it's also in sid)
<0> Is there a firefox extension for reporting bugs?
<7> if anyone wouldn't mind checking out this pastebin error message I'd appreciate it http://hostdestroyer.com/paste/view.php?id=39
<0> I hate reportbug
<8> Does anyone face the issue of gedit crashing in debian testing ?
<9> !anyone
<10> Please do not ask if anyone uses <someprogram>. Instead, ask your real question. (If the real question _was_ "does anyone use <someprogram>?" ask me about <popcon> instead.) See <ask> <sicco> <ask-to-ask> <polls>
<4> ClayG: Not with a domain name like that.
<7> ok i'll paste it at another one. Hostdestroyer.com is my site i just added a pastebin to make it easy for me to remember
<7> which pastebin would you feel more comfortable viewing?
<9> ClayG: you are trying to startx from a ssh -X session?
<7> yes
<11> hi all
<9> ClayG: dpkg-reconfigure xserver-common
<7> thank you
<11> I've installed postfix mail server and I need to permit the delivery only locally to some clients!
<9> ClayG: oh, grep allowed_users /etc/X11/Xwrapper.config
<11> But all my client use webmail!
<11> what can I do?
<3> francesko: cry
<7> I get this
<7> allowed_users=console
<9> ClayG: so you can currently only start X from console
<9> ClayG: which an ssh session obviously is not
<7> hmm that may answer my second question, why it starts at a CLI login instead of the nice pretty cartoonish graphical login that people want to see
<7> is all a valid thing to change it too?
<11> epsilon... I'm already criyng
<7> or maybe user names
<7> ?
<9> ClayG: no, dont change it manually, use 'dpkg-reconfigure xserver-common'
<9> francesko: what do you really want? i cant imagine you want to restrict postfix not to send mail to remote servers
<7> ah man, thanks alot
<11> I want to restrict my webmail users to send mail to remote server
<12> hi again , whats the best way to install nvidia drivers? the Debian way, or using nvidia installer?
<9> !nvidia one-liner
<10> hmm... nvidia one-liner is update-pciids ; apt-get install module-***istant && m-a prepare && m-a a-i nvidia && apt-get install nvidia-glx nvidia-settings && modprobe nvidia && echo nvidia >> /etc/modules && dpkg-reconfigure xserver-xfree86 (or xserver-xorg on testing and unstable). Contrib and non-free sources needed. See <non-free sources>
<11> i have a domain... pippo.it... and 2 users... aaa@pippo.it and xxx@pippo.it.. aaa@pippo,it can send mail evrywhere... but xxx@pippo.it only locally.. ok?
<12> thanx
<13> !beer
<10> hmm... beer is liquid gold mate
<14> hi folks, my xorgcnf doesn't work. the following msg: "fatal server error: caught signal 11. server aborting" show up my screen. how can i fix it?
<7> valdyn i think that did the trick
<7> thank you
<13> tatoo: look in your logfiles and see what's causing it to fail.
<15> tatoo: then reconfigure x with dpkg-reconfigure xserver-xfree86 (xorg)
<16> I have an app (on unstable, app not from .debs) that keeps asking for libstdc++-libc6.2-2.so.3.
<14> Daedalus_: trying to....i can't see any clues except unresolved symbols...
<16> I've found web pages that say create a symlink to libstdc++libc6.1-1.so.2, but that doesn't exist either.
<16> Is there a .deb that contains either one? (I can't find one!)
<3> HalNineThousand: you run what? sarge/etch/sid?
<16> unstable/sid
<14> Daedalus_: it looks like it found my video adapter, but can't find a way to load it.



<3> HalNineThousand: apt "apt-cache search libstdc"?
<17> how do I change the placeholder file on my apache2 server?
<3> s/apt/and
<3> bonez39: you mean the default page?
<16> I did it in aptitude, and get several packages, but I can't find info on what files are included.
<16> Is this part of the upgrade to a new glibc issue?
<3> HalNineThousand: apt-file search
<3> HalNineThousand: anything is posiible in sid
<14> Daedalus_: i pasted the output above...
<18> HalNineThousand: You can.. find /usr/lib -name 'libstdc*'
<14> odla: i just ran the xorgconfig..
<18> HalNineThousand: And.. what epsilon said, use apt-file search.. apt-get install apt-file && apt-file update && apt-file search libstdc++
<16> drac: I did that in /usr, I mean I couldn't find it in a .deb -- I never knew about apt-file befor!
<16> Looking now.
<13> tatoo: dpkg-reconfigure xserver-xorg and try again?
<19> hi. i'm trying to put together a productive console-only python development environment. is there any way to do interactive debugging of python apps from within, eg., vim, with variable inspection, stepping, etc?
<18> !drxx tatoo
<10> tatoo: dpkg-reconfigure xserver-xfree86 [or xserver-xorg if you're using X.org] (as root). If you have edited the X config file by hand, or used some other program like xf86config, ask me about <xmd5>
<17> epsilon, yeah, the default page....
<20> i get this error while trying to 'make' a driver -> make: *** /lib/modules/2.6.8-1-386/build: No such file or directory. Stop.
<3> bonez39: debian's default DocumentRoot is /var/www
<17> epsilon, under apache2 there are all those international pages....not sure where to put the 'index.html' page I have created to replace the 'placeholder' or default page
<18> basix: apt-get install kernel-image-2.6.8-2-386 kernel-headers-2.6.8-2-386 , and boot to your new kernel. -1-386 is deprecated, and doesn't exist anymore.
<17> epsilon, thats where 'index.html' resides, but opening localhost with my browser brings up the debian/gnu apache2 page....not the one I have created
<3> bonez39: further, you can add (v)host(s) in /etc/apache2/sites-available and link these in sites-enabled
<17> epsilon, check it.... at http://fyrenice.com/
<17> epsilon, where in the documentation does it tell where to put this or that page..? I have looked but apparently not in the right places
<21> alienbrain: So it depends on the package created for the package management system?
<22> bonez39, cat /etc/apache2/README
<3> bonez39: /etc/apache2/sites-available/default
<20> drac, i get this error: E: Package kernel-image-2.6.8-2-386 has no installation candidate
<18> basix: Something wrong with your /etc/apt/sources.list, run apt-setup
<23> hey anyone here interested in a portable computer, price 550 made by alinware. message me if interested
<3> bonez39: this file describes the default host, if you have own site edit this file, or better create own vhost file
<22> and yes there is a Redirect in /etc/apache2/sites-available/default that sends you to http://localhost/apache2-default/ comment it out
<20> drac, i ran it. says its configured to install 16710 packages...
<17> bucky, was that one for me?
<22> yup
<3> bonez39: you can create as many vhost as you want in sites-available. then create a link from sites-enabled (link must be from /, not ../sites-available). The sites in sites-enabled will be read from apache server
<17> bucky, this is what i find in /etc/apache2/sites-available/default > # This directive allows us to have apache2's default start page
<17> # in /apache2-default/, but still have / go to the right place
<17> RedirectMatch ^/$ /apache2-default/
<17> bucky, the Redirect statement has no # to comment it out..but I added a # and ran /etc/init.d/apache2 restart and nothing changed...
<24> asg: well, my ananlysis is complete, 324 potential problems, 358 identical packages
<17> epsilon, so much, just to put up a simple home page......
<22> bonez39, clear the cache in your browser?
<24> my first step will be to remove openoffice and X completely, to see their impact on this number
<14> Daedalus_: i ran dpkg-reconfigure but i got the same message
<22> bonez39, and don't paste.. i know what it says in there
<3> bonez39: comment the "RedirectMatch" line. Run apache2 reload (no need to restart). Clear browsercache, reload
<17> bucky, yeah, I cleared the cache....
<3> bonez39: and delete the dir /var/www/apache2-default
<22> bonez39, and don't refresh http://localhost/apache2-default/
<14> Daedalus_: i lost it after upgrade my unstable
<17> fyrenice:/var/www# /etc/init.d/apache2 reload
<17> Reloading web server config...[Sat Jan 28 11:32:00 2006] [warn] NameVirtualHost *:0 has no VirtualHosts
<17> done.
<17> I get that when I reload.....does the warn matter?
<22> NameVirtualHost *:0 is not listening on any port
<22> so where did the 8 go?
<14> Daedalus_: the fact of being used unstable can gimme this kindda error during the upgrade?
<17> bucky, ok, I added # in the /default folder...to the redirect....also removed /var/www/apache2-default and now I get this > Not Found
<17> The requested URL /apache2-default/ was not found on this server.
<3> bonez39: copy and paste your /etc/apache2/sites-enabled/default in #flood
<25> what time is it?
<17> bucky, oh, I ran /etc/init.d/apache2 reload after the redirect change..and removing the /var/www/apache2-default folder
<22> removing the /var/www/apache2-default folder ?
<3> bonez39: you run reload if you have changed something in config. not because you changed something in the /var/www area
<26> hi folks
<27> where are the splashy theme files located if you install splashy-themes ?
<28> hello
<28> i've had a power interruption
<26> im trying to run bastille firewalling iptables
<26> em


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #debian
or
Go to some related logs:

#math
libgc (the Boehm Conservative Collector) 6.4+, is needed to compile inkscape
turn off php noticesin html
FC5 WUSB11
#perl
apastinen
DBUS_TYPE_NIL
wrk54g rescue
apx apache2 debian
python class inside a class



Home  |  disclaimer  |  contact  |  submit quotes