#arpnetworks 2010-02-02,Tue

↑back Search ←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
up_the_ironsup_the_irons wonders why the OpenBSD install CD (s)hell option doesn't have growfs
nor does bsd.rd
up_the_irons files a ticket with toddf
[01:34]
toddfgrowfs isn't in the bsd.rd perhaps?
$ find /usr/src/distrib | xargs grep growfs
/usr/src/distrib/sets/lists/base/mi:./sbin/growfs
/usr/src/distrib/sets/lists/man/mi:./usr/share/man/cat8/growfs.0
but since you're already using growfs it means you have a fs to grow
implying you have a root fs around somewhere
mount /dev/wd0a /mnt
/mnt/sbin/growfs ..
[01:48]
up_the_ironstoddf: yes, mounting an existing fs is what i ended up doing
I grew wd0a from 5G to 120G, now /bsd won't boot (hangs after "entry point at..."), yet bsd.mp boots fine
never seen this before. then again, i also never did growfs from 5G to 120G before. only did 40G max
[01:53]
toddfI bet the bios fails to read sectors after a specific size, I forget what the threshold is
I bet bsd.mp was around from before growfs, but you placed bsd after
[01:55]
up_the_ironstoddf: both were around before growfs
toddf: i guess i should make / smaller then
[01:56]
toddfinteresting [01:56]
up_the_ironsyeah i found it odd as well [01:57]
toddfdid you fsck after growfs? [01:58]
up_the_ironstoddf: yeah, went through clean
toddf: a clue: if I try to 'config -e /bsd' from a shell, it will never save it, instead says "not forced"
if I '-o bsd.new', i can get *that* one to save
[01:58]
toddfyeah, I normally do the dangerous way:
config -ef /bsd
[02:00]
up_the_ironsthen I 'mv bsd.new /bsd', but same symptoms
haha
[02:00]
toddfalways have bsd.rd and/or obsd for rescue
but with your setup, there's the iso as well
[02:00]
up_the_ironsyyup
i will re-image this fucker, and put the majority of space on /usr
[02:01]
toddfis this a template or one of your custom systems? [02:01]
up_the_ironstoddf: someone ordered a 120G OpenBSD VPS, which is rare (the 120G part), so I don't have templates for a 120G sized one. What I do is take the small one (5G), run the setup scripts, then _after_ it is all set up, go into disklabel / fdisk / growfs and change the disk size
toddf: this method has worked for 10G, 20G and 40G VMs, no problem. Never tried it on 120G
[02:03]
toddfheh, personally I have a pretty basic disk layout then leave the rest empty as a matter of customization and expansion later [02:04]
up_the_ironsyeah [02:05]
toddfeven the 10G disk has 7G free on my vps at your site [02:06]
up_the_ironshehe [02:06]
toddfOpenBSD area: 63-20964825; size: 10236.7M; free: 7734.4M [02:06]
up_the_irons:)
you run a lean machine
toddf: do you like the new "Show" links for passwords in the Portal? ;)
[02:08]
toddfyes, I was gonna test them with more than midori, but yeah its much better than visible by default
next step, change-o-matic
[02:09]
up_the_ironsright [02:10]
toddfand for brownie points, permit a url for an iso for self install of vps's during order *grin* [02:11]
***Ujjain has joined #arpnetworks [02:11]
up_the_ironsi like much more for that kinda stuff to happen over a ssh pub-key protected interface (hey, maybe i'll put the change-o-matic in the console server)
toddf: one big problem with self-install or any type of auto-install / instant provisioning, is it attracts a lot of script kiddies; generally, if they have to wait 24 hours for something, or they get a sense "someone is watching", they go away
[02:12]
***Ujjain has left [02:13]
toddfI'd be happy for the functionality of changing things via ssh, so long as (via ssh or portal) one could submit an rsa key twiddle too ;-)
I honestly would like to be able to have multiple rsa keys in the .ssh/authorized_keys file for the console, I have a business, and I have an employee, and I do expect to be afk for !short periods of time in a few months
though I guess I could simply just make the rsa key be something both I and the employee have access to..
[02:14]
up_the_ironstoddf: it's almost like if i could spawn '$EDITOR ~/.ssh/authorized_keys' within the console menu, that'd solve that right there
so you can edit it yourself, even lock yourself out ;)
now if i could find an $EDITOR that doesn't allow shell commands to be executed...
[02:16]
toddfprobably better to accept multiple lines of input for a replacement authorized_keys file, easier than finding an editor to suit your fancy [02:17]
up_the_ironsvi probably has a mode for this...
toddf: yeah
that's what i was thinking... that'd be pretty easy
the initial accounts are even set up that way. a script says "paste customer's key(s) below" ;)
[02:17]
toddf$ env SHELL=/usr/bin/false vi
date: exited with status 1
Press any key to continue [: to enter more ex commands]:
no guarantees this is a good thing to use though
[02:18]
up_the_ironsecho "Paste user's public key below"
cat > $AUTHORIZED_KEYS_FILE
...
>> $AUTHORIZED_KEYS_FILE
toddf: i bet with a little bit of shell i could make it changeable, copy & paste fashion, no editing
[02:19]
toddfif the menu is a shell script [02:20]
up_the_ironsit is [02:21]
toddfecho "pasta lavista:" [02:21]
up_the_ironsheh [02:21]
toddfwhile read line; do [ "$line" = "EOF" ] && break; echo "$line" ; done > $AUTHORIZED_KEYS_FILE.tmp && mv $AUTHORIZED_KEYS_FILE.tmp $AUTHORIZED_KEYS_FILE
or somesuch
so e.g. if the ssh connection was interrupted during the paste it in theory wouldn't end up with a zero'ed file
[02:22]
up_the_ironsright
there could also be "Now test your login, did it work? (y/N) : "
if that isn't answered with yes, then the old auth-key-file is restored
[02:24]
toddfsounds like a good safety net [02:31]
up_the_ironsyeah
re-imaged that VM, still wouldn't boot /bsd, bah
gonna keep / the same this time, and make a /usr
[02:33]
toddfmaybe to keep the script kiddies away, you provision VM's with a 24hr min delay (or, set them up, delay the initial email) .. vs established customers who get a special merit badget of sorts that lets them provision more rapidly
aka I'm not exactly planning to provision more vm's, but if certain hardware or providers I have my physical systems at have issues, I'd be waiting with baited breath for the next vps to be setup
(fresh off the reality check, I had a dns server set to a client provided vm system, unfortunately I got very short notice at a bad time and am 4 days later just now pointing dns to your vps *grin*)
'short notice' -> "short notice the vm was going away"
something tells me that's a few steps down the automation path you might want eventually, I'm certainly not advocating you put it anywhere but the lowest rung of todo if it even has merit in your business plan ;-)
[02:35]
up_the_ironsyes, all good points :) [02:39]
***schmir has joined #arpnetworks [02:40]
up_the_ironstoddf: do you new -O2 when you newfs your filesystems?
s/new/use/
[02:43]
toddf-O2 is better for `bigger' filesystems, not sure where the threshold is
OpenBSD dos not yet support booting off of them
must be w/out newfs -O2
-O2 wastes a little space for lazy inode allocation
but makes faster fsck times and bigger fs's work fine
don't fall into the trap someone on the mailing list did recently
newfs -O2'ed a 6T partition and then couldn't fsck after lots of backup data was written ;-)
[02:45]
up_the_ironshaha
good to know
tnx
[02:47]
toddfI have a 1T disk, sliced it into 250gb chunks just to be safe (though larger is fine, have a 500gb disk with 1 partition on a physical colo, it fscsks just fine regularly) [02:47]
up_the_ironsoh man, what is the openbsd equiv of this:
tar -cf - -C /mnt/old/ --numeric-owner . | tar -xpf - -C /mnt/new/ --numeric-owner
[02:48]
toddfthere are other parameters to twiddle with larger fs's especially if the files are not small on average [02:48]
up_the_ironsbsd.rd version of 'tar' doesn't like the '-' for stdout it seems [02:48]
toddfI'd imagine this should work on most anything:
(cd /mnt/old; tar cf - .) | (cd /mnt/new; tar xpf -)
if dump were on the boot media I'd say 'dump -0a -f - /mnt/old|(cd /mnt/new;restore -xf -'
[02:49]
up_the_ironsok, let me give that a try
it's doing something (didn't barf)...
nice
tnx
[02:50]
toddfI've used tar so much w/out -C I just fall back on old reliable habits w/out -C ;-) [02:52]
up_the_ironstoddf: i'd prefer to not use -C, it has always confused me; but to be honest, i've never fully groked tar itself, just so many little different things about it on every system [02:54]
toddfI started with hpux, then slackware, debian, solaris, found openbsd and used that mostly, have some forced interaction with aix
basic stuff tends to work pretty reliably
not sure what --numeric-owner is about, I thought tar stored numbers by default instead of names
[02:55]
up_the_ironstoddf: yeah but upon restore it likes to match up the right names accoring to /etc/passwd; a practice i don't like [02:57]
toddfif it stores numbers how does it match up the names? [02:58]
up_the_ironstoddf: at least w/ GNU tar, probably not so on the *BSD versions. however the FreeBSD tar has that option
toddf: nfi, it may store the names too.. i just notice when i use --numeric-owner, i have a lot less problems upon restore
[02:58]
............... (idle for 1h12mn)
***ziyourenxiang has joined #arpnetworks [04:11]
bob^^ has quit IRC (Read error: Connection reset by peer)
bob^^ has joined #arpnetworks
[04:17]
................. (idle for 1h23mn)
baklava has quit IRC (Read error: Connection reset by peer)
baklava has joined #arpnetworks
[05:40]
.............. (idle for 1h9mn)
mike-burns sets mode: +o up_the_irons
ziyourenxiang has quit IRC (Quit: ziyourenxiang)
[06:50]
............... (idle for 1h14mn)
heavysixer has joined #arpnetworks
ChanServ sets mode: +o heavysixer
[08:08]
.................... (idle for 1h36mn)
schmir has quit IRC (Remote host closed the connection) [09:44]
................... (idle for 1h30mn)
amdprophetup_the_irons: are you running an ntpd within the arp network that is available? [11:14]
DaCahe didn't the last time it was asked, just use pool.ntp.org [11:16]
amdprophetkk [11:16]
.............. (idle for 1h7mn)
up_the_irons: why can i portsnap fetch extract so much faster from your network than my home network? i get like 200 KB/s down, but my connection is capable of so much more
do you have some ports caching server or something?
[12:23]
***visinin has joined #arpnetworks [12:27]
......... (idle for 41mn)
up_the_ironsamdprophet: i don't have an ntp server
amdprophet: portsnap is faster from my network b/c it rocks
;)
srsly though, it is probably because of either (or both): 1) I'm close to some mirror, 2) My pipes are pretty fat (multiple GigE)
last time I checked, ftp4.freebsd.org was really close
[13:08]
jeevup_the_irons, dedicate a vps to a cvsup server
it's really easy
but i bet your under your commit so you dont care for the bandwidth use
[13:13]
up_the_ironsyeah, i have a lot of unused capacity
but, nevertheless, it is "a good thing to do". link me to some docs on how to set it up
[13:14]
***schmir has joined #arpnetworks [13:15]
toddfhttp://www.openbsd.org/anoncvs.shar ? .. oh wait, thats openbsd sources ;-) [13:16]
up_the_ironshehe [13:16]
toddfamazing factoid about anoncvs + opencvs. the only files outside the CVSROOT are: 'touch dev/null' and a static binary of opencvs as 'usr/bin/cvs'
I can even serve anoncvs off afs in a chroot environment ;-)
[13:18]
***Prael has joined #arpnetworks [13:19]
up_the_ironsthat's pretty nice [13:19]
jeevwww.freebsddiary.org
it's really easy
[13:21]
up_the_ironsroger [13:21]
jeevhttp://www.freebsddiary.org/cvsupd-server.php
http://screamingelectron.org/forum/archive/index.php/t-292.html
cvsupd-server.php doesn't look like what i used
the second link is what i used but was on freebsdddiary
[13:21]
toddf, come on.. openbsd? we're not talking OS's that are in the same class with windows.. [13:34]
toddfjeev: I have my fingers in my ears [13:35]
jeevhahaha
you're gonna have to stick them into your eyes!
dood i've been working to fix someone's stupid xp virus for 4 hours now
i'm really good, if i could get into safe mode, i could remove the LSP. but cant
maybe i can find out where the lsp thingies are stored and delete from a PE
[13:35]
***fastttputy has joined #arpnetworks [13:45]
fastttputyhello, i am currently tring to optimizing all the stuff i can on my serve
server
to have the minimum delay for my users.
my server is on us, and trying to reponse to chinese poeple..
and ping are kinda very high..
what the best thing i could do to minimize delay and get faster reponse
[13:46]
jeevso you have a vps at arpnetworks and you want to minimize latency to your chinese users? [13:48]
fastttputyoh wait.. this is only suppot for arpnetworks users?
=S
i thought its a support channel for networks ;(
[13:50]
***cablehead has quit IRC (Ping timeout: 256 seconds)
visinin has quit IRC (Quit: asdf)
[13:51]
jeevnetworks ? heh [13:53]
fastttputywell its more tcp ip optimizing
;P
[13:53]
jeev#networking or ##networking but good luck
latency is latency most of the time everything is ok i think
[13:53]
fastttputyhanks you!
hmm yaeh but i found some stuff tat help
as changing mtu
and putitng some dscp and tos on stack ip
[13:54]
jeevyea, you should try sites like dslreports.com and stuff like that, i dont think networking people will wanna help ;D [13:54]
fastttputyexcept tat, i wonder if there more stuff to do :o lol
damn they suck >=(
so you mean they are selfish poepe :
:o
[13:54]
jeevno, think about it
people aren't getting paid to help...
and most of the time, it's repetative questions
you can't blame them for getting annoyed.
[13:55]
***fastttputy has quit IRC (Ping timeout: 276 seconds) [14:00]
cablehead has joined #arpnetworks
ChanServ sets mode: +o cablehead
[14:09]
....... (idle for 30mn)
schmir has quit IRC (Ping timeout: 256 seconds) [14:39]
cablehead has quit IRC (Ping timeout: 248 seconds)
cablehead has joined #arpnetworks
ChanServ sets mode: +o cablehead
[14:53]
schmir has joined #arpnetworks [15:01]
..... (idle for 20mn)
up_the_ironsheh, networking support [15:21]
........ (idle for 36mn)
***darthn8ers has joined #arpnetworks
amdprophet|sleep has joined #arpnetworks
amdprophet has quit IRC (Read error: Connection reset by peer)
[15:57]
darthn8ersany admins alive in here? [15:59]
bob^^what's up darthn8ers ? [15:59]
darthn8ersI know some people who use your VPNs and referred me to ARP [16:00]
bob^^i'm not an admin btw, just a customer :) [16:01]
darthn8ersahh :)
do you know if they support ubuntu 9.10 or debian 5
[16:01]
bob^^i'm not sure i'm afraid :(
i run freebsd 8.0
i suspect you can probably upgrade a 9.04 system to 9.10 but i couldn't be sure
[16:02]
darthn8ersok.. well thanks for your reply anyway
probably
[16:02]
bob^^debian 5 is supported though
it's on the order list
https://www.arpnetworks.com/order?product=vps&vps_special=1
[16:03]
darthn8ersawesome.. I looked all over the site except the order page [16:05]
bob^^hehe :) [16:06]
darthn8ersI have never used a vps before.. is it kinda like using remote desktop? [16:06]
bob^^it's basically a dedicated server
nothing installed except the operating system and ssh
[16:06]
darthn8ersso i wouldnt be able to use the gui in fedora? [16:07]
bob^^well, if you ran it over vnc then yeah, probably [16:08]
darthn8ersi really dont need the gui. I was just curious. [16:09]
bob^^not sure how well it would perform though i guess [16:09]
darthn8ersi am looking into a vps do download source code and compile with. then host the compiled .img for download.. would that be doable with a vps? [16:10]
bob^^yup [16:10]
darthn8erssweet... thanks for your time bob [16:10]
bob^^np :) [16:10]
amdprophet|sleepdarthn8ers: we're running ubuntu 9.10 [16:14]
***darthn8ers has left "Leaving" [16:14]
amdprophet|sleepoops, too late..
lol
[16:14]
bob^^lol :) [16:15]
***amdprophet|sleep is now known as amdprophet [16:18]
amdprophetweird... i don't remember setting my name to amdprophet|sleep [16:18]
jeevyour script probably did [16:19]
amdprophetcrazy linkinus
amdprophet shakes fist
[16:20]
***schmir has quit IRC (Remote host closed the connection) [16:21]
.... (idle for 16mn)
ballen has joined #arpnetworks
ballen has quit IRC (Changing host)
ballen has joined #arpnetworks
ChanServ sets mode: +o ballen
[16:37]
ballenRandalSchwartz: let me know which one you end up liking the best. [16:40]
................ (idle for 1h15mn)
***ballen has quit IRC (Quit: Leaving...) [17:55]
............ (idle for 58mn)
ballen has joined #arpnetworks
ballen has quit IRC (Changing host)
ballen has joined #arpnetworks
ChanServ sets mode: +o ballen
[18:53]
...................... (idle for 1h49mn)
heavysixer_ has joined #arpnetworks
ChanServ sets mode: +o heavysixer_
heavysixer has quit IRC (Ping timeout: 260 seconds)
heavysixer_ is now known as heavysixer
heavysixer has quit IRC (Client Quit)
[20:42]
....................... (idle for 1h53mn)
coil has quit IRC (Read error: Connection reset by peer)
coil has joined #arpnetworks
[22:39]

↑back Search ←Prev date Next date→ Show only urls(Click on time to select a line by its url)