@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3



Comments:

<0> huh?
<1> SaiDawi: for gnome menu System -> Preferences -> Screen resolution
<0> sigterm, I only have 600 x 800 there, I need to have more
<0> I once did it
<0> but I forgot
<1> SaiDawi: you need to edit /etc/X11/xorg.conf then
<1> SaiDawi: see man xorg.conf for more information and also search google
<2> use xvidtune or edit xorg.conf
<1> SaiDawi: i am almost sure you just need to correct the HorizSync and VertRefresh directives in your Monitor section
<0> sigterm, okays, lemme try that
<0> brb
<0> sudo dpkg-reconfigure xserver-xorg
<0> that's the command!
<0> Wwhewee, I remembereed it!
<3> what would i do to make my usb memory stick bootable? i did 'syslinux /dev/sdb1' and it made it bootable but it says can not find kernel image liunx.
<3> linux.cfg shows kernel as vmlinuz on the memory stick



<4> Hi everyone.
<5> hi jblack
<6> Hello all... I have a somewhat complicated question and not a lot of experience with what I'm working on... anyone up for a challenge?
<3> Puddleglum: no one really knows until you ask.
<6> I am play-testing a System Recovery cd.... gentoo.....
<6> Using it on an iMac.
<6> It boots fine, and I log in....
<6> Now, how do I get to the directory structure of the iMac's hard drive?
<3> do you know the filesystem of the imac?
<6> No, I don't.
<2> mount it
<2> the filesystem will be autodetected
<6> I try mount /dev/hda1 and it tells me permission denied.
<2> are you logged in as superuser?
<3> you might need to make a mountpoint
<6> I guess so. The cd boots and tells me to use 'root' and a null p***word.
<6> When I type mac-fdisk -l then it gives me a list of drives.... /dev/hda1 through /dev/hda8
<6> -er- excuse me, through /dev/hda7
<2> that's not drives, that's partitions on one drive
<6> ugh, yes... sorry, it's been a day.
<6> I have /dev/hda and /dev/hdc listed when I do that command.
<2> what are the permissions on /dev/hda1?
<6> How do I find out what the permissions are?
<2> with ls -la /dev/hda1
<6> I ***ume "lr-xr-xr-x" is what you're looking for?
<6> btw, /dev/hda1 is defined by the mac-fdisk command as "Apple partition map" and it's only 31.5k in size.
<2> yes, but it's a link :p
<2> run ls -la on what it points to
<6> Just trying to give whatever info it gives me. I am one of those people who knows I really don't know much.
<1> Puddleglum: you can post the output of 'fdisk -l /dev/hda' to rafb.net/paste
<6> I'm not using that system to chat with you.
<6> Okay... /dev/hda1 -> ide/host0/bus0/target0/lun0/part1
<4> duck
<6> amnesty sweep, eh?
<6> ugh
<7> has anyone here ever tried FreeNAS ?
<6> prepend: command not found
<2> ls -la /dev/ide/host0/..etcetc
<6> brw-------
<2> and you're logged in as root?
<6> Yes. Did I misstate things at the beginning??
<6> This is an iMac with MacOS 9.2 installed on the hard drive....
<6> I'm booting from a gentoo system rescue cd.
<2> does "head /dev/hda1" work?
<2> (i.e print rubbish)
<6> Oh, it's very good at printing rubbish!
<6> Yes, it works.
<2> ok, then try this, mkdir /hda1; mount /dev/hda1 /hda1
<2> you should be able to browse your files in /hda1 then
<6> "Invalid argument; mount: you must specify the filesystem type."
<2> try the different partitions then, this one uses some funky filesystem that Linux doesn't know about
<6> Got it with 6.
<6> What should I use to have it show me a list of files?
<2> are the files that you expected there?
<2> ls
<2> read "man intro"
<6> I do "ls" and I get "Desktop DB Desktop DF Finder System Where_have_all_my_files_gone?"
<2> ls takes a parameter
<2> read "man ls" to find out about it
<6> Okay, I'll read up....



<6> thanks for your help!
<2> :)
<4> Anyone around that can do art?
<8> hey i'm having some rather noobish errors getting beryl working in slack 11, anyone mind taking a look?
<3> g-town: what kind of issues?
<8> well, i installed beryl and a bunch of libraries, xorg 7.1, etc. i go into kde and run beryl-manager
<8> and i get a number of errors reporting GdK-WARNING: locale not supported by Xlib
<8> and WARNING: No pidof, this may not work right
<8> i'm just not sure what i've missed as documentation for this is kind of sparse
<3> you built X from source?
<8> no sorry, installed from packages
<3> type locale -a
<8> what am i looking for here?
<3> err hold on.
<3> is that the only error you get?
<8> i also get
<8> Qt: Locales not supported on X server
<3> do you get that error starting X?
<8> i don't think so..
<8> no i don't get anything like when starting x
<3> i'm reading on the beryl site about this as we go. i've never used beryl before so i'm getting a better understanding.
<3> what video card do you have?
<8> nvidia geforce 6100
<9> Hi all
<3> hmm, i dont see actaully would would cause it, sorry. i'd go read the forum on the beryl-project site.
<8> well thanks for taking a look ;)
<10> morning
<10> how to change /var/ftp/ to /home/data/
<10> i am use vsftpd
<3> Dj-avu: its in the config
<10> i don`t know
<10> i am just try to change
<10> because for /home partition is big
<10> in /var is to small to save file
<10> i mean in /var/ftp
<10> so i want to change /var/ftp to /home/data
<11> Hi
<11> I have dedicated server
<11> its crashed and its in rescuemode
<10> i have type ln /var/ftp/pub /home/data
<10> but can`t change dir
<11> how can I transfer my data to another server?
<10> i i am to acces via web
<11> is there anybody who can help me?
<10> wget
<10> use wget mybe
<10> wget http://server/file.ex
<10> from another server
<11> wget is used to download the data but I need to upload it
<10> upload from what
<10> from 1 server to another server
<11> my server is in rescue mode. I have to uploade date from this crashed server to anothere server
<11> so that I can have backup of data before I rebuild the server
<10> ftp
<5> linuxwarm: wget from the other server
<10> from yor crash server
<10> you ftp to backup server
<11> how will wget work with http:// as httpd service is not running?
<10> then move yor file
<11> do you thing ftp will work in rescue mode?
<10> have you try to do that
<10> :)
<10> sorry for my bad language
<11> nop
<11> its not working
<10> are you living in india sir
<11> yes
<10> owh
<11> why?
<12> guys Iam tring to mak mount points and when i typed mount /media/hda its telling me that its busy or mounted but I still cant boot deul linux/windows
<10> noting
<12> any ideas ?
<10> just ask
<10> i have friend in india


Name:

Comments:

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






Return to #linux
or
Go to some related logs:

#kl
#kl
eggdrop placing me in ignore
#kl
#vb
#india
#allnitecafe
#php
#kl
#kl



Home  |  disclaimer  |  contact  |  submit quotes